/*
* ----------------------------------------------------------------------------------------
Author       : Tanvir Hossain
Template Name: Wize - Creative Personal Portfolio
Version      : 1.0                                          
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.COMMON CSS STYLE
* 03.MENU CSS STYLE
* 04.HEADER CSS STYLE
* 05.ABOUT CSS STYLE
* 06.SERVICE CSS STYLE
* 07.SKILL CSS STYLE
* 08.RESUME CSS STYLE
* 09.PORTFOLIO CSS STYLE
* 10.TESTIMONIALS CSS STYLE
* 11.PRICING CSS STYLE
* 12.CLIENTS CSS STYLE
* 13.CONTACT CSS STYLE
* 14.FOOTER CSS STYLE
* 15.PRELOADER & BOUNCE CCS STYLE
* 16.BLOG CSS STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Raleway:100,200|Roboto+Condensed:300&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: 'Alkia';
  src: url('../fonts/alkia.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
:root {
  --color-1: #1B1B1B;
  --color-2: #F3F4F6;
  --color-3: #10B981;
  --color-4: #374151;
  --color-5: #4338CA;
    --font-1: "Barlow", Sans-serif;
      --fd: 'Cormorant Garamond', Georgia, serif;
          --fm: 'Montserrat', sans-serif;
}


* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
}

main {
  position: relative;
  z-index: 5;
}

.o-hidden {
  overflow: hidden;
}

body {
  color: var(--color-1);
  background: var(--color-2);
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

.heading,
input,
select,
textarea,
.nice-select,
.form-control,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.accordion-item .accordion-button {
  color: var(--main-color);
  font-family: "Raleway", sans-serif;
}
.single-page-hero-area h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 400;
    padding: 60px 0 0;
    font-family: var(--fm);
    text-align: center;
}
h1,
.h1 {
  font-size: 58px;
}

h2,
.h2 {
  font-size: 22px;
}

h3,
.h3 {
  line-height: 1.3;
  font-size: 30px;
}

h4,
.h4 {
  line-height: 1.1;
  font-size: 24px;
}

h5,
.h5 {
  line-height: 1.4;
  font-size: 20px;
}

h6,
.h6 {
  font-size: 16px;
}

p {
  line-height: 28px;
}

ul,
li {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}

.no-padding {
  padding: 0;
}

a {
  color: var(--main-color);
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: var(--primary-color);
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

mark {
  color: var(--primary-color);
  background: transparent;
  text-decoration: underline;
}

header:after,
section:after,
footer:after {
  display: block;
  clear: both;
  content: "";
}

input,
select,
textarea,
.nice-select,
.form-control {
  width: 100%;
  height: auto;
  border: none;
  font-size: 20px;
  border-radius: 0;
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 2px solid rgba(41, 41, 41, 0.1);
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.nice-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--heading-color);
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.nice-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--heading-color);
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.nice-select::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: var(--heading-color);
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.nice-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--heading-color);
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
.nice-select::-moz-placeholder,
.form-control::-moz-placeholder {
  color: var(--heading-color);
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.nice-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--heading-color);
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input::placeholder,
select::placeholder,
textarea::placeholder,
.nice-select::placeholder,
.form-control::placeholder {
  color: var(--heading-color);
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

input:focus,
select:focus,
textarea:focus,
.nice-select:focus,
.form-control:focus {
  border-bottom: 2px solid rgba(41, 41, 41, 0.1);
}

.nice-select {
  font-size: 20px;
  line-height: 1.3;
}

.nice-select:after {
  width: 8px;
  height: 8px;
  right: 8px;
  border-color: var(--heading-color);
}

.nice-select .current {
  font-weight: 500;
  color: var(--heading-color);
}

.nice-select .list {
  min-width: 100%;
  border-radius: 0;
}

textarea {
  display: inherit;
  padding-top: 20px;
}

label {
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--main-color);
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

input:focus,
button:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #cfdbf1;
}

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="checkbox"],
input[type="radio"] {
  height: auto;
  width: auto;
}

html {
  scroll-behavior: unset !important;
}

/*
* ----------------------------------------------------------------------------------------
* 02.COMMON CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.no-gap {
  margin-left: 0;
  margin-right: 0;
}

.no-gap > div {
  padding-left: 0;
  padding-right: 0;
}

.section-title {
  margin-top: -7px;
}

/*.section-title .sub-title {*/
/*  font-weight: 500;*/
/*  display: block;*/
/*  color: rgba(255, 255, 255, 0.65);*/
/*}*/

/*.section-title h2 {*/
/*  font-size: 46px;*/
/*  line-height: 48px;*/
/*  color: var(--color-1);*/
/*   background: -webkit-linear-gradient(#fff, #696969); */
/*   -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: transparent; */
/*  margin-bottom: 40px;*/
/*      font-family: var(--font-1);*/
/*          text-transform: uppercase;*/
/*}*/
.section-title p {
  /* padding-left: 40px; */
  padding-right: 400px;
  font-size: 20px;
  line-height: 28px;
}
.section-title h2 span {
  color: var(--primary-color);
}

.section-title h6 {
  font-size: 18px;
}

.section-title h6 span {
  color: var(--primary-color);
}

