

/*======================================
//--//-->   STYLES GENERALES
======================================*/


  ::-webkit-scrollbar {
    display: none;
}

html body{
  background-color: black;
  overflow-x: hidden;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
}

a {
  color: #1e1e1e;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #0078ff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

.color-a {
  color: #0078ff;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  color: #4e4e4e;
}

.box-shadow,
.service-box,
.work-box,
.card-blog {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a,
.button:hover {
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.overlay-mf {
  background-color: black;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}

.paralax-mf {
  position: relative;
  padding: 8rem 0;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*--/ Sections /--*/

.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

/*--/ Title s /--*/

.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}

/*--/ Title A /--*/

.title-box {
  margin-bottom: 4rem;
}

.title-a {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}

.subtitle-a {
  color: #4e4e4e;
}

.line-mf {
  width: 40px;
  height: 5px;
  background-color: #0078ff;
  margin: 0 auto;
}

/*--/ Title Left /--*/

.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #0078ff;
  width: 100px;
  bottom: -12px;
}

/*------/ Box /------*/

.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/*------/ Socials /------*/

.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1.4;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px #fff;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: black;
  color: #fff;
  box-shadow: 0 0 0 3px #fff;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/

.ul-resect,
.socials ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: #0078ff;
  margin-right: 10px;
}

/*------/ Ico Circle /------*/

.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 5px #0078ff;
  display: block;
}

/*------/ Owl Carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/

.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #0078ff;
  opacity: .7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #0078ff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #0078ff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*======================================
//--//-->   NAVBAR
======================================*/

.navbar-b {
  transition: all .5s ease-in-out;
  background-color: transparent;
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-left: 0;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
  content: '';
  position: absolute;
  margin-left: 0px;
  width: 0%;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: all 500ms ease;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
  color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before {
  width: 35px;
}

.navbar-b.navbar-trans .show > .nav-link:before,
.navbar-b.navbar-trans .active > .nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-reduce .show > .nav-link:before,
.navbar-b.navbar-reduce .active > .nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
  width: 35px;
}

.navbar-b.navbar-trans .nav-link:before {
  background-color: black;
}

.navbar-b.navbar-trans .nav-link:hover {
  color: #fff;
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
  color: #fff;
}

.navbar-b.navbar-reduce {
  transition: all .5s ease-in-out;
  background-color: black;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-b.navbar-reduce .nav-link {
  color: #fff;
}

.navbar-b.navbar-reduce .nav-link:before {
  background-color: #fff;
}

.navbar-b.navbar-reduce .nav-link:hover {
  color: #fff;
}

.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
  color: #fff;
}

.navbar-b.navbar-reduce .navbar-brand {
  color: #fff;
}

.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}

.navbar-b .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
  padding: .7rem 1.7rem;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
  color: black;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
  background-color: #fff;
}

/*--/ Hamburger Navbar /--*/

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: black;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

/*======================================
//--//-->   INTRO
======================================*/

.intro {
  height: 100vh;
  position: relative;
  color: #fff;
}

.intro .intro-content {
  text-align: center;
  position: absolute;
}

.intro .overlay-itro {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .9;
}

.intro .intro-title {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .text-slider-items {
  display: none;
}

.intro-single {
  height: 350px;
}

.intro-single .intro-content {
  margin-top: 30px;
}

.intro-single .intro-title {
  text-transform: uppercase;
  font-size: 3rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  color: #0078ff;
}

.intro-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}

.intro-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}

.intro-single .breadcrumb a {
  color: #fff;
}

/*======================================
//--//-->   ABOUT
======================================*/

.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: black;
  color: #fff;
}
.about-mf {
  position: relative; /* Necessary for z-index to take effect */
  z-index: 10; /* Higher z-index for visibility */
}

.about-mf .about-img {
  margin-bottom: 2rem;
}

.about-mf .about-img img {
  margin-left: 10px;
}

/* Skill container */


.skills-mf {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Define 2 columns */
  gap: 20px; /* Add space between items */
  justify-items: center;
  margin-top: 20px;
  color: #fff;
}

