body {
  margin: 0%;
  padding: 0%;
  font-family: "Roboto", sans-serif;
  font-display: swap;
}

/* first sections startes here  */
button,
input[type="submit"],
input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

span {
  -webkit-tap-highlight-color: transparent;
}

.first {
  display: flex;
  flex-direction: row-reverse;
  width: 93%;
  margin: auto;
  gap: 8%;
  /* gap: 4%; */
  /* margin-top: 68px; */
  margin-top: 50px;
}

.heading-txt {
  color: #2271bf;

  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 66px */
  text-transform: capitalize;
}

.subtext-con {
  display: flex;
  flex-direction: column;
}

.subtext-con button {
  width: 186px;
  height: 53px;
  flex-shrink: 0;
  border-radius: 5px;
  /* background: #2a3c92; */
  background-color: #f65204;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  /* font-weight: 700; */
  line-height: normal;
  display: block;
  margin-top: 50px;
  transition: ease 1s;
}

.f-txt {
  width: 100%;
}

.subtext-con button:hover {
  border: 1px solid #2a3c92;
  background-color: #fff;
  color: #2a3c92;
}

.desk-txt {
  color: #6b6b6b;

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;

  /* 125% */
}

.fourth .desk-txt {
  width: 90%;
  margin: auto;
}

