*{
    margin: 0;
    padding: 0px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/* this the home section */

/* ------------nav----------- */
.phone_main{
    display: none;
}
#Home{
background-color: #070704;
/* height: 100vh; */
color: white;
/* padding-top: 44px; */
height: 105%;
padding-bottom: 2rem;
  background-image: url("./img/our\ 3d\ logo.png");
    background-repeat: no-repeat;
    background-size: cover;
}
#Home nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* background: #000000; */

}
nav a:hover {
  color: #4e05de;
}
li{
    list-style: none;
}
.flexs{
    display: flex;
    flex-direction: row;
    gap: 50px;
    
}
.flexs li{
font-size: 25px;
}
.top_btn{

    /* background: linear-gradient(to right,#492E7E,#4E05DE); */
    display: flex;
    flex-direction: row;
/* border: 15px solid; */
    border-radius: 15px;
    width: 156px;
    height: 50px;
    justify-content: center;
    align-items: center;
    margin-right: 29px;
}
.top_btn li button{
    width: 152px;
    height: 49px;
    color: white;
    /* border: #4E05DE solid; */
    /* background-color: transparent; */
}
#Contacts_btn_nav{
    background:transparent;

    border: none;
    font-size: 27px;
    font-weight: bold;
}
#Sign_up_btn_nav{
    background: #4E05DE;
    /* border: 7px color-mix(in srgb-linear, #492E7E 0, #4E05DE 100);  */
    border-radius: 2rem;
    font-size: 27px;
    font-weight: bold;

    /* border-image: linear-gradient(to right,#492E7E,#4E05DE)1; */
}
#com_logo img{
    width: 212px;
    height: 70px;
    padding-left: 46px;
}

@media (max-width:1248px) {
    .flexs{
        display: none;
    }
    
}

/* center -----------------*/
#home_center{
    /* background: #070704; */
    /* background: #070704; */
    /* background: #070704; */
    /* background: #070704; */
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* margin: 12rem; */
    text-align: center;
    backdrop-filter: blur(40px);
    height: 100vh;
  
    
}
#home_center_right {
    display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 300px;
  height: 300px;
  align-items: center;
  justify-content: center;
  place-items: center;
  display: none;
  

}
#home_center_right div img{
    max-width: 270px;
    
}
#Home_img1{
   grid-row: span 2;
   place-items: center;
   /* background-color: #492E7E; */
margin-bottom: auto;
}
#Home_img2{
    grid-row: span 2;
    /* background-color: #492E7E; */
    
    margin-top: 22rem;
}


#home_im1{
    width: auto;
    /* height: auto;  */
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}
#home_im2{
 
    width: 261px;
    height: 178px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}


#home_center_left{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.header_1{
    font-size: 50px;
}
.para{
    font-size: 25px;
    opacity: 0.8;
}
.btn{
    background: linear-gradient(to right,#492E7E,#4E05DE);
border-radius: 15px;
width: 270px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;


}
#main_but{
    display: flex;
    flex-direction: row;
    
    gap:2rem;
}
.learn{
    height: 39px;
    width: 200px;  
    font-size: 25px;
    background-color: transparent;
    border: none;
    color: white;
}
.signup{
    height: 39px;
    color: white;
    width: 260px; 
    font-size: 25px;
    border-radius: 15px;
    border: none;
    background-color: #070704;
}


@media (max-width:1248px) {
  
    
}
/* --------about section----- */
#Ab_sec{
    padding-left: 84px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: aliceblue;
    height: 100%;

}
.Sub_heading1{
    font-size: 25px;
}#ab_left{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
#ab_contect{
    /* margin-top: 120px; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#ab_right img{
    width: 514px;
    height: 514px;
}
/* ---------Services_section------- */
.Services_section{
    background-color: #070704;
    height: 100%;
    padding-bottom: 1rem;
    color: white;
    padding-left: 84px;
    padding-top: 60px;

    padding-bottom: 60px;
}
#Ser_contact{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2, 1fr);
    align-items: center;
    justify-items: center;
}
.Ser_items{
    justify-items: anchor-center;
    margin-top: 5rem;
    
}
/* --------products_section------ */
/* General Section Styling */

    .product-section {
      padding: 60px 20px;
     /* width: 100vw; */
      margin: auto;
      background-color: #333;
      color:#fff;
    }

    .product-section h2 {
      text-align: center;
      font-size: 36px;
      margin-bottom: 50px;
    }

    .product-card {
      background: #222;
      border-radius: 12px;
      padding: 30px;
      margin-bottom: 40px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }

    .product-card:hover {
      transform: translateY(-5px);
    }

    .product-title {
      font-size: 28px;
      color: #ffffff;
      margin-bottom: 15px;
    }

    .product-description {
      font-size: 16px;
      line-height: 1.7;
    }

    @media (max-width: 768px) {
      .product-section h2 {
        font-size: 28px;
      }

      .product-title {
        font-size: 22px;
      }
    }