.skill-item-1,
.skill-item-2,
.skill-item-3,
.skill-item-4,
.skill-item-5,
.skill-item-6,
.skill-item-7,
.skill-item-8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px;
}


.circular-progress {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: conic-gradient(#0078ff 0%, #fff 0%); /* Initially set to 0% */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 10s ease-in;
  padding: 3px;; /* Smooth transition */
}

/* Inner circle to mask the center of the progress bar */
.circular-progress .inner-circle {
  width: 90px;
  height: 90px;
  background-color: black;
  border-radius: 50%;
}

/* Percentage text inside the circle */
.circular-progress span {
  position: absolute;
  font-size: 1rem;
  font-weight: bold;
  color: #0078ff;
}

/* Skill title styling */
.title-s {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
.title-left{
  color: #fff;
}
/*======================================
//--//-->   SERVICES
======================================*/

.service-box {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2.5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  width: 55vw;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: black;
  background-color: #fff;
  box-shadow: 0 0 0 10px transparent;
}

.service-box .service-ico {
  margin-bottom: 1rem;
  color: #fff;
}

.service-box .ico-circle {
  transition: all 500ms ease;
  font-size: 4rem;
}

.service-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: .4rem 0;
  color: #fff;
}

.service-box .s-description {
  color: #fff;
}

/*======================================
//--//-->   COUNTER
======================================*/

.counter-box {
  color: #fff;
  text-align: center;
}

.counter-ico {
  margin-bottom: 1rem;
}

.counter-ico .ico-circle {
  height: 60px;
  width: 60px;
  line-height: 1.8;
  box-shadow: 0 0 0 5px #0078ff;
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}

/*======================================
//--//-->   PORTFOLIO
======================================*/

.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

.work-box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
  color: #4e4e4e;
  font-size: .8rem;
}

.work-content .w-more .w-ctegory {
  color: #0078ff;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #0078ff;
  float: right;
}

.work-content .w-like a {
  color: #0078ff;
}

.work-content .w-like .num-like {
  font-size: .7rem;
}

.w-title {
  font-size: 1.2rem;
}

/*======================================
//--//-->   TESTIMONIALS
======================================*/

.testimonials .owl-carousel .owl-item img {
  width: auto;
}

.testimonial-box {
  color: #fff;
  text-align: center;
}

.testimonial-box .author-test {
  margin-top: 1rem;
}

.testimonial-box .author-test img {
  margin: 0 auto;
}

.testimonial-box .author {
  color: #fff;
  font-weight: 600;
  margin: 1rem 0;
  display: block;
  font-size: 1.4rem;
}

.testimonial-box .comit {
  font-size: 2rem;
  color: #0078ff;
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 1.6;
}

/*======================================
//--//-->   BLOG
======================================*/

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #0078ff;
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .1px;
  margin-bottom: 0;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: .6rem;
}

.card-blog .card-description {
  color: #4e4e4e;
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;
  float: right;
}

/*======================================
//--//-->   BLOG-SINGLE
======================================*/

.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}

.blog-wrapper .post-meta {
  margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
  border-left: 4px solid #0078ff;
  margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  color: #0078ff;
}

.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}

.blog-wrapper .blockquote {
  border-left: 4px solid #0078ff;
  padding: 18px;
  font-style: italic;
}

/*------/ Comments /------*/