.four {
  /* background: #2271bf; */
  /* background: linear-gradient(90deg, #f65204 49.37%, #ffd613 100%); */
  background: linear-gradient(90deg, #2453a1 1.29%, #14afe5 97.53%);
  color: white !important;
  /* padding-top: 19px; */
  padding-top: 10px;
}
.centerr {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  justify-content: center;
}
.fifth .desk-txt {
  width: 90%;
  margin: auto;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .subtext-con a {
    color: #fff;
} */

.seven button:hover {
  background: #69c3ff;
}

@media only screen and (max-width: 777px) {
  .first {
    display: flex;
    flex-direction: column;
    width: 94%;
    margin: auto;
    gap: 8%;
    text-align: center;
    margin-top: 24px;
  }

  .desk-txt {
    margin-top: 12px;
    font-size: 17px;
  }

  .heading-txt {
    font-size: 28px;
  }
}

/* first sections ends here  */

/* second sections startes here  */
.second {
  background: url("../images/section2bg.png");
  /* background-color: #000000; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 269px;
  margin: auto;
  /* margin-top: 68px; */
  margin-top: 50px;
  color: #fff;
}

svg {
  fill: gray;
}

.main-counter-con {
  text-align: center;
  /* font-size: 35px; */
  font-size: 28px;
  font-style: normal;
  line-height: normal;
  /* text-transform: capitalize; */
  width: 80%;
  height: 100%;
  display: flex;
  margin: auto;
  justify-content: space-around;
  align-items: center;
}

.counter-container {
}

.counter-number {
  font-weight: 500;
  font-size: 45px;
  display: flex;
  justify-content: center;
}

/* .count {
  display: block;
  width: 98px;
 
} */

.counter-logo img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  transition: transform 1s;
}

@media only screen and (max-width: 777px) {
  .second {
    margin-top: 50px;
  }

  /* .count {
    width: 54px;
  } */

  .main-counter-con {
    width: 90%;
    font-size: 18px;
  }

  .counter-logo img {
    width: 30px;
    height: 30px;

    flex-shrink: 0;
  }
}

/* second sections ends here */
/*third  sections starts here */
.three {
  margin-top: 40px;
}

.txt-center-align {
  text-align: center;
}

.heading-txt-ind {
  margin: auto;
  width: 70%;
  color: #2271bf;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.5;
}

.third-left {
  /* width: 50%; */
  margin: auto;
  height: 100%;
}

.third-left img {
  /* width: 421px;
    height: 264px; */
  /* width: 40%;
  height: 325px; */
}

.third-right {
  width: 50%;
  height: 100%;
  background: url("../images/third-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-con {
  /* width: 80%; */
  height: 100%;
  /* position: relative; */
  margin: auto;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-around;
}

.left-txt {
  /* position: absolute;
  top: 73px; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54%;
}

.third-1 {
  /* position: absolute;
  bottom: 0; */
}

.third-main-con {
  display: flex;
  /* height: 762px; */
  margin-top: 40px;
}

@media only screen and (max-width: 777px) {
  .heading-txt-ind {
    font-size: 28px;
    width: 94%;
  }

  .counter-number {
    font-size: 24px;
  }

  .three {
    text-align: center;
    /* margin-top: 50px; */
    margin-top: 32px;
  }

  .third-left {
    width: 94%;
    height: unset;
  }

  .third-left img {
    /* display: none; */
    width: 100%;
  }

  .left-con {
    width: 100%;
    align-items: center;
  }

  .third-main-con {
    display: flex;
    flex-direction: column-reverse;
  }

  .third-right {
    width: 100%;
    height: 69%;
  }

  .third-main-con {
    margin-top: 24px;
  }

  .left-con {
    /* position: unset; */
    flex-direction: column-reverse;
  }

  .left-txt {
    position: unset;
    /* margin-top: 22px; */
    width: 100%;
  }

  .subtext-con {
    text-align: center;
  }
}

/* third sections ends here */

/* < !-- fourth section starts --> */
.fourth,
.fifth {
  margin-top: 40px;

  text-align: center;
  /* width: 80%; */
  margin: auto;
  margin-top: 40px;
}

.fifth {
  margin-top: 30px;
  position: relative;
}

.f-heading-txt {
  margin: auto;
  color: #2271bf;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.5;
}

.sub-heading-text {
}

.slide-rr .platform-icon-container {
  /* width: 178px;
  height: 178px; */
  /* animation: scrolltr 60s linear infinite; */
  /* box-shadow: 14px 17px 34px rgba(0, 0, 0, 0.03); */
  border-radius: 20px;
  background: #f7f7f7;
  transition-timing-function: ease;
  transition-duration: 0.65s;
  transition-delay: 0.0575342s;
  height: 146px;
}

.slide-rr .platform-icon-container:hover {
  background-color: #f7f7f7b1;
  /* animation:none; */
}

.slide-rr {
  /* height: 190px; */
  height: 169px;
  /* height: 186px; */
  display: flex;
  align-items: center;
  transition-timing-function: ease;
  transition-duration: 0.65s;
  transition-delay: 0.0575342s;
}

.slide-rr-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

@keyframes scrolltr {
  0% {
    transform: translateX(-1000%);
  }

  100% {
    transform: translatex(0);
  }
}

@media only screen and (max-width: 777px) {
  .f-heading-txt {
    font-size: 28px;
  }

  .fourth .fifth {
    width: 90%;
    margin-top: 24px;
  }

  .fourth {
    width: 100%;
  }

  .f-heading-txt {
    width: 90%;
    margin: auto;
  }

  .desk-txt {
    width: 90%;
    margin: auto;
    margin-top: 25px !important;
  }
}

/* < !-- fourth section ends --> */
/* < !-- fifth section starts --> */

.fifth-img-cont {
  width: 80%;
  margin: auto;
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  align-items: center;
}

.sixth .fifth-img-cont {
  width: 100%;
}

.margin-top-zero {
  margin-top: 0px;
}

.f-img-cont {
  width: 300px;
  height: 300px;
  position: relative;
  transition: transform 1s;
}

.fi1 {
  background: url("../images/fi1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fi2 {
  background: url("../images/fi2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fi3 {
  background: url("../images/fi3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fifth-text {
  width: 90%;
  margin: auto;
  text-align: left;
  position: absolute;
  left: 10px;
  bottom: 45px;
  color: #fffbfb;
  text-shadow: 0px 6px 8px rgba(0, 0, 0, 0.44);
}

@media only screen and (max-width: 777px) {
  .fifth-img-cont {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 20px;
    width: 95%;
    gap: 20px;
  }

  .fifth-text {
    text-align: center;
  }

  .f-img-cont {
    width: 90%;
    height: 401px;
    margin: auto;
  }
}

.zoom:hover {
  transform: scale(1.1);
  transition: transform 0.2s;
  box-shadow: 11px 15px 16px 5px rgba(0, 0, 0, 0.14);
}

.zoom-2:hover {
  /* transform: scale(1.1); */
  transition: transform 0.2s;
  box-shadow: 11px 15px 16px 5px rgba(0, 0, 0, 0.14);
}

/* < !-- fifth section ends --> */

/* < !-- sixth section starts --> */
.sixth {
  /*     margin-top: 40px;
 */
  margin: auto;
  width: 80%;
  margin-top: 41px;
  /* margin-bottom: 41px; */
  background-color: #2271bf;
  padding: 40px 40px;
}

.si-1 {
  background: url("../images/sixthimage1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 10px 15px 20px 0px rgba(0, 0, 0, 0.25);
}

.sixth-main-con {
  width: 66%;
  text-align: left !important;
}

.s-h-t {
  text-align: left;
  width: 60%;
  margin-left: 0;
  margin-bottom: 30px;
  color: #fff;
}

.s-c {
  width: 100%;
}

.f-i-m {
  display: none;
}

@media only screen and (max-width: 777px) {
  .display-none {
    display: none;
  }

  .s-c {
    width: 100%;
  }

  .sixth {
    width: 100%;
    margin: auto;
  }

  .f-i-m {
    display: block;
  }

  .ctr {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sixth-main-con {
    width: 100%;
  }

  .s-h-t {
    text-align: center;
    width: 100%;
    /* margin-left: 0; */
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* < !-- sixth section ends --> */

/* < !-- seven section starts--> */
.seven {
  width: 80%;
  height: 288px;
  border-radius: 4px;
  background: #2271bf;
  margin: auto;
  margin-top: 40px;

  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.seven button {
  width: 150px;
  height: 45px;
  flex-shrink: 0;
  background: #09f;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.seven-r {
  display: flex;
  width: 40%;
  gap: 20px;
  flex-basis: content;
}

.s-heading {
  margin-bottom: 20px;
}

.seven .desk-txt {
  color: #fff;
}

.seven-l-txt {
  width: 40%;
}

textarea,
input {
  outline: none;
  -webkit-appearance: none;
}

input {
  outline: none;
}

input {
  -webkit-appearance: none;
  box-shadow: none !important;
}

:-webkit-autofill {
  color: #fff !important;
}

.w-color {
  color: #fff;
}

.w96 {
  width: 96%;
}

.w66 {
  width: 66%;
}

@media only screen and (max-width: 777px) {
  .seven {
    width: 100%;
    flex-direction: column;
    margin: auto;
    text-align: center;
    margin-top: 50px;
  }

  .seven-l-txt {
    width: 95%;
    margin: auto;
  }

  .seven-r {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: space-evenly;
    margin: auto;
    margin-top: 0;
  }

  .fourth {
    margin-top: 32px;
  }

  .sixth {
    padding: 0px;
    padding-bottom: 40px;
  }

  .w96 {
    width: 100%;
  }

  .w66 {
    width: 100%;
  }
}

/* < !-- seven section ends --> */
