/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Lilita+One&family=Pangolin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
	body { background-color: #111010;
		
		   font-family: "Outfit", sans-serif;
		
		
	}
body h1{
font-family: "Outfit", sans-serif;
font-weight: 400;
font-style: normal;
  
  
}
.burger{ display: none;}
.mobile-menu{display: none;}

 #preloader {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: #111;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      transition: opacity 0.5s ease;
    }

    .loader {
      display: flex;
      gap: 10px;
    }

    .loader span {
      width: 20px;
      height: 20px;
      background: #ffd470;
      border-radius: 50%;
      box-shadow: 0 0 10px #ffd470, 0 0 20px #ffd470;
      animation: bounce 0.6s infinite ease-in-out;
    }

    .loader span:nth-child(2) {
      animation-delay: 0.2s;
    }

    .loader span:nth-child(3) {
      animation-delay: 0.4s;
    }

    @keyframes bounce {
      0%, 100% {
        transform: translateY(0);
        opacity: 0.7;
      }
      50% {
        transform: translateY(-15px);
        opacity: 1;
      }
    }

    .fade-out {
      opacity: 0;
    }

    /* === Navbar === */
    .container.nav {
      position: fixed;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      max-width: 1100px;
      background: rgba(20, 20, 20, 0.6);
      backdrop-filter: blur(10px);
      border-radius: 999px;
      padding: 10px 30px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
      z-index: 1000;
    }

    .row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }

    .logo img {
      height: 40px;
    }

    .link {
      margin-left: 15px;
    }

    .link a {
      color: #fff;
      text-decoration: none;
      font-weight: 600;
      padding: 10px 20px;
      border-radius: 30px;
      transition: all 0.3s ease;
    }

    .link a:hover {
      color: #ffd470;
      text-shadow: 0 0 8px #ffd470, 0 0 12px #ffd470;
      background-color: rgba(255, 255, 255, 0.05);
    }

    @media (max-width: 768px) {
      .row {
        flex-direction: column;
        align-items: center;
        gap: 10px;
      }

      .link {
        margin-left: 0;
      }

      .logo {
        margin-bottom: 10px;
      }
    }
.container {
	height: inherit;
	
	
}

    /* === Main content fade-in === */
    #main-content {
      opacity: 0;
      transition: opacity 1s ease;
      text-align: center;
      padding: 60px 20px;
    }

    .fade-in {
      opacity: 1;
    }

    /* === CTA Button === */
    .work-button {
      display: inline-block;
      padding: 14px 28px;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      background-color: transparent;
      border: 2px solid transparent;
      border-radius: 30px;
      text-decoration: none;
      transition: all 0.3s ease;
      margin-top: 40px;
    }

    .work-button .arrow {
      display: inline-block;
      margin-left: 10px;
      transition: transform 0.3s ease;
    }

    .work-button:hover {
      border-color: #ffd470;
      box-shadow: 0 0 10px #ffd470, 0 0 20px #ffd470;
      color: #ffd470;
    }

    .work-button:hover .arrow {
      transform: translateX(6px);
    }
 
/*******Scroll Bar******/
html {
  scroll-behavior: smooth;
}
/* width */
::-webkit-scrollbar {
  width: 20px;
 
}

/* Track */
::-webkit-scrollbar-track {
  background:#111010;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background:#FFFFFF;
  border-radius: 10px;
  transition: transform 0.4s ease;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e7b65f;
}
/*******Navigation Bar*******/

    .container.nav {
      position: fixed;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      max-width: 1100px;
      padding: 10px 30px;
      background: rgba(20, 20, 20, 0.6);
      backdrop-filter: blur(10px);
      border-radius: 999px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
      z-index: 1000;
    }

    .row {
      flex-wrap: wrap;
      align-items: center;
      
    }

    .logo img {
      height: 40px;
    }

    .link {
      margin-left: 15px;
    }

    .link a {
      color: #fff;
      text-decoration: none;
      font-weight: 600;
      padding: 10px 20px;
      border-radius: 30px;
      transition: all 0.3s ease;
      display: inline-block;
    }

    .link a:hover {
      color: #fed276;
      text-shadow: 0 0 8px #fed276, 0 0 12px #fed276;
      background-color: rgba(255, 255, 255, 0.05);
    }
h1{ 
  font-size:50px;
  font-family:"Outfit", sans-serif;
  color: azure;
	
}