.box-comments .list-comments li {
  padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments a {
  color: #0078ff;
}

.box-comments .list-comments span {
  color: #1e1e1e;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*------/ Sidebar /------*/

.widget-sidebar .sidebar-title {
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #0078ff;
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.widget-sidebar .list-sidebar li {
  position: relative;
  padding: 6px 0 6px 24px;
}

.widget-sidebar .list-sidebar li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background-color: #0078ff;
  top: 20px;
}

.sidebar-search input {
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
  background-color: #0078ff;
  border-color: #0078ff;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-tags ul li {
  display: inline-block;
  background-color: #0078ff;
  padding: .2rem .6rem;
  margin-bottom: .5rem;
  border-radius: 15px;
}

.widget-tags ul li a {
  color: #fff;
}

/*======================================
//--//-->   CONTACT
======================================*/

.footer-paralax {
  padding: 4rem 0 0 0;
}

.contact-mf {
  margin-top: 4rem;
}

/*======================================
//--//-->   FOOTER
======================================*/

footer {
  text-align: center;
  color: #fff;
  padding-bottom: 4rem;
}

footer .copyright {
  margin-bottom: .3rem;
}

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #fff;
}

/*======================================
//--//-->   CONtaCT FORM
======================================*/

#sendmessage {
  color: #0078ff;
  border: 1px solid #0078ff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/*======================================
//--//-->   BUTTON
======================================*/

.button {
  display: inline-block;
  padding: .3rem .6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: .3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  background-color: #0062d3;
  color: #fff;
  transition: all 500ms ease;
}

.button-a {
  background-color: #0078ff;
  color: #fff;
  border-color: #cde1f8;
}

.button-big {
  padding: .9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }

  .card-blog {
    margin-bottom: 3rem;
  }

  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }

  .navbar-b.navbar-trans .nav-item,
  .navbar-b.navbar-reduce .nav-item {
    padding-left: 10px;
  }

  .navbar-b.navbar-trans .nav-link:before,
  .navbar-b.navbar-reduce .nav-link:before {
    margin-left: 18px;
  }

  .intro .intro-title {
    font-size: 4.5rem;
  }

  .intro .intro-subtitle {
    font-size: 2.5rem;
  }

  .intro-single .intro-title {
    font-size: 3.5rem;
  }

  .testimonial-box .description {
    padding: 0 5rem;
  }

  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }

  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }

  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }
}

@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem;
  }
}

@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*GSAP*/

.box1{
  height: 60px;
  width: 60px;
  background: rgb(255,0,191);
  background: linear-gradient(90deg, rgba(255,0,191,1), rgba(2,0,36,1));
  text-align: center;
  align-content: center;
  color: #fff;
  border-radius: 10px;
  margin: 100px;
}

/* .container1{
  width: 100%;
  height: 100%; 
  position: relative;
  overflow: hidden;
} */
.panel {
  position: absolute; /* Remains unchanged */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Full viewport height */
  width: 100%; /* Use 100% instead of 100vw to prevent horizontal overflow */
  text-align: center;
  z-index: 1;
  overflow: hidden; /* Prevent overflow from this element */
}

.container1 {
  width: 100vw;
  height: 100vh; 
  position: relative;
}

.panel.description {
  position: relative;
}

.blue {
  background-image: url("../img/consultancy.jpeg");
  background-size: cover; /* Use cover to fill the entire element */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  height: 100vh;
  font-size: 3em;
  color: #fff;
  /* background-image: linear-gradient(
    295deg,
    hsl(240deg 77% 32%) 0%,
    hsl(224deg 100% 31%) 8%,
    hsl(218deg 100% 34%) 17%,
    hsl(214deg 100% 37%) 25%,
    hsl(210deg 100% 39%) 33%,
    hsl(207deg 100% 41%) 42%,
    hsl(203deg 100% 43%) 50%,
    hsl(200deg 100% 44%) 58%,
    hsl(197deg 100% 45%) 67%,
    hsl(196deg 85% 53%) 75%,
    hsl(196deg 88% 63%) 83%,
    hsl(195deg 92% 70%) 92%,
    hsl(193deg 100% 77%) 100%
  ); Blue background */
}

.red {
  background-image: url("../img/webDesign.jpg");
  background-size: cover; /* Use cover to fill the entire element */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  height: 100vh;
  
}

.gray {

  background-image: url("../img/laptop.jpg");
  background-size: cover; /* Use cover to fill the entire element */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  height: 100vh;

}

.purple {
  background-image: url("../img/design.jpg");
  background-size: cover; /* Use cover to fill the entire element */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  height: 100vh;

}

.green {
  background-image: url("../img/laptop2.webp");
  background-size: cover; /* Use cover to fill the entire element */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  height: 100vh;

}



