body{
    margin:0;
    padding: 0;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    font-family: 'Mulish', sans-serif;
}



.home_section{
    width: 100%;
    height: auto;
    position: absolute;
    font-family: 'Mulish', sans-serif;
  }



/*ABILITY STARTS */
.wrapper {
    position: relative;
}

.wrapper img{
    height: 50vh;
    width: 100vw;
    background-size: cover;
    background-position: center;
}
.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    box-sizing: border-box;
    color: white;
    text-align: center; /* Center the text */
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #23202087;
    padding: 20px;
}


.content h2{
    font-size: 4em;
    font-weight: 900;
    margin-bottom: 0.2em;
}

.content p{
    font-size: 2em;
    font-weight: 300;
    text-transform: none;
}

/*ADDITIONAL*/ 


.container {
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    grid-template-rows: repeat(2, 1fr);
    margin: 5% 8% 0 4%;
    height: 25vh;
}


.container .box {
     display: flex;
    flex-direction: column;
    justify-content: center;
}

.container .box h2 {
    font-size: 32px;
    font-weight: 900;
    line-height: 44px;
    margin-bottom: 0.8em;
    text-transform: none;
}

.container .box p {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    line-height: 24px;
    margin: 8px 28px 18px 0px;
    color: #585960;
    text-align: justify;
}

.container .box img {
    width: 30vw;
    height: auto;
    border-radius: 5em;
    margin: 2px 106px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.container .button {
     outline: 0;
    cursor: pointer;
    margin-top: 0.99%;
    border: none;
    padding: 0 56px;
    height: 45px;
    line-height: 45px;
    border-radius: 24px;
    background-color: rgb(39 46 128);
    color: white;
    font-weight: 700;
    font-size: 16px;
    /* box-shadow: 0 4px 14px 0 rgb(0 118 255 / 39%); */
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.container .button:hover {
    background: rgba(0, 118, 255, 0.9);
    box-shadow: 0 6px 20px rgb(0 118 255 / 23%);
}


/* TETTTTTTTTTTTTTTTTTT */


.container-services-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height:60vh;
    margin: 0 9% 0 9%;
}

.container-services-2 .box {
     display: flex;
    flex-direction: column;
    justify-content: center;
    color: black;
    margin-top: 5%;
}


.container-services-2 .box h2 {
    font-size: 32px;
    font-weight: 900;
    line-height: 44px;
    margin-bottom: 0.8em;
    text-transform: none;
    color: black;
}

.container-services-2 .box p {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    line-height: 24px;
    margin: 8px 28px 18px 0px;
    color: black;
    text-align: justify;
}

.container-services-2 .box img {
    width: 28vw;
    height: auto;
    border-radius: 5em;
    margin: 2px 106px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.container-services-2 .button {
    cursor: pointer;
    border: none;
    padding: 0 56px;
    height: 45px;
    line-height: 45px;
    border-radius: 3em;
    background-color: rgb(39 46 128);
    color: white;
    font-weight: 700;
    font-size: 16px;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    margin-left: 1em;
    justify-self: end; 
}

.container-services-2 .button:hover {
    background: rgba(0, 118, 255, 0.9);
    box-shadow: 0 6px 20px rgb(0 118 255 / 23%);
}


@media screen and (max-width: 768px) {
    .container {
        grid-template-columns: 1fr;
    }

    .container .box {
        margin: 0;
    }

    .container .box img {
        width: 100%;
        margin: 0;
    }
}


  

/*ABILITY ENDS*/



/* SERVICES*/


.wrapperS{
  font-family: 'Mulish', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 7%;
}

.wrapperS h1{
  font-size: 34px;
  font-weight: 900;
  line-height: 1.3em;
  margin: 25px;
}

.wrapperS p{
  font-size: 16px;
}

.content-box{
  display: flex;
  justify-content: inherit;
  flex-wrap: wrap;
  width: 80vw;
  margin-top: 5%;
  gap: 5%;
  margin-top: 5%;
}
.cardS{
  min-height: 220px;
  width: 320px;
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  margin: 10px 4px;
      letter-spacing: 1px;
      background-size: cover;
  box-shadow: 0px 15px 30px rgba(0,0,0,0.2);
}
.cardS i{
  margin: 20px;
  color: #581ed6;
}

.cardS h2{
  align-items: center;
  padding: 21px;
  color: #fff;
  background: linear-gradient( 8deg, #0d5cb2 0%, #000000 74%);
  text-transform: capitalize;
  FONT-SIZE: 24px;
  margin-bottom: 25px;
  font-weight: 400;
  text-align: center;
  border-radius: 20px;
  line-height: 1.2em;
  min-height: 78px;
      letter-spacing: 1px;
  max-width: 260px;
  justify-content: center;
  display: flex;
}

.cardS p{
  color: #4e5255;
  text-align: center;
  font-size: 16px;
  text-transform: none;
}
.cardS:hover i,
.cardS:hover p{
  color: #fff;
}
.cardS:hover h2{
  font-weight: 600;
}

.cardS a:hover {
  text-decoration: none;
}


@media(max-width:991px){
  .wrapperS{
      padding: 25px;
  }
  .wrapperS h1{
      font-size: 24px;
      font-weight: 600;
  }
  .content-box{
      flex-direction: column;
      width: 100%;
  }
  .cardS{
      min-width: 300px;
      margin: 10px auto;
  }
}
