/* General styles */
body {
    font-family: 'IBM Plex Mono', monospace;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f4f4f9;
    color: #333;
    text-align: center;
}
html, body {
    width: 100%;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}
header {
    background-color: #6a1b9a;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2em;
}

header .logo {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}

.navlist {
    list-style: none;
    display: flex;
    gap: 1em;
}

.navlist li {
    padding:5px;
}

.navlist a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Audiowide', cursive;
    font-size: 22px;
}

.nav-right {
    display: none;
}

.banner {
    position: relative;
}

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

.banner .content {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #6a1b9a;
    font-weight: bold;
    text-align: center;
    padding: 1em;
   
    border-radius: 10px;
}

.banner .content h2 {
   font-family: Rubik;
letter-spacing: 3px;
    font-size: 80px;
     -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    -webkit-text-stroke:2px white;
    text-shadow: 2px red;
    backdrop-filter: blur(12px);
    border-radius: 60px;
}

.banner .content p {
    font-size: 40px;font-family: Rubik;
}

.banner .content h3 {
    font-family: Rubik;
    font-size: 1.5em;
}

section {
    padding: 2em 1em;
    margin: 0;

}
span{
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
     -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    -webkit-text-stroke:1px red;
    font-family: Rubik;
}
.services {
    background-color: #fff;
    text-align: center;
    align-items: center;
}

.services h1 {
    color: #6a1b9a;
    margin-bottom: 1em;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;font-family: Rubik;
}

.services .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2em;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
     box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.service-item {
    flex: 1;
  
    background: #f3e5f5;
    border-radius: 10px;
   width: 100%;
   margin-top: 30px;
   margin:  auto;
  max-width: 80%;
   align-items: center;
   text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.service-item h2 {
    color: #6a1b9a;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
   font-family: Rubik;

}
.service-item p{
    font-size: 25px;
    letter-spacing: 2px;
    padding: 20px;
}
.about {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
    padding: 2em 1em;
}

.about .contentBx {
    flex: 1;
    padding: 1em;
}

.about .heading {
    font-size: 2em;
    color: #6a1b9a;
}

.about .text {
    line-height: 1.6;
}

.contentBx .imgBx{
    width: 100%;
    background-image: url(folder-img/cd16.jpg);
}

.call-to-action {
    text-align: center;
    background-color: #e1bee7;
    padding: 2em;
}

.call-to-action .content {
    max-width: 600px;
    margin: 0 auto;
}

.call-to-action h1 {
    color: #6a1b9a;
    margin-bottom: 1em;
}

.call-to-action p {
    font-size: 1.2em;
    margin-bottom: 1em;
}

.call-to-action .btn {
    background-color: #6a1b9a;
    color: #fff;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 5px;
}

footer {
    background-color: #6a1b9a;
    color: #fff;
    text-align: center;
    padding: 1em;
}

footer ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 1em;
}

footer ul a {
    color: #fff;
    text-decoration: none;
}

footer p {
    margin: 0;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .banner .content h2 {
        font-size: 1.8em;
    }

    .banner .content h3 {
        font-size: 1.2em;
    }

    .about .heading {
        font-size: 1.8em;
    }

    .about .text {
        font-size: 1em;
    }
}

@media (max-width: 992px) {
    .nav-right {
        display: block;
    }

    .navlist {
     
        flex-direction: column;
        gap: 0;
        background-color: #6a1b9a;
        position: absolute;
        top: 0px;
        right: 0;
        width: 200px;
    }

    .navlist.open {
        display: flex;
    }

    .banner .content h2 {
        font-size: 1.5em;
    }

    .banner .content h3 {
        font-size: 1em;
    }

    .services .content {
        flex-direction: column;
    }

    .about {
        flex-direction: column;
    }

    .imgBx {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .banner .content h2 {
        font-size: 1.2em;
    }
.banner .content p{
    font-size: 25px;
}
video{
width: 100%;
}
header{
    width: 100%;
}
   

    .about .heading {
        font-size: 1.5em;
    }

    .about .text {
        font-size: 0.95em;
    }

    .footer ul {
        display: flex;
        justify-content: center;
    }

    .footer ul a {
        padding: 0.2em;
    }
}

@media (max-width: 576px) {
    .banner .content h2 {
        font-size: 1em;
    }

    .banner .content h3 {
        font-size: 0.8em;
    }

    .footer ul {
        flex-direction: column;
    }
    .content h2{
        font-size: 20px;
    }
    .content p{
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .navlist {
        top: 50px;
        height: 100px;
    }
    .navlist a{
        font-size: 15px;

    }
    header{
        padding: 20px;
         height: 100px;
    }
   header .logo {
    font-size: 20px;
   margin-left: 0px;
   margin-top: 30px;

}
.banner{
    height: 300px;
}

    .banner .content h2 {
        font-size:25px;
          -webkit-text-stroke:1px black;
    }

    .banner .content h3 {
        font-size: 0.7em;
    }
     .content p{
        font-size: 14px;
    }
    span{
        font-size: 25px;
    }
}

    .about .heading {
        font-size: 1.2em;
    }

    .about .text {
        font-size: 0.9em;
    }
}

@media (max-width: 360px) {
    .navlist {
        top: 20px;
        height: 70px;
    }
    .navlist a{
        font-size: 15px;

    }
    header{
        padding: 20px;
         height: 100px;
    }
   header .logo {
    font-size: 10px;
   margin-left: 0px;
 

}
.banner{
    height: auto;
}

    
     .content p{
        font-size: 17px;
    }
}

    .about .heading {
        font-size: 1.2em;
    }

    .about .text {
        font-size: 0.9em;
    }
    .service-item {
        max-width: 100%;
    }
}

