*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.nav {
    width: 100%; height: 90px; display: flex; justify-content: space-between; position: absolute; padding: 30px 90px;
    background-color: rgba(219, 219, 219, 0.1);
    justify-content: space-between;
    padding: 0 30px;
}

.menu .text,
.menu .num {
    color: #fff;
}

.nav .logo img{
    width: 50px;
    height: 50px;
}

.item {
    display: flex;
    align-items: center;
}

.menu{
    list-style: none;
    display: flex;
    gap: 90px;
}

.menu li{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
}

.menu .num{
    font-size: 11px;
}

.menu .text{
    font-size: 16px;
}

.sociel-icons {
    display: flex;
    gap: 15px;
    
}

.sociel-icons a{
    font-size: 20px;
    color: white;
}
.nav .logo {
    margin-top: 20px;
    margin-left: 20px;
}

.sociel-icons {
    margin-top: 30px;
    margin-right: 20px;
}


.home {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(img/back\ ground);
    background-size: cover;
    background-position: center;
}

.home .overlay {
    background-color: rgba(182, 37, 25, 0.7);
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
}

.container {
    width: 90%;
    margin: auto;
}

.home .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    height: 100vh;
}

.main-content {
    display: flex;
    gap: 20px;
    align-items: center;
}

.content-details {
    width: 50%;
}

.content-details h2 {
    font-size: 20px;
    font-weight: 900;
    padding: 20px 0;
}

.content-details h1 {
    font-size: 60px;
}

.home-btn {
    height: 52px;
    width: 200px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-btn a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

.content-image {
    width: 35%;
}

img {
    width: 100%;
    height: 100%;
}

.arrow-l, .arrow-r {
    font-size: 3rem;
    cursor: pointer;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.arrow-l:hover {
    transform: translateX(-10px);
}

.arrow-r:hover {
    transform: translateX(10px);
}
.home .content {
    color: #fff;
}

.arrow-1,
.arrow-r {
    color: #fff;
    font-size: 3rem;
}
.home-btn {
    background-color: #fff;
    transition: 0.3s;
}

.home-btn a {
    color: #000;
    transition: 0.3s;
}

.home-btn:hover {
    background-color: rgba(182, 37, 25, 0.7);
}

.home-btn:hover a {
    color: #fff;
}
.menu li {
    padding: 8px 12px;
    transition: 0.3s;
}

.menu li:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.clients .content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.clients .content-img {
    width: 33.3333%;
    text-align: center;
}

.clients .content-img img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.clients .content-img h3 {
    font-size: 25px;
    color: #000;
    margin: 0;
}
.clients .content-header {
    width: 100%;
    padding-bottom: 20px;}
.clients .content-header p {
    font-size: 25px;
}
.clients .content-header h2 {
    font-size: 45px;
}   

.hero-section {
    display: flex;
    height: 100vh;
    width: 100%;
}

.content-side {
    flex: 1;
    position: relative;
    background-image: url('img/back\ ground'); 
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding-left: 10%;
    color: white;
}

.red-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background-color: rgba(182, 37, 25, 0.7); 
    z-index: 1;
}

.text-container {
    position: relative;
    z-index: 2; 
}

.step-num {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.main-title {
    font-size: 80px;
    font-weight: 900;
    text-transform: lowercase;
    margin-bottom: 20px;
}

.desc-wrapper {
    display: flex;
    gap: 15px;
    max-width: 450px;
}

.category {
    font-weight: bold;
    font-size: 18px;
}

.desc-wrapper p {
    font-size: 18px;
    line-height: 1.5;
}


.read-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    margin-top: 30px;
    transition: all 0.3s ease; 
}

.arrow {
    transition: transform 0.3s ease; 
}


.read-more:hover {
    color: #ccc; 
}

.read-more:hover .arrow {
    transform: translateX(10px); 
}


.image-side {
    flex: 1;
    background-color: #e63946; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image {
    width: 80%;
  
}


@media (max-width: 768px) {
    .hero-section {
        flex-direction: column;
    }
    .main-title {
        font-size: 50px;
    }
}
.clients-3 {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clients-3 .container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 110px;
}

.clients-3 .container img {
    width: 120px;
    height: auto;
    object-fit: contain;
    opacity: 0.2;
    transition: all 0.3s;
}

.clients-3 .container img:hover {
    opacity: 1;
    transform: scale(1.1);
}


.cards-section {
    display: flex;
    justify-content: space-between;
    padding: 100px 5%;
    background-color: #fff;
}

.card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-img {
    width: 100%;
    height: 350px;
    background-color: #f2f2f2; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    overflow: hidden;
}

.card-img img {
    max-width: 90%;
    height: auto;
}

.card-info h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.card-info p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}


