.heading{
    margin-left: 1rem;
    font-weight: 900;
    font-size: 1.618rem;
    text-transform: uppercase;
    letter-spacing: 0.1ch;
    line-height: 1;
    padding-bottom: 0.5em;
    color: #222222;
    margin-bottom: 1rem;
    position: relative;
}
.description {
    margin-top: 0;
    font-size: 1.5rem;
    text-align: center;
}
  .header-spacing{
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: calc(max(100vh,300px));
    padding: 90px 100px;
  }
  .header-image{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 400px;
    /* padding: 50px; */
    border-radius: 16px;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
    /* background:fixed; */
  }
  .header-image .upper-header{
    display: flex;
    /* justify-content: space-between; */
    padding: 70px;
    z-index: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .header-image .upper-header .mini-title{
    font-size: 3.625rem;
    font-weight: bold;
    letter-spacing: 0.4rem;
    text-transform: uppercase;
    color: #fff;
    /* opacity: 0.9; */
  }
  .header-image .lower-header{
    padding: 50px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header-image .lower-header .title{
    margin: 20px 0;
    font-size: 3rem;
    color: #ffffff;
    font-weight: bold;
    opacity: 0.9;
  }
  .header-image .lower-header .subtitle{
width: 50%;
margin-top: 10px;
opacity: 0.75;
line-height: 1.75;
color: #fff;
  }
  .overlay-cover{
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    border-radius: 16px;
    position: absolute;
  }
  /* Cards Styles */
  .all{
    margin: 0;
    padding: 96px;
    font-size: 21px;
    background: #fff;
    color: #000;
    font-weight: 400;
    font-style: normal;
    
  }
  .card-content{
    margin: auto;
    display: block;
    width: calc(60vw + 248px);
    max-width: calc(920px + 248);
    max-width: calc(640 + 248px);
  }
  .card-content .card{
    background: #f6f6f6;
    border-radius: 24px 24px 24px 48px;
    padding:48px 48px 48px 308px;
    margin: 84px 0px;
    width: 60vw;
    max-width: 920px;
    /* max-width: 640px; */
    display: flex;
    align-items: flex-start;
    position: relative;
    box-shadow:5px 0 0 0 fade(#ccc,30%),
    -5px 0 0 0 fade(#ccc,30%),
    0 5px 0 0 fade(#ccc,30%);
  }
  .card-content .card .text-content{
    display: flex;
    flex-direction: column;
    width: calc(60vw - 192px);
  }
  .card-content .card .text-content h3{
    margin: 0;
    font-size: 1.5rem;
    line-height: 1;
  }
  .card-content .card .text-content p{
    margin: 16px 0 24px;
    font-size: 1.3rem;
  }
  .card-content .card .text-content a{
    border: 1.4px solid #000;
    color: #000;
    display: flex;
    align-self: flex-start;
    text-decoration: none;
    padding: 1px 100px;
    border-radius: 12px;
    transition: 400ms all;
  }
  .card-content .card .text-content a:hover{
    background: #000;
    color: white;
  }
  .visual{
    width: 240px;
    height: 100%;
    position: absolute;
    top: -24px;
    left: 24px;
    overflow: hidden;
    border-radius: 24px;
    /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
  }
  .visual img{
    height: 100%;
    /* object-fit: cover; */
    /* aspect-ratio: 1/1; */
    width: 100%;
  }
  .card-content .card:nth-of-type(odd){
    margin: 0 0 0 248px;
    border-radius:24px 24px 48px 24px;
    padding:48px 308px 48px 60px;
  }
  .card-content .card:nth-of-type(odd) .visual{
    right: 24px;
    left: auto;
  }
  .card-content .card:nth-of-type(odd) .text-content a {
  align-self: flex-start;
  }
   /*End Cards Styles */
   @media screen and (max-width:1100px){
    .all{
      padding: 96px 48px 24px;
    }
    .card-content{
      width: 100%;
      max-width: 100%;
      min-width: 100%;
    }
    .card-content .card{
      width: 100%;
      max-width: 100%;
      min-width: 100%;
    }
    .card-content .card .text-content{
      width: 80%;
    }
    .card-content .card:nth-of-type(odd){
      margin: 0;
    }
    .principal-Services{
      flex-direction: column !important;
    }
   }
   @media screen and (max-width:720px){
    .all{
      padding: 48 24 0;
    }
    .card-content .card{
      margin: 64px 0;
      padding: 88px 36px 36px;
      flex-direction: column;
      border-radius: 24px;
    }
    .card-content .card:nth-of-type(odd){
      padding: 88px 36px 36px;
      border-radius: 24px;
    }
    .card-content .card .text-content h3{
      max-width: calc(100% - 10px);
    font-size: 1rem;
    }
    .card-content .card .text-content p,
    .card-content .card .text-content a{
      font-size: .8rem;
    }
    .card-content .card .visual,
    .card-content .card:nth-of-type(odd) .visual{
      width: 150px;
      height: 150px;
      right: -26px;
      left: auto;
    }
    .card-content .visual img,
    .card-content:nth-of-type(odd) .visual img{
      width: 100%;
      height: auto;
    }
    .card-content .card .text-content a{
      padding: 6px 59px;
    }
    .principal-Services{
      flex-direction: column !important;
    }
   }
   /* .header-image .lower-header{
    padding: 0px;
   } */
   @media screen and (min-width:1400px) {
    .card-content .card:nth-of-type(odd){
      margin: 0 0 0 460px;
    }
   }
   /* OurServicesStyle */
   .principal-Services{
    width: 100%;
    padding: 50px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .title-sect{
    word-wrap: break-word;
    width: 50%;
   }
   .title-sect span{
    display: block;
    color: #0e0000;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 18px;
   }
   .title-sect .main-services{
    color: black;
    font-size: 46px;
    line-height: normal;
    font-weight: 900;
    text-align: center;
    margin: 0;
    padding: 0;
   }
   .real-services{
    position: relative;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
   }
   .real-services .service-box{
    position: relative;
    width: 350px;
    height: 290px;
    background: #05668D;
    border-radius: 20px;
    overflow: hidden;
   } 
   .service-box:hover .service-content{
    transform: scale(1);
    transition-delay:0.25s;
   }
   .service-box:hover .service-Icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 30px;
    left: calc(50% - 40px);
    transition-delay: 0s;
   }
   .service-box:hover .service-Icon i{
    font-size: 2rem;
    transition-delay: 0s;
   }
   .service-Icon{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:var(--z);
    transition: 0.5s;
    z-index: 2;
    transition-delay: 0.25s;
   }
   .service-Icon i{
    font-size: 4rem;
    color: #fff;
    font-weight: bold;
    transition: 0.5s;
    transition-delay: 0s;
   }
   .service-content{
    position: relative;
    color: #fff;
    padding:3px;
    text-align: center;
    margin-top: 100px;
    z-index: 1;
    transform: scale(0);
    transition: 0.5s;
    transition-delay:0s ;
   }
  .service-title{
    margin: 10px 0px 5px 0px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
  }
  .service-description{
    font-size: 0.85rem;
    font-weight: 400;
    padding: 10px;
    color: #fff;
  }

  /* mediaquerybegins */
  @media screen and (min-width:240px) and (max-width:280px){
    .header-spacing{
      padding: 0px 10px;
    }
    .header-image .lower-header {
      padding: 0px;
      width: 100%;
  }
  .header-image{
    padding: 15%;
  }
     }
     @media screen and (min-width:320px) and (max-width:500px) {
    .header-spacing {
   padding: 50px 10px;
    }
    .title-sect .main-services {
      font-size: 40px;
  }
  .title-sect {
    word-wrap: break-word;
    width: 90%;
}
     }
  @media screen and (min-width:768px) and (max-width:1280px){
    .principal-Services
    {
      flex-direction: column !important;
    }
    .title-sect {
        word-wrap: break-word;
        width: 90%;
        text-align: center;
    }    
  }
   /* end OurServicesStyle  */
