body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    color: #fff;
    background-color: #271a2e;
}
body,html{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header {
    background-color: #36163e;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #00d4ff;
}
.logo span a{
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
    color: #00d4ff;
}
.hero__wrap{
    display: flex;
    justify-content: space-between;
}
.hero__wrap span{
    font-size: 32px;
}
.hero__content
{
    width: 90%;
    margin: auto;
}.nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-list li {
    margin-left: 20px;
}

.nav-list a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.nav-list a:hover {
    color: #00d4ff;
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.burger span {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 2px 0;
    transition: all 0.3s ease;
}

.burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.phone {
    color: #00d4ff;
    text-decoration: none;
    font-size: 16px;
}

.join-btn, .view-btn, .learn-btn, .get-service__btn, .contact-btn, .choose-btn, .send-btn, .subscribe-btn {
    background-color: #00d4ff;
    border: none;
    padding: 15px 20px;
    display: block;
    width: fit-content;
    text-decoration: none;
    color: #1a1a2e;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.join-btn:hover, .view-btn:hover, .learn-btn:hover, .get-service__btn:hover, .contact-btn:hover, .choose-btn:hover, .send-btn:hover, .subscribe-btn:hover {
    background-color: #00aaff;
}

.hero {
  
    position: relative;
    padding-top: 80px;
    animation: slideIn 1s ease-out;
}

.hero__slider {
    position: relative;
    height: 100%;
}

.hero__slide {
    height: 100%;
    padding: 90px 0;
    border-radius: 20px;
    text-align: center;
    color: #fff;
}

.hero__slide h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero__slide p {
    font-size: 24px;
    margin-bottom: 20px;
}

.hero__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    border-radius: 20px;
    left: 0;
    z-index: -1;
}

.services-overview, .smart-solutions, .stats, .experience, .projects, .partners, .premium, .reviews, .team, .pricing, .contact, .trusted, .blog, .newsletter {
    padding: 80px 0;
    animation: fadeInUp 1s ease-out;
}

.services-overview h2, .smart-solutions h2, .stats h2, .experience h2, .projects h2, .partners h2, .premium h2, .reviews h2, .team h2, .pricing h2, .contact h2, .blog h2, .newsletter h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #00d4ff;
}

.services-overview p {
    font-size: 18px;
    margin-bottom: 20px;
}

.service__cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.service__card i{
    font-size: 48px;
}
.service__card {
    background-color: #407e91;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 30%;
}

.service__card img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.service__card h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.service__card p {
    font-size: 16px;
}

.smart-solutions {
    margin-top: 60px;
    background-color: #fff;
    color: #1a1a2e;
}

.solution__cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.solution__card {
    background-color: #e9ecef;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 30%;
}

.solution__card h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.solution__card p {
    font-size: 16px;
}