.theme-btn {
  background: var(--color-5);
  color: var(--color-2);
  cursor: pointer;
  display: inline-block;
  border: 1px solid var(--white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 5px 10px 0;
  overflow: visible;
   border-radius: 30px; 
  padding: 17px 34px;
  text-align: center;
  text-transform: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 0px 0px;
}

.theme-btn:focus {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.theme-btn.call-to-action-button {
  background: var(--color-5);
  color: var(--color-2);
}

.theme-btn.call-to-action-button:hover {
  color: var(--color-2);
  background-color: var(--color-5);
  font-size: 18px;
}

.theme-btn i {
  margin-left: 4px;
}

.theme-btn:hover {
  color: var(--color-2);
  background-color: var(--color-3);
  text-decoration: none;

  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.theme-btn:active {
  box-shadow: rgba(0, 0, 0, 0.125) 0 3px 5px inset;
  outline: 0;
}

.details-btn {
  width: 50px;
  height: 50px;
  background: #131313;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 1px solid var(--border-color);
}

.details-btn:hover {
  color: var(--black-color);
  background: var(--primary-color);
}

.read-more {
  color: white;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: capitalize;
}

.read-more i {
  float: right;
  margin-top: 2px;
  margin-left: 7px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.read-more:hover {
  color: var(--primary-color);
}

.read-more:hover i {
  margin-left: 10px;
}

.list-style-one li {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-style-one li:not(:last-child) {
  margin-bottom: 10px;
}

.list-style-one.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.list-style-one.two-column li {
  color: var(--subtitle-color);
  font-size: 14px;
  border: 2px dashed var(--border-color);
  border-radius: 2em;
  margin: 0 15px 10px 0;
  padding: 0.5em 1em;
}

.list-style-one.two-column li i {
  padding-right: 10px;
}

.list-style-two li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-style-two li:before {
  content: "\f00c";
  line-height: 1;
  font-size: 16px;
  margin-right: 20px;
  color: var(--lighter-color);
  width: 30px;
  height: 30px;
  background: var(--primary-color);
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
}

.list-style-two li:not(:last-child) {
  margin-bottom: 25px;
}

.social-style-one {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -5px;
  margin-right: -5px;
}

.social-style-one a {
  color: #b0afaf;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  background: #0c0b0b;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
}

.social-style-one a:hover {
  color: var(--black-color);
  background: var(--primary-color);
}

.social-style-two {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -12px;
  margin-right: -12px;
}

.social-style-two a {
  color: rgba(255, 255, 255, 0.35);
  margin-left: 12px;
  margin-right: 12px;
}

.social-style-two a:hover {
  color: var(--primary-color);
}

.pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}

.pagination li {
  margin: 10px 15px 0;
}

.pagination li a,
.pagination li .page-link {
  padding: 0;
  border: none;
  font-size: 24px;
  box-shadow: none;
  font-weight: 600;
  color: var(--main-color);
  background: transparent;
}

.pagination li.active .page-link,
.pagination li:hover:not(.disabled) .page-link {
  background: transparent;
  color: var(--primary-color);
}

.ratting {
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -5px;
  margin-right: -5px;
}

.ratting i {
  margin: 5px;
  color: #ab6034;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 40px;
  border-radius: 50%;
  background: var(--primary-color);
  border: 1px solid var(--button-border);
}

.slick-arrow:focus,
.slick-arrow:hover {
  color: var(--black-color);
  background: transparent;
  border-color: var(--primary-color);
}

.slider-arrows button:first-child {
  margin-right: 5px;
}

.slider-arrows button:last-child {
}

/*** Slick Dots ***/
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots li {
  position: relative;
  cursor: pointer;
  margin: 8px;
  width: 6px;
  height: 6px;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  background: #1d1b1a;
}

.slick-dots li button {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 0;
}

.slick-dots li:before {
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  position: absolute;
  border: 1px solid var(--primary-color);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-dots li.slick-active {
  background: var(--primary-color);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li.slick-active:before {
  width: 21px;
  height: 21px;
}

.before-after-none:after,
.before-after-none:before {
  display: none;
}

.text-white *,
.text-white a,
.text-white .count-text,
.text-white .footer-newsletter-content .sub-title {
  color: white;
}

.text-white li li .dropdown-btn span {
  color: var(--heading-color);
}

.text-white .copyright-area p {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.text-white .copyright-area a {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.text-white .copyright-area a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.banner-inner h1 {
  font-size: 75px;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.banner-inner h3 {
  margin-bottom: 20px;
}

.breadcrumb {
  padding: 0;
  margin: 0;
  font-size: 18px;
  background: transparent;
  text-transform: capitalize;
}

.breadcrumb .breadcrumb-item {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb .breadcrumb-item a {
  color: white;
}

.breadcrumb .breadcrumb-item.active {
  color: var(--primary-color);
  text-decoration: underline;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  margin-left: 20px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  content: "";
  width: 5px;
  height: 5px;
  padding-right: 0;
  border-radius: 50%;
  background: white;
}

/*
* ----------------------------------------------------------------------------------------
* 03.MENU CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.fixed-header .header-inner {
  padding: 10px 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header-inner {
  padding: 20px 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header .header-upper {
  z-index: 5;
  width: 100%;
  position: fixed;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header .logo-outer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.main-header .logo {
  z-index: 9;
  padding: 2px 0;
  position: relative;
}
.main-header .logo a{
    width: 80px;
    display: block;
}
.main-header .logo img {
  width: 100%;
}

.main-header .nice-select .current {
  color: white;
}

.main-header.menu-absolute .header-upper {
  position: absolute;
}

.main-header.fixed-header .header-upper {
  top: 0;
  left: 0;
  position: fixed;
  -webkit-animation: easeIn 1s;
  animation: easeIn 1s;
  background: var(--color-5);
  color: var(--color-2);
  border-bottom: 1px dashed rgba(119, 119, 125, 0.4);
}

.fixed-header .main-menu .navbar-collapse li a:hover {
  color: var(--primary-color);
}
.main-header.fixed-header .header-upper .logo img{
    filter: brightness(20) !important;
}

.menu-social a {
  margin-left: 18px;
  margin-right: 18px;
}

.nav-outer {
  margin-left: auto;
}

.main-menu .mobile-logo {
  margin-right: auto;
}

.main-menu .mobile-logo img {
  width: 75px;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navbar-collapse > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu .navbar-collapse li {
  padding: 12px 5px 12px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-menu .navbar-collapse li.dropdown .dropdown-btn {
  cursor: pointer;
  font-size: 12px;
  margin-left: 5px;
  color: var(--heading-color);
}

.main-menu .navbar-collapse li a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  display: block;
  font-size: 16px;
  font-weight: 400;
  /*text-transform: capitalize;*/
  position: relative;
  color: var(--black-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navbar-collapse li a:after {
  content: "";
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  left: 0;
  top: 115%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 2px;
  background: var(--primary-color);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.main-menu .navbar-collapse li a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.main-menu .navbar-collapse li.current > a,
.main-menu .navbar-collapse li.current-menu-item > a {
  font-weight: 500;
}

.main-menu .navbar-collapse li li {
  border-top: 1px solid var(--border-color);
}

.main-menu .navbar-collapse li li a {
  text-transform: capitalize;
}

.main-menu .navbar-collapse li li a:after {
  display: none;
}

.main-menu .navbar-collapse li ul li {
  width: 100%;
  padding: 7px 20px;
}

.main-menu .navbar-collapse li ul li ul {
  left: 100%;
  top: 0%;
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-header .navbar-toggle {
  float: right;
  padding: 4px 0;
  cursor: pointer;
  background: transparent;
}

.main-menu .navbar-header .navbar-toggle .icon-bar {
  background: var(--color-2);
  height: 4px;
  width: 30px;
  display: block;
  margin: 5px 0;
}

/*
* ----------------------------------------------------------------------------------------
* 04.HEADER CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.single-page-hero-area {
    padding-top: 150px;
    padding-bottom: 80px;
    border-bottom: 3px solid var(--color-3);
    background-color: var(--color-5);
    /* border-radius: 0px 0px 20px 20px; */
    background-repeat: no-repeat;
    object-position: center;
    background-position: right;
    background-size: auto;
}

.single-page-hero-area h2 {
  font-size: 80px;
  line-height: 90px;
  background: -webkit-linear-gradient(#fff, #696969);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}

.single-page-hero-area p {
  /* padding-left: 40px; */
    padding: 0px 200px 0px 200px;
    font-size: 14px;
    line-height: 22px;
    color: var(--color-2);
    text-align: center;
}

.main-hero-area {
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
      min-height: 100vh;
    height: 100vh;
  /* background-color: #000000; */
  /* background-image: -webkit-linear-gradient(135deg, #130f40 0%, #000000 74%);
  background-image: linear-gradient(315deg, #b17a5070 0%, #000000 74%); */
}

.hero-content {
  /* margin-bottom: 60px; */
  position: relative;
  /* padding-left: 80px; */
}

.hero-content .dot-shape {
  position: absolute;
  left: 15%;
  top: 25%;
  -webkit-animation: rotated_circle linear 10s infinite;
  animation: rotated_circle linear 10s infinite;
}

.hero-content .dot-shape2 {
  position: absolute;
  right: 15%;
  top: 60%;
  -webkit-animation: rotated_circle linear 10s infinite;
  animation: rotated_circle linear 10s infinite;
}

.hero-content h2 {
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
  color: var(--main-color);
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.hero-content h1 {
    font-weight: 400;
    font-size: 23px;
    color: #0d0b09;
    /* margin-bottom: 15px; */
    letter-spacing: -.02em;
    line-height: 1.1;
    margin: 40px 0px 15px;
    text-align: center;
    font-family: var(--fm);
}

.hero-btns {
  margin-top: 30px;
      display: flex;
    justify-content: center;
}

.hero-content .hero-btns .read-more {
  margin-top: 15px;
  text-decoration: underline;
}

.author-image-part {
  z-index: 1;
  overflow: hidden;
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  border-radius: 0 0 580px 565px;
}

.author-image-part .bg-circle {
  z-index: -2;
  width: 425px;
  height: 425px;
  position: absolute;
  left: 5%;
  top: 4%;
  border-radius: 50%;
  background: var(--black-color);
}

.author-image-part .progress-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  text-align: center;
}

.hero-counter-area {
  margin-top: 60px;
}

.counter-item {
  text-align: left;
}

.counter-title {
  color: var(--main-color);
}

.hero-counter-area .count-text {
  line-height: 1;
  font-weight: 700;
  color: var(--white-color);
  text-align: center;
  font-size: 50px;
}

.hero-counter-area .count-text.plus:after {
  content: "+";
}

.hero-counter-area .count-text.k-plus:after {
  content: "k+";
}

.hero-counter-area .count-text.percent:after {
  content: "%+";
}

.hero-counter-area .counter-title {
  display: block;
}

/*
* ----------------------------------------------------------------------------------------
* 05.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/
/* .about-area {
  padding: 100px 0px;
} */

.about-content-part {
  padding-left: 60px;
}

.about-content-part h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: var(--main-color);
  font-family: var(--font-1);
}

.about-content-part h2 span {
  color: var(--primary-color);
}

.about-social ul {
  list-style: none;
}

.about-social ul li {
  display: inline-block;
  margin: 0px 15px;
}

.about-social ul li a {
  font-size: 20px;
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.floating-image {
  animation: floatUpDown 3s ease-in-out infinite;
  height: 100%;
  width: 100%;
  object-fit: cover ;
  border-radius: 50%;
}

.about-image-part .dot-shape {
  position: absolute;
  left: -10%;
  top: 25%;
  -webkit-animation: rotated_circle linear 10s infinite;
  animation: rotated_circle linear 10s infinite;
}
.floating-image {
  animation: floatUpDown 3s ease-in-out infinite;
}
.about-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  border: 1px solid rgb(237, 237, 238);
  padding: 15px 20px 10px 20px;
  border-radius: 30px;
}

.about-btn img {
  border-radius: 50%;
  margin-right: 15px;
}

.about-btn h6 {
  font-weight: 400;
  color: rgb(119, 119, 125);
  margin-bottom: 0;
  margin-right: 15px;
  margin-top: -5px;
}

.about-btn i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.glitch {
  position: relative;
  overflow: hidden;
}

.glitch img {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 40px;
  border: 4px solid #130f40;
}

.glitch__layers {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.glitch__layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../../assets/images/about/me.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.glitch__layer:nth-child(1) {
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
  -webkit-animation: glitch-anim-1 2s infinite linear alternate;
  animation: glitch-anim-1 2s infinite linear alternate;
}

.glitch__layer:nth-child(2) {
  -webkit-transform: translateX(3%) translateY(3%);
  transform: translateX(3%) translateY(3%);
  -webkit-animation: glitch-anim-2 2.3s -0.8s infinite linear alternate;
  animation: glitch-anim-2 2.3s -0.8s infinite linear alternate;
}

.glitch__layer:nth-child(3) {
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
  -webkit-animation: glitch-anim-flash 1s infinite linear;
  animation: glitch-anim-flash 1s infinite linear;
}

@-webkit-keyframes glitch-anim-1 {
  0% {
    -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 5%, 0 5%);
    clip-path: polygon(0 0%, 100% 0%, 100% 5%, 0 5%);
  }

  10% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }

  20% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }

  30% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }

  40% {
    -webkit-clip-path: polygon(0 35%, 100% 35%, 100% 35%, 0 35%);
    clip-path: polygon(0 35%, 100% 35%, 100% 35%, 0 35%);
  }

  50% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 46%, 0 46%);
    clip-path: polygon(0 45%, 100% 45%, 100% 46%, 0 46%);
  }

  60% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 70%, 0 70%);
    clip-path: polygon(0 50%, 100% 50%, 100% 70%, 0 70%);
  }

  70% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }

  80% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }

  90% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }

  100% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 70%, 0 70%);
    clip-path: polygon(0 60%, 100% 60%, 100% 70%, 0 70%);
  }
}

@keyframes glitch-anim-1 {
  0% {
    -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 5%, 0 5%);
    clip-path: polygon(0 0%, 100% 0%, 100% 5%, 0 5%);
  }

  10% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }

  20% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }

  30% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }

  40% {
    -webkit-clip-path: polygon(0 35%, 100% 35%, 100% 35%, 0 35%);
    clip-path: polygon(0 35%, 100% 35%, 100% 35%, 0 35%);
  }

  50% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 46%, 0 46%);
    clip-path: polygon(0 45%, 100% 45%, 100% 46%, 0 46%);
  }

  60% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 70%, 0 70%);
    clip-path: polygon(0 50%, 100% 50%, 100% 70%, 0 70%);
  }

  70% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }

  80% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }

  90% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }

  100% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 70%, 0 70%);
    clip-path: polygon(0 60%, 100% 60%, 100% 70%, 0 70%);
  }
}

@-webkit-keyframes glitch-anim-2 {
  0% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 30%, 0 30%);
    clip-path: polygon(0 15%, 100% 15%, 100% 30%, 0 30%);
  }

  15% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }

  25% {
    -webkit-clip-path: polygon(0 8%, 100% 8%, 100% 20%, 0 20%);
    clip-path: polygon(0 8%, 100% 8%, 100% 20%, 0 20%);
  }

  30% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }

  45% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 45%, 0 45%);
    clip-path: polygon(0 45%, 100% 45%, 100% 45%, 0 45%);
  }

  50% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 57%, 0 57%);
    clip-path: polygon(0 50%, 100% 50%, 100% 57%, 0 57%);
  }

  65% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }

  75% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }

  80% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0 60%);
    clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0 60%);
  }

  95% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 60%, 0 60%);
    clip-path: polygon(0 45%, 100% 45%, 100% 60%, 0 60%);
  }

  100% {
    -webkit-clip-path: polygon(0 11%, 100% 11%, 100% 15%, 0 15%);
    clip-path: polygon(0 11%, 100% 11%, 100% 15%, 0 15%);
  }
}

@keyframes glitch-anim-2 {
  0% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 30%, 0 30%);
    clip-path: polygon(0 15%, 100% 15%, 100% 30%, 0 30%);
  }

  15% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }

  25% {
    -webkit-clip-path: polygon(0 8%, 100% 8%, 100% 20%, 0 20%);
    clip-path: polygon(0 8%, 100% 8%, 100% 20%, 0 20%);
  }

  30% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }

  45% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 45%, 0 45%);
    clip-path: polygon(0 45%, 100% 45%, 100% 45%, 0 45%);
  }

  50% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 57%, 0 57%);
    clip-path: polygon(0 50%, 100% 50%, 100% 57%, 0 57%);
  }

  65% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }

  75% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }

  80% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0 60%);
    clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0 60%);
  }

  95% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 60%, 0 60%);
    clip-path: polygon(0 45%, 100% 45%, 100% 60%, 0 60%);
  }

  100% {
    -webkit-clip-path: polygon(0 11%, 100% 11%, 100% 15%, 0 15%);
    clip-path: polygon(0 11%, 100% 11%, 100% 15%, 0 15%);
  }
}

@-webkit-keyframes glitch-anim-flash {
  0% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  }

  30%,
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes glitch-anim-flash {
  0% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  }

  30%,
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

/*
* ----------------------------------------------------------------------------------------
* 06.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.services-area-list {
  padding: 100px 0px;
  /* background-color: #000000; */
  /* background-image: -webkit-linear-gradient(220deg, #130f40 0%, #000000 74%);
  background-image: linear-gradient(230deg, #b17a5070 0%, #000000 74%); */
}