.read-more {
    text-decoration: none;
    color: #1a1a1a;
    font-weight: bold;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.arrow {
    transition: transform 0.3s ease;
    display: inline-block;
}


.read-more:hover {
    color: #999; 
    opacity: 0.7; 
}

.read-more:hover .arrow {
    transform: translateX(10px); 
}


@media (max-width: 768px) {
    .cards-section {
        flex-direction: column;
    }
}


.features-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 30px;
    padding: 100px 10%;
    margin-top: -60px;
    text-align: left;
}

.feature-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.feature-item i {
    font-size: 70px;
    color: #1a1a1a;
}


.feature-item h3 {
    font-size: 18px;
    font-weight: bold;
    color: #1a1a1a;
}

.feature-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    max-width: 200px;
}
.translate-down {
    transform: translateY(60px); 
}
@media (max-width: 768px) {
    .features-section {
        grid-template-columns: repeat(2, 1fr);
    }
    .translate-down {
        transform: none; 
    }
}
.new-releases-section {
    display: flex;
    height: 100vh;
    width: 100%;
}

.product-image {
    flex: 1;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-side {
    flex: 1;
    position: relative; 
    background-image: url(img/back\ ground); 
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 8%;
    color: white;
    overflow: hidden;
}


.red-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(182, 37, 25, 0.7); 
    z-index: 1;
}

.info-content {
    position: relative;
    z-index: 2; 
}

.step-number {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.title {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 30px;
}

.desc-box {
    display: flex;
    gap: 20px;
    max-width: 500px;
    margin-bottom: 40px;
}

.category {
    font-weight: bold;
    font-size: 18px;
}

.desc-box p {
    font-size: 18px;
    line-height: 1.5;
}


.read-more-link {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
}

.arrow {
    transition: 0.3s ease;
}

.read-more-link:hover {
    color: rgba(255, 255, 255, 0.5); 
}

.read-more-link:hover .arrow {
    transform: translateX(10px); 
}
.skills-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 10%;
    background-color: #fff;
    gap: 50px;
}

.skills-content {
    flex: 1;
}

.skills-content h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.skill {
    margin-bottom: 25px;
}

.skill-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-weight: bold;
    color: #555;
}


.progress-line {
    width: 100%;
    height: 3px; 
    background-color: #e0e0e0;
    position: relative;
}

.progress-line span {
    height: 100%;
    background-color: #1a1a1a; 
    position: absolute;
    left: 0;
    top: 0;
}


.development { width: 95%; }
.engineering { width: 90%; }
.design { width: 85%; }


.skills-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.skills-image img {
    max-width: 100%;
    border: 1px solid #ddd; 
    padding: 10px;
}


@media (max-width: 768px) {
    .skills-section {
        flex-direction: column;
        text-align: center;
    }
}
.footer-section {
    background-color: #1a1a1a; 
    color: white;
    padding: 80px 10% 30px 10%;
    text-align: left;
    position: relative;
    font-family: 'Arial', sans-serif;
}

.footer-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.footer-logo {
    font-size: 40px;
    border: 2px solid white;
    padding: 5px 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-tag {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
}

.footer-title {
    font-size: 48px;
    font-weight: 900;
    max-width: 600px;
    margin-bottom: 25px;
    line-height: 1.2;
}

.footer-desc {
    font-size: 18px;
    color: #ccc;
    max-width: 500px;
    margin-bottom: 40px;
    line-height: 1.6;
}


.view-more-btn {
    display: inline-block;
    padding: 15px 40px;
    background-color: white;
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
}

.view-more-btn:hover {
    background-color: #f2f2f2;
    transform: translateY(-3px); 
}


.footer-bottom {
    margin-top: 80px;
    border-top: 1px solid #333;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #888;
}
