@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
    background-color: rgb(0, 0, 0); 
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
                      url(images/shop_2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain; 
    background-size: 100% auto;
    z-index: 2;
}



.header {
    position: fixed;
    top: 20px;                /* space at the top */
    left: 50%;                /* center horizontally */
    transform: translateX(-50%);
    width: 90%;               /* smaller than 100% */
    padding: 10px 30px 10px 30px;
    background-color: rgb(1, 1, 1); 
    border-radius: 50px;  
    border: 2px solid rgb(255, 201, 101);    
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 900;
}


.logo {
    font-weight: 600;
}

.pcbar {
    color: #ededed;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    margin-left: 35px;
    list-style-type: none;
    text-decoration: none;
}

.pcbar li{
    height: 50px;
}
.pcbar a {
  font-size: 15px;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  color: rgb(230, 225, 214);
  text-decoration: none;
  position: relative; 
}

.pcbar a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 0%;
  height: 2px;
  background-color: rgb(255, 201, 101);
  transition: width 0.3s ease;
}

.pcbar a.active::after {
  width: 100%;
}

.pcbar :hover,
.pcbar .active {
    color: rgb(255, 201, 101); 
}

.signbtn {
    color: black; 
    background-color: rgb(182, 118, 0); 
    padding: 10px 20px;
    border-radius: 80px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.logo {
    flex: 1;
}

.logo a {
    display: flex;
    align-items: center;
    font-size: clamp(1rem, 2vw, 2.5rem);
    color: #ededed;
    text-decoration: none;
}

.logo img{
    width: clamp(40px, 6vw, 60px);
    margin-right: 10px;
    mix-blend-mode: lighten;
}

img {
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    width: 55%;
    border: 3px #ededed;
    border-radius: 15px;
    margin-right: 50%;
}

.text {
    font-size: 3vmin;
    color: #ededed;
}

.text h2{
    font-size: 7vmin;

}

.text p {
    text-align: center;
    font-size: 4vmin;
    color: #ededed;
    margin-bottom: -40px;
}

.word {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 90%;
    width: 90%;
    padding: 20px;
    border: 2px solid black;
    margin: auto;
    margin-top: 50px;
    background-color:rgba(0, 0, 0, 0.5) ;
    box-shadow: inset -5px -5 px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
}

.word p {
    color: whitesmoke;
    font-size: 100%;
}

.sidebar {
    position: fixed;
    top: -22px;
    right: -200px;
    height: 100vh;
    width: 400px;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.714);
    backdrop-filter: blur(10px);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.sidebar a {
    font-size: clamp(8px,3vm , 15px);
    color: white;
    padding-inline: 25px;
    width: 100%;
    line-height: 70px;
    text-decoration: none;
}

.sidebar a:hover{
    color: white;
    width:500% ;
    background-color: rgba(247, 161, 0, 0.748);
    padding: auto; 
}

.sidebar a.active {
    color: white;
    width:500% ;
    background-color: rgb(247, 161, 0);
    padding: auto; 
}

.close-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 15px;
}
.close-btn svg {
  pointer-events: none; 
}


/* MAIN */

/* HOME BAR */
#home {
  display: flex;
  align-items: center;  
  justify-content: flex-end; 
  height: 100vh;         
  padding-right: 40px;
}

.highlight {
    text-align: right;
}

.highlight a {
  font-size: clamp(1.5vmin, 50vh, 3.2vmax);
  font-weight: bold;
  color:  rgb(255, 255, 255);
  text-decoration: none;
  display: inline-block;
}

.highlight i {
  font-size: clamp(1.5vmin, 48vh, 2.8vmax);
  font-family: "Pacifico", cursive;
  color: white;
  padding: 20 0 0 0;
  display: inline-block;
  margin-top: -300px;
  padding-left:10px ;
}


.title {
    background-color: rgb(2, 2, 2);
    margin-top: 0;
    padding: 7px 20px;
    text-align: center;
}

.title h2 {
    margin: 30px 0 1px;
    font-size: 7vmin;
    color: transparent;
}

.title h1 {
    font-size: 7vmin;
    color: whitesmoke;
    padding: 7px 20px;
    border-radius: 30px;
}