.service-item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 40px 20px;
  border-radius: 12px;
  border: 1px solid var(--black-color);
  background: var(--black-color);
}

.service-item .content p {
  margin-bottom: 0;
  color: rgb(119, 119, 125);
  font-size: 16px;
  line-height: 22px;
}

.service-item .content h4 {
  margin: 12px 0px;
  color: var(--main-color);
  font-size: 22px;
  line-height: 29px;
}

.service-item .content i {
  font-size: 50px;
  color: var(--primary-color);
  margin-bottom: 25px;
}

.service-item .details-btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.service-item:hover {
  border-color: var(--primary-color);
}

.service-item:hover .details-btn {
  color: var(--black-color);
  background: var(--primary-color);
}

/*
* ----------------------------------------------------------------------------------------
* 07.SKILL CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.skill-area {
  padding-top: 20px;
}

.skill-item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 14px;
  padding: 25px;
  border: 1px dashed var(--border-color);
}

.skill-item h5 {
  margin-top: 20px;
  color: var(--subtitle-color);
  font-size: 16px;
  line-height: 19px;
}

.skill-item .percent {
  padding: 10px;
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: var(--black-color);
}

.skill-item:hover {
  border-color: var(--primary-color);
}

.skill-item:hover .percent {
  color: var(--heading-color);
  background: var(--black-color);
}

.extra-skills {
}

.extra-skills ul {
  margin-top: 30px;
}

ul.extra-skills li {
  border: 1px dashed var(--color-3);
  display: inline-block;
  border-radius: 12px;
  padding: 3px 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}

ul.extra-skills li i {
  padding-right: 10px;
}

/*
* ----------------------------------------------------------------------------------------
* 08.RESUME CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.resume-area {
  padding: 100px 0px;
}

.resume-wrapper {
  position: relative;
  padding-left: 20px;
  margin-top: 50px;
}

.resume-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 1px solid var(--color-4);
}

.resume-wrapper i {
  color: var(--color-4);
  font-size: 40px;
  margin-bottom: 30px;
  display: block;
}

.resume-wrapper .resume-box {
  margin-bottom: 40px;
}
.resume-box h5 {
  font-size: 30px;
  color: var(--color-4);
}
.resume-wrapper .resume-box:last-child {
  margin-bottom: 0;
}

.resume-wrapper .resume-box .resume-date {
  position: relative;
  display: inline-block;
  border: 1px solid var(--white-color);
  border-radius: 2em;
  margin-bottom: 1em;
  color: var(--white-color);
  padding: 0.5em 1em;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.resume-wrapper .resume-box .resume-date:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  border-top: 1px solid var(--color-4);
}

.resume-wrapper .resume-box .resume-date:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--color-4);
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.resume-wrapper .resume-box:hover .resume-date {
  color: var(--color-4);
}

/*
* ----------------------------------------------------------------------------------------
* 09.PORTFOLIO CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.projects-area {
  /*padding-top: 50px;*/
  /*padding-bottom: 100px;*/
  /* background-color: #000; */
  /* background-image: -webkit-linear-gradient(220deg, #130f40 0%, #000000 74%);
  background-image: linear-gradient(306deg, #b17a5070 0%, #000000 74%); */
}

.filter ul {
  margin: 0;
  padding: 0;
}

.filter ul li {
  position: relative;
  display: inline-block;
  border: 1px dashed black;
  border-radius: 2em;
  margin: 0 7px 10px 0;
  padding: 0.5em 1em;
  font-size: 0.9em;
  font-family: "Roboto Mono", monospace;
  color: black;
  cursor: pointer;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.filter ul li:hover,
.filter ul li.mixitup-control-active {
  background: black;
  color: white;
}

.theme-dark .filter ul li {
  border-color: white;
  color: white;
}

.theme-dark .filter ul li:hover,
.theme-dark .filter ul li.mixitup-control-active {
  background: white;
  color: black;
}

.portfolio-box {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  border-radius: 20px; 
  
}

.portfolio-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.3),
    transparent
  );
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.portfolio-box img {
  /* height: 350px; */
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.portfolio-box .portfolio-category {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 30px;
  padding: 0.5em 1em;
  color: white;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Raleway", sans-serif;
}

.portfolio-box .portfolio-caption {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin-bottom: -6px;
  padding: 0 30px 24px;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}

.portfolio-box .portfolio-caption * {
  margin: 0;
  color: white;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.5px;
  -webkit-transition: linear 0.06s;
  transition: linear 0.06s;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
}

.portfolio-box .portfolio-caption *:hover {
  text-shadow: 0 0 white;
}

.portfolio-box:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.portfolio-box:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-filter: blur(1.5px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="1.5" /></filter></svg>#filter');
  filter: blur(1.5px);
}

.portfolio-box:hover .portfolio-caption {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  margin-bottom: 0;
}

.single-project-page-right,
.single-project-page-left {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.single-project-page-design {
  padding-top: 30px;
}

.single-project-image img {
  width: 100%;
}

.single-info h3 {
  font-size: 20px;
}
.single-image {
  margin-bottom: 30px;
}
.single-info {
  padding-bottom: 30px;
}
.single-info:last-child {
  padding-bottom: 0px;
}

.single-info p {
  margin-bottom: 0;
}

.project-image {
  margin-bottom: 45px;
}

.single-project-item {
  padding: 30px;
  border: 1px solid var(--border-color);
}

/*
* ----------------------------------------------------------------------------------------
* 10.TESTIMONIALS CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.testimonials-area {
  padding-top: 20px;
}

.testimonial-item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 20px;
  border-radius: 16px;
  border: 1px dashed var(--border-color);
}

.testimonial-item .author {
  margin-bottom: 25px;
  display: inline-block;
}

.testimonial-item .author img {
  display: inline-block;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

.testimonial-item .text {
  margin-bottom: 30px;
}

.testimonial-item .testi-des h5 {
  margin-bottom: 0;
  color: var(--subtitle-color);
  font-size: 16px;
  line-height: 19px;
}

.testimonial-item .testi-des span {
  margin-bottom: 0;
  color: rgb(119, 119, 125);
  font-size: 14px;
  line-height: 22px;
}

.testimonial-item:hover {
  border: 1px solid var(--primary-color);
}

.testimonial-item:hover .author:before {
  color: var(--black-color);
  background: var(--primary-color);
}

.testimonials-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.testimonials-wrap .testimonial-item {
  margin-left: 15px;
  margin-right: 15px;
}

/*
* ----------------------------------------------------------------------------------------
* 11.PRICING CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.pricing-area {
  padding-top: 20px;
}

.pricing-item {
  padding: 10px;
  border-radius: 16px;
  margin-bottom: 30px;
  border: 1px solid var(--border-color);
}

.pricing-item .pricing-header {
  padding: 20px 20px;
  border-radius: 16px;
  border: 1px solid var(--border-color);
}

.pricing-header h4.title {
  margin: 12px 0px;
  color: var(--subtitle-color);
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 20px;
}

.pricing-item .pricing-header .save-percent {
  margin-bottom: 20px;
  color: rgb(119, 119, 125);
  font-size: 14px;
  line-height: 17px;
}

.pricing-item .pricing-header .save-percent span {
  color: var(--primary-color);
}

.pricing-item .pricing-header .price {
  font-size: 38px;
  font-weight: 500;
  color: var(--primary-color);
}

.pricing-item .pricing-header .price:before {
  content: "$";
}

.pricing-item .pricing-header .price:after {
  font-size: 16px;
  font-weight: 400;
  color: var(--main-color);
  content: "/Hour";
}

.pricing-item .pricing-details {
  padding: 20px 20px;
}

.pricing-item .pricing-details p {
  margin-bottom: 35px;
}

.pricing-item .pricing-details ul {
  padding-bottom: 12px;
}

.pricing-item .pricing-details ul li {
  color: rgb(119, 119, 125);
  font-size: 14px;
  margin-bottom: 10px;
}

.pricing-item .pricing-details ul li i {
  padding-right: 10px;
}

.pricing-item .pricing-details ul li.unable {
  color: var(--main-color);
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}

.pricing-item .pricing-details ul li.unable:before {
  color: white;
}

/*
* ----------------------------------------------------------------------------------------
* 12.CLIENTS CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.client-logo-area {
  padding-top: 20px;
}

.client-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}

.client-logo-wrap .client-logo-item {
  width: calc(20% - 60px);
  margin: 0 30px 10px;
}

/*
* ----------------------------------------------------------------------------------------
* 13.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.contact-area {
  padding: 100px 0px;
}

.contact-form-area .form-group {
  margin-bottom: 32px;
}

.contact-form-area .form-group .for-icon {
  right: 26px;
  font-size: 16px;
  margin-bottom: 0;
  position: absolute;
  margin-top: -45px;
  color: #000;
}

.contact-form-area .form-group .form-control {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 1.3;
  padding: 19px 20px 19px 20px;
  background: #f9f9f9;
  font-family: "DM Sans", sans-serif;
  border: 1px dashed var(--border-color);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 0px 0px;
}

.contact-form-area .form-group .form-control:focus {
  box-shadow: none;
  background: #f9f9f9;
  border-color: var(--primary-color);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 0px 0px;
}

.contact-form-area .form-group label {
  font-size: 16px;
  color: var(--main-color);
  font-weight: 500;
  margin-bottom: 18px;
  font-family: "DM Sans", sans-serif;
}

.contact-form-area .form-group .nice-select .current {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.2);
}

.contact-form-area .form-group .nice-select:focus .current {
  color: white;
}

.contact-form-area .form-group .nice-select:focus:after {
  border-color: white;
}

.contact-form-area .form-group .nice-select .list {
  background: var(--black-color);
}

.contact-form-area .form-group .nice-select .option.focus,
.contact-form-area .form-group .nice-select .option.selected.focus,
.contact-form-area .form-group .nice-select .option:hover {
  background-color: var(--heading-color);
}

.contact-form-area .form-group .nice-select:after {
  right: 26px;
  margin-top: -6px;
  border-color: rgba(255, 255, 255, 0.2);
}

.contact-icon {
  padding-bottom: 1px;
}

.contact-icon i {
  font-size: 20px;
  color: var(--primary-color);
}

.single-contact {
  padding-bottom: 20px;
}

.single-contact h2 {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--subtitle-color);
}

.contact-page-content h6 {
  font-size: 18px;
  margin-bottom: 22px;
}

.contact-page-content .social-style-one a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--lighter-color);
}

.contact-page-content .social-style-one a:not(:hover) {
  background: white;
}

.contact-page-form {
  padding: 45px 50px 50px;
  border-radius: 14px;
  background: var(--lighter-color);
  border: 1px solid var(--border-color);
}

.contact-page-form .form-group .nice-select,
.contact-page-form .form-group .form-control {
  background: rgba(255, 255, 255, 0.07);
}

.our-location iframe {
  height: 600px;
}

.has-error .help-block.with-errors {
  margin-top: 5px;
  color: red;
}

#msgSubmit.h4 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 10px;
}

/*
* ----------------------------------------------------------------------------------------
* 14.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/
/* .company-design-area {
  padding: 100px 0px;
} */

/*.company-design-area h2,*/
/*.projects-area h2,*/
/*.services-area h2,*/
/*.blogs-area h2,*/
/*.tool-section h2,*/
/*.ia-projects h2{*/
/*  text-transform: uppercase;*/
/*  text-align: center;*/
/*  margin-bottom: 80px;*/
/*  letter-spacing: 1px;*/
/*    font-size: 38px;*/
/*    line-height: 25px;*/
/*    font-weight: 600;*/
/*    font-family: var(--font-1);*/
/*}*/

.call-to-action-part {
  padding: 50px 100px;
  border: 1px solid rgba(0, 0, 0, 0.05);
   border-radius: 20px; 
  box-shadow: 0 0 10px 0 rgb(255 255 255 / 27%);
  /* box-shadow: rgba(255, 255, 255, 0.025) 0px 0.362176px 0.651917px -1px inset,
    rgba(249, 240, 240, 0.036) 0px 3px 5.4px -2px inset; */
  background-color: var(--color-3);
  background-image: url("../../images/pattern_white.svg");
  
  background-position: right;
  background-repeat: no-repeat;
}

.call-to-action-area {
  padding-top: 15px;
}

.call-to-action-part h2 {
  font-size: 42px;
    line-height: 42px;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--color-2);
    font-family: var(--font-1);
    text-transform: uppercase;
}

.call-to-action-part p {
  font-size: 20px;
  color: var(--color-2);
}

.footer-bottom .copyright-text {
  color: var(--color-1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.footer-bottom .copyright-text a {
  color: var(--white-color);
}

/*
* ----------------------------------------------------------------------------------------
* 15.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.preloader {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.preloader svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: var(--tj-black-2);
}

.preloader .preloader-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 20;
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes loading {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.color-pulse {
  background: #00ff00;
}

.circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
}

.pulse {
  -webkit-animation: pulse-animation 2s infinite;
  animation: pulse-animation 2s infinite;
}

@-webkit-keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 255, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 255, 0, 0);
  }
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 255, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 255, 0, 0);
  }
}

/* ===== # Magic Cursor ===== */
#magic-cursor {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 10000;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
  transition: opacity 0.2s ease-in-out 0.5s;
}

#ball {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 2px solid #999999;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  box-sizing: border-box;
  /* -webkit-transform: scale(0.5);
    transform: scale(0.5); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* -webkit-transition: 0.2s;
    transition: 0.2s; */
  margin-left: -20px;
  margin-top: -20px;
}

.magic-cursor.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #cc0000;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

#ball.hovered {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  mix-blend-mode: difference;
  line-height: 40px;
}