/* Base styles for inputs, select, and textarea */
input[type="text"],
input[type="email"],
select,
textarea {
    width: calc(100% - 8px); /* Full width minus padding */
    height: 25px; /* Smaller height for inputs */
    padding: 4px; /* Smaller padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Ensure padding and width are included */
    margin-top: 2px; /* Smaller top margin */
    margin-bottom: 10px; /* Smaller bottom margin */
    font-size: 10px; /* Smaller font size */
    background-color: #858585;
    color: white;
}

/* Textarea specific styles */
textarea {
    height: 60px; /* Adjust height for textarea */
    resize: none; /* Allow vertical resize */
}

/* Submit button styling */
input[type="submit"] {
    background-color: #04AA6D;
    color: white;
    width: 20%;
    padding: 4px 8px; /* Smaller padding */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    height: 25px;
    font-size: 6px; /* Smaller font size */
    background-color: #0062d3;
    
}

input[type="submit"]:hover {
    background-color: #45a049; /* Darker green on hover */
}
.contact-onmobile {
  display: none; 
}

@media (max-width: 768px) {
  .contact-onmobile {
    display: block;
    padding: 10px;
  }

  .contact-header p {
    font-size: 22px; /* Adjust font size for smaller screens */
  }

  .socials {
    display: flex;
    flex-direction: column; /* Stack social media icons vertically */
    align-items: center;
  }

  .social-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
  }

  .social-ico {
    font-size: 18px; /* Larger icons for mobile */
    margin-right: 8px;
  }

  .social-text {
    font-size: 16px; /* Adjust text size for mobile */
  }
}

@media (max-width: 480px) {
  .contact-header p {
    font-size: 20px; /* Make the text even smaller for very small screens */
  }

  .social-ico {
    font-size: 16px; /* Smaller icons for very small screens */
  }

  .social-text {
    font-size: 14px; /* Smaller text for very small screens */
  }
}

/* Form container styling */
.container-form {
  background-color: #4d4d4d;
  color: white;
  padding: 8px; /* Maintain some padding */
}

.container-laptop {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
width: 100vw;
background-color: #000000;

}

.laptop3d {
position: relative;
width: 600px;
height: 600px;
overflow: hidden;
/*border: 1px solid red;*/
}

.laptop3d .monitor {
position: absolute;
border: 5px solid #4d4d4d;
border-radius: 2px;
height: 320px;
background: #ffffff;
left: 14px;
right: 14px;
top: 46px;
-webkit-transform: perspective(1000px) rotateX(-89deg); /* Default position (closed) */
transform: perspective(1000px) rotateX(-89deg);
transition: transform 1s ease-in-out; /* Make the opening smooth */
}

.laptop3d .monitor .monitor-body {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 5px solid #000000;
background: #262626;
-webkit-animation: start-monitor 1s 5s forwards;
-o-animation: start-monitor 1s 5s forwards;
animation: start-monitor 1s 5s forwards;
display: flex;
justify-content: center;
align-items: center;
}



.laptop3d .bottom_part {
position: absolute;
border: 5px solid #262626;
border-radius: 2px;
height:250px;
width: 550px;
background: #262626;
left: 25px;
right: 0px;
bottom: 70px; /* Default position (closed) */
transform: perspective(1000px) rotateX(89deg);
transition: transform 1s ease-in-out, bottom 1s ease-in-out; /* Smooth transition */
}


.laptop3d .keyboard {
padding: 7px;
padding-bottom: 3px;
background: #4d4d4d;
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
}
.laptop3d .keyboard img {
width: 100%;
}

.laptop3d .touchpad {
background: #4d4d4d;
width: 45px;
padding: 10px;
height: 17px;
margin-top: 6px;
}

.animate-laptop .monitor {
-webkit-transform: perspective(1000px) rotateX(15deg); /* Open position */
transform: perspective(1000px) rotateX(15deg);
}

.animate-laptop .bottom_part {
transform: perspective(1000px) rotateX(72deg); /* Open position */
bottom: 2px;
}

text {
  opacity: 0;
  -webkit-animation: ShowText 1s 8s forwards;
  -o-animation: ShowText 1s 8s forwards;
  animation: ShowText 1s 8s forwards;
}

