* {
    box-sizing: border-box;

    transition: 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif;
    color: white;

}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    margin: 0 20px 0 20px;

}

body {

    background-color: #000;
    width: 100%;
    background-size: cover;
    padding: 0;



}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/u.png);
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: -1;
}

.tab-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid blueviolet;
    position: absolute;
    top: 10px;
    right: 10px;
}

/* NAVIGATION BAR */
.navbar {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    font-size: 20px;
    border: none;
    z-index: 1000;
}

.logo {
    font-family: Verdana, Geneva, Tahoma, sans-serif;


}

/* NAV LINKS DESKTOP */
.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-links li {
    padding: 10px;
}

.nav-links li a {
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
}

.nav-links li a:hover {
    background: linear-gradient(90deg, #a915e4, #2109ff);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* MENU ICON - HIDDEN BY DEFAULT */
.menu-icon {
    display: none;

}

/* HEADER */



/* ABOUT SECTION */
.about1 {
    text-align: center;
    margin-top: 100px;
    z-index: -1;

}

.about1 h2 {
    padding: 2rem;
}

.about1 h1 {
    font-family: "Poppins", sans-serif;
    font-size: 4rem;
}

/* CONTAINERS */
.container1,
.container2,
.container3,
.container4 {
    width: 100%;
    margin: 0px 20px 0 20px;
    background-color: black;
    border: 2px solid blueviolet;
    height: auto;
    margin: 20px auto;
    font-size: 18px;
    word-spacing: 8px;
    line-height: 1.6;
    text-align: justify;
    padding: 10px;
    color: white;
    /* Ensures text is visible on black background */
    border-radius: 10px;
    background-image: url(../img/n.png);
    padding: 20px;
    /* Adds spacing inside the card */
    margin: 10px auto;
    /* Centers the card and adds spacing */
    text-align: center;
    /* Centers text inside the card */
    z-index: 1000;





}

.container3 h4:hover {
    transform: translateY(-20px);
    box-shadow: blueviolet;
    border-color: blueviolet;
    animation: content3 2s zoom-in;
    animation-iteration-count: 1;
}

@keyframes content3 {
    0% {
        box-shadow: 0 0 0 0 rgba(3, 168, 244, 0.077);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(3, 169, 244, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(3, 169, 244, 0);
    }
}


.container5:hover {
    transform: translateY(-40px);
    box-shadow: blueviolet;
    border-color: blueviolet;
    animation: contentpopup 2s ease-in;
    animation-iteration-count: 1;
}

.container4:hover {
    transform: translateY(-10px);
    box-shadow: blueviolet;
    border-color: blueviolet;
    animation: contentpopup 2s ease-in;
    animation-iteration-count: 1;
}

.container3:hover {
    transform: translateY(-10px);
    box-shadow: blueviolet;
    border-color: blueviolet;
    animation: contentpopup 2s ease-in;
    animation-iteration-count: 1;
}

.container2:hover {
    transform: translateY(-10px);
    box-shadow: blueviolet;
    border-color: blueviolet;
    animation: contentpopup 2s ease-in;
    animation-iteration-count: 1;
}

.container1:hover {
    transform: translateY(-10px);
    box-shadow: blueviolet;
    border-color: blueviolet;
    animation: contentpopup 2s ease-in;
    animation-iteration-count: 1;
}

@keyframes contentpopup {
    0% {
        box-shadow: 0 0 0 0 rgba(137, 43, 226, 0.651);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(3, 169, 244, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(3, 169, 244, 0);
    }
}

/*container3 inbox*/
.one:hover {
    transform: translateY(-10px);
    box-shadow: blueviolet;
    border-color: blueviolet;
    animation: inbox 0.5s ease-in;
    animation-iteration-count: 1;
}

.two:hover {
    transform: translateY(-10px);
    box-shadow: blueviolet;
    border-color: blueviolet;
    animation: inbox 0.5s ease-in;
    animation-iteration-count: 1;
}

.three:hover {
    transform: translateY(-10px);
    box-shadow: blueviolet;
    border-color: blueviolet;
    animation: inbox 0.5s ease-in;
    animation-iteration-count: 1;
}

.four:hover {
    transform: translateY(-10px);
    box-shadow: blueviolet;
    border-color: blueviolet;
    animation: inbox 0.5s ease-in;
    animation-iteration-count: 1;
}

.five:hover {
    transform: translateY(-10px);
    box-shadow: blueviolet;
    border-color: blueviolet;
    animation: inbox 0.5s ease-in;
    animation-iteration-count: 1;
}

.six:hover {
    transform: translateY(-10px);
    box-shadow: blueviolet;
    border-color: blueviolet;
    animation: inbox 0.5s ease-in;
    animation-iteration-count: 1;
}

@keyframes inbox {
    0% {
        box-shadow: 0 0 0 0 hsla(271, 76%, 53%, 0.692)
    }

    70% {
        box-shadow: 0 0 0 20px rgba(3, 169, 244, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(3, 169, 244, 0);
    }
}

/* CONTENT SECTIONS */
.content1,
.content2 {
    width: 90%;
    font-size: 1.5rem;
    margin: 5%;

    word-spacing: 2px;
    text-align: justify;
    color: white;
    word-spacing: normal;
}

.content1 h1,
.content2 h1 {
    color: white;
    font-size: 2rem;

    padding: 1%;
}

/* SLIDERS */
.slider1,
.slider2 {
    width: 90%;
    margin: 20px auto;
    overflow: hidden;
    border: 2px solid blueviolet;
    border-radius: 25px;
    background-color: #3c7789;
}

.slide1,
.slide2 {
    display: flex;
    width: 200%;
    animation: slide 15s linear 1;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ICON SECTION */
.icon {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px double black;
    background-color: white;
    margin: 2% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000px;

}

.developer {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 2px double black;
    background-color: white;
    margin-top: -170px;
    margin-left: 350px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.groupicon {
    border-radius: 50%;
    z-index: 1000;
}

.container3 h3,
.container3 h1 {
    color: white;
    font-size: 2rem;

    text-align: center;
}

.container3 h4 {
    font-size: 1.2rem;

    width: 90%;
    margin: 5% auto;
    word-spacing: 2px;
    text-align: center;
}

/* CONTAINER4 */
.container4 h3 {
    color: white;
    font-size: 1rem;

    margin: auto;
    width: 90%;
    text-align: center;
    padding-top: 30px;
}

.h1 {
    color: rgb(246, 244, 246);
}

/* CONTENT CARDS */
.content4,
.content5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
    margin-top: 5%;
    font-size: 1.5rem;
}

.one,
.two,
.three,
.four,
.five,
.six {
    flex: 1 1 30%;
    min-width: 250px;
    padding: 2%;
    border-radius: 10px;
    text-align: center;
    background-color: #080a0e;
    border: 1px solid blueviolet;
}

.two {
    background-color: #100407;
}

.three {
    background-color: #000000;
}

.four {
    background-color: #050800;
}

.five {
    background-color: #010908;
}

.six {
    background-color: #050009;
}

/* FOOTER SECTION */
.container5 {
    width: 70%;
    height: 70%;
    background-color: black;
    ;
    opacity: 1;
    color: blueviolet;
    ;
    border: 2px solid blueviolet;
    border-radius: 20px;
    text-align: center;
    padding: 2%;
    margin: -20% auto;
}

.container5 .content5 p {
    font-size: 1.5rem;
}

.button1 {
    display: inline-block;
    background-color: white;
    color: black;
    width: 10rem;
    padding: 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 20px;
    margin-top: 70px;
    text-decoration: none;
}

.button1:hover {
    background-color: blueviolet;
    color: black;
}

button a {
    text-decoration: none;
    color: black;
}


.text-glow {
    text-shadow: 0 0 8px rgba(129, 140, 248, 0.6), 0 0 15px rgba(129, 140, 248, 0.4);
}







/*contact animation*/
.popup {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease;
    padding: 20px;
    width: 100%;
    margin: 20px auto;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: none;
}

.popup.show {
    display: block;
    opacity: 1;
    transform: scale(1);
}

#popupBtn {
    display: inline-block;
    background-color: white;
    color: black;
    margin-top: 100px;
    width: 20rem;
    padding: 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    text-decoration: wavy;
    position: relative;
    top: 60%;
    left: 50%;
    transform: translate(-40%, -0%);


}

#popupbutton {
    justify-content: center;
    align-items: center;
    padding-top: -200px;
    padding-bottom: 200px;
}

#popupBtn:hover {
    background-color: blueviolet;
    color: black;
}

#popupbtn:hover {
    box-shadow: blueviolet;
    border-color: blueviolet;
    box-shadow: 0 8px 32px 0 rgba(137, 43, 226, 0.63);

}


/* social media  icons*/
.social-footer {
  
  border-radius: none;
  padding: 20px 20px;
  text-align: center;
}

.social-footer h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.social-icons {
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
  gap: 20px;
}

.social-icons a img {
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

.social-icons a:hover img {
  transform: scale(1.2);
}

/* section_footer */
footer{
    width: 100%;
    height: 500px;
    text-align: center;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    
}
footer ul {
  list-style: none;
  padding: 0;
}