.progress-wrap.active-progress {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border: 1px solid var(--color-4);
}

.progress-wrap i {
  position: absolute;
  left: 10px;
  /* top: 8px; */
  font-size: 25px;
  text-align: center;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--main-color);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap {
  right: 10px;
  bottom: 20px;
}

.scroller__inner {
  padding-block: 16px;
  padding-block: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* gap: 80px; */
  gap: 3rem;
}

.scroller__inner img {
  margin-right: 30px;
}

.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: -webkit-linear-gradient(
    left,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@-webkit-keyframes scroll {
  to {
    -webkit-transform: translate(calc(-50% - 0.5rem));
    transform: translate(calc(-50% - 0.5rem));
  }
}

@keyframes scroll {
  to {
    -webkit-transform: translate(calc(-50% - 0.5rem));
    transform: translate(calc(-50% - 0.5rem));
  }
}

.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

.tag-list li {
  padding: 16px;
  padding: 1rem;
  background: var(--clr-primary-400);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);
}

/* for testing purposed to ensure the animation lined up correctly */
.test {
  background: red !important;
}

/*
* ----------------------------------------------------------------------------------------
* 16.BLOG CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.blog-area {
  padding: 100px 0px;
}
.blog-post-box {
  margin-bottom: 60px;
}
.blog-post-box .blog-post-img {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0.5em;
}

.blog-post-box .blog-post-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog-post-box .blog-post-img .blog-post-category {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 2em;
  padding: 0.5em 1em;
  color: white;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-post-box .blog-post-img .blog-post-category a {
  color: white;
}

.blog-post-box .blog-post-img .blog-post-category a:hover {
  color: white;
}

.blog-post-box .blog-post-img:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-filter: blur(1.5px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="1.5" /></filter></svg>#filter');
  filter: blur(1.5px);
}

.blog-post-caption {
  padding-left: 60px;
}

.blog-post-caption h2 a {
  display: block;
  font-size: 40px;
  padding: 10px 0px;
  color: var(--white-color);
}

.blog-post-caption h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--main-color);
}

.blog-category {
  padding: 80px 0px;
}
.single-blog-post {
  margin-bottom: 50px;
}

.single-blog-post h2 {
  font-size: 22px;
}

.single-blog-post a.read-more {
  background: #000;
  color: #fff;
  padding: 6px 20px;
  border: 1px solid #000;
}

.single-blog-post a.read-more:hover {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}

.post-date {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 30px;
}

.post-date span {
  margin-right: 20px;
  color: var(--heading-color);
  background: var(--primary-color);
  padding: 10px 20px;
  border-radius: 10px;
  text-transform: uppercase;
}

.post-date span i {
  margin-right: 5px;
  color: var(--black-color);
}

.single-blog-post p {
  font-size: 16px;
  margin-bottom: 20px;
}

.blog-carosel-control {
  position: absolute;
  top: 50%;
  color: #000;
  font-size: 30px;
  margin-top: -50px;
  background: #333;
  height: 100px;
  width: 25px;
  text-align: center;
  line-height: 99px;
}

.blog-carosel-control.right {
  right: 0px;
  left: auto;
}

.pagination {
  margin: 0;
}

ul.blog_pagination li a {
  border: 1px solid #e8e8e9;
  border-radius: 0 !important;
  color: #353535;
  font-size: 16px;
  height: 35px;
  line-height: 20px;
  margin: 5px;
  width: 35px;
}

.black-icon {
  background: #333 none repeat scroll 0 0 !important;
  color: #fff !important;
}

.black-icon:hover {
  background: #333 !important;
}

.black-icon i {
  font-size: 14px;
}

ul.blog_pagination li a:hover {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.single-side-bar {
  margin-bottom: 40px;
  overflow: hidden;
}

.single-side-bar h2 {
  margin-bottom: 15px;
  font-size: 22px;
  margin-top: 0;
  text-transform: capitalize;
}

.single-side-bar input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #333;
  border-radius: 0;
  box-shadow: none;
  color: #e3e8f0;
  height: 50px;
  float: left;
  padding-left: 10px;
}

.single-side-bar input:hover,
.single-side-bar input:focus {
  border: 1px solid #333;
  box-shadow: none;
  outline: 0 none;
}

.single-side-bar button {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333;
  color: #fff;
  height: 42px;
  padding: 0 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-side-bar button:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-side-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-side-bar ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 5px 0;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.single-side-bar ul li a span {
  float: right;
}

.single-side-bar ul li a:hover {
  color: var(--primary-color);
}

.single-blog-social-icon {
  overflow: hidden;
  float: left;
  width: 177px;
  margin-bottom: 10px;
}

.single-blog-social-icon i {
  border: 1px solid #333;
  border-radius: 50px;
  float: left;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  margin-right: 15px;
  text-align: center;
  width: 50px;
}

.single-blog-social-icon .facebook {
  border: 1px solid #5d82d1;
  color: #5d82d1;
}

.single-blog-social-icon .twitter {
  border: 1px solid #00bff3;
  color: #00bff3;
}

.single-blog-social-icon .youtube {
  border: 1px solid #cb1d1f;
  color: #cb1d1f;
}

.single-blog-social-icon .youtube-play {
  border: 1px solid #cb1d1f;
  color: #cb1d1f;
}

.single-blog-social-icon .behance {
  border: 1px solid #0068ff;
  color: #0068ff;
}

.single-blog-social-icon .dribbble {
  border: 1px solid #ea4c8a;
  color: #ea4c8a;
}

.tag {
  overflow: hidden;
}

.tag a {
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 300;
  border-radius: 12px;
  margin: 5px 7px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 8px 20px;
  border: 1px solid var(--border-color);
}

.tag a:hover {
  color: #ccc;
  border: 1px solid #333;
  background: transparent;
}

.single-blog-post-details blockquote {
  font-size: 16px;
  line-height: 28px;
  padding-left: 40px;
  border-left: 1px solid #fff;
}

.single-blog-post-details img {
  width: 100%;
}

.single-blog-post-details h2 {
  padding: 20px 0px;
  font-size: 40px;
  color: var(--white-color);
}

.next-previews-button-design {
  margin-top: 40px;
  overflow: hidden;
}

.next-previews-button-design a {
  color: #000;
}

.post-comments-area {
  overflow: hidden;
  margin-top: 50px;
}

.post-comments-area h2 {
  margin-bottom: 20px;
}

.single-comment {
  overflow: hidden;
  margin-bottom: 60px;
}

.single-comment img {
  float: left;
  margin-right: 50px;
  margin-bottom: 80px;
  width: 100px;
  border-radius: 50%;
}

.single-comment h5 {
  font-weight: 700;
}

.single-comment p {
}

.single-comment a {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-comment a:hover {
  color: #333;
}

.single-comment a i {
  font-size: 10px;
  background: #767676 none repeat scroll 0 0;
  color: #fff;
  padding: 5px;
  margin-right: 5px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-comment a:hover i {
  background: #333 none repeat scroll 0 0;
  border-radius: 30px;
  color: #fff;
  font-size: 10px;
  padding: 5px;
}

.comment-form-area {
  margin-left: 150px;
  background: #191919;
  padding: 50px 30px;
  border-radius: 12px;
}

.comment-form-area input {
  background: var(--white-color);
  border: 1px solid #e3e8f0;
  box-shadow: none;
  color: var(--black-color);
  height: 50px;
  border-radius: 0;
  padding-left: 10px;
}

.comment-form-area input:hover,
.comment-form-area input:focus {
  border: 1px solid var(--border-color);
  box-shadow: none;
  outline: 0 none;
}

.comment-form-area textarea {
  background: var(--white-color);
  border: 1px solid #e3e8f0;
  box-shadow: none;
  color: var(--black-color);
  height: 150px;
  border-radius: 0;
  padding-left: 10px;
}

.comment-form-area textarea:hover,
.comment-form-area textarea:focus {
  border: 1px solid var(--border-color);
  box-shadow: none;
  outline: 0 none;
}

.comment-form-area button {
  background: var(--primary-color) none repeat scroll 0 0;
  border: 1px solid #333;
  color: var(--black-color);
  font-size: 16px;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 12px;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 6px;
  height: 6px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  border-radius: 20px;
  background: #000;
}

.single-blog {
  margin-right: 30px;
}

.single-blog h5 {
  font-weight: 300;
  font-size: 12px;
}

.single-blog h3 {
  color: #aeaeae;
  padding: 10px 15px;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 3px;
}

.single-blog h2 {
  margin-top: 0;
}

.single-blog h2 a {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 700;
  color: #000;
}

.single-blog p {
  padding-bottom: 30px;
}

.blog-description {
  padding: 20px 30px;
  border: 1px solid #f8f8f8;
  text-align: center;
}

.blog-area .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 5px;
  height: 5px;
  margin: 5px 7px;
  border-radius: 20px;
  background: #000;
}

.single-blog-post-details,
.single-blog-sidebar-area,
.post-comments-area {
  padding-right: 60Q;
}

.single-side-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
  border-radius: 14px;
  padding: 25px;
  border: 1px solid var(--border-color);
}
.pname,
.name {
  line-height: 60px;
  margin: 20px 0px;
  font-size: 48px;
  width: 100%;
  display: block;
  /*color: var(--color-4);*/
  font-weight: 600;
      font-family: var(--font-1);
    text-transform: uppercase;
}
.pname {
  text-align: left;
      color: var(--color-3);
}
.name {
  text-align: right;
      color: var(--color-5);
}
/* Animation sonar */
@keyframes sonarWave {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
.about-img {
  width: 200px;
  height: 200px;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.about-img{
  position: relative;
}
.about-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #4338CA !important;
    opacity: 1;
    z-index: -4;
    animation: sonarWave 1.2s linear infinite;
}

/* Services style */
.services-area .img-service-box {
  height: 500px;
  /* border-radius: 20px; */
}
.services-area .img-service-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  /* border-radius: 20px; */
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
     transition: transform 0.4s ease;
}
.img-service-box:hover img {

   transform: scale(1.1);
  -webkit-filter: blur(1.5px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="1.5" /></filter></svg>#filter');
  filter: blur(1.5px);
}

.services-area .col-services-box {
  position: relative;
  /* border-radius: 20px; */
  /* overflow: hidden; */
}
.services-area .service-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  /*background: #f9fafb;*/
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  /* background: rgba(255, 255, 255, 0.9); */
  top: 15px;
  left: 15px;
  right: 15px;
  /* border-radius: 15px; */
  padding: 15px;
  text-align: center;
  color: white;
  z-index: 10;
}
.services-area .service-title h3 {
    font-size: 20px;
    font-family: var(--font-1);
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-2);
}

