body {
    margin: 0;
    padding: 0;
    font-family: 'inter', sans-serif;
    background-color: #000000;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background: transparent;
    color: white;
    position: relative;
    z-index: 2;
}

.header-container a:hover {
    color: #1E3A8A;
}


.logo img {
    width: 40px;
    height: auto;
}

.nav-links {
    display: flex;
    gap: 20px;
}

.nav-links a {
    text-decoration: none;
    font-size: 0.8rem;
    color: white;
    font-weight: 700;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #1E3A8A;
}

.header-images {
    display: flex;
    gap: 10px;
    z-index: 6;
}

.header-images img {
    width: 30px;
    height: auto;
    border-radius: 5px;
    z-index: 6;
}

.header-images img a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    transition: color 0.3s ease;    
}

.header-images img a:hover {
    color: #1E3A8A;
}

.photo-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.photo-section .background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.photo-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.photo-section .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 6;
}

.photo-section .content h1 {
    font-size: 3rem;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.photo-section .content p {
    font-size: 1.3rem;
    margin-top: 10px;
    color: #CCCCCC;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.rolling-bar {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, #000000, #1a1a1a);
    color: white;
    font-size: 1.2rem;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.rolling-content {
    display: flex;
    animation: scroll 40s linear infinite;
    gap: 50px;
    white-space: nowrap;
}

.rolling-content span {
    display: inline-block;
    background:  #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    font-size: 1.4rem;
    transition: color 0.3s ease;
}

.services-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: visible;
}

.services-section .header h2{
    font-size: 2rem;
    font-family:'Inter', sans-serif;
    font: bold;
    text-wrap: initial;
    margin: 30px;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.skills-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: visible;
    width: 100%;
    gap: 2rem;
    margin: 0;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 20px;
    background: transparent;
    position: relative;
}

  
.skill-card .content1 {
    background: #161616;
    padding: 2rem;
    border-radius: 10px;
    transition: 0.3s;
}

.skill-card .content1 h3{
    font-size: 2rem;
    text-wrap: initial;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.skill-card .content1 p{
    font-size: 1rem;
    text-wrap: initial;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.skill-card .content1:hover{
    font-size: 1rem;
    background-image: url('Multimedia/background3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-wrap: initial;
    justify-content:center;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.skill-card .content2 {
    background: #161616;
    padding: 2rem;
    border-radius: 10px;
    transition: 0.3s;
}

.skill-card .content2 h3{
    font-size: 2rem;
    text-wrap: initial;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.skill-card .content2 p{
    font-size: 1rem;
    text-wrap: initial;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.skill-card .content2:hover{
    font-size: 1rem;
    background-image: url('Multimedia/AWFS.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-wrap: initial;
    justify-content:center;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.skill-card .content3 {
    background: #161616;
    padding: 2rem;
    border-radius: 10px;
    transition: 0.3s;
}

.skill-card .content3 h3{
    font-size: 2rem;
    text-wrap: initial;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.skill-card .content3 p{
    font-size: 1rem;
    text-wrap: initial;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.skill-card .content3:hover{
    font-size: 1rem;
    background-image: url('Multimedia/office-space.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-wrap: initial;
    justify-content:center;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.skill-card .content4 {
    background: #161616;
    padding: 2rem;
    border-radius: 10px;
    transition: 0.3s;
}

.skill-card .content4 h3{
    font-size: 2rem;
    text-wrap: initial;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.skill-card .content4 p{
    font-size: 1rem;
    text-wrap: initial;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.skill-card .content4:hover{
    font-size: 1rem;
    background-image: url('Multimedia/Background2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-wrap: initial;
    justify-content:center;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.skill-card .content5 {
    background: #161616;
    padding: 2rem;
    border-radius: 10px;
    transition: 0.3s;
}

.skill-card .content5 h3{
    font-size: 2rem;
    text-wrap: initial;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.skill-card .content5 p{
    font-size: 1rem;
    text-wrap: initial;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.skill-card .content5:hover{
    font-size: 1rem;
    background-image: url('Multimedia/Background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-wrap: initial;
    justify-content:center;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.Product-break {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.Product-break .content h4{
    position: absolute;
    font-size: 3rem;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
}

.products {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #000000;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: visible;
    width: 1200px;
    height: 500px;
    gap: 2rem;
    margin: 0;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 20px;
    background: transparent;
    position: relative;
}

.products-grid .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.products-grid .content h2 {
    font-size: 2rem;
    color: #ffffff;
    text-align: left;
    font-family: 'inter', sans-serif;
}

.products-grid .content p {
    color: #ffffff;
    font-size: 1rem;
    font-family: 'inter', sans-serif;
}

.products-grid .video-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.products-grid .video-container video {
    width: 100%;
    height: 100%;
    border: none;
}

.Community-break {
    width: 100%;
    height: 400px;
    padding-bottom: 200px;
    overflow: hidden;
    position: relative;
}

.Community-break .content h4{
    position: absolute;
    font-size: 2.5rem;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
}

.community .header h2{
    font-size: 2rem;
    font-family:'Inter', sans-serif;
    font: bold;
    text-wrap: initial;
    margin-left: 30px;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.community-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: visible;
    width: 100%;
    gap: 2rem;
    margin: 0;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 20px;
    background: transparent;
    position: relative;
}

.community-card .content-link1 {
    text-decoration: none;
    display: block;
}

.community-card .content1{
    width: 100%;
    height: 100%;
    background-color: #161616;
    padding: 2rem;
    border-radius: 10px;
    transition: 0.3s;
}

  
.community-card .content1 h3{
    font-size: 2rem;
    text-wrap: initial;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.community-card .content1 p{
    font-size: 1rem;
    text-wrap: initial;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.community-card .content1:hover{
    font-size: 1rem;
    background-image: url('Multimedia/youtube.jpg');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    text-wrap: initial;
    justify-content:center;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.community-card .content-link2 {
    text-decoration: none;
    display: block;
}

.community-card .content2{
    width: 100%;
    height: 100%;
    background-color: #161616;
    padding: 2rem;
    border-radius: 10px;
    transition: 0.3s;
}

  
.community-card .content2 h3{
    font-size: 2rem;
    text-wrap: initial;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.community-card .content2 p{
    font-size: 1rem;
    text-wrap: initial;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.community-card .content2:hover{
    font-size: 1rem;
    background-image: url('Multimedia/spotify.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-wrap: initial;
    justify-content:center;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.community-card .content-link3 {
    text-decoration: none;
    display: block;
}

.community-card .content3{
    width: 100%;
    height: 100%;
    background-color: #161616;
    padding: 2rem;
    border-radius: 10px;
    transition: 0.3s;
}

  
.community-card .content3 h3{
    font-size: 2rem;
    text-wrap: initial;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.community-card .content3 p{
    font-size: 1rem;
    text-wrap: initial;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.community-card .content3:hover{
    font-size: 1rem;
    background-image: url('Multimedia/x.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-wrap: initial;
    justify-content:center;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.community-card .content-link4 {
    text-decoration: none;
    display: block;
}

.community-card .content4{
    width: 100%;
    height: 100%;
    background-color: #161616;
    padding: 2rem;
    border-radius: 10px;
    transition: 0.3s;
}

  
.community-card .content4 h3{
    font-size: 2rem;
    text-wrap: initial;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.community-card .content4 p{
    font-size: 1rem;
    text-wrap: initial;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.community-card .content4:hover{
    font-size: 1rem;
    background-image: url('Multimedia/instagram.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-wrap: initial;
    justify-content:center;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
};

.testimonial-section {
    width: 100%;
    overflow: hidden;
}

.testimonial-section h1{
        font-size: 2rem;
        margin-left: 30px;
        color: #ffffff;
        font-weight: bold;
}

.testimonial-section .testimonial-container {
    display: flex;
    flex-wrap: nowrap;
    height: 250px;
    width: 350px;
    overflow: visible;
    animation: scrollTestimonials 35s linear infinite;
}

.testimonial-container .testimonial {
    flex: 0 0 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    background-color: #161616;
    color: white;
    border-radius: 12px;
    margin: 0 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
}

.testimonial-container .testimonial p {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
}

.testimonial-container .testimonial h4 {
    margin: 0;
    font-size: 0.9em;
    font-weight: bold;
}

@keyframes scrollTestimonials {
    0% { transform: translateX(0); }
    100% { transform: translateX(-300%); }
}

.footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: visible;
    width: 100%;
    gap: 2rem;
    color: #ffffff;
    margin: 0;
    padding: 10px 20px;
    background: transparent;
    position: relative;
}

.footer .left-section {
    flex: 1;
}

.footer .left-section h1 {
    font-size: 2rem;
    margin: 0;
    font-weight: bold;
}

.left-section .subscribe {
    margin-top: 20px;
}

.left-section .subscribe p {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.left-section .subscribe span {
    display: block;
    margin-bottom: 20px;
    font-size: 0.9rem;
    color: #ffffff;
}

.subscribe .email-signup {
    display: flex;
    align-items: center;
    gap: 10px;
}

.subscribe .email-signup input {
    width: 250px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.subscribe .email-signup button {
    background-color: #6a5af9;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
}

.subscribe .email-signup button:hover {
    background-color: #5847d6;
}


.footer .right-section {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    overflow: visible;
    width: 100%;
    gap: 2rem;
    margin: 0;
    padding: 10px 20px;
    background: transparent;
    position: relative;
}

.footer .right-section li {
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    color: #ffffff;
}

.footer .right-section li span {
    font-size: 2rem;
    font-weight: normal;
    color: #666;
}

.stats-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    gap: 20px;
}

.stat-item h1 {
    font-size: 2rem;
    color: #ffffff;
    margin: 0;
}

.stat-item p {
    font-size: 1rem;
    color: #ffffff;
    margin: 5px 0 0;
}

.divider {
    width: 1px;
    height: 50px;
    background-color: #ffffff;
    opacity: 0.2;
}


@keyframes scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}