

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

img {
    max-width: 100%;
}

body{
    background-color: #f6f6f6;
    font-family: "Open Sans", sans-serif;
}
a{
    text-decoration: none;
    color: #000;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}
.container {
   width: min(90%, 1300px);
    margin-inline: auto;
}

/* desk top header  */
header {
    background-color: #fff;
    height: 70px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    left: 0;

    z-index: 1111;

}
.desktop-header {
    display:  flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
}
.desktop-logo {
    width: 180px;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

.desktop-links ul {
    list-style: none;
    display: flex;

    gap: 50px;

    gap: 100px;


}
.desktop-links ul li {
    text-decoration: none;
}
.desktop-links ul li a {
    font-size: 1rem;
    color: #929292;

    padding: 8px 20px;


}
.desktop-links ul li a:hover {
    color: #fff;
    background-color: #4332c2;
    padding: 8px 20px;
    border-radius: 50px;
    transition: all 0.5s;
}
.desktop-icons {
    display: flex;
    gap: 30px;
    color: #4332c2;
    font-size: 1.25rem;
    cursor: pointer;
}

 /* end desk top header  */

.mobile-header, .mobile-menu {
    display: none;
}
@media (max-width: 850px) {
    header {
        height: 100px;
       
    }
.desktop-header {
        display: none;

    }
.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.mobile-logo{
    width: 200px;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.bar-menu {
    font-size: 2.5rem;
 }
 .fa-bars {
    border: 2.5px solid #929292;
    padding: 10px;
 }
.mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background-color: #ffffff;
    height: 380px;
    padding-top: 10px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
}
.mobile-menu ul {
    list-style: none;
   display: flex;
   flex-direction: column;
   gap: 30px;
   padding-block: 10px;
   text-align: center;

}
.mobile-menu ul li {
    text-decoration: none;
}
.mobile-menu ul li a{
    font-size: 1.5rem;
}
.mobile-menu ul li a:hover{
    color: #fff;
    background-color: #4332c2;
    padding: 5px 330px;
    border-radius: 50px;
}
.mobile-icons {
    width: 100%;
    display: flex;
    justify-content: space-around;
    color: #4332c2;
    font-size: 1.25rem;
    cursor: pointer;
}

.mobile-menu[data-visible="false"] {
    transform: translateY(-130%);
   transition: all 2s;
}

.bar-menu i[data-visible="true"]{
    display: block;
}

.bar-menu i[data-visible="false"]{
    display: none;
}
}

/* responsive mobile  */
@media (max-width: 480px) {
    .bar-menu {
        font-size: 2rem;
     }
     .mobile-menu ul li a:hover{
        padding: 5px 150px;

    }
    
}

/* end header desktop nad mobile with responsive  */


/* hero started */
.hero-bg {
    background-image: url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/banner-bg-01.jpg);
    background-position: center; 
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    padding: 150px 0px 50px 0px;
}
.hero-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
}
.hero-arrow {
    color: #4332c2;
    font-size: 2rem;
}
.hero-contant {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.hero-contant span {
    font-size: 5rem;
    color: #6367eb;
    font-weight: 100;
}
#Strategies {
   font-weight: 400;
}
.hero-line {
    width: 200px;
    height: 5px;
    background-color: #4332c2;
}
.hero-contant p {
    font-size: 1rem;
    line-height: 2rem;
    color: #929292;
    width: 800px;
}
.hero-contant button {
    font-size: 1rem;
    width: 150px;
    border: 1px solid #4332c2;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: transparent;
    cursor: pointer;
}
.hero-contant button:hover {
    background-color: #4332c2;
    color: #fff;
    transition: all 0.5s;
}


/* end hero section  */




.service-section {
    display: flex ;
    flex-direction: column;
    gap: 20px;
    padding-block: 5rem;
}
.title-service h1 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    padding-bottom: 2rem;
}
.service-contant {
    display: flex;
    gap: 30px;
    padding-inline: 150px;

}
.service-icon {
    font-size: 1.8rem;
   
}
.service-subcontant h2 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 400;
}
.line-service {
    background-color: #4332c2;
    height: 5px;
    width: 150px;
    margin-block: 20px;
}
.service-subcontant p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #6b757d;
}
 
 /* end service section */


 .filter-table {
    background-color: #6367eb;
    height: 10rem;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.filter-table ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 5rem;
}
.filter-table ul li {
    color: #fff;
    font-size: 1rem;
    padding: 10px 30px;
}
.filter-all {
    background-color: #4332c2;
    border-radius: 50px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
}
.filter-table ul li:hover {
    background-color: #4332c2;
    padding: 10px 30px;
    border-radius: 50px; 
}

.filter-table-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;

    padding-block: 50px;
    
}
.filter-table-cards {
    width: 100%;
    height: 260px;
    border-radius: 20px;
    cursor: pointer;
    color: #ffffff;
    box-shadow: 0px 0px 0.8px rgba(0, 0, 0, 0.5);
}
.filter-table-cards:hover{
    color: #000;
}