.stats__items {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.stat {
    text-align: center;
    padding: 20px;
}

.stat h3 {
    margin: 0;
    font-size: 36px;
    margin-bottom: 5px;
}

.stat p {
    font-size: 16px;
}

.experience {
    background-color: #ffc107;
    color: #1a1a2e;
}

.projects {
    text-align: center;
}

.project-items {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.project-items a {
    position: relative;
    display: inline-block;
}

.project-items img {
    max-width: 300px;
    height: 100%;
    width: 100%;
    max-height: 450px;
    border-radius: 1px;
    transition: transform 0.3s ease;
}

.project-items .plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 40px;
    color: #fff;
    background-color: rgba(0, 212, 255, 0.7);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.project-items a:hover .plus-icon {
    transform: translate(-50%, -50%) scale(1);
}

.project-items a:hover img {
    transform: scale(1.1);
}

.partners {
    background-color: #16213e;
}

.brands {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.brands img {
    height: 50px;
}

.premium {
    background-color: #2c3e50;
    text-align: center;
}

.reviews {
    text-align: center;
}

.review__items {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 80px 0;
    flex-wrap: wrap;
}

.review__item

 {
    background-color: #b243bf;
    padding: 20px;
    border-radius: 10px;
    width: 30%;
    display: flex
;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
    flex-direction: column;
}
.review__item p {
    display: flex;
    flex-direction: column;
}
.review__item i p{
    color: #ccc;
}
.review__item p span{
    color: #ffc107;
    margin-bottom: 10px;
    font-size: 30px;
}
.team__members {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.team__member {
    text-align: center;
    width: 20%;
}

.team__member img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.team__member h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.team__member p {
    font-size: 16px;
}

.pricing-plans {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.pricing-plan {
    background-color: #16213e;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 30%;
}

.pricing-plan h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.pricing-plan p {
    font-size: 36px;
    margin-bottom: 10px;
    color: #00d4ff;
}

.pricing-plan ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.pricing-plan ul li {
    margin-bottom: 10px;
}

.contact {
    text-align: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
    margin: 0 auto 20px;
}

.contact-form input, .contact-form textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #2c3e50;
    color: #fff;
}

.contact-form textarea {
    height: 100px;
}

.trusted {
    background-color: #16213e;
    text-align: center;
}

.blog-items {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.blog-item {
    text-align: center;
    width: 30%;
}

.blog-item img {
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.blog-item h3 {
    font-size: 20px;
}

.newsletter {
    background-color: #16213e;
    text-align: center;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 400px;
    margin: 0 auto;
}

.newsletter-form input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #2c3e50;
    color: #fff;
}

.footer {
    padding: 50px 0;
    background-color: #1e0d2a;
    color: #fff;
    text-align: center;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footer__logo {
    font-size: 24px;
    font-weight: bold;
}

.copy__links a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

.copy__links a:hover {
    text-decoration: underline;
}

.footer__contact p {
    margin: 10px 0;
}

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
}

@media (max-width: 768px) {
  

    .nav-list li {
        margin: 10px 0;
        text-align: center;
    }

    .burger {
        display: flex;
    }

    .service__cards, .solution__cards, .stats__items, .project-items, .brands, .review__items, .team__members, .pricing-plans, .blog-items {
        flex-direction: column;
        align-items: center;
    }

    .service__card, .solution__card, .stat, .project-items a, .review__item, .team__member, .pricing-plan, .blog-item {
        width: 80%;
        margin-bottom: 20px;
    }

    .hero {
        height: auto;
        padding: 80px 0;
    }

    .footer__content {
        flex-direction: column;
        gap: 20px;
    }
}

/* Animations */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes slideIn {
    from { opacity: 0; transform: translateX(-100%); }
    to { opacity: 1; transform: translateX(0); }
}
.join-btn{
    margin: 0 auto;
}
.join-btn {
    color: #fff;
}
.view-btn{
    margin: 0 auto;
}
.service__cards{
    margin: 50px 0;
}
.stats__items{
    display: flex;
    gap: 50px;
    align-items: center;
}
.stati{
    flex: 1;
}
.stat__grid{
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
}
.experience {
    background-color: #2d0837;
    color: #1a1a2e;
}
.experience p{
    color: #fff;
    width: 700;
}
.projects h2{
    margin-bottom: 90px;
}
.experience ul{
list-style: none;
display: flex;
max-width: 500px;
flex-direction: column;
gap: 10px;
margin-bottom: 40px;
}
.experience ul i{
    color: #37f710;
    display: flex;
    gap: 10px;
}
.experience ul li{
    color: #fff;
    gap: 10px;
    display: flex;
}
.experience__wrap{
    margin-top: 60px;
    display: flex;
    gap: 50px;
}
.experience__wrap img{
    width: 100%;
}
.experience__item{
    flex: 1;
}
.experience__content{
    max-width: 700px;
}
.about-hero .container{
position: relative;
margin-top: 80px;
border-radius: 20px;
padding: 50px 0px;

}
.about-hero img{
    width: 100%;
    top:0;
    border-radius: 20px;
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-hero h1 {
    font-size: 36px;
    padding: 0 30px ;
    font-weight: 700;
    color: #fcfafd;
}
.about-hero p {
    font-size: 20px;
    padding:0 30px ;
    max-width: 700px;
    font-weight: 700;
    color: #fbf5fd;
}
.history__items{
    display: flex;
    gap: 50px;
}
.history__item{
   flex: 1;
}
.history__item img{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
.team__items{
    display: flex;
    gap: 50px;
}
.team__item{
    flex: 1;
}
.contact-details{
    margin: 100px 0;
}
.contact-details__items{
    display: flex;
    align-items: center;
    gap: 69px;
}
.contact-details__item{
    flex: 1;
}
.contact-details__item img{
    width: 100%;
    max-height: 340px;
    border-radius: 30px;
    object-fit: cover;
}
@media screen and (max-width:768px) {
    .header .container {
        display: flex
    ;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }  
    .nav-list {
        display: flex
    ;
        list-style: none;
        margin: 0;
        gap: 10px;
        padding: 0;
    }
    .hero__wrap span {
        font-size: 16px;
    }
    .hero__slide h1{
        font-size: 36px;
    }
    .hero{
        padding-bottom: 20px;
        padding-top: 120px;
    }
    .services-overview, .smart-solutions, .stats, .experience, .projects, .partners, .premium, .reviews, .team, .pricing, .contact, .trusted, .blog, .newsletter {
        padding: 80px 0 20px;
        animation: fadeInUp 1s ease-out;
    }
    .experience__wrap {
        margin-top: 30px;
        display: flex
    ;
        gap: 50px;
        flex-direction: column;
    }
}
.experience__items{
    display: flex;
    gap: 55px;
}
.experience__item{
    flex: 1;
}
.experience__content {
    max-width: 100%;
}
@media screen and (max-width:768px) {
    .experience__items {
        display: flex
    ;
        gap: 55px;
        flex-direction: column;
    }
    .history__items {
        display: flex
    ;
        gap: 50px;
        flex-direction: column;
    }
    .contact-details__items {
        display: flex
    ;
        align-items: center;
        gap: 69px;
        flex-direction: column;
    }
}
.cook {
    position: fixed;
    bottom: 10px;
    width: fit-content;
    left: 10px;
    gap: 20px;
    right: 0;
    background: #2c2c2c;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    font-size: 14px;
  }

  .cook a {
    color: #ffd700;
    text-decoration: underline;
  }

  .cook button {
    background: #ffd700;
    border: none;
    padding: 8px 12px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
  }