@media (max-width: 768px) {
  .container-form{
    display: none;
  }
  .contact-onmobile{
    display:block;
  }

  .laptop3d .monitor,
  .laptop3d .bottom_part {
    display: none;
  }
  .container-laptop{
    display: none;
  }
  .laptop3d .keyboard {
    display: none;
  }

}



@-webkit-keyframes open-laptop-monitor {
  0% {
      -webkit--transform: perspective(1000px) rotateX(-89deg);
      transform: perspective(1000px) rotateX(-89deg);
      left: 0px;
      right: 0px;
      top: 70px;
  }
  55% {
      top: 36px;
  }
  100% {
      -webkit-transform: perspective(1000px) rotateX(15deg);
      transform: perspective(1000px) rotateX(15deg);
      left: 14px;
      right: 14px;
  }
}
@-moz-keyframes open-laptop-monitor {
  0% {
      -moz-transform: perspective(1000px) rotateX(-89deg);
      transform: perspective(1000px) rotateX(-89deg);
      left: 0px;
      right: 0px;
      top: 70px;
  }
  55% {
      top: 36px;
  }
  100% {
      -moz-transform: perspective(1000px) rotateX(15deg);
      transform: perspective(1000px) rotateX(15deg);
      left: 14px;
      right: 14px;
  }
}
@keyframes open-laptop-monitor {
  0% {
      -webkit-transform: perspective(1000px) rotateX(-89deg);
      -moz-transform: perspective(1000px) rotateX(-89deg);
      transform: perspective(1000px) rotateX(-89deg);
      left: 0px;
      right: 0px;
      top: 70px;
  }
  55% {
      top: 36px;
  }
  100% {
      -webkit-transform: perspective(1000px) rotateX(15deg);
      -moz-transform: perspective(1000px) rotateX(15deg);
      transform: perspective(1000px) rotateX(15deg);
      left: 14px;
      right: 14px;
  }
}








@-webkit-keyframes open-laptop-bottom-part {
  0% {
      -webkit-transform: perspective(1000px) rotateX(89deg);
      transform: perspective(1000px) rotateX(89deg);
      left: 0px;
      right: 0px;
      bottom: 70px;
  }
  90% {
      bottom: 2px;
  }
  100% {
      -webkit-transform: perspective(1000px) rotateX(72deg);
      transform: perspective(1000px) rotateX(72deg);
      left: 0px;
      right: 0px;
  }
}
@-moz-keyframes open-laptop-bottom-part {
  0% {
      -moz-transform: perspective(1000px) rotateX(89deg);
      transform: perspective(1000px) rotateX(89deg);
      left: 0px;
      right: 0px;
      bottom: 70px;
  }
  90% {
      bottom: 2px;
  }
  100% {
      -moz-transform: perspective(1000px) rotateX(72deg);
      transform: perspective(1000px) rotateX(72deg);
      left: 0px;
      right: 0px;
  }
}
@keyframes open-laptop-bottom-part {
  0% {
      -webkit-transform: perspective(1000px) rotateX(89deg);
      -moz-transform: perspective(1000px) rotateX(89deg);
      transform: perspective(1000px) rotateX(89deg);
      left: 0px;
      right: 0px;
      bottom: 70px;
  }
  90% {
      bottom: 2px;
  }
  100% {
      -webkit--transform: perspective(1000px) rotateX(72deg);
      -moz-transform: perspective(1000px) rotateX(72deg);
      transform: perspective(1000px) rotateX(72deg);
      left: 0px;
      right: 0px;
  }
}







@-webkit-keyframes start-monitor {
  0% {
      background: #262626;
  }
  100% {
      background: #858585;
  }
}
@-moz-keyframes start-monitor {
  0% {
      background: #262626;
  }
  100% {
      background: #858585;
  }
}
@keyframes start-monitor {
  0% {
      background: #262626;
  }
  100% {
      background: #858585;
  }
}