/* -------Team---- */

    .Ph_service{
    padding-top: 4rem;
        background-color: #171717;
        height: fit-content;
        color: white;
        /* padding-left: 84px; */
        padding-top: 60px;
        padding-bottom: 60px;
        /* margin-top: 2rem; */
    }
    #Ser_contact{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
            gap: 2rem;
    }
    .Ser_items img{
      width: 5rem;
      height: auto;
    }
    .Ser_items{
        margin-top: 1rem;
    align-items: center;
    background-color: #222;
    max-width: fit-content;
    height: 15rem;
    width: 34rem;
    display: flex
;
    flex-direction: row;
    /* display: contents; */
    padding: 2rem;
    flex-wrap: nowrap;
}

    
    .service_path{
      display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
text-align: center;
    }
 
  
  /* Responsive */
  @media (max-width: 768px) {
   
    .foot_main{
        display: flex;
        flex-direction: column;
    }
  }

/* -----------footer ------------ */
.footer1{
    background-color: rgb(0, 0, 0);
    /* height: 100vh; */
    /* position: relative; */
    color: white;
    font-size: 12px;

}
.footer_section{
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    height: fit-content;
    background-color: #070704;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3rem;
    width: -webkit-fill-available;

    /* justify-content: center; */
}
.section1{
    margin-left: 4rem;
    width: 30%;
    /* height: 80%; */
    align-content: center;
    justify-self: center;
    border-right: 4px solid white;
}

    .para , .Sub_heading1{
          animation: fad_in linear;
      animation-timeline: view();

      
    }
.btn{
/* animation: ease-in-out 5s btn_animation infinite ; */
    }
@keyframes fad_in {
  from{ opacity: 0;}
  to{ opacity: 1;}
  
}

@media (max-width:1130px ) {
    .main{
        display: none;
    }
    #shone{
        border-radius: 100%;
        height: 5.5rem;
    }
    .top_header{
          font-size: xx-large;
          /* opacity: 0; */
          /* animation: viewpo linear;
          animation-timing-function: scroll(); */
        }
    
    .phone_main{
        display: block;
        /* background-color: #070704; */
        height: 100vh;
        /* padding-top:2rem ; */
        
    }
    /* --------nav----- */
    /* .ph_home{ */
        /* width: 9rem; */
       
    #com_logo img{
        width: 5rem;
        height: auto;
         padding-left: 1rem;
    }
    .top_btn img{
       width: 3rem;
        height: auto;
         padding-right: 1rem;
    }
    .flexs{
        display: block;
        width: auto;
        height: auto;
    }
    #option_sec{
      
display: none;
    }
    #option_img1{
      display: none;
    }

    .ph_home{
        background-color: #171717;
/* padding-top: 1rem; */
    }
    .ph_home nav {
        display: flex
;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        /* backdrop-filter: grayscale(2); */
        /* background-color: #0c0c0c; */
        /* border-bottom: 1px solid white; */
        /* position: fixed; */
        /* width: -webkit-fill-available; */
    }
    #home_cen{
        /* margin-top: 9rem; */
        height: 100%;
        background-image: url("./img/our\ 3d\ logo.png");
        background-repeat: no-repeat;
        background-position: center;
        backdrop-filter:;
        /* background-color: black; */
        padding-bottom: 12px;
    }
    #Sign_up_btn{
        border-radius: 11px;
    font-size: 27px;
    font-weight: bold;
        background: none;
        height: auto;
    width: 8rem;
    color: white;
        background: linear-gradient(to right,#492E7E,#4E05DE);
padding: .5rem;
    border: none;

    }
    .top_btn{
        width: auto;
        height: auto;
        position: relative;
    }
    /* ----------------phone home------- */
  
    .header_1{
        font-size: 2rem;
        text-align: center;
    }
    #home_center_left{
        color: white;
        height: 82vh;
        display: flex