.services-area .service-text {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
    /*background: #f9fafb;*/
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  /* background: rgba(255, 255, 255, 0.9); */
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 15px;
  text-align: center;
  color: white;
  /* border-radius: 15px; */
  overflow: hidden;
  z-index: 10;
}
.services-area .service-text p{
    color: var(--color-2);
}
.services-area .certificat-text {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  /* background: rgba(255, 255, 255, 0.9); */
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 15px;
  text-align: center;
  color: white;
  border-radius: 15px;
  overflow: hidden;
  z-index: 10;
}
.services-area .img-service-box::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /*background-color: #00000066;*/
  z-index: 9;
  border-radius: 0px;
}

.col-services-box .img-service-box {
    overflow: hidden;
    border-radius: 20px;
}

.col-services-box .img-service-box img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

.col-services-box:hover .img-service-box img {
    transform: scale(1.1);
}
/*.services-area .services-row {*/
/*  margin-top: 80px;*/
/*}*/
/* .services-area .col-services-box-57 .img-service-box {
  height: 600px;
  position: relative;
  top: -32px; 
  margin-top: -50px;
} */

/* Blogs */
.blogs-area .item-blog {
  /* border-radius: 15px; */
  margin: 10px;

  box-shadow: 0 0 10px 0 #6c757d36;
  color: var(--black-color);
}
.blogs-area .item-blog .img-blog {
  position: relative;
  height: 350px;
  /* border-radius: 15px; */
  overflow: hidden;
}

.img-blog .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00000066;
  z-index: 1;
  pointer-events: none; /* important pour que le clic passe au travers */
}

.img-blog img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  /* border-radius: 15px; */
  position: relative;
  z-index: 0;
}

.blogs-area .categorie {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  /* background: rgba(255, 255, 255, 0.9); */
  top: 15px;
  /* left: 15px; */
  right: 15px;
  border-radius: 30px;
  padding: 10px 50px;
  text-align: center;
  color: white;
  z-index: 10;
}
.blogs-area .blog-content {
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.blogs-area .blog-content h3 a {
  text-transform: capitalize;
  /* font-size: 16px; */
  text-align: center;
  color: #fff;
  /* margin-bottom: 30px; */
  letter-spacing: 1px;
  font-weight: 300;
}

.blogs-area .blog-content p {
  font-size: 14px;
  text-align: center;
  color: var(--black-color);
  /* margin-bottom: 30px; */
  letter-spacing: 1px;
  font-weight: 300;
}
.blogs-area .blog-content .blog-link{
  text-transform: capitalize !important;
  background: var(--black-color);
  color: var(--white-color);
  cursor: pointer;
  display: inline-block;
  border: 1px solid var(--white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;

  overflow: visible;
  /* border-radius: 50px; */
  padding: 10px 38px;
  text-align: center;
  text-transform: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 0px 0px;
}
.blogs-area .blog-content .blog-link:hover{
  color: var(--black-color);
  font-size: 18px;
  background-color: var(--white-color);
}
.blogs-area .blog-title {
  position: absolute;
  /* background: rgba(0, 0, 0, 0.2); */
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  /* background: rgba(255, 255, 255, 0.9); */
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-radius: 30px;
  padding: 20px 20px;
  text-align: center;
  color: white;
  z-index: 10;
}
.blogs-area .blog-title h3 a {
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  color: #fff;
  /* margin-bottom: 30px; */
  letter-spacing: 1px;
  font-weight: 300;
}

.blogs-area .item-blog .img-blog img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.blogs-area .item-blog .img-blog:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  /* -webkit-filter: blur(1.5px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="1.5" /></filter></svg>#filter'); */
  /* filter: blur(1.5px); */
}
/* End Blogs syle */
.padding-b {
  padding-bottom: 100px;
  padding-top: 50px;
}
.company-list .scroller__inner img {
  height: 120px;
  width: 100%;
  object-fit: cover;
}
.about-image-part {
  height: 600px;
}
.about-image-part img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 250px 250px 0px 0px;
    border-top: 10px solid #13b981;
    object-position: bottom;
  /* border-radius: 20px; */
}
.small-project-img {
  height: 350px;
}
.long-project-img {
  height: 450px;
}
.contact-area .extra-skills {
  text-align: center;
}
.contact-area .contact-submit {
  text-align: center;
}
/* Certificat */
.certificats-area .owl-carousel .owl-item img {
  height: 100% !important;
  border-radius: 20px;
}

.certificats-area .owl-stage-outer {
  margin-bottom: 30px;
}
/* Services list */

.services-area .service-content {
  padding: 30px 0;
}
.services-area .list-service-img {
    position: relative;
    max-height: 500px;
    height: 100%;
    border-radius: 300px 0 0px 300px;
}
.services-area .list-service-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.services-area .service-bootom {
  margin-bottom: 100px;
}
.services-area .row-service .col {
  margin: 0;
  padding: 0;
}
.services-area .service-content-p {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
      justify-content: center;
  /*text-align: center;*/
}
.services-area .row-service-reverse {
  flex-direction: row-reverse;
}
.services-area .list-service-img::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #00000066;
  z-index: 9;
}

.services-area .row-service .list-service-img {
  margin-left: -4px;
}
.services-area .row-service-reverse .list-service-img {
  margin-right: -4px;
}
.services-area .service-content .service-list-title{
    font-family: var(--font-1);
    font-size: 26px;
    line-height: 28px;
    text-align: left;
}

.services-area .service-content p{
    /*font-size: 14px;*/
    /*line-height: 22px;*/
        font-family: var(--fm) !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    color: var(--txt2) !important;
    line-height: 1.85 !important;
}
.service-content ul li{
     font-family: var(--fm) !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    color: var(--txt2) !important;
    line-height: 1.85 !important;
}
.service-content ul {
  list-style: none;
  padding-left: 25px;
}

.service-content ul li {
  position: relative;
}

/* Cercle extérieur (bordure) */
.service-content ul li::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 9px;
  width: 14px;
  height: 14px;
  border: 1px solid var(--color-3);
  border-radius: 50%;
}

/* Cercle intérieur (rempli) */
.service-content ul li::after {
  content: "";
  position: absolute;
  left: -21px;
  top: 13px;
  width: 6px;
  height: 6px;
  background-color: var(--color-3);
  border-radius: 50%;
}
.services-area .row-service{
    overflow: hidden;
    max-height: 500px;
    box-shadow: rgba(0, 0, 0, .1) 0 0 15px;
    background-color: var(--color-2);
    border-radius: 20px;
}
.services-area .row-service-1 .col{
    padding-left: 40px;
}
.services-area .row-service-1 .list-service-img{
    border-radius: 300px 0 0px 300px;
}
.services-area .row-service-1 .list-service-img img{
    border-radius: 300px 0 0px 300px;
}
.services-area .row-service-1 .list-service-img::after{
    border-left: 10px solid var(--color-3);;
    border-radius: 300px 0 0px 300px;
}

.services-area .row-service-reverse .col{
    padding-right: 40px;
}
.services-area .row-service-reverse .list-service-img{
     border-radius: 0px 300px 300px 0px;
}
.services-area .row-service-reverse .list-service-img img{
     border-radius: 0px 300px 300px 0px;
}
.services-area .row-service-reverse .list-service-img::after{
    border-right: 10px solid var(--color-5);;
    border-radius: 0px 300px 300px 0px;
}