.maintext{
	
	line-height:56.47pt;
	cursor: pointer;
    transition: transform 0.3s ease;
	
}

.maintext:hover {
	transform: scale(1.1);
}

.maintext1{
	margin: 40px 80px;
	line-height:56.47pt;
	cursor: pointer;
    transition: transform 0.3s ease;
	padding-right: 0px;
	padding-top: 20px;
	
}

.mainstuff{
	padding-top: 0px;
	padding-bottom:80px;
	
	
}

 .main{
        width: 80%;
        height: 100vh;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
    }

    .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width:220.52px;
        min-height: 56px;
        font-family: calibri;
        border: none;
        border-radius: 100px;
        cursor: pointer;
        font-weight: 400;
        text-decoration: none;
        transition: all 0.5s linear;
    }

    span {
        font-size: 30px;
        font-weight: 700;
        padding: 0 10px;
    }

    ion-icon {
        font-size: 2em;
        transition: all 0.5s linear;
    }

    .btn:hover ion-icon {
        transform: rotate(-90deg);

    }

    div {
        position: relative;
    }

    .yellow {
        /* background: #0ebac5; */
        background: none;
        color:#FFFFFF;
    }

    .yellow::before {
        content: "";
        display: block;
        width: 56px;
        height: 100%;
        background-color:#e7b65f;
        position: absolute;
        border-radius: 100px;
        left: 1em;
        z-index: -1;
        transition: all 600ms ease;
    }

    .yellow:hover::before {
        width: 100%;
    }

    .yellow:hover ion-icon {
        transform: translateX(10px);
    }



    .tilt-button {
	  overflow: visible;
      padding: 15px 30px;
      font-size: 18px;
      color: white;
      background-color: #007BFF;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: transform 0.3s ease, background-color 0.3s ease;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .tilt-button:hover {
	  overflow: visible;
      transform: rotate(5deg);
      background-color: #0056b3;
    }






.work-button {
  display: block;
	text-align: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 30px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.work-button .arrow {
  display: block;
  transition: transform 0.3s ease;
}

.work-button:hover {
  border-color: #ffd470; /* Yellow outline */
  box-shadow: 0 0 10px #ffd470, 0 0 20px #ffd470;
  color: #ffd470;
}

.work-button:hover .arrow {
  transform: translateX(6px);
}

.maintext1:hover {
	transform: scale(1.1);
}













.image-overlay {
	background: 
    radial-gradient(circle at top right, rgba(254, 210, 118, 0.2), transparent 60%),
    #111; /* base background color */
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
  
  
   
    
  
}
.image-overlay img {width:100%;}
.content {
   position: relative;
   
  
}




/*******************WORK PAGE****************/

/* Initial state before animation */
.galimages {
  opacity: 0;
  transform: translateY(30px) scale(0.98);
  transition: opacity 0.8s ease, transform 0.9s ease;
}

/* When in view */
.galimages.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.galimages {
  opacity: 0;                          /* Hidden initially */
  transform: translateY(30px) scale(0.98); /* Slightly lower and smaller */
  transition: opacity 0.8s ease, transform 0.8s ease; /* Smooth transition */
}

.galimages.in-view {
  opacity: 1;                          /* Fully visible */
  transform: translateY(0) scale(1);   /* Natural position and size */
}


.row{ 
dislpay:flex;

}

.worktext{
	padding-left:270px;
	padding-top: 100px;
	cursor: pointer;
    transition: transform 0.3s ease;
}

.worktext:hover {
	transform: scale(1.1);
}
.graph{ 
	padding: 40px;
	
}

.galimages{
	padding-bottom: 40px;
	overflow: hidden;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
	
}

.galimages:hover {
  transform: scale(1.05);
}

.galimages img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}


/********ABOUT***********/

.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 20px;
  background: linear-gradient(135deg, #1e1e1e, #2a2a2a);
  color: #fff;
}

.hero-content {
  max-width: 50%;
}

.hero-content h1 {
  font-size: 3rem;
  margin: 0;
}

.hero-content p {
  font-size: 1.5rem;
  margin: 10px 0 20px;
}

.cta-btn {
  text-decoration: none;
  color: #ffd470;
  background: #111010;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background 0.3s;
}

.cta-btn:hover {
  background: #ffd470;
  color: #111010;	
}

