
.sec-1 {
    margin-bottom: 100px;
}

.sec-1 .container {
  width: 100%;
  margin-top: 50px;
}

.sec-1 .inner-container {
  width: 90%;
  display: flex;
  justify-content: space-around;
  padding: 20px;
  margin: auto;
}

.sec-1 .container .inner-container .box-1 {
  width: 30%;
  padding: 15px;
}

.sec-1 .container .inner-container .box-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec-1 .container .inner-container .box-1 :nth-child(1) {
  font-weight: 900;
  font-size: 2em;
  color: rgb(17, 153, 250);
  padding: 10px 0;
}

.sec-1 .container .inner-container .box-1 :nth-child(2) {
  font-weight: 900;
  font-size: 3.4em;
  padding-bottom: 20px;
}

.sec-1 .container .inner-container .box-1 :nth-child(3) {
  font-weight: 500;
  font-size: 2em;
  line-height: 25px;
  color: var(--lightblack);
}

.sec-1 .container .inner-container .box-2,
.sec-1 .container .inner-container .box-3 {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 15px;
}

.sec-1 .container .inner-container .box-2 .txt-con,
.sec-1 .container .inner-container .box-3 .txt-con {
  width: 100%;
}

.sec-1 .container .inner-container .box-2 .txt-con,
.sec-1 .container .inner-container .box-3 .txt-con {
  display: flex;
  gap: 15px;
}

.sec-1 .container .inner-container .box-2 #tick-icon,
.sec-1 .container .inner-container .box-3 #tick-icon {
  font-size: large;
  color: rgb(34 197 94);
}

.sec-1 .container .inner-container .box-2 .txt-con .txt-con-2 p:nth-child(1),
.sec-1 .container .inner-container .box-3 .txt-con .txt-con-2 p:nth-child(1) {
  padding-bottom: 10px;
  font-size: 2.5em;
  font-weight: 700;
}

.sec-1 .container .inner-container .box-2 .txt-con .txt-con-2 p:nth-child(2),
.sec-1 .container .inner-container .box-3 .txt-con .txt-con-2 p:nth-child(2) {
  font-size: 2em;
  font-weight: 500;
  line-height: 20px;
  color: var(--lightblack);
}

.app .sec-1 .abtContainer{
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.app .sec-1 .abtContainer .abt-box{
  width: 45%;
}
.app .sec-1 .abtContainer .abt-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.app .sec-1 .abtContainer .abt-box h1 {
  font-size: 3em;
  color: var(--lightBlue);
}

.app .sec-1 .abtContainer .abt-box .txt h3 {
  font-size: 3.2em;
  margin-bottom: 20px;
}

.app .sec-1 .abtContainer .abt-box .txt p {
  font-size: 2em;
  margin-bottom: 60px;
}



.sec-2 {
  margin: 100px 0;
  margin-bottom: 0;
  font-size: 80%;
  background-color: var(--darknavyblue);
  color: var(--grey);
  padding: 30px 0;
}

.sec-2 .head {
  text-align: center;
  margin: auto;
  margin-bottom: 70px;
  width: 80%;
}

.sec-2 .head h1:nth-child(1) {
  padding-bottom: 5px;
  font-weight: 900;
  font-size: 4em;
  letter-spacing: 1px;
}

.sec-2 .head p:nth-child(2) {
  font-weight: 600;
  font-size: 4em;
  color: var(--lightBlue);
}

.sec-2 .container {
  width: 90%;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* .sec-2 .container .card {
  margin: 20px 0;
  width: 320px;
  padding: 20px;
  box-shadow: 0px 1px 3px var(--darknavyblue);
  border-radius: 20px;
} */

.sec-2 .container .card {
  margin: 20px 4px;
  width: 30%;
  padding: 20px;
  box-shadow: 0px 1px 3px var(--orange);
  border-radius: 20px;
  background: var(--lightergray);
  color: black;
}

.sec-2 .container .card p:nth-child(1) {
  font-size: 3em;
  font-weight: 600;
  padding-bottom: 10px;
  color: var(--orange);
}

.sec-2 .container .card p:nth-child(2) {
  font-size: 2em;
  padding-bottom: 20px;
  color: var(--black);
  font-weight: 600;
}

.sec-2 .container .card h1:nth-child(3) {
  font-size: 3.4em;
  padding-bottom: 20px;
  color: var(--orange);
}

.sec-2 .container .card .h1-min {
  font-size: 0.7em;
  color:  var(--lightBlue);
}

.sec-2 .container .card .btn-a button {
  width: 100%;
  padding: 10px 0;
  border-radius: 10px;
  border: none;
  outline: none;
  background-color: var(--lightBlue);
  margin: 10px auto;
  text-decoration: none;
  font-size: 2.3em;
  color: white;
  font-weight: 600;
  cursor: pointer;
}

.sec-2 .container .card p:nth-child(4) {
  padding: 15px 0;
  font-size: 2.5em;
  font-weight: 600;
  color: var(--lightBlue);
}

.sec-2 .container .card .icon-txt {
  display: flex;
  gap: 10px;
}

.sec-2 .container .card .icon-txt i {
  font-size: 2em;
  color: #08bf08;
}

.sec-2 .container .card .icon-txt p:nth-child(2){
  font-size: 2em;
  color: var(--black);
  font-weight: 600;
}

/* Media Querry */
@media screen AND (max-width: 1500px) {
  .app .frequent .row .tab {
    width: 45%;
  }
}

@media (max-width: 1050px) {
    .sec-1 .inner-container {
        display: block;
        width: 90%;
        /* border: 1px solid black; */
    }

    .sec-1 .container .inner-container .box-1,
    .sec-1 .container .inner-container .box-2,
    .sec-1 .container .inner-container .box-3 {
        width: 100%;
        /* border: 1px solid black; */
    }

    .sec-1 .container .inner-container .box-1 .txt-con,
    .sec-1 .container .inner-container .box-2 .txt-con,
    .sec-1 .container .inner-container .box-3 .txt-con {
        margin-bottom: 15px;
    }

    .app .sec-1 .abtContainer {
      flex-wrap: wrap;
    }

    .app .sec-1 .abtContainer .abt-box {
      width: 90%;
    }

    .app .sec-1 .abtContainer .abt-box img {
      height: auto;
      object-fit: contain;
  }
}

@media screen and (max-width: 770px) {
  .sec-2 .container .card {
    width: 320px;
  }
  .app .frequent .row .tab {
    width: 100%;
  }
}


