 /*************web Page*******************/

 #WebCards{
    margin-bottom: 40px;
    background: linear-gradient(to bottom, #A7BED3, #C6E2E9, #F1FFC4, #FFCAAF); 
  }

/*******************************************/
#HeroSectionWeb {
  
    background: url('./images/Web-Hero-New2.webp') center/cover no-repeat;
    height: 100vh; 
    align-items: center;
    text-align: center;
    padding-top: 220px;
    
  }

  @media (max-width: 768px) {
   #HeroSectionWeb {
        height: 50vh;
       padding-top: 50px;
       max-width: 100%;

    }
}
@media (max-width: 768px) {
 #HeroSectionWeb {
      height: 50vh;
      padding-top: 50px;
      max-width: 100%;

  }
}

#HeroSectionWeb h2{
  color: white;
  align-items: center;
}




/*****************************************/
#HostingRow {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 50px 10px;
    justify-content: center;
    margin-bottom: 50px;
    border-bottom-right-radius: 10%;
    border-bottom-left-radius: 45%;
    background: url('./images/Web-Hero-New.webp') center/cover no-repeat fixed;
  }
  
  #HostingRow .card {
    flex: 1 1 calc(33.33% - 10px); 
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(116, 0, 161, 0.24);
    color: white;
  }
  
  #HostingRow .card:hover {
    transform: translateY(-5px);
  }
  
  #HostingRow .card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  #HostingRow .card-image {
    width: 200px;
    height: 200px;
  }
  
  @media screen and (max-width: 1024px) {
    #HostingRow .card {
      flex: 1 1 calc(50% - 10px); 
    }
  }
  
  @media screen and (max-width: 768px) {
    #HostingRow .card {
      flex: 1 1 calc(100% - 10px); 
      font-size: 16px;
    }
    #Arrow{
        height: 700px;
        align-items: center;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
    }
  }
  @media screen and (max-width: 600px) {
    #HostingRow .card {
      flex: 1 1 calc(100% - 10px); 
      font-size: 13px;
    }
    #Arrow{
        height: 700px;
        align-items: center;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
    }

  }  @media screen and (max-width: 576px) {
    #HostingRow .card {
      flex: 1 1 calc(100% - 10px); 
      font-size: 13px;
    }
    #Arrow{
        height: 700px;
        align-items: center;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
    }
  }
  

  #DesignContainer {
    padding: 0;
    margin-bottom: 50px;
    width: 85%;
  }
  
  .animated-image {
    width: 80%;
    height: auto;
    margin: 50px;
    display: block;
  }
  
  #DesignContainer .content-container {
    padding: 20px;
    flex: 1;
  }
  
  #DesignContainer .image-container {
    background: url('./images/DesginBackground.gif') center/cover no-repeat;
    width: 100%;
    height: 550px;
    margin: 10px 0;
    padding-top: 50px;
    flex: 1;
  }
  

  @media screen and (max-width: 992px) {
    .animated-image {
      width: 90%;
      margin: 10px auto;
    }
  
    #DesignContainer .content-container,
    #DesignContainer .image-container {
      width: 90%;
      margin: 10px auto;
      padding-top: 20px;
    }
  
    .row {
      flex-direction: column;
    }
  }
  
  @media screen and (max-width: 576px) {
    .animated-image {
      width: 100%;
      margin: 5px auto;
    }
  
    #DesignContainer .image-container {
      height: auto;
      padding-top: 20px;
    }
  
    #DesignContainer .content-container {
      padding: 10px;
    }
  }
  
  
/****************************************************************/
#WebDevelopmentContainer{
  margin-top: 50px;
  margin-bottom: 50px;
}

#WebDevelopmentContainer h2{
  text-align: center;
}

#WebDevelopmentContainer .card {
  background-color: rgba(73, 71, 71, 0.45);
  border-radius: 5px;
  height: 95%;
  margin-top: 20px;
  transition: all 0.3s ease;
  color: white;

}

#WebDevelopmentContainer .card-body {
  padding: 20px;
  
}

#WebDevelopmentContainer .card-title {
  font-size: 18px;
  font-weight: bold;
}

#WebDevelopmentContainer .card-text {
  font-size: 14px;
}

@media (max-width: 768px) {
    #WebDevelopmentContainer .card {
      flex: 1 1 100%;
      max-width: 80%;
      font-size: 13px;
    }
    #WebDevelopmentContainer .card img{
        width: 80%;
    }

  }
#WebDevelopmentContainer .card:hover {
  background: linear-gradient(to bottom, #E4C1F9, #A9DEF9, #D0F4DE);
  width: 105%;
  transform: scale(1.1) translateZ(20px);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
  color: black;

}
/************************************/

