* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline-color: transparent;
    /* background: #111111; */
}

/* Scrollbar */

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background: #606060;
}

::-webkit-scrollbar-track {
    background: #222;
}

/* ::-webkit-scrollbar-thumb:hover {
      background: #000; 
    } */

/* Navbar */

header {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 120px;
    background: #1b1b1b;
    height: 80px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

header.sticky {
    position: fixed;
    background: #1b1b1bf4;
    height: 80px;
}

header .brand {
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

header .nav {
    position: relative;
}

header .nav .nav-items a {
    position: relative;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    margin-left: 30px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;

}

header .nav .nav-items a:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    margin-bottom: -5px;
}

header .nav .nav-items a:hover:before {
    width: 100%;
}

section {
    padding: 0 200px;
}

/* Responsiveness for navbar */

@media (max-width: 1040px) {
    header {
        padding: 12px 20px;
    }

    section {
        padding: 0 20px;
    }

    .home .media-icons {
        right: 15px;
    }

    header .nav {
        display: none;
    }

    header .nav.active {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(1, 1, 1, 0.5);
    }

    header .nav .nav-items a {
        color: #222;
        font-size: 1.2em;
        margin: 20px;
    }

    header .nav .nav-items a::before {
        background: #222;
        height: 5px;
    }

    header .nav.active .nav-items {
        background: #fff;
        width: 600px;
        max-width: 600px;
        margin: 20px;
        padding: 40px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 5px;
        box-shadow: 0 5px 25px rgba(1 1 1 /20%);
    }

    .menu-btn {
        background: url(../images/menu.png) no-repeat;
        background-size: 30px;
        background-position: center;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
    }

    .menu-btn.active {
        z-index: 999;
        background: url(../images/close.png) no-repeat;
        background-size: 25px;
        background-position: center;
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
    }
}

/* Image Slider */

.slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slider .list {
    display: flex;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.slider .list .item {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.slider .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.slider .buttons {
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.slider .buttons button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff5;
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
}

/* Dots (if used) */
/* .slider .dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.slider .dots li {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    cursor: pointer;
}

.slider .dots li.active {
    background-color: rgba(255, 255, 255, 1);
}

#prev,
#next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 50%;
    opacity: 0.8;
    transition: opacity 0.3s;
}

#prev:hover,
#next:hover {
    opacity: 1;
}
                                            /*
/* Left button */
#prev {
    left: 10px;
}

/* Right button */
#next {
    right: 10px;
}

/* Responsive adjustments */
@media (min-width: 768px) {
    .slider {
        margin-top: 60px;
    }
}



/*  The journey of shah rukh khan lookalike */


.category {
    /* margin-bottom: 40px; */
    background: #111;
    padding-top: 40px;
}

.journey-category-title {
    max-width: 40%;
}


.category-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding: 20px 20px;
}

.category-title::before,
.category-title::after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #ffa500;
    width: 40%;
    left: 0;
}

.journey-category-title::before, .journey-category-title::after {
    width: 100%;
}

.category-title::before {
    top: 0;
}

.category-title::after {
    bottom: 0;
}

@media (max-width: 1040px) {

    .category .article-category-title::before,
    .category .article-category-title::after {
        width: 40%;
    }

    .journey-category-title {
        max-width: 50%;
    }

    .journey-category-title::before, .journey-category-title::after {
        width: 100%;
    }
}

@media (max-width: 830px) {

    .category .article-category-title::before,
    .category .article-category-title::after {
        width: 50%;
    }
}

@media (max-width: 580px) {

    .category .article-category-title::before,
    .category .article-category-title::after {
        width: 50%;
    }

    .journey-category-title {
        max-width: 90%;
    }
}

@media (max-width: 400px) {

    .category .journey-category-title::before,
    .category .journey-category-title::after {
        width: 60%;
    }
}

@media (max-width: 360px) {

    .category .journey-category-title::before,
    .category .journey-category-title::after {
        width: 70%;
    }
}