.title h3 {
    font-size: 4vmin;
    font-style: italic;
    font-weight: bold;
    color: rgb(255, 201, 101);
    padding: 70px 0 0 ;
    border-radius: 30px;
}

.title a{
    font-size: 3vmin;
    background:  rgb(255, 201, 101);
    padding: 7px 20px;
    border-radius: 30px;
}

/* ABOUT */
#about {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(255, 201, 101, 0.8));
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    box-sizing: border-box;
}

.about-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    gap: 50px;
    flex-wrap: wrap; /* ✅ handles medium breakpoints better */
}

.about-text {
    flex: 1;
    text-align: left;
}

.about-text h1 {
    font-size: clamp(50px, 7vw, 50px);
    font-weight:bold;
    color: #fff;
    margin-bottom: -20px;
}
.about-text h2 {
    font-family: "Pacifico", cursive;
    font-size: clamp(24px, 3.6vw, 40px);
    color: rgb(255, 201, 101);
    margin-bottom: 20px;
}

.about-text p {
    font-size: clamp(14px, 2vw, 18px);
    line-height: 1.7;
    color: #f5f5f5;
    margin-bottom: 20px;
}

.about-text a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: rgb(255, 201, 101);
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.about-text a:hover {
    background: rgb(182, 118, 0);
}

.about-image {
    flex: 1;
    display: flex;
    justify-content: center;   /* ✅ centers horizontally */
    align-items: center;       /* ✅ centers vertically */
}

.about-image img {
    display: block;            /* removes inline spacing */
    margin: 0 auto;            /* double ensures horizontal centering */
    max-width: 80%;            /* shrink a bit to avoid overflow */
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}


/* ✅ Responsive */
@media (max-width: 991px) {
    .about-text {
        text-align: center;
    }
    .about-image img {
        max-width: 70%;
    }
    .about-content {
        flex-direction: column-reverse;
        text-align: center;
    }
    .about-image img {
        max-width: 70%;   /* ✅ makes it smaller & centered on mobile */
    }
}



/* SERVICES*/
#services {
    display: flex;
    background-color: rgb(2, 2, 2);
    padding: 0 0 px 0;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

#services_type{
    background-color: black;
    padding: 0 0 100px 0;
}

.service  {
    width: 300px;
    margin-top: 50px;
    background-color: whitesmoke;
    border-radius: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease;  
}

.service h1 {
    color: rgb(107, 59, 0);
    font-size: 15px;
    text-align: center;
    transition: color 0.3s ease, padding-top 0.3s ease;  
}

.service h3 {
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: center;
}
.service a{
    color: black;
    font-size: 12px;           
    align-self: center;  
}

.service p {
    color: black;
    font-size: 15px;
    text-align: center;
    padding: 20px;
    transition: color 0.3s ease, background-color 0.3s ease, padding 0.3s ease; 
    transform: translateY(-20px);  
}

.service img {
  display: block;              /* removes inline gaps */
  width: 100%;                 /* fills the container */
  height: 250px;               /* fixed box height */
  object-fit: cover;           /* keeps aspect ratio, crops if needed */
  border-radius: 10px;
  padding: 10px;               /* 10px space on all sides */
  box-sizing: border-box;      /* ensures padding doesn’t increase total size */
  margin: 0 auto;              /* centers inside parent */
}

.service :hover h3{
    color:rgb(107, 59, 0);  
    transform: translateY(-40px);  
    padding: 7px 1px; 
    width: 95%;  
    border-radius: 40px; 
    text-align: center;  
    margin: 0 auto;  
    position: relative;  
    z-index: 1;  
}

.service :hover a{
    color:rgb(0, 0, 0);  
    transform: translateY(-40px);  
    padding: 7px 15px; 
    width: 95%;  
    border-radius: 40px; 
    text-align: center;  
    margin: 0 auto;  
    position: relative;  
    z-index: 1;  
}



.service:hover {
    transform: scale(1.1);  
    background-color: rgb(107, 59, 0);
}


.service:hover h1{
    color: whitesmoke;  
    transform: translateY(-40px);  
    background-color: rgb(107, 59, 0); 
    padding: 7px 15px; 
    width: 95%;  
    border-radius: 40px; 
    text-align: center;  
    margin: 0 auto;  
    position: relative;  
    z-index: 1;  
}