;
        justify-content: center;
        align-items: center;
         text-align: center;
         backdrop-filter: blur(15px);
        
    }
    #img_section{
        /* position: relative; */
        display: flex;
        justify-content: flex-end;
    }
    #img_section img{
        /* width: 53%; */
        max-width: 270px;
        height: auto;
        /* position: absolute; */
        right: 0;
    }
    /* ----------about us------ */
    .Ph_abt{
        /* margin-top:8rem ; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: fit-content;
        background-color: #333;
        color: white;
        /* padding-right: 50px; */
    padding-top: 60px;
    padding-bottom: 60px;
    }
    #ab_right{
        
        /* position: relative; */
   /* margin-left: 2rem; */
   
        /* width: 100%; */
        margin-top: 2rem;
        height: auto;
    }
    #ab_right img{
        /* position:absolute; */
        right: 0;
        width: 16rem;
        height: auto;
        border-radius: 30%;
        opacity: 0.6;
        margin-bottom: 1.5rem;
      
    }
    #ab_contect{
        margin-left: 2rem;
    }
    /* ----------our Service------ */
    .Ph_service{
    padding-top: 4rem;
        background-color: #171717;
        height: fit-content;
        color: white;
        /* padding-left: 84px; */
        padding-top: 60px;
        padding-bottom: 60px;
        /* margin-top: 2rem; */
    }
    #Ser_contact{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .Ser_items img{
      width: 5rem;
      height: auto;
    }
    .Ser_items{
        margin-top: 1rem;
        align-items: center;
        background-color: #222;
        max-width:fit-content ;
        height: auto;
        display: flex;
        flex-direction: column;
        /* display: contents; */
        padding: 2rem;

    }
    .service_path{
     display: flex;
     flex-direction: row;
justify-content: center;
/* flex-direction: column; */
align-items: center;
/* text-align: center; */
    }
    
    /* ---------team-------- */
   


    /* ------footer section----- */

    .section1{
        display: none;
    }
    .footer_section{
        border-top-left-radius: 0px;
        border-top-right-radius:0px;
        padding: 0;
        width: -webkit-fill-available;

    }
    .section2{
        font-size: 15px;
        /* margin-left: 3rem; */
        border-left: 2px solid;
        padding-left: 1rem;
    }
    .para{
        font-size: 16px;
    }
    
}
.para{
    font-size: 19px;
}


.service-card {
    max-width: 900px;
    
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  
  .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }
  
  .service-icon {
    width: 60px;
    margin-bottom: 20px;
  }
  
  .service-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e1e2f;
    margin-bottom: 12px;
  }
  
  .service-description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  
  .service-btn {
    background-color: #3b82f6;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  
  .service-btn:hover {
    background-color: #2563eb;
  }
  #pro_center{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
  
  

  /* ==========new footer desktop========== */
  .foot_main{
    display: flex    ;
        color: white;
        flex-direction: row;
        height:32rem;
        /* width: 100%; */
        background-color: #060503;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 1rem;
        /* margin: 1rem; */
    }

  
  #com_logo1{
    max-width: 50%;
    height: auto;
  }
  .follow_log{
    max-width: 30px;
    margin-left: 1rem;
  }
  .foot_sec{
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .new_fol{
    display: flex;
    align-items: center;
  }
  .foot_sec a{
    text-decoration: none;
    list-style: none;
    color:white;

  }
  .foot_header{
    font-size: x-large;
    font-weight: bolder;
  }

  /* animation */

  .btn:hover {
  box-shadow: 0 0 15px rgba(78, 5, 222, 0.7), 0 0 25px rgba(78, 5, 222, 0.6);
  transform: scale(1.03);
}
    
  
#home_im1 {
  width: 300px;
  animation: floaty 4s ease-in-out infinite;
}

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px #4e05de;
}
.service-btn:hover {
  background-color: #2563eb;
}
.foot_sec a:hover {
  color: #4E05DE;
}
.follow_log:hover {
  transform: scale(1.2);
}




.container {
  max-width: 1200px;
  padding: 4rem 1rem;
  margin: 0 auto;
}

.section-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  letter-spacing: 0.5px;
}

.team-grid {
  display: grid;
  gap: 1.7rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.team-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:  0 20px 40px -10px rgba(0, 0, 0, 0.08);;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1rem 2rem;
  text-align: center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -10px rgba(0, 0, 0, 0.12);
}

.image-wrapper {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-bottom: 1rem;
  border: 4px solid rgba(37, 99, 235, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.team-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-info .name {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.team-info .role {
  margin: 0.25rem 0 0;
  font-size: 0.95rem;
  color: #000;
  font-weight: 500;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
    color: white;
  }
}


/* --- Global Smooth Scroll --- */
html {
  scroll-behavior: smooth;
}

/* --- Fade In Up Animation --- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- Slide In from Left --- */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* --- Slide In from Right --- */
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* --- Hero Section Animations --- */
#home_center_left, #home_center_right {
  animation: fadeInUp 1.3s ease-in-out;
}

/* --- Service Cards Hover --- */
.Ser_items {
  transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.Ser_items:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* --- Founders Card On Scroll Animation --- */
.team-card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.team-card.visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- Button Hover Glow --- */
button.learn,
button.signup,
button.rainbow-hover {
  transition: all 0.3s ease-in-out;
}

button.learn:hover,
button.signup:hover,
button.rainbow-hover:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}