.filter-table-cards button {
    margin: 130px 0px 0px 20px ;
    padding: 10px 30px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}
.filter-table-cards p {
    margin: 10px 0px 0px 20px ;
    font-size: 1rem;
    line-height: 1.8rem;
}

.filter-table-cards button:hover {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #000;
}
.filter-table-cards p:hover {
    color: #000;
}

#filter-table-cards1 {
    background: linear-gradient(#00000000, #000000), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/services-01.jpg) center / cover no-repeat; 
}
#filter-table-cards1:hover {
    background: linear-gradient(#00000000, #ffffff), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/services-01.jpg) center / cover no-repeat; 

}

#filter-table-cards2 {
    background: linear-gradient(#00000000, #000000), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/services-06.jpg) center / cover no-repeat; 
}
#filter-table-cards2:hover {
    background: linear-gradient(#00000000, #ffffff), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/services-06.jpg) center / cover no-repeat; 
}

#filter-table-cards3{
    background: linear-gradient(#00000000, #000000), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/services-07.jpg) center / cover no-repeat; 
}
#filter-table-cards3:hover {
    background: linear-gradient(#00000000, #ffffff), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/services-07.jpg) center / cover no-repeat; 

}

#filter-table-cards4{
    background: linear-gradient(#00000000, #000000), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/services-08.jpg) center / cover no-repeat; 
}
#filter-table-cards4:hover {
    background: linear-gradient(#00000000, #ffffff), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/services-08.jpg) center / cover no-repeat; 
}

#filter-table-cards5{
    background: linear-gradient(#00000000, #000000), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/services-05.jpg) center / cover no-repeat; 
}
#filter-table-cards5:hover {
    background: linear-gradient(#00000000, #ffffff), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/services-05.jpg) center / cover no-repeat; 
}

#filter-table-cards6{
    background: linear-gradient(#00000000, #000000), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/services-02.jpg) center / cover no-repeat; 
}
#filter-table-cards6:hover {
    background: linear-gradient(#00000000, #ffffff), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/services-02.jpg) center / cover no-repeat; 

}

#filter-table-cards7{
    background: linear-gradient(#00000000, #000000), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/services-03.jpg) center / cover no-repeat; 
}
#filter-table-cards7:hover {
    background: linear-gradient(#00000000, #ffffff), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/services-03.jpg) center / cover no-repeat; 

}

#filter-table-cards8{
    background: linear-gradient(#00000000, #000000), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/services-04.jpg) center / cover no-repeat; 
}
#filter-table-cards8:hover {
    background: linear-gradient(#00000000, #ffffff), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/services-04.jpg) center / cover no-repeat; 

}


/* end filter table section  */

.call-to-action-bg {
    background-color: #6367eb;
    padding-block: 3rem;
   
}
.call-to-action {
    display: flex;
    justify-content: space-between;
    align-items: center;


}
.call-to-action i {
    color: #fff;
    font-size: 5rem;
}
.call-to-action-content {
    text-align: center;
    color: #fff;
}
.call-to-action-content h1 {
    
    font-size: 2rem;
    font-weight: 300;

}
.call-to-action-content span {
    font-weight: 300;
    font-size: 1.25rem;
}
.call-to-action button {
    padding: 10px 24px;
    color: #ffffff;
    background-color: #4332c2;
    border: none;
    font-size: 1rem;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
/* end call to action  */

.Recent-Works {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    padding: 3rem 0rem 10rem 0rem;
}

.Recent-Works-title h1 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    padding-block: 3rem;
}
.Recent-Works-cards {
    border-radius: 10px; 
    height: 350px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    

}
.Recent-Works-cards:hover {
    color: #fff;
}
.Recent-Works-cards h4 {
    font-size: 1.75rem;
    font-weight: 300;
    padding: 15rem 2rem 0.5rem 2rem;
   
}
.Recent-Works-cards span {
    font-size: 1rem;
    font-weight: 400;
    padding: 0rem 4rem 2rem 2rem;
}
.Recent-Works-cards h4:hover {
    padding: 8rem 2rem 0.5rem 2rem;
    transition: all 1s;
}