/* about raju rahikwal */

.about-us {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    padding: 50px 20px 0 20px;
    background: #111;
    flex-wrap: wrap;
}


.about-us-continue {
    padding: 50px 20px 0 20px;
}

.about {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-img {
    flex: 1;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.pic {
    height: auto;
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
}

.text {
    flex: 1;
    width: 100%;
    margin-left: 0;
    text-align: center;
}

.text p {
    color: #8a8a8a;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: justify;
}

/* Media queries for responsiveness */
@media (max-width: 980px) {
    .about {
        flex-direction: column;
    }

    .text h2 {
        font-size: 2.5rem;
    }

    .text p {
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .text h2 {
        font-size: 2rem;
    }

    .text p {
        font-size: 11px;
        line-height: 1.5;
    }
}


.quote {
    text-align: center;
    font-size: 29px;
    color: #fff;
    padding: 20px 0;
    background: #111;
}

.quote-2 {
    padding: 50px 0;
}




/* Article */

.article-category-title {
    width: 60%;
}

@media (max-width: 630px) {
    .article-category-title {
        width: 80%;
    }
}


.article-category {
    margin-bottom: 0;
}

.section {
    background: #111;
    padding-bottom: 20px;
}

.grid { 
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
    gap: 20px;
  }
  
  .article-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 2fr)); 
  }
  
  @media (max-width: 450px) {
    .grid {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
    }
  }
  
  
  .article-card {
    /* box-shadow: rgba(235, 233, 233, 0.09) 0px 2px 1px, rgba(240, 237, 237, 0.09) 0px 4px 2px, rgba(243, 241, 241, 0.09) 0px 8px 4px, rgba(244, 241, 241, 0.09) 0px 16px 8px, rgba(240, 237, 237, 0.09) 0px 32px 16px; */
    /* background-color: #ab6a17; */
    background-color: #ff8e00;
    border-radius: 8px;
    padding: 10px;
    color: #fff;
  }
  
  .article-card img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  
  .article-card button {
    background-color: #8b4d00;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
  }
  
  .article-card p {
    height: 50px;
    font-weight: bold;
    font-size: 1.2em;
  }
  
  .article-card button:hover {
    background-color: #cc8400;
  }

@media (max-width: 768px) {
  .article-grid {
    grid-template-columns: repeat(2, 1fr); /* Two articles per row */
  }

  .article-card {
    padding: 7px; /* Optional: reduce padding for smaller screens */
  }
}



/* Footer */

footer {
    background-color: #111;
    border-top: 3px slid #d09852;
}

.footerContainer {
    width: 100%;
    padding: 30px 30px;
}

.footer-icons {
    display: flex;
    justify-content: center;
}

.footer-icons a {
    text-decoration: none;
    padding: 10px;
    /* background-color: white; */
    /* color: #fff; */
    margin: 10px;
    border-radius: 50%;
}

.footer-icons a i {
    font-size: 1.6em;
    color: rgb(255, 255, 255);
    opacity: 0, 9;
}

/* Hover affect on social media icon */

.footer-icons a:hover i {
    color: rgb(163, 163, 163);
    transition: 0.5s;
}

.footerNav {
    margin: 30px 0;
}

.footerNav ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    align-items: center;
}

.footerNav ul li a {
    color: white;
    margin: 20px;
    text-decoration: none;
    font-size: 1.3em;
    opacity: 0.7;
    transition: 0.5s;
}

.footerNav ul li a:hover {
    opacity: 1;
}

.footerBottom {
    background-color: #000;
    padding: 20px;
    text-align: center;
}

.footerBottom p {
    color: white;
}

.designer {
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 5px;
}

@media (max-width: 700px) {
    .footerNav ul {
        flex-direction: column;
    }

    .footerNav ul li {
        width: 100%;
        text-align: center;
        margin: 10px;
    }

    .footer-icons a {
        padding: 8px;
        margin: 4px;
    }
}