* {box-sizing: border-box;}
html {scroll-behavior: smooth;}
body{margin: 0; font-family: "ROBOTO", sans-serif; background-color: #000000; color: #ffffff;}
/* -------------------------------------------------------sec-one-box ----- */
.sec-one-box{
    display: flex;
    flex-wrap: wrap;
    height: 300px;
    background-image: url(images/digiheader.jpg);
    background-color: #000000a8;
    background-blend-mode: overlay;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-attachment: fixed;  
    border-radius: 0px 0px 25px 25px;
}
.sec-one-box h1{
    flex: 100%;
    font-size: 6vw;
    text-shadow: 1.5px 2px 0 #0a0a0ada;
    letter-spacing: 0.3rem;
    color:rgb(242, 242, 247);
    transition: all 0.3s ease;
    z-index: 2;
}
.sec-one-box-child{
    padding: 50px 40px 10px 40px;
    font-size: larger;
  }
  /* ------------------------------------------------- sec-two-box ----------  */
.sec-two-box{
    padding: 50px 40px 0px 40px;
    font-size: larger;
  }
  .sec-two-box-flex-one{
    display: flex;
    flex-wrap: wrap;
  }
  .sec-two-box-text{
    flex:100%;
    padding-bottom: 60px;
  }
  .sec-two-box-chart{
  flex: 100%;
  text-align: center;
  }
  .sec-two-box-chart-img-one{
    height: 267px;
  }
  .sec-two-box-chart-img-two{
    height: 267px;
    padding-left: 10px;
  }
  .sec-two-box-chart img:hover{
    scale: 1.1;
    transition: 1s ease;
  }
  .sec-two-box-half-text{
    flex: 100%;
    padding-top: 60px;
  
  }
  .sec-two-box-plans{
    padding-top: 50px;
  }
  .sec-two-box-bp-flex{
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .sec-two-box-plan-one{
    flex: 28%;
    margin-right: 15px;
    background-image: url(images/digimartOne.jpg);
    background-size: cover;
    color: white;
    border-radius: 25px;
    border: 2px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .sec-two-box-plan-two{
    flex: 28%;
    margin-right: 15px;
    background-image: url(images/digimartTwo.jpg);
    background-size: cover;
    color: white;
    border-radius: 25px;
    border: 2px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .sec-two-box-plan-three{
    flex: 28%;
    background-image: url(images/digimartThree.jpg);
    background-size: cover;
    color: white;
    border-radius: 25px;
    border: 2px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .sec-two-box-color{
    background-color: #4267b2a8;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
      border-radius: 25px 25px 400px 25px;
      padding: 1px;
      height: 100%;
      transition: .5s ease;
    }
    .sec-two-box-color:hover {
      height: 100%;
      border-radius: 25px;
      background-color:#4267b2; 
    }
    .sec-two-box-color li{
      padding-top: 5px;
    }
     /* ------------------------------------------------------- screen 1050px -- */
     @media screen and (max-width: 1050px) {
        .sec-two-box-plan-one{
          flex: 42%;
          margin-bottom: 15px;
        }
        .sec-two-box-plan-two{
          flex: 42%;
          margin-bottom: 15px;
        }
        .sec-two-box-plan-three{
          flex: 42%;
        }
      }
     /* ------------------------------------------------------- screen 750px -- */
    @media screen and (max-width: 750px) {
      .sec-two-box-plan-one{
          flex: 100%;
          margin-right: unset;
          animation: none;
          animation-duration: none;
        }
        .sec-two-box-plan-two{
          flex: 100%;
          margin-right: unset;
          animation: none;
          animation-duration: none;
        }
        .sec-two-box-plan-three{
          flex: 100%;
          margin-right: unset;
          margin-bottom: 15px;
          animation: none;
          animation-duration: none;
        }
    }
    /* ------------------------------------------------------- screen 550px -- */
    @media screen and (max-width: 550px){
    .sec-one-box h1{
        font-size: 10vw;
    }
        .sec-two-box{
            padding-left: 10px;
            padding-right: 10px;
        }
        .sec-two-box-chart-img-one{
           height: 150px;
          }
          .sec-two-box-chart-img-two{
            height: 150px;
            padding-left: unset;
          }
    }