.recent-overley1 {
    background: linear-gradient(#4332c2c2, #ffffff), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/recent-work-01.jpg) center / cover no-repeat;
}
.recent-overley1:hover {
    background: linear-gradient(#4332c2e6, #4332c2f0), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/recent-work-01.jpg) center / cover no-repeat;
}
.recent-overley2 {
    background: linear-gradient(#ffffff81, #ffffffe3), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/recent-work-02.jpg) center / cover no-repeat;
}
.recent-overley2:hover {
    background: linear-gradient(#ffffff85, #4332c2f0), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/recent-work-02.jpg) center / cover no-repeat;
}
.recent-overley3 {
    background: linear-gradient(#ffffff81, #ffffffe3), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/recent-work-03.jpg) center / cover no-repeat;
}
.recent-overley3:hover {
    background: linear-gradient(#ffffff85, #4332c2f0), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/recent-work-03.jpg) center / cover no-repeat;
}
.recent-overley4 {
    background: linear-gradient(#ffffff81, #ffffff8e), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/recent-work-04.jpg) center / cover no-repeat;
}
.recent-overley4:hover {
    background: linear-gradient(#ffffff85, #4332c2f0), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/recent-work-04.jpg) center / cover no-repeat;
}
.recent-overley5 {
    background: linear-gradient(#ffffff81, #ffffffe3), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/recent-work-05.jpg) center / cover no-repeat;
}
.recent-overley5:hover {
    background: linear-gradient(#ffffff85, #4332c2f0), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/recent-work-05.jpg) center / cover no-repeat;
}
.recent-overley6 {
    background: linear-gradient(#ffffff81, #ffffffe3), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/recent-work-06.jpg) center / cover no-repeat;
}
.recent-overley6:hover {
    background: linear-gradient(#ffffff85, #4332c2f0), url(https://templatemo.com/templates/templatemo_561_purple_buzz/assets/img/recent-work-06.jpg) center / cover no-repeat;
}




/* responsive  */


/* Taplet responsive */
 @media (max-width: 850px ) {
    .hero-bg {
        height: 70vh;
    }
    .hero-flex{
        gap: 40px;
    }
    .hero-contant span {
        font-size: 3rem;
    }
    .hero-contant p {
        width: 100%;
    }

 
/* end hero responsive  */

.service-contant {
     padding: 0;  
 }
 
 /* end service secion  */

.filter-table ul  {
    gap: 2rem;
}

.filter-table-grid {
    grid-template-columns: repeat(3, 1fr);
}

/* end filter table section  */

.call-to-action {
    flex-direction: column;
    gap: 30px;
}
/* end call to action  */

.Recent-Works {
    grid-template-columns: 1fr 1fr;
}

 }
/* mobile responsive for tablet */

 @media (max-width: 480px ) {
    .hero-bg {
        height: 90vh;
        padding-top: 80px;
    }
    .hero-flex{
        gap: 20px;
    }
    .hero-contant span {
        font-size: 1.8rem;
    }
    .hero-contant p {
        width: 100%;
        font-size: 0.9rem;
    }

   /* end hero responsive for mobile  */
   .service-contant {
    padding: 0;  
}

/* end service secion  */

.filter-all {
    background-color: transparent ;
}
.filter-table ul {
    gap: 0;
}
.filter-table ul li {
    padding: 10px 15px;
}
.filter-table ul li:hover {
    padding: 10px 15px;
}

.filter-table-grid {
    grid-template-columns: 1fr;
}

/* end filter table section  */
.call-to-action {
    gap: 30px;
}
.call-to-action-content h1 {
    font-size: 1.5rem;
}
.call-to-action-content span {
    font-size: 1rem;
}

/* end call to action  */


.Recent-Works {
    grid-template-columns:  1fr;
}

}




 /* the started  Footer  */
 footer {
    background-color: #6367eb;
    padding-block: 50px;
}
.grid-fooer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px;
}
.footer-contant {
    color: #fff;
}
.footer-contant img {
    width: 150px;
    margin-top: -20px;
    cursor: pointer;
}
.footer-contant p {
    padding: 10px 0px 30px 0px;
}
.footer-social-icon {
    display: flex;
    gap: 20px;
    
}
.footer-social-icon i {
    background-color: #ffffff;
    padding: 5px;
    color: #6367eb;
    cursor: pointer;
}
.footer-social-icon i:hover {
    background-color: #c3c3c3;
    
}
.Our-Company  {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 1rem;
    line-height: 1.25rem;
    
}
.Our-Company span {
    padding-left: 5px;
}
.Our-Company span:hover {
    color: #c0c0c0;
    cursor: pointer;
}
.footer-contant h3 {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1rem;
}

.icon-footer-contact {
    display: flex;
    gap: 10px;
    padding-block: 10px;
  

}
.icon-footer-contact h4 {
    font-size: 1rem;
    font-weight: 400;

}
.icon-footer-contact h4:hover {
    color: #c0c0c0;
    cursor: pointer;
}
.copyright-bg {
    background-color: #4332c2;
    padding-block: 40px;
}
.copyright-footer {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 0.8rem;
}

/* footer responsive   */

@media (max-width: 850px ) {
    .grid-fooer {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
      
    }
    .grid-footer1 { 
        grid-column: 1/ span 3 ;
       
    }
    
}
@media (max-width: 480px ){
    .grid-fooer {
     display: flex;
     flex-direction: column;
    }

}

 /* end the footer  */


 /* end the footer  */
