/*-----------------------------------------------------------------------------------

    Theme Name: Daniels
    Theme URI: http://
    Description: Portfolio Onepage Template
    Author: creativotheme
    Author URI: http://themeforest.net/user/creativotheme
    Version: 1.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

TABLE OF CONTENTS

	01 Global
	02 Navbar
	03 Header
	04 Hero
	05 Services
	06 Portfolio
	07 Clients
	08 Numbers
	09 Blog
	10 Contact
	11 Responsive
		
---------------------------------------------------------------- */
/* -------------------------------------------------------
                     Global 
-------------------------------------------------------- */
@import url(main.css);
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;0,900;1,700;1,900&display=swap");

:root {
  --primary-color: #7000ff;
  --text-color: #24262f;
  --bg-color: #ffffff;
  --secondary-bg: #f9f9f9;
  --accent-blue: #6c63ff;
  --title-font-family: "Poppins", "Poppins Placeholder", sans-serif;
  --title-font-family-bold: "Poppins", sans-serif;
  --title-font-size: 58px;
  --title-font-weight: 700;
  --title-font-weight-bold: 900;
  --title-letter-spacing: -0.04em;
  --title-line-height: 1em;
  --title-paragraph-spacing: 40px;
  --title-text-color: #24262f;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--text-color);
  background: var(--bg-color);
  line-height: 1.6;
}

.section-padding {
  padding: 100px 0;
}

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

.section-head h3 {
  color: #2d3436;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.section-head h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 50px;
  height: 3px;
  background: #7c3aed;
  transform: translateX(-50%);
}

.section-head p {
  color: #7c3aed;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
}

.bg-gray {
  background: #f7f7f7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.logo {
  font-family: "Montserrat", sans-serif;
}

p {
  line-height: 1.6;
  margin: 0;
  font-size: 15px;
  color: #748182;
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
}

.buton {
  padding: 10px 30px;
  border: 1px solid #1c1c1c;
  border-radius: 5px;
  font-size: 13px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buton:hover {
  background: #1c1c1c;
  color: #eee;
}

.buton-bg {
  background: #1c1c1c;
  color: #eee;
}
.buton-bg:hover {
  background: transparent !important;
  color: #343434 !important;
}

/* -------------------------------------------------------
                     Navbar 
-------------------------------------------------------- */
.navbar {
  padding: 1.75rem 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.logo {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color);
  text-decoration: none;
  z-index: 2;
}

.nav-links {
  display: flex;
  gap: 48px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: var(--text-color);
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
  opacity: 0.7;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--text-color);
  opacity: 1;
}

.contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  color: white !important;
}

.contact-link:hover {
  background: #5700cc;
  transform: translateY(-2px);
}

/* Mobile Menu Button */
.menu-btn {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 2;
}

.menu-btn__lines,
.menu-btn__lines::before,
.menu-btn__lines::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--text-color);
  transition: all 0.3s ease;
}

.menu-btn__lines {
  top: 50%;
  transform: translateY(-50%);
}

.menu-btn__lines::before {
  content: "";
  top: -8px;
}

.menu-btn__lines::after {
  content: "";
  top: 8px;
}

/* Mobile Menu Animation */
.menu-btn.active .menu-btn__lines {
  background: transparent;
}

.menu-btn.active .menu-btn__lines::before {
  transform: rotate(45deg) translate(5.5px, 5.5px);
}

.menu-btn.active .menu-btn__lines::after {
  transform: rotate(-45deg) translate(5.5px, -5.5px);
}

/* Mobile Menu Overlay */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu__content {
  text-align: center;
  width: 100%;
}

.mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav li {
  margin: 2rem 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.mobile-menu.active .mobile-nav li {
  opacity: 1;
  transform: translateY(0);
}

.mobile-nav a {
  color: var(--text-color);
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  transition: color 0.3s ease;
}

.mobile-nav a:hover,
.mobile-nav a.active {
  color: var(--primary-color);
}

/* Add transition delays for menu items */
.mobile-nav li:nth-child(1) {
  transition-delay: 0.1s;
}
.mobile-nav li:nth-child(2) {
  transition-delay: 0.2s;
}
.mobile-nav li:nth-child(3) {
  transition-delay: 0.3s;
}
.mobile-nav li:nth-child(4) {
  transition-delay: 0.4s;
}

/* Responsive Design */
@media (max-width: 800px) {
  .nav-links {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .navbar {
    padding: 1rem 0;
  }

  .navbar .container {
    padding: 0 24px;
  }
}

@media (max-width: 960px) {
  .nav-links {
    gap: 32px;
  }

  .nav-links a {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .navbar .container {
    padding: 0 20px;
  }

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

/* -------------------------------------------------------
                     Header 
-------------------------------------------------------- */
.header {
  padding: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--bg-color);
  padding-top: 80px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 2rem 0;
}

.hero-text {
  max-width: 600px;
}

.greeting {
  font-family: var(--title-font-family);
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 24px;
  opacity: 0.7;
  text-align: left;
}

.title {
  font-family: var(--title-font-family);
  font-size: 58px;
  font-weight: var(--title-font-weight);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
  text-align: left;
  color: var(--text-color);
}

.title .highlight {
  color: #7000ff;
  display: inline;
}

.description {
  font-family: var(--title-font-family);
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-color);
  opacity: 0.7;
  margin-bottom: 32px;
  max-width: 90%;
  text-align: left;
}

.cta-buttons {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
}

.primary-btn {
  background: #7000ff;
  color: white;
  padding: 14px 28px;
  border-radius: 8px;
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.primary-btn:hover {
  background: #5c00d2;
  transform: translateY(-1px);
}

.secondary-btn {
  background: #f5f5f5;
  color: var(--text-color);
  padding: 14px 28px;
  border-radius: 8px;
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.secondary-btn:hover {
  background: #e8e8e8;
  transform: translateY(-1px);
}

/* Hero Image */
.hero-image {
  position: relative;
  width: 425px;
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 500px;
  border: 1px solid rgba(110, 6, 242, 0.4);
}

.hero-image::before {
  content: "";
  position: absolute;
  inset: -32px;
  border: 1px solid rgba(110, 6, 242, 0.4);
  border-radius: 500px;
  pointer-events: none;
}

/* Responsive adjustments for hero image */
@media (max-width: 1200px) {
  .container {
    max-width: 960px;
    padding: 0 40px;
  }

  .hero-content {
    gap: 60px;
  }

  .title {
    font-size: 52px;
  }

  .hero-image {
    width: 380px;
    height: 380px;
  }
}

@media (max-width: 960px) {
  .container {
    max-width: 720px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero-text {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .greeting,
  .title,
  .description {
    text-align: center;
  }

  .title {
    font-size: 48px;
    max-width: 500px;
  }

  .description {
    font-size: 16px;
    margin: 0 auto 32px;
    max-width: 500px;
  }

  .cta-buttons {
    justify-content: center;
  }

  .hero-image {
    width: 380px;
    height: 380px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 24px;
  }

  .hero-content {
    gap: 32px;
    padding: 1rem 0;
  }

  .title {
    font-size: 42px;
  }

  .hero-image {
    width: 320px;
    height: 320px;
  }

  .hero-image::before {
    inset: -20px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 20px;
  }

  .title {
    font-size: 36px;
  }

  .description {
    font-size: 15px;
  }

  .hero-image {
    width: 280px;
    height: 280px;
  }

  .cta-buttons {
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
    justify-content: center;
  }
}

/* -------------------------------------------------------
                     Hero 
-------------------------------------------------------- */
.hero {
  background-color: #fff;
}

.hero .hero-img {
  position: relative;
  padding: 10px;
  background: #fff;
  /* border-radius: 10px; */
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
}

.hero .hero-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -15px;
  bottom: -15px;
  background-image: url(../img/dots.png);
  background-repeat: repeat;
  z-index: -1;
  border-radius: 10px;
}

.hero .hero-img img.rounded-image {
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.hero .hero-img:hover img.rounded-image {
  transform: scale(1.02);
}

.hero .social-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.hero .social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 50%;
  color: #1c1c1c;
  font-size: 18px;
  transition: all 0.3s ease;
}

.hero .social-link:hover {
  background: #1c1c1c;
  color: #fff;
  transform: translateY(-3px);
}

.hero .content {
  padding: 70px;
}

.hero .section-head {
  text-align: left;
  margin-bottom: 20px;
}

.hero .section-head h3 {
  font-size: 35px;
  margin-bottom: 10px;
}

.hero .sub-title {
  display: inline-block;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 5px 15px;
  background: #f8f9fa;
  border-radius: 20px;
}

.hero .about-text {
  margin-bottom: 30px;
}

.hero .about-text p {
  margin-bottom: 15px;
  line-height: 1.8;
  font-size: 16px;
}

.hero .about-buttons {
  display: flex;
  gap: 15px;
}

.hero .about-buttons .buton {
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
}

.hero .about-buttons .buton-bg {
  background: #1c1c1c;
  color: #fff;
  border: 1px solid #1c1c1c;
}

.hero .about-buttons .buton-bg:hover {
  background: transparent;
  color: #1c1c1c;
}

@media screen and (max-width: 768px) {
  .hero .content {
    padding: 15px 0;
  }

  .hero .section-head h3 {
    font-size: 28px;
  }

  .hero .about-text p {
    font-size: 15px;
  }

  .hero .about-buttons {
    flex-direction: column;
  }

  .hero .about-buttons .buton {
    text-align: center;
  }
}

/* About Section Styles */
.about {
  padding: 80px 0;
  background-color: #fff;
}

.about-img {
  position: relative;
  padding-right: 30px;
}

.about-img img {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.section-subtitle {
  color: #7c3aed;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #2d3436;
  margin-bottom: 25px;
  line-height: 1.4;
}

.about-text p {
  color: #636e72;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16px;
}

.experience-box {
  display: flex;
  gap: 30px;
  margin: 30px 0;
}

.experience-item {
  flex: 1;
}

.experience-item h4 {
  color: #2d3436;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.experience-item p {
  color: #636e72;
  font-size: 15px;
  margin: 0;
}

.highlight-text {
  font-style: italic;
  color: #7c3aed;
  font-size: 18px;
  border-left: 3px solid #7c3aed;
  padding-left: 20px;
  margin: 30px 0;
}

.about-btns {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.btn-custom {
  background: #7c3aed;
  color: #fff;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-outline {
  border: 2px solid #7c3aed;
  color: #7c3aed;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  background: #6d28d9;
  transform: translateY(-2px);
}

.btn-outline:hover {
  background: #7c3aed;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .about-img {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .experience-box {
    flex-direction: column;
    gap: 20px;
  }

  .about-btns {
    flex-direction: column;
  }

  .btn-custom,
  .btn-outline {
    text-align: center;
  }
}

/* Skills Section Styles */
.skills {
  background-color: #f8f9fa;
}

.skills-content {
  padding: 40px;
  border-radius: 10px;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 30px;
  justify-items: center;
}

.tech-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.tech-item i {
  font-size: 2.8rem;
  transition: transform 0.3s ease;
}

.tech-item img {
  width: 45px;
  height: 45px;
  transition: transform 0.3s ease;
}

.tech-item span {
  font-size: 15px;
  color: #666;
  font-weight: 500;
}

.tech-item:hover i,
.tech-item:hover img {
  transform: translateY(-5px);
}

@media screen and (max-width: 768px) {
  .skills-content {
    padding: 25px;
  }

  .tech-grid {
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 20px;
  }

  .tech-item i {
    font-size: 2.2rem;
  }

  .tech-item img {
    width: 35px;
    height: 35px;
  }

  .tech-item span {
    font-size: 13px;
  }
}

/* -------------------------------------------------------
                     Services 
-------------------------------------------------------- */
.services .item {
  padding: 50px 20px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 5px;
}
.services .item:hover .icon {
  background: #1c1c1c;
  color: #eee;
}
.services .item .icon {
  font-size: 30px;
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f4f4f4;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.services .item h6 {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 18px;
}
.services .item p {
  word-spacing: 2px;
  font-size: 14px;
}

/* -------------------------------------------------------
                     Portfolio 
-------------------------------------------------------- */
.portfolio {
  overflow: hidden;
}
.portfolio .filtering span {
  margin: 0 15px;
  color: #222;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.portfolio .filtering span:before {
  content: "";
  width: 0;
  height: 2px;
  background: #111;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.portfolio .filtering .active:before {
  width: 95%;
}
.portfolio .items {
  padding: 0 15px;
  margin-bottom: 30px;
}
.portfolio .item-img {
  position: relative;
  overflow: hidden;
}
.portfolio .item-img:hover .item-img-overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.portfolio .item-img:hover h6,
.portfolio .item-img:hover .icons {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.portfolio .item-img h6 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 15px;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio .item-img .icon i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  border: 1px solid #111;
  background: #111;
  color: #eee;
}
.portfolio .item-img .icon i:hover {
  background: transparent;
  color: #000;
}
.portfolio .item-img-overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* -------------------------------------------------------
                     Clients 
-------------------------------------------------------- */
.clients .citem .author-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}
.clients .citem p {
  word-spacing: 2px;
}
.clients .citem h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 30px 0 5px;
}
.clients .citem span {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  margin-bottom: 30px;
}

/* -------------------------------------------------------
                     Numbers 
-------------------------------------------------------- */
.numbers .icon {
  font-size: 30px;
  margin-bottom: 15px;
}
.numbers h3 {
  font-weight: 900;
  margin-bottom: 15px;
}
.numbers p {
  font-weight: 600;
  margin-bottom: 30px;
}

/* -------------------------------------------------------
                     Blog 
-------------------------------------------------------- */
.blog .pitem {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
}
.blog .pitem .post-img {
  overflow: hidden;
}
.blog .pitem .post-img:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.blog .pitem img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.blog .pitem .content {
  background: #fff;
  padding: 30px 15px;
}
.blog .pitem .tag {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  margin-bottom: 10px;
}
.blog .pitem h4 {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.blog .pitem .more {
  border-bottom: 2px solid #333;
}

.blog-nav {
  position: static !important;
  background: #fff !important;
  margin: 0;
}
.blog-nav .logo {
  color: #1c1c1c !important;
}
.blog-nav .navbar-nav li a {
  color: #1c1c1c !important;
  font-weight: 500;
}

.min-header {
  height: 40vh;
  background: #1c1c1c;
  position: relative;
}
.min-header h5 {
  font-weight: 800;
  letter-spacing: 1px;
  color: #ccc;
  margin-bottom: 15px;
}
.min-header a {
  position: relative;
  color: #ddd;
}
.min-header a:after {
  content: "/";
  position: relative;
  margin: 0 10px;
}
.min-header a:last-child:after {
  display: none;
}

.blogs .posts .post {
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}
.blogs .posts .post .content {
  padding: 50px 15px;
  background: #fff;
}
.blogs .posts .post .content .post-title h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.blogs .posts .post .content .meta {
  margin-bottom: 20px;
}
.blogs .posts .post .content .meta li {
  display: inline-block;
  font-size: 12px;
  color: #777;
  margin: 5px;
}
.blogs .posts .post .content p {
  font-weight: 300;
}
.blogs .posts .post .content .spical {
  padding: 15px;
  margin: 30px 0;
  border-left: 2px solid #111;
  background: #f7f7f7;
  font-size: 16px;
}
.blogs .posts .post .content .butn {
  display: inline-block;
  margin-top: 30px;
  padding: 8px 30px;
  border: 2px solid #ddd;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.blogs .posts .post .content .butn:hover {
  background: #1c1c1c;
  border-color: #1c1c1c;
  color: #fff;
}
.blogs .posts .post .share-post {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dashed #eee;
  text-align: left;
}
.blogs .posts .post .share-post span {
  font-weight: 700;
}
.blogs .posts .post .share-post ul {
  float: right;
}
.blogs .posts .post .share-post ul li {
  display: inline-block;
  margin: 0 10px;
}
.blogs .posts .title-g h3 {
  font-weight: 800;
  font-size: 25px;
}
.blogs .posts .comments-area .comment-box {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}
.blogs .posts .comments-area .comment-box:nth-child(odd) {
  margin-left: 80px;
}
.blogs .posts .comments-area .comment-box:last-child {
  margin-bottom: 0;
}
.blogs .posts .comments-area .comment-box .author-thumb {
  width: 80px;
  float: left;
}
.blogs .posts .comments-area .comment-box .comment-info {
  margin-left: 100px;
}
.blogs .posts .comments-area .comment-box .comment-info h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blogs .posts .comments-area .comment-box .comment-info .reply {
  margin-top: 10px;
  font-weight: 600;
}
.blogs .posts .comments-area .comment-box .comment-info .reply i {
  padding-right: 5px;
  font-size: 12px;
}
.blogs .posts .comment-form .form input[type="text"],
.blogs .posts .comment-form .form input[type="email"],
.blogs .posts .comment-form .form textarea {
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 10px;
  background: #f4f4f4;
}
.blogs .posts .comment-form .form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}
.blogs .posts .comment-form .form .buton {
  padding: 10px 40px;
  width: 100%;
}
.blogs .posts .pagination {
  display: block;
  text-align: center;
}
.blogs .posts .pagination li {
  display: inline-block;
  padding: 5px 10px;
  margin: 2px;
  border: 1px solid #ddd;
}
.blogs .side-bar .widget {
  margin-bottom: 50px;
}
.blogs .side-bar .widget:last-child {
  margin-bottom: 0;
}
.blogs .side-bar .widget .widget-title {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.blogs .side-bar .widget .widget-title h6 {
  position: relative;
  padding-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blogs .side-bar .widget .widget-title h6:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.blogs .side-bar .widget li {
  margin-bottom: 10px;
  color: #777;
}
.blogs .side-bar .widget li:last-child {
  margin: 0;
}
.blogs .side-bar .search form input {
  width: calc(100% - 52px);
  height: 50px;
  padding: 0 10px;
  border: 0;
  background: #f7f7f7;
}
.blogs .side-bar .search form button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #1c1c1c;
  color: #fff;
  border: 0;
  float: right;
}

/* -------------------------------------------------------
                     Contact 
-------------------------------------------------------- */
.contact .info .item {
  margin-bottom: 30px;
}
.contact .info .item:hover .icon {
  background: #1c1c1c;
  color: #eee;
}
.contact .info .item .icon {
  font-size: 25px;
  margin-bottom: 15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #f4f4f4;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact .info .item h6 {
  font-weight: 700;
  margin-bottom: 10px;
}
.contact .form input[type="text"],
.contact .form input[type="email"],
.contact .form textarea {
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 10px;
  background: #f4f4f4;
}
.contact .form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}
.contact .form .buton {
  padding: 10px 40px;
}

/* -------------------------------------------------------
                     Footer 
-------------------------------------------------------- */
footer {
  background: #1c1c1c;
  padding: 30px;
}
footer p {
  font-size: 13px;
  word-spacing: 2px;
}

/* -------------------------------------------------------
                     Pages 
-------------------------------------------------------- */
.error {
  height: 100vh;
  color: #fff;
}
.error h2 {
  font-size: 100px;
  font-weight: 800;
  margin-bottom: 15px;
}
.error h5 {
  margin-bottom: 30px;
  font-weight: 300;
}
.error p {
  color: #eee;
  margin-bottom: 10px;
}
.error input {
  padding: 10px;
  width: 500px;
  background: transparent;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 30px;
}

/* -------------------------------------------------------
                    Responsive
-------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .navbar-default .logo {
    margin-left: 20px;
  }
  .navbar-default .navbar-toggle {
    background: none !important;
    margin-top: 15px !important;
    border: none !important;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: transparent !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar-default .navbar-nav > li {
    line-height: 0;
  }
  .navbar-default .navbar-nav > li > a {
    padding-bottom: 0 !important;
    color: #111 !important;
    display: inline-block;
  }
  .navbar-default .navbar-collapse {
    text-align: center;
    border: none;
    border-top: 1px solid rgba(12, 12, 12, 0.04);
    background: #fff;
    margin-top: 5px;
    padding-bottom: 15px;
  }

  .nav-scroll .navbar-toggle .icon-bar {
    background: #111;
  }

  .portfolio .items {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav > li {
    margin: 25px 15px 0;
    font-size: 13px;
  }

  .hero .hero-img {
    margin-bottom: 80px !important;
  }

  .side-bar {
    margin-top: 80px;
  }
}
/* -------------------------------------------------------
                    End
-------------------------------------------------------- */

/*# sourceMappingURL=style.css.map */

/* Portfolio Styles */
.portfolio-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.portfolio-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.portfolio-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.portfolio-img img {
  width: 100%;
  height: auto;
  display: block;
}

.portfolio-content {
  padding: 24px;
}

.portfolio-content h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 12px;
}

.project-desc {
  font-size: 15px;
  color: var(--text-color);
  opacity: 0.7;
  margin-bottom: 16px;
  line-height: 1.6;
}

.project-links {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}

.project-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.project-link:hover {
  color: #7000ff;
}

.project-links {
  margin-top: 15px;
}

.portfolio-content h5 {
  color: #2d3436;
  margin-bottom: 10px;
}

.project-desc {
  color: #636e72;
  line-height: 1.6;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .portfolio-content {
    padding: 15px;
  }

  .portfolio-content h5 {
    font-size: 16px;
  }

  .project-desc {
    font-size: 13px;
  }
}

/* Contact Section Icons */
.contact .item .icon i {
  color: #7c3aed;
}

/* Responsive Typography */
@media (max-width: 1200px) {
  .title {
    font-size: 6rem; /* 96px */
  }
}

@media (max-width: 960px) {
  .title {
    font-size: 5rem; /* 80px */
  }

  .description {
    font-size: 1.125rem; /* 18px */
    margin: 0 auto 2.5rem;
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .greeting {
    font-size: 1rem; /* 16px */
  }

  .title {
    font-size: 4rem; /* 64px */
  }

  .description {
    font-size: 1rem; /* 16px */
  }
}

@media (max-width: 480px) {
  .title {
    font-size: 3rem; /* 48px */
  }
}

/* Project Tech Stack */
.tech-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.tech-tag {
  background: rgba(50, 48, 117, 0.1);
  color: #87b2ec;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--title-font-family);
}

/* Social Links */
.social-links {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-color);
  text-decoration: none;
  font-family: var(--title-font-family);
  font-size: 15px;
  font-weight: 500;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.social-link:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.social-link i {
  font-size: 20px;
}

@media (max-width: 960px) {
  .social-links {
    justify-content: center;
  }
}

/* Modern Social Icons */
.social-strip {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 48px;
}

.social-strip:before {
  content: "";
  width: 60px;
  height: 1px;
  background: rgba(36, 38, 47, 0.2);
}

.social-icons {
  display: flex;
  gap: 20px;
}

.social-icon {
  position: relative;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  font-size: 18px;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.social-icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--primary-color);
  bottom: -4px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.social-icon:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

@media (max-width: 960px) {
  .social-strip {
    justify-content: center;
    margin-top: 40px;
  }

  .social-strip:before {
    display: none;
  }
}

@media (max-width: 480px) {
  .social-icons {
    gap: 24px;
  }
}

/* Modern Fixed Social Icons */
.social-icons-fixed {
  position: fixed;
  left: 40px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 100;
}

.social-icon {
  position: relative;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  color: var(--text-color);
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1.5px solid rgba(36, 38, 47, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.social-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--primary-color);
  opacity: 0;
  transition: all 0.3s ease;
  transform: scale(0.8);
  border-radius: 12px;
}

.social-icon i {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-4px);
  border-color: var(--primary-color);
}

.social-icon:hover:before {
  opacity: 0.1;
  transform: scale(1);
}

.social-icon:hover i {
  color: var(--primary-color);
  transform: scale(1.1);
}

@media (max-width: 960px) {
  .social-icons-fixed {
    position: relative;
    left: 0;
    bottom: 0;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
  }
}

/* About Section Social Strip */
.about-social-strip {
  margin-top: 40px;
  justify-content: flex-start;
}

.about-social-strip:before {
  width: 40px;
  background: rgba(124, 58, 237, 0.2);
}

.about-social-strip .social-icon {
  color: var(--text-color);
}

.about-social-strip .social-icon:after {
  background: #7c3aed;
}

@media (max-width: 768px) {
  .about-social-strip {
    justify-content: center;
  }

  .about-social-strip:before {
    display: none;
  }
}