.hero-image {
  width: 40%;
  border-radius: 20px;
}
.hero-image2 {
  width: 40%;
  border-radius: 20px;
  display: none;
}

/* Skills Section */
.skills-section {
  padding: 50px 20px;
  background-color:#111010;
  text-align: center;
}

.skills-section h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #222;
}

.skills-grid {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

.skill-card {
  background: #fdac24;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 300px;
}

.skill-card img {
  width: 50px;
  margin-bottom: 15px;
}

.skill-card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

/* Portfolio Section */
.portfolio-section {
  padding: 50px 20px;
  background: #1e1e1e;
  color: #fff;
  text-align: center;
}

.portfolio-section h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.portfolio-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.gallery-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  display: block;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.3s;
}

.gallery-item:hover .overlay {
  transform: translateY(0);
}

/* Connect Section */
.connect-section {
  padding: 50px 20px;
  background: #fdac24;
  text-align: center;
}

.connect-section h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.connect-section p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.sub{
	padding-bottom: 20px;
}

.aboutme{
	padding-top: 40px;
}
/********CONTACT**********/

.contact-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Header Section */
.contact-header {
  text-align: center;
  margin-bottom: 40px;
}

.contact-header h1 {
  font-size: 3rem;
  color: #222;
}

.contact-header p {
  padding-top: 20px;
  font-size: 1.2rem;
  color: #fff;
}

/* Contact Form Section */
.contact-form-section {
  background: #0f0e17;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-group label {
  font-weight: bold;
  margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}

.form-group textarea {
  resize: none;
  height: 150px;
}

.send-btn {
  background: #ffd470;
  color: #00000;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.3s;
}

.send-btn:hover {
  background: #fdb626;
}

/* Additional Contact Section */
.additional-contact {
  text-align: center;
}

.additional-contact h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.contact-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.contact-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.contact-link img {
  width: 24px;
  height: 24px;
}

.contact-link:hover {
  color: #fdb726;
}


/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Burger Icon */
.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 6px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
}
.burger span {
  width: 25px;
  height: 3px;
  background: white;
  border-radius: 3px;
  transition: all 0.4s ease;
}

/* Animation: Burger to X */
.burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile Menu Styling */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  transition: right 0.5s ease;
  z-index: 998;
}
.mobile-menu a {
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  transition: color 0.3s;
}
.mobile-menu a:hover {
  color: #ffd470;
}

/* When Active */
.mobile-menu.active {
  right: 0;
}

/* Show burger on mobile */
@media (max-width: 768px) {
  .burger {
    display: flex;
  }
  .container.nav .link {
    display: none;
  }
}

	
	.specialty{padding-top: 20px; line-height:21.47pt;}
	.menu-item{text-align: center; padding-left: 40px;float: left;width:80%; }
	.map-wrapper{max-width: 460px}
	.image-overlay{display: none;}
	.slink{ padding-left: 0px;text-align: center;}
	
	.container {
  width: 100%;
  padding: 20px;
}

.hero-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.hero-content {
  flex: 1;
  min-width: 280px;
}

.hero-content h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 1rem;
  margin-bottom: 10px;
}

.cta-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #222;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}

.cta-btn:hover {
  background-color: #444;
}

.hero-image,
.hero-image2 {
  max-width: 100%;
  height: auto;
  flex: 1;
  min-width: 280px;
}

/* Skills section */
.skills-section {
  margin: 40px 0;
}

.skills-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.skill-card {
  background-color: #fdac24;
  padding: 20px;
  flex: 1 1 250px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.skill-card img {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}

/* Portfolio */
.portfolio-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.gallery-item {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.7);
  color: #e7b65f;
  padding: 10px;
  border-radius: 0 0 8px 8px;
  opacity: 0;
  transition: opacity 0.3s;
}

.gallery-item:hover .overlay {
  opacity: 1;
}

/* Contact section */
.connect-section {
  text-align: center;
  padding: 40px 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    align-items: center;
  }

  .skills-grid, .portfolio-gallery {
    flex-direction: column;
    align-items: center;
  }

  .hero-content h1 {
    font-size: 1.75rem;
	
  }

  .hero-content p {
    font-size: 0.95rem;
	 
  }
}
	
	
	
	.move{padding-top: 25px;}
}


/* ==================================== ====== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}