@-webkit-keyframes ShowText {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@-moz-keyframes ShowText {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@keyframes ShowText {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}


/* Instagram Gradient */
.instagram-gradient {
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.instagram-gradient-text {
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Container styling for portfolio section */
.container-portfolio-nik {
  padding: 40px 20px; /* Adjusted padding for better spacing */
  margin: 0 auto;
  max-width: 1200px; /* Limits width on larger screens for readability */
}

.header-portfolio {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
  text-align: center;
}

h3 {
  color: #0062d3;
  font-size: 3em;
  font-family: 'Times New Roman', Times, serif;
  margin-bottom: 0.3em;
}

.header-text-portfolio {
  color: #fff;
  font-size: 1.2em;
}

/* Card grid styling */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Card styling */
.cards li {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #222;
  color: #fff;
}

.cards li:hover {
  transform: translateY(-5px); /* Subtle lift effect */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Media and text styling inside cards */
.cards li img,
.cards li video {
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 2px solid #0062d3;
}

.cards li h2 {
  padding: 15px 10px 5px;
  font-size: 1.3em;
  color: #0062d3;
  text-align: center;
  font-weight: bold;
}

.cards li p {
  padding: 5px 10px 15px;
  text-align: center;
  font-size: 1em;
}

/* Responsive layout for mobile */
@media (max-width: 768px) {
  .cards {
    grid-template-columns: 1fr; /* Switch to single column layout */
    gap: 20px;
  }

  h3 {
    font-size: 2em; /* Scale down header font */
  }
}


.company-container{
  display: flex;
  gap: 2px;
  align-items: center;
}
.company-img{
  border-radius: 20px;
}


canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; 
}


/* Intro content */
.intro-content {
  position: relative;
  z-index: 2; 
}
#contact {
  position: relative;
  background: 
  radial-gradient(circle at center, rgba(0, 0, 0, 0.9) 100%, transparent 100%), 
    url('../img/codePicture.jpg');
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
  height: 100vh;
}


/* #canvas-section {
  position: relative;
  height: 600px;  
  width: 100%;
  overflow: hidden;
} */

/* #pi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: -1; 
}

.hero2 {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
} */


.experience-container {
  display: flex;
  gap: 3em;
  justify-content: center;
  flex-wrap: wrap; /* Ensures items wrap on smaller screens */
}

.counter-box {
  flex: 1 1 200px; /* Flex-grow, flex-shrink, and base width */
  max-width: 250px; /* Optional: Prevents items from growing too large */
  text-align: center; /* Ensures content stays centered */
}

.experience {
  padding: 100px 0;
  background-image: url("../img/plantwallpaper.jpg");
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/* Media Query for Mobile Devices */
@media (max-width: 768px) {
  .experience-container {
    flex-direction: column; /* Stacks items vertically */
    gap: 1.5em; /* Reduces the gap on smaller screens */
  }

  .counter-box {
    flex: 1 1 auto; /* Allows each item to take the full width */
    max-width: 100%; /* Ensure no horizontal overflow */
  }

  .counter-num {
    margin-top: 1em; /* Adjust spacing for better readability */
  }
}

.quote {
  background-image: url("../img/starswallpaper2.jpg");
  background-size: cover;
  background-attachment: fixed; /* Fixes the background image */
  background-repeat: no-repeat;
  padding: 100px 0;
  text-align: center; /* Centers the quote text */
  color: white;
}

.quote-container {
  margin: 0 auto; /* Centers the container horizontally */
  padding: 1.5em;
  border-radius: 8px; /* Optional: rounded corners */
}

.description {
  font-size: 1.5em;
  font-style: italic;
  color: white;
}

.author {
  font-size: 1.2em;
  color: #ddd;
  text-align: right;
  margin-top: 0.5em;
}


.about-container {
  display: flex;
  align-items: center; /* Aligns text with the image vertically */
  gap: 20px; /* Adds space between the image and text */
}

.about-img {
  flex-shrink: 0; /* Prevents the image from resizing */
  width: 250px; /* Adjusts the image width */
  height: auto; /* Maintains aspect ratio */
}

.profile-image {
  width: 100%; /* Ensures the image fills the container */
  border-radius: 10px; /* Rounds corners of the image */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow */
}

.about-info {
  flex-grow: 1; /* Allows the text section to take up remaining space */
  padding: 10px; /* Adds spacing around the text */
}

.title-s {
  font-weight: bold;
 
}

@media (max-width: 768px) {
  .about-container {
    flex-direction: column; /* Stacks items vertically on smaller screens */
    text-align: center;
  }

  .about-img, .about-info {
    width: 100%; /* Ensures full width on smaller screens */
  }
}

/* Experience Section Header */
.header-experience {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
  text-align: center;
}

h3 {
  color: #0062d3;
  font-size: 3em;
  font-family: 'Times New Roman', Times, serif;
  margin-bottom: 0.3em;
}

.header-text-experience {
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.line-mf {
  width: 6em;
  height: 0.3em;
  background: #0062d3;
  margin: 0 auto 1.5em;
  border-radius: 2px;
}

/* Container for scroll */
.container-experience-nik {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Cards Wrapper: horizontal scroll container */
.experience-cards-wrapper {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}

/* Each Card */
.experience-card {
  background: #222;
  color: #ddd;
  flex: 0 0 320px; /* fixed width cards */
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
  padding: 20px;
  scroll-snap-align: start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: grab;
}

.experience-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.9);
  cursor: pointer;
}

.experience-card h4 {
  color: #feda75; /* Instagram gradient warm tone */
  margin-bottom: 0.5em;
  font-size: 1.25em;
}

.experience-date {
  display: block;
  font-size: 0.85em;
  color: #aaa;
  margin-bottom: 1em;
}

.experience-card p {
  font-size: 1em;
  line-height: 1.4;
  color: #ccc;
}

/* Hide scrollbar for WebKit browsers */
.container-experience-nik::-webkit-scrollbar {
  height: 8px;
}

.container-experience-nik::-webkit-scrollbar-track {
  background: transparent;
}

.container-experience-nik::-webkit-scrollbar-thumb {
  background-color: #0062d3;
  border-radius: 10px;
}

/* For Firefox */
.container-experience-nik {
  scrollbar-width: thin;
  scrollbar-color: #0062d3 transparent;
}

/* Responsive adjustments */
@media (max-width: 380px) {
  .experience-card {
    flex: 0 0 280px;
  }
}


/* CLIENTS */

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.header {
  text-align: center;
  margin-bottom: 50px;
}

.header h1 {
  font-size: 2.5rem;
  color: #0a7df0;
  margin-bottom: 10px;
  font-weight: 300;
  letter-spacing: -1px;
}

.header p {
  color: #7f8c8d;
  font-size: 1.1rem;
  font-weight: 300;
}
.clients {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 0;
}

.client-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.client-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.6s;
}

.client-card:hover::before {
  left: 100%;
}

.client-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-color: rgba(52, 152, 219, 0.3);
}

.client-card img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(0.3) opacity(0.8);
  transition: all 0.3s ease;
}

.client-card:hover img {
  filter: grayscale(0) opacity(1);
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .clients {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
  }
  
  .client-card {
      padding: 30px 20px;
      min-height: 120px;
  }
  
  .header h1 {
      font-size: 2rem;
  }
  
  body {
      padding: 20px 10px;
  }
}

@media (max-width: 480px) {
  .clients {
      grid-template-columns: 1fr;
      gap: 15px;
  }
  
  .client-card {
      padding: 25px 15px;
      min-height: 100px;
  }
}

/* Subtle animation on load */
.client-card {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

.client-card:nth-child(1) { animation-delay: 0.1s; }
.client-card:nth-child(2) { animation-delay: 0.2s; }
.client-card:nth-child(3) { animation-delay: 0.3s; }
.client-card:nth-child(4) { animation-delay: 0.4s; }
.client-card:nth-child(5) { animation-delay: 0.5s; }
.client-card:nth-child(6) { animation-delay: 0.6s; }
.client-card:nth-child(7) { animation-delay: 0.7s; }
.client-card:nth-child(8) { animation-delay: 0.8s; }
.client-card:nth-child(9) { animation-delay: 0.9s; }
.client-card:nth-child(10) { animation-delay: 1.0s; }
.client-card:nth-child(11) { animation-delay: 1.1s; }
.client-card:nth-child(12) { animation-delay: 1.2s; }
.client-card:nth-child(13) { animation-delay: 1.3s; }
.client-card:nth-child(14) { animation-delay: 1.4s; }

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}