/**/
/* Reference item */
.item-reference {
  padding: 50px 0;
  /* background: #fff; */
  /*box-shadow: rgba(0,0,0,0.05) 0 0 10px;*/
}
.item-reference:nth-child(2n + 1) {
  background: #fbfeff;
}
.item-reference:nth-child(2n) .row {
  flex-direction: row-reverse;
}
.item-reference .textbox {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.item-reference .textbox h3 {
  font-size: 38px;
  color: var(--main-color);
  position: relative;
}
.item-reference .textbox h5 {
  font-size: 20px;
  color: #680262;
  margin-bottom: 30px;
}
.item-reference .textbox h3::after {
  content: "";
  position: absolute;
  left: -80px;
  top: 0px;
  height: 100px;
  width: 100px;
  opacity: 0.1;
  border-radius: 50%;
  border: var(--color-5) solid 5px;
}
.item-reference .textbox h3::before {
  content: "";
  position: absolute;
  left: -50px;
  top: -30px;
  height: 80px;
  width: 80px;
  opacity: 0.1;
  border-radius: 50%;
  border: var(--color-4) solid 5px;
}
.item-reference .imac {
  width: 100%;
  height: 420px;
  position: relative;
}
.item-reference .imac img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*.item-reference .screen {*/
/*  position: absolute;*/
/*  overflow: hidden;*/
/*  height: 266px;*/
/*  width: 75%;*/
/*  top: calc(5% - 1px);*/
/*  left: 82px;*/
/*}*/
.item-reference .screen{
	position: absolute;
	overflow: hidden;
	height: calc(63% + 2px);
	width: calc(79% - 1px);
	top: calc(5% - 1px);
	left: calc(11% - 3px);
}
.item-reference .screen img {
  width: 100%;
  height: auto;
  position: relative;
  transition: all 15s ease;
}
.item-reference:hover .screen img {
  transform: translateY(calc(-100% + 300px));
}

.item-reference .iphone {
  height: 380px;
  position: relative;
}
.item-reference .iphone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.item-reference .screen-iphone {
  position: absolute;
  overflow: hidden;
  height: 93%;
  width: 26%;
  border-radius: 14px;
  top: calc(4% - 2px);
  left: 37%;
}
.item-reference .screen-iphone::after {
  content: "";
  height: 16px;
  width: 102px;
  position: absolute;
  top: -2px;
  left: 35px;
  /* background: url("../../images/notch.png") no-repeat; */
  background-size: contain;
}
.item-reference .screen-iphone img {
  width: 100%;
  height: auto;
  position: relative;
  transition: all 15s ease;
}
.item-reference:hover .screen-iphone img {
  transform: translateY(calc(-100% + 380px));
}
/*.sub-title {*/
/*  position: relative;*/
/*  color: var(--color-4);*/
/*  display: table;*/
/*  margin: 0 auto;*/
  /*text-transform: uppercase;*/
/*  font-weight: 100;*/
/*  position: relative;*/
/*  font-size: 30px;*/
/*}*/
/*.sub-title::before {*/
/*  content: "";*/
/*  height: 5px;*/
/*  width: 16px;*/
/*  background: var(--color-3);*/
/*  border-radius: 4px;*/
/*  position: absolute;*/
/*  top: 12px;*/
/*  left: -24px;*/
/*}*/

/*.sub-title::after {*/
/*  content: "";*/
/*  height: 5px;*/
/*  width: 16px;*/
/*  background: var(--color-3);*/
/*  border-radius: 4px;*/
/*  position: absolute;*/
/*  top: 12px;*/
/*  right: -24px;*/
/*}*/
.home-class .main-menu .navbar-collapse li a {
  color: var(--color-2);
}
.home-class .about-social ul li a {
  color: var(--color-2);
}
.home-class .main-header .logo img{
filter: brightness(20);
}
.resume-area {
  position: relative;
}

.main-hero-area::before,
.resume-area::before {
  content: "";
  height: 600px;
  width: 600px;
  background: url(../../images/pattern_m.png) no-repeat;
  background-size: auto;
  background-size: cover;
  position: absolute;
  top: 100px;
  right: -220px;
  opacity: 0.4;
}
.call-to-action-area {
  position: relative;
}
.certificats-area {
  position: relative;
}

.call-to-action-area::before,
.certificats-area::before {
  content: "";
  height: 600px;
  width: 600px;
  background: url(../../images/pattern_m.png) no-repeat;
  background-size: auto;
  background-size: cover;
  position: absolute;
  top: -50px;
  left: -20px;
  z-index: -1;
  opacity: 0.4;
}
.services-area-home {
  position: relative;
  /*padding: 100px 0px;*/
}
.services-area-home::before {
  content: "";
  height: 600px;
  width: 600px;
  background: url(../../images/pattern_m.png) no-repeat;
  background-size: auto;
  background-size: cover;
  position: absolute;
  bottom: -65px;
  left: -20px;
  z-index: -1;
  opacity: 0.4;
}
.company-design-area {
  position: relative;
}
.company-design-area::before {
  content: "";
  height: 600px;
  width: 600px;
  background: url(../../images/pattern_m.png) no-repeat;
  background-size: auto;
  background-size: cover;
  position: absolute;
  top: 100px;
  right: -220px;
  z-index: -1;
  opacity: 0.4;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
}
.certificats-area-owl .owl-next i,
.certificats-area-owl .owl-prev i {
  font-size: 20px !important;
  font-weight: 400 !important;
  /* line-height: 62px; */
  /* top: auto; */
  bottom: 4px;
  position: relative;
}
.technologies-carousel .tech-img{
  width: 150px;
  height: 150px;
  display: flex;
  text-align: center;
}
.technologies-carousel .tech-img img{
object-fit: contain;
}

.owl-theme .owl-dots .owl-dot span{
  width: 30px !important;
  height: 4px !important;
  border-radius: 5px !important;
  border: none !important;
  background-color: var(--color-4);
      margin-top: -4px;
    margin-left: -4px;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot:hover{
  width: 30px !important;
  height: 4px !important;
  border-radius: 5px !important;
  border: none !important;
  background-color: var(--color-5);
}
.owl-theme .owl-dots .owl-dot span::before{
  width: 30px !important;
  height: 4px !important;
  border-radius: 5px !important;
  background-color: var(--color-5) !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.item-certificat .img-certificat-box{
height: 300px;
    border: 2px solid #1b263c;
     border-radius: 20px; 
}
.item-certificat .img-certificat-box img{
  object-fit: cover;
  /* border-radius: 20px; */
}

/*  */
/* ---------------------------- Liste des tools ---------------------------- */
.tool-section{
    margin-bottom: 80px;
}
.tool-section p{
    text-align:center;
}
/*.tool-box{
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}*/
.tool-box .item-tool{
    background-color: #fafafa;
    padding: 20px;
    text-align: center;
    margin: 2px;
    border-radius: 5px;
    transition:all .3s ease;
    border-radius: 20px;
}
.tool-box .item-tool:hover{
    box-shadow: rgba(0,0,0,.2) 0 0 15px;
    position: relative;
}
.tool-box .item-tool img{
    /*filter: grayscale(1);*/
    transition:all .3s ease;
}
.tool-box .item-tool:hover img{
    filter: grayscale(0);
}

.tool-logo-wrapper{
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
    display: flex;
    position: relative;
    overflow: hidden;
}
.tool-logo-wrapper::before{
    content:"";
    position:absolute;
    z-index: 1;
    height:100%;
    width:100px;
    top:0;
    left:0;
    background: linear-gradient(to right,#FFF 0,transparent 100%);
}
.tool-logo-wrapper::after{
    content:"";
    position:absolute;
    z-index: 1;
    height:100%;
    width:100px;
    top:0;
    right:0;
    background: linear-gradient(to left,#FFF 0,transparent 100%);
}
.tool-box{
    grid-column-gap: 20px;
    opacity: 1;
    flex: none;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 200rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 15px 0;
    display: flex;
    transform: translate(-98rem);
}
.logo-animate {
  animation: slide 35s infinite linear;
}
@keyframes slide {
  0% {
    transform: translateX( calc(0% + 50px));
  }
  100% {
    transform: translateX(-100%);
  }
}

.logo-animate {
  animation: slide 35s infinite linear; /* Adjust the seconds for a slower or faster animation */
}

/* Animation for the second left to right marquee */
@keyframes slidealt {
  0% {
    transform: translateX( calc(0% + 50px));
  }
  100% {
    transform: translateX(-100%);
  }
}

.logo-animate-alt {
  animation: slidealt 35s infinite linear; /* Adjust the seconds for a slower or faster animation */
  animation-direction: reverse;
}

/*  */

/* ---------------------------- Section avantages ---------------------------- */
.experiences{
    padding-bottom:60px;
}
.experiences .row{
    position:relative;
}
/*.experiences .section-title h2{*/
/*margin-bottom: 20px;*/
/*text-align: center;*/
/*    font-family: var(--font-1);*/
/*}*/
.experiences .section-title p {
    /* padding-left: 40px; */
    /* padding-right: 400px; */
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin: 0;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}
.experiences .item-avantage{
    box-shadow: rgba(0,0,0,.1) 0 0 15px;
    /* border-radius:25px; */
    /*padding:30px;*/
    height:100%;
    position:relative;
    display:flex;
    background-color: var(--color-2);
}
/*.avantages .col-sm-6:nth-child(1) .item-avantage{
    margin-right:100px;
}
.avantages .col-sm-6:nth-child(2) .item-avantage{
    margin-left:100px;
}*/
.experiences .item-avantage .chiffre {
    font-size: 18px;
    font-weight: 100;
    min-width: 210px;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding:10px;
    color: var(--color-5);
    display: flex;
    flex-direction: column;

  /* font-family: "Anton", sans-serif;
  color: transparent;
  font-size: 180px;
  font-weight: 100;
  z-index: 2;
  -webkit-text-stroke: 1.5px #08c3df;
  -webkit-font-smoothing: antialiased;
  min-width: 140px;
  text-align: center;
  height: 200px;
  line-height: 200px;
  position: relative;
  top: calc(50% - 100px); */
}
.experiences .item-avantage .chiffre i{
  font-size: 32px;
  margin-bottom: 10px;
}
.experiences .item-avantage .textbox{
    padding: 30px 15px;
    background: #F8F8F8;
    /* border-radius: 25px; */
    transition:all ease .3s;
}
.experiences .item-avantage:hover .textbox{
    background: var(--color-5);
    color:#FFF;
}
.experiences .item-avantage .textbox h3{
/* font-family: 'Montserrat', sans-serif; */
    font-weight: 500;
    font-size: 20px;
    /* color: var(--color-5); */
    font-family: Montserrat, sans-serif;
}

.experiences .item-avantage .textbox h4{
    font-size: 18px;
}
.experiences .logo-avantage{
    position: absolute;
    z-index: 1;
    background: #FFF;
    box-shadow: rgba(0,0,0,.3) 0 0 15px;
    border-radius: 50%;
    padding: 10px;
    left: 50%;
    transform: translate(-50%);
    top: -60px;
}
.experiences .logo-avantage img{
    height:120px;
}
.padding-section{
  padding: 80px 0 80px 0;
}
/*.education .section-title h2, */
/*.education  .section-title p{*/
/*text-align: center;*/
/*padding-right: 0;*/
/*}*/
.education{
  position: relative;
}
.education::before {
    content: "";
    height: 600px;
    width: 600px;
    background: url(../../images/pattern_m.png) no-repeat;
    background-size: auto;
    background-size: cover;
    position: absolute;
    top: 100px;
    right: -220px;
    opacity: 0.4;
}
.education-card {
    background-color: #fff;
    overflow: hidden;
     border-radius: 20px; 
    box-shadow: rgba(0, 0, 0, .1) 0 0 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.education-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}
.education-card-content{
    padding: 20px;
}
.education-year{
   text-align: end;
    padding: 50px 20px 20px;
    background-color: var(--color-5);
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    position: relative;
    font-family: var(--fm);
}
.education-year::before {
    content: "";
    position: absolute;
    top: -219px;
    left: 174px;
    width: 0;
    height: 0;
    transform: rotate(-99deg);
    /* background-color: #4338ca0d; */
    z-index: 9999;
    border-top: 100%;
    border-top: 434px solid #fff;
    border-right: 70px solid transparent;
    border-bottom: 0 solid transparent;
}
.education-title{
    font-size: 22px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    gap: 10px;
    color: var(--color-5);
    font-family: "Montserrat", sans-serif;
    align-items: center;
    font-family: var(--fm);
}
.education-school{
 font-family: "Montserrat", sans-serif;
 font-size: 16px;
     font-weight: 300;
}
.education-title i{
  font-size: 24px;
}
.education-text{
   font-family: var(--fm) !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    color: var(--txt2) !important;
    line-height: 1.85 !important;
margin-top: 20px;
min-height: 150px;
}
.education .section-title p{

  font-size: 16px;
}
.certificats-area .section-title p{
  font-size: 16px;
  padding: 0;
  text-align: center;
}
/*.certificats-area .section-title h2{*/
/*  text-align: center;*/
/*  margin-bottom: 20px;*/
/*      font-family: var(--font-1);*/
/*}*/
.owl-next, .owl-prev{
  background: rgb(67 56 203 / 13%) !important;
}

.project-bottons{
  margin-top: 20px !important;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.portfolio-caption .realisation-link{
  /*text-transform: capitalize !important;*/
  background: var(--color-2);
  color: var(--color-4);
  cursor: pointer;
  display: inline-block;
  border: 1px solid var(--white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 30px;

  overflow: visible;
  /*border-radius: 50px;*/
  padding: 10px 20px;
  text-align: center;
  text-transform: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 0px 0px;
}

.portfolio-caption .realisation-link:hover {
  color: var(--color-4);
  font-size: 18px;
  background-color: var(--color-2);
}



.portfolio-grid .portfolio-item-2{
  border: 1px solid #e5e7eb;
    overflow: hidden;
    background: #fff;
    /* border-radius: 8px; */
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15) !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    padding: 10px;
    display: block;
}
.portfolio-grid .portfolio-item-2 .portfolio-item-img{
     height: 400px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.portfolio-grid .portfolio-item-2 .portfolio-item-img img{
     width: 100%;
    height: auto;
    transition: transform 8s linear;
    display: block;
}
.portfolio-grid .portfolio-item-2 .project-title{
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}
.portfolio-grid .portfolio-item-2 .portfolio-item-img:hover .project-img {
  transform: translateY(calc(-100% + 360px));
}
.portfolio-grid .portfolio-item-2 .project-title h3{
  margin: 0;
  text-align: center;
  font-family: var(--font-1);
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.portfolio-grid .portfolio-item-2 .portfolio-item-img-3{
     height: 300px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.portfolio-grid .portfolio-item-2 .portfolio-item-img-3 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.portfolio-grid .portfolio-item-2 .portfolio-item-img:hover img {
  transform: translateY(calc(-100% + 360px));
}
.portfolio-filter{
    padding: 60px 0px 0px;
}
.portfolio-filter .filter-item{
    text-align: center;
    background: var(--color-2);
    box-shadow: 0 8px 50px rgb(0 0 0 / 10%) !important;
}
.portfolio-filter .filter-item a{
    font-size: 18px;
    font-family: var(--font-1);
    font-weight: 500;
    width: 100%;
    display: block;
    padding: 10px;
    text-transform: uppercase;
}
.portfolio-filter .filter-item a.active{
    background-color: var(--color-5);
        color: var(--color-2);
}
/**/
/*.home-class .main-header .logo img {*/
/*    filter: brightness(5) !important;*/
/*    display: none !important;*/
/*}*/



.seo-section .seo-description {
    height: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center;
    justify-content: center; */
}
.seo-section .section-title h2 {
  margin-bottom: 20px;
}
.seo-section .seo-description ul {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
}
.seo-section .seo-description ul li::before {
    content: "";
    height: 14px;
    width: 14px;
    border: 2px solid var(--color-5);
    /* border-radius: 3px; */
    position: absolute;
    top: 8px;
    left: -30px;
    /* border-radius: 50%; */
    transform: rotate(-45deg);
}
.seo-section .seo-description ul li::after {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    top: 10px;
    left: -21px;
    transform: rotate(-45deg);
    background: var(--color-5);
}
.seo-section .seo-description-img.right {
    position: relative;
    display: block;
    overflow: hidden;
    /* margin-left: 90px; */
     border-radius: 20px; 
    margin: 15px 15px 15px 90px;
    box-shadow: rgba(0, 0, 0, 0.2) 15px 15px 0;
    min-height: 500px;
}
.seo-section .seo-description-img.right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 500px;
}
.seo-section .seo-description ul li {
    margin-bottom: 5px;
    position: relative;
}

.seo-section .result-descrition {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    gap: 20px;
}
.seo-section .result-descrition .result-item {
    background-color: #fff;
    overflow: hidden;
     border-radius: 20px; 
    /* box-shadow: rgba(0, 0, 0, .1) 0 0 15px; */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 6%) 6px 6px 0;
    flex: 1;
    position: relative;
    min-height: 240px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.seo-section .result-descrition .result-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}
.seo-section .result-descrition .result-item .result-number {
    font-size: 32px;
    font-weight: 600;
    font-family: var(--font-1);
    color: var(--color-5);
    text-align: center;
    margin-bottom: 15px;
}
.seo-section .result-descrition .result-item .result-text {
    text-align: center;
}
.seo-section .result-descrition .result-item .result-text h4{
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--font-1);
}
.seo-section .result-descrition .result-item .icon{
    position: absolute;
    left: 0px;
    width: 50px;
    top: 0;
    background: var(--color-5);
    padding: 10px;
    border-radius: 0 100% 100% 0;
}


.seo-section-galerie .item-seo{
  height: 100%;
  background: #fff;
      border-radius: 20px;
}
.seo-section-galerie .item-seo a{
    height: 100%;
    display: block;
    height: 400px;
        border-radius: 20px;
}
.seo-section-galerie .item-seo a img{
  height: 100%;
  width: 100%;
  object-fit: cover;
object-position: left;
    border-radius: 20px;
}
.seo-section-galerie .item-seo .item-seo-title{
        padding: 20px;
    border-top: 1px solid #ccc;
}
.seo-section-galerie .item-seo .item-seo-title h3{
    font-size: 22px;
    line-height: 22px;
    color: var(--color-1);
    font-family: var(--font-1);
    text-transform: uppercase;
}


.breadcrumbs{
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.breadcrumbs li{
    color: #fff;
} 
.breadcrumbs li a{
        margin-right: 10px;
}
.breadcrumbs .breadcrumbs-item.active a{
        color: var(--color-3);
}
.hero-mobile{
    display: none;
}

/* Experiences */
.experiences-pro .experience-pro{
  display: flex;
  gap: 20px;
  flex-direction: column;
  height: 100%;
transition: transform 0.3s, box-shadow 0.3s;
border-radius: 20px;
}
.experiences-pro .experience-pro:hover {
    transform: translateY(-8px);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 12px 25px;
}
.experiences-pro .experience-pro .date{
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}
.experiences-pro .experience-pro .date span{
    font-family: var(--font-1);
    font-size: 18px;
    font-weight: 500;
}
.experiences-pro .experience-pro .date i{
    font-size: 22px;
    margin-right: 20px;
    padding: 10px;
    color: #fff;
    background: var(--color-5);
}
.experiences-pro .experience-pro:hover .date i{
       background: var(--color-3);
}
.experiences-pro .experience-pro .experience-content{
    padding: 30px;
    background: #fff;
    height: 100%;
    border-radius: 20px;
}
.experiences-pro .experience-pro .experience-content h3{
  margin-bottom: 30px;
        font-size: 18px;
    font-family: var(--fm);
    font-weight: 600 !important;
}
.experiences-pro .experience-pro .experience-content h3 span{
        font-size: 14px;
    color: var(--color-5);
}
.experiences-pro .experience-pro .experience-content h4{
  margin-bottom: 10px;
    font-family: var(--font-1);
    font-size: 22px;
}
.experiences-pro .experience-pro .experience-content ul li{
  position: relative;
}
.experiences-pro .experience-pro .experience-content ul{
      padding-left: 30px;
}
.experiences-pro .experience-pro .experience-content ul li::before {
    content: "";
    height: 14px;
    width: 14px;
    border: 2px solid var(--color-5);
    /* border-radius: 3px; */
    position: absolute;
    top: 8px;
    left: -30px;
    /* border-radius: 50%; */
    transform: rotate(-45deg);
}
.experiences-pro .experience-pro .experience-content ul li::after {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    top: 10px;
    left: -21px;
    transform: rotate(-45deg);
    background: var(--color-5);
}
/*.experiences-pro .section-title h2{*/
/*    text-align: center;*/
/*}*/
.experiences-pro .section-title p{
      text-align: center;
}
.div-whatsapp{
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 999;
}
.div-whatsapp a{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25d366, #128c7e);
    animation: pulse 2s infinite;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    position: relative;
}
.div-whatsapp a i {
    font-weight: 400;
    font-size: 30px;
    color: white;
}
.header-phone{
    font-size: 16px;
}


/* OFFERINGS */
.sp-offers{padding:8rem 0;background:var(--bg);}
.sp-offer{
    border: 1px solid #e5e7eb;
    overflow:hidden;
    transition:transform .35s,box-shadow .35s,background .3s;
    position:relative;
    border-radius: 30px;
        background: #ffffff59;
    
}
.sp-offer:hover{
    transform:translateY(-6px);
    box-shadow:0 24px 80px rgba(0,0,0,.09)
}
.sp-offer-visual{
    height:220px;
    position:relative;
    overflow:hidden;
    border-radius: 20px;
    margin: 10px;
}
.sp-offer-1 .sp-offer-visual{
    background:linear-gradient(145deg,#0a0d14 0%,#141c2e 50%,#0a0d14 100%)
    
}
.sp-offer-2 .sp-offer-visual{
    background:linear-gradient(145deg,#0d1008 0%,#162014 50%,#0d1008 100%)
    
}
.sp-offer-3 .sp-offer-visual{
    background:linear-gradient(145deg,#140a0a 0%,#241414 50%,#140a0a 100%)
    
}
.sp-offer-visual-num{
    position:absolute;
    bottom:-1.5rem;
    right:1rem;
    font-family:var(--fd);
    font-size:10rem;
    font-weight:200;
    line-height:1;
    color:rgba(247,245,242,.04);
    letter-spacing:-.06em;user-select:none
    
}
.sp-offer-icon{
    position:absolute;
    top:50%;left:50%;
    transform:translate(-50%,-50%);
    width:72px;
    height:72px;
        border: 1px solid rgb(19 185 129 / 16%);
    border-radius:50%;
    display:flex;align-items:center;
    justify-content:center;
    color: var(--color-3);
    font-size:1.5rem;transition:all .35s
    
}
.sp-offer:hover .sp-offer-icon{
    border-color:var(--gold2);
    box-shadow:0 0 40px rgba(201,169,110,.15);
    transform:translate(-50%,-50%) scale(1.08)
    
}
.sp-offer-body{
    padding:1.5rem;
    
}
.sp-offer-tag{
    font-size:.54rem;
    letter-spacing:.36em;
    text-transform:uppercase;
    color: var(--color-3);
    margin-bottom:1rem;
    display:block
    
}
.sp-offer-title{
  font-family:var(--font-1);
    font-weight:300;
    font-size:30px;
    /*color:var(--txt);*/
    margin-bottom:.85rem;
    line-height:1.1;
    letter-spacing:-.01em}
.sp-offer-body p{
    font-family:var(--fm);
    font-size:.78rem;
    font-weight:300;
    color:var(--txt2);
    line-height:1.85;
    margin-bottom:1rem
    
}
.sp-offer-body ul{
    list-style:none;
    border-top:1px solid var(--border);
    padding-top: 10px;
    margin-bottom: 0;
    
}
.sp-offer-body ul li{
    display:flex;
    align-items:center;
    gap:.65rem;
    padding:0;
    font-family:var(--fm);
    font-size:.73rem;
    color:var(--txt2);
    font-weight:300
    
}
.sp-offer-body ul li::before{
    content:'';
    width:5px;
    height:1px;
    background:var(--color-5);
    flex-shrink:0;
    
}
.padding-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}

.p-para{
    font-family: var(--fm) !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    color: var(--txt2) !important;
    line-height: 1.85 !important;
    /*margin-bottom: 1rem !important;*/
}

/* ══ CONTEXT ════════════════════════════════════════════════════ */
.sh-context{overflow:hidden}
.sh-context-inner{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}
.sh-ctx-title{font-family:var(--fm);font-weight:300;font-size:clamp(2rem,3vw,3rem);color:var(--txt);margin-bottom:1.8rem;letter-spacing:-.02em;line-height:1.1}
.sh-ctx-title strong{font-family:var(--fm);font-weight:700;color:var(--gold);font-size:.55em;display:block;margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.1em}
.sh-ctx-body{font-size:.9rem;font-weight:300;color:var(--txt2);line-height:2;margin-bottom:2.5rem}
.sh-ctx-body p{margin-bottom:1.4rem}
.sh-ctx-body em{color:var(--gold);font-style:italic}
.sh-pills{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:2rem}
.sh-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.48rem 1rem;border:1px solid rgba(139,106,34,.22);background:rgba(139,106,34,.06);border-radius:50px;font-family:var(--fm);font-size:.58rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}
.sh-pill i{font-size:.52rem}

/* ── Context Visual (floating cards) ── */
.sh-ctx-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:400px}
.sh-ctx-blob{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(ellipse at 40% 40%,rgba(139,106,34,.09),rgba(139,106,34,.03) 60%,transparent);border:1px solid rgba(139,106,34,.14);
}
@keyframes ctx-blob-spin{to{transform:rotate(360deg)}}
.sh-ctx-blob2{position:absolute;width:240px;height:240px;border-radius:50%;border:1px dashed rgba(139,106,34,.08);animation:ctx-blob-spin 40s linear infinite reverse}
.sh-fcard{position:absolute;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(139,106,34,.18);border-radius:16px;padding:1.2rem 1.6rem;box-shadow:0 8px 32px rgba(0,0,0,.07);text-align: center;}
.sh-fcard.fc1{top:-15%;left:50%;transform:translateX(-50%);text-align:center;min-width:130px;animation:fc-float1 4s ease-in-out infinite}
.sh-fcard.fc2{left:-2%;top:45%;transform:translateY(-50%);animation:fc-float2 5s ease-in-out infinite .6s}
.sh-fcard.fc3{right:-2%;top:45%;transform:translateY(-50%);animation:fc-float3 4.5s ease-in-out infinite .3s}
.sh-fcard.fc4{bottom:-15%;left:50%;transform:translateX(-50%);text-align:center;min-width:130px;animation:fc-float1 5s ease-in-out infinite 1s}
@keyframes fc-float1{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-10px)}}
@keyframes fc-float2{0%,100%{transform:translateY(-50%) translateX(0)}50%{transform:translateY(-50%) translateX(-8px)}}
@keyframes fc-float3{0%,100%{transform:translateY(-50%) translateX(0)}50%{transform:translateY(-50%) translateX(8px)}}
.sh-fcard-val{font-family:var(--fm);font-weight:400;font-size:1.7rem;color:var(--gold);line-height:1;letter-spacing:-.03em}
.sh-fcard-lbl{font-family:var(--fm);font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--txt2);margin-top:.2rem}
.sh-ctx-center{position:absolute;width:110px;height:110px;border-radius:50%;background:conic-gradient(from 0deg,rgba(139,106,34,.15),rgba(201,169,110,.07),rgba(139,106,34,.15));border:1.5px solid rgba(139,106,34,.22);display:flex;align-items:center;justify-content:center;animation:ctx-center-pulse 3s ease-in-out infinite}
@keyframes ctx-center-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.04)}}
.sh-ctx-cross{font-family:var(--fm);font-weight:700;font-size:2.5rem;color:var(--gold);line-height:1}
@media(max-width:991px){.sh-context-inner{grid-template-columns:1fr}.sh-ctx-visual{display:none}}

/* ══ STAT STRIP ══════════════════════════════════════════════════ */
.sh-stats{padding:5rem 0;background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.sh-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);border-radius:22px;overflow:hidden;background:var(--bg)}
.sh-stat{padding:3rem 2rem;text-align:center;border-right:1px solid var(--border);position:relative;overflow:hidden;transition:background .35s;cursor:default}
.sh-stat:last-child{border-right:none}
.sh-stat:hover{background:var(--bg2)}
.sh-stat::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold),var(--gold2),transparent);transform:scaleX(0);transform-origin:left;transition:transform .45s}
.sh-stat:hover::after{transform:scaleX(1)}
.sh-stat-val{font-family:var(--fm);font-weight:200;font-size:clamp(3rem,5vw,5.5rem);line-height:1;color:var(--txt);letter-spacing:-.04em;margin-bottom:.5rem}
.sh-stat-val .suf{color:var(--gold)}
.sh-stat-lbl{font-family:var(--fm);font-size:.6rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--txt2)}
.sh-stat-sub{font-size:.7rem;color:var(--txt2);margin-top:.3rem;font-weight:300}
@media(max-width:767px){.sh-stats-grid{grid-template-columns:repeat(2,1fr)}.sh-stat:nth-child(2){border-right:none}.sh-stat:nth-child(1),.sh-stat:nth-child(2){border-bottom:1px solid var(--border)}}
.sub-title, .section-title h2{
    font-family: var(--fm);
    font-weight: 200;
    font-size: 40px;
    color: #0d0b09;
    margin-bottom: 1.8rem;
    letter-spacing: -.02em;
    line-height: 1.1;
}
.sub-title strong, .section-title h2 strong{
    /*color: var(--color-3);*/
    font-weight: 600;
}
.sec-label{
    font-size:.64rem;
    letter-spacing:.42em;
    text-transform:uppercase;
    color: var(--color-3);
    display:flex;
    align-items:center;
    gap:.9rem;
    margin-bottom:1.2rem
}
.sec-label::before{
    content:'';
    width:36px;
    height:1px;
    background:var(--color-3);
    
}
@media only screen and (max-width: 767px) {
    .fixed-header .mobile-logo img {
      filter: brightness(20);
    }
    .company-design-area h2, .projects-area h2, .services-area h2, .blogs-area h2, .tool-section h2 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 26px;
    }
    .services-area .img-service-box {
    height: 350px;
    margin-bottom: 20px;
}
.services-area .service-text p{
    line-height: 22px;
}
.tool-box .item-tool {
    padding: 10px;
}
.tool-box {
    grid-column-gap: 10px;
    padding: 0px;
}
.tool-section {
    margin-bottom: 40px;
}
.sub-title::before {
  left: -20px;
}
.sub-title::after {
    right: -20px;
}
.hero-content {
    padding: 0px;
}
.hero-content h1 {
    line-height: 28px;
    font-size: 20px;
    padding: 0;
    font-weight: 600;
    margin: 0 0 10px;
    }
    .hero-btns {
    margin-top: 0px;
        
    }
    .hero-desktop{
    display: none;
}
    .hero-mobile{
    display: block;
}
.full-name{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.name, .pname {
    text-align: center;
}
  .hero-content {
    padding: 0px 0px;
}
.main-menu .navbar-header .navbar-toggle .icon-bar{
   background: #4237c9;
}
.main-header.fixed-header .header-upper .icon-bar{
     background: #fff;
}
.portfolio-box .portfolio-caption p{
    text-align: center;
}
.portfolio-box .portfolio-caption .project-bottons{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-to-action-part p {
    font-size: 16px;
    line-height: 22px;
}
.pb-40, .py-40 {
    padding-bottom: 20px;
}
.pt-50, .py-50 {
    padding-top: 20px;
}
.home-class .main-menu .mobile-logo img{
   filter: brightness(20);
}
.home-class .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #fff;
    }
.single-page-hero-area h1 {
        padding: 0px;
        font-size: 40px;
    }
.about-content-part h2, .section-title h2{
    text-transform: uppercase !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    font-size: 24px !important;
    line-height: 32px !important;
    
    }
    .about-content-part p{
    text-align: center;
    }
    .about-image-part {
    padding-left: 0px !important;
    height: 400px;
    }
    .about-image-part img{
        border-radius: 0;
            object-position: center;
    }
    .padding-section {
    padding: 40px 0 40px 0;
}
.experiences .section-title p {
    line-height: 24px;
}
.experiences .item-avantage {
    flex-direction: column;
        margin-bottom: 15px;
}
.experiences .item-avantage .textbox h3, 
.experiences .item-avantage .textbox h4,
.experiences .item-avantage .textbox p{
    text-align: center;
}
.services-area {
    padding: 40px 0px;
    }
.call-to-action-part h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .certificats-area-owl .owl-nav{
            display: none;
    }
    .certificats-area-owl .owl-stage-outer{
        margin: 0;
    }
    .education-title{
        justify-content: center;
    }
    .education-school, .education-text{
        text-align: center;
    }
    .education-card{
        margin-bottom: 15px;
    }
    .services-area .row-service{
        display: flex;
        flex-direction: column-reverse;
        max-height: 100%;
    }
    .services-area .list-service-img {
    max-height: 300px;
    }
    .services-area .row-service-1 .list-service-img,
    .services-area .row-service-reverse .list-service-img{
        border-raduis: 0;
        overflow: hidden;
    }
    .services-area .row-service-1 .list-service-img img, 
    .services-area .row-service-reverse .list-service-img img{
        border-radius: 0;
    }
    .services-area .row-service-reverse .col {
    padding-right: 20px;
    padding-left: 20px;
}
.services-area .row-service-1 .col {
    padding-left: 20px;
     padding-right: 20px;
}
.padding-section {
        padding: 40px 0 40px 0 !important;
    }
    .services-area .service-bootom {
    margin-bottom: 40px;
}
.div-whatsapp a{
    width: 40px;
    height: 40px;
}
.div-whatsapp a i {
    font-size: 25px;
}
.seo-section .result-descrition {
    flex-direction: column;
}
.seo-section .seo-description-img.right {
    margin: 15px 15px 40px 0px;
    min-height: 400px;
    border-radius: 20px;
}
.seo-row{
    flex-direction: column-reverse;
}
.tool-box .item-tool img {
    width: 90px;
}
.experiences-pro .experience-pro{
    margin-bottom: 20px;
}
.certificats-area .section-title.mb-40{
    margin-bottom: 0 !important;
}
.certificats-area-owl{
   padding: 10px 0px;
}
.contact-form-area .form-group {
    margin-bottom: 15px;
}
.contact-area .extra-skills {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
ul.extra-skills li{
    margin-right: 0px;
}
.padding-sec{
    padding-top: 60px;
    padding-bottom: 60px;
}
.sec-label{
   /*margin-bottom: 10px !important;*/
display: none;
}
.portfolio-box .portfolio-category {
    font-size: 13px;
}
.sub-title, .section-title h2{
            text-transform: uppercase !important;
        text-align: center !important;
        margin-bottom: 20px !important;
        font-size: 24px !important;
        line-height: 32px !important;
}
.sh-ctx-body{
    text-align: center;
}

/*.sub-title, .section-title h2{*/
/*        text-align: left !important;*/
/*}*/
.item-reference .screen {
        left: 4%;
        width: calc(92% - 1px);
    }
.item-reference .imac{
		height: 236px;
		max-width: 290px;
		margin: auto;
	}
	.item-reference .screen{
		left: 4%;
		width: calc(92% - 1px);
	}
	.item-reference .iphone{
		height: 300px;
		width: 290px;
		margin: auto;
	}
	.item-reference .screen-iphone{
		left: 28%;
		width: 44%;
	}
	.item-reference .screen-iphone::after{
		height: 12px;
		left: 28px;
	}
	.about-img {
    width: 150px;
    height: 150px;
}
.item-reference .desktop-row{
    flex-direction: column-reverse !important;
    margin-bottom: 60px;
}
.item-reference .textbox{
    top: 0;
    transform: none;
    text-align: center;
}
.item-reference .textbox h3{
        margin-top: 20px;
}
.item-reference .textbox h3 strong{
    color: var(--color-5);
}
}
.hero-content .p-para{
    text-align: center;
}