.service:hover p {
    color: black;   
    font-size: 15px;  
}


/* Hide elements on smaller screens */
@media (max-width: 1200px) {
  .hideOnMobile {
    display: none;
  } 
  .service h3 {
    color: rgb(107, 59, 0);
    font-size: 15px;
    text-align: center;
}

}

/* Between 1200px and 768px */
@media (max-width: 1200px) and (min-width: 900px) {

  #home {
    height: 90vh; /* full screen */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
  }

  #about { 
    background-image: linear-gradient(rgb(0, 0, 0), rgb(255, 201, 101));
}

}

@media (max-width: 991px) and (min-width: 768px) {

  #home {
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
  }
  #about { 
    background-image: linear-gradient(rgb(0, 0, 0), rgb(255, 201, 101));
}
}

@media (max-width: 767px) and (min-width: 601px) {

  #home {
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
  }
  #about { 
    background-image: linear-gradient(rgb(0, 0, 0), rgb(255, 201, 101));
}
}

/* For very small screens (600px and below) */
@media (max-width: 600px) {

 .highlight {
  margin-top: -160px;
 }
  #home {
    height: 70vh;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
  }
  #about { 
    background-image: linear-gradient(rgb(0, 0, 0), rgb(255, 201, 101));
}
}

/* Preloader container */
#preloader {
  position: fixed;
  background: rgb(255, 255, 255) url(loading.gif) no-repeat center center;
  background-size: 150px 150px; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex; 
  z-index: 9999;
  opacity: 1;
  transition: opacity 1s ease, filter 1s ease;
}

#preloader.fade-out {
  opacity: 0;
  filter: blur(8px); 
  pointer-events: none;
}

/* ===== FOOTER STYLING ===== */
.footer {
  background-color: #212121;
  color: #e6e1d6;
  font-family: 'Poppins', sans-serif;
  padding: 60px 20px 25px;
  border-top: 2px solid rgb(255, 201, 101);
  box-shadow: 0 -2px 15px rgba(255, 201, 101, 0.08);
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section h2 {
  color: rgb(255, 201, 101);
  font-size: 1.2rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-section p,
.footer-section a {
  color: #ccc;
  text-decoration: none;
  margin-bottom: 5px;
  font-size: 0.75rem;
  line-height: 1.6;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color: rgb(255, 201, 101);
}

.footer-section i {
  color: rgb(255, 201, 101);
  margin-right: 8px;
  font-size: 1rem;
}

.footer-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
  border: 2px solid rgb(255, 201, 101);
}

.map-image {
  margin-top: 15px;
  border-radius: 17px;
  overflow: hidden;
  border: 2px solid rgb(255, 201, 101);
  max-width: 100%;
}

.map-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}


/* Quick Links */
.quick-links ul {
  list-style: none;
  padding: 0;
}

.quick-links li {
  margin-bottom: 10px;
}

.quick-links a i {
  width: 20px;
  text-align: center;
}

/* Social Icons */
.social-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #111;
  color: rgb(255, 201, 101);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 201, 101, 0.3);
}

.social-icons a:hover {
  transform: translateY(-3px);
}

/* Developer */
.developer-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.developer-info img {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 50%;
  border: 2px solid rgb(255, 201, 101);
  object-fit: cover;
  object-position: center;
}

.developer-info a {
  color: rgb(255, 201, 101);
  font-size: 10px;
  text-decoration: none;
}

.back-to-top {
  background-color: rgb(255, 201, 101);
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.back-to-top i {
  margin-right: 8px;
}

.back-to-top:hover {
  background-color: rgb(182, 118, 0);
  transform: translateY(-3px);
}

/* Bottom Bar */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  padding-top: 20px;
  text-align: center;
  font-size: 0.85rem;
  color: #aaa;
}

.footer-bottom ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin-top: 10px;
}

.footer-bottom a {
  color: #bbb;
  transition: color 0.3s ease;
}

.footer-bottom a i {
  margin-right: 6px;
}

.footer-bottom a:hover {
  color: rgb(255, 201, 101);
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .developer-info {
    justify-content: center;
  }

  .social-icons {
    justify-content: center;
  }
}
