@font-face {
  font-family: Lato-Black;
  src: url("../font/Lato-Black.ttf");
}
@font-face {
  font-family: Lato-Bold;
  src: url("../font/Lato-Bold.ttf");
}
@font-face {
  font-family: Lato-Regular;
  src: url("../font/Lato-Regular.ttf");
}
@font-face {
  font-family: Lato-Light;
  src: url("../font/Lato-Light.ttf");
}
@font-face {
  font-family: Lato-Thin;
  src: url("../font/Lato-Thin.ttf");
}
* {
  margin: 0;
  padding: 0;
}

.section-padding {
  padding: 3rem 0;
}

/* -------------Banner-------------- */
.banner-section .col{
  padding: 0 !important;
}
.banner-section {
  background-image: url("../images/founder-images/banner-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100% 88%;
  background-position: top;
}
.banner-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.banner-content,
.banner-image {
  width: 50%;
}
.banner-image {
  text-align: right;
}
.banner-image img {
  width: 100%;
  height: auto;
  max-width: 90%;
}
.banner-content {
  padding-left: 2rem;
  padding-top: 6rem;
}
.banner-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: normal;
}
.banner-content span {
  display: inline-block;
  font-size: 1rem;
  margin: 1rem 0 2rem 0;
  font-weight: normal;
}
.banner-content p {
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
      line-height: 25px;
}

/* -------------DViO card section-------------- */

.dvio-cards-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
.dvio-card-1,
.dvio-card-2,
.dvio-card-3 {
  width: 32%;
  position: relative;
}
/* .dvio-card-img-conatiner{
  position: relative;
} */
.dvio-card-img-conatiner img {
  width: 100%;
  height: auto;
}
.dvio-card-content-1,
.dvio-card-content-2,
.dvio-card-content-3 {
  position: absolute;
  top: 25%;
}

.dvio-card-content-1 h2,
.dvio-card-content-2 h2,
.dvio-card-content-3 h2 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.dvio-card-content-1 p,
.dvio-card-content-2 p,
.dvio-card-content-3 p {
  font-size: 1rem;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  margin-top: 2rem;
}
/* ----------------dvio cards ipads------------------*/
.dvio-cards-iPads {
  display: none;
}
.icard-1,
.icard-2,
.icard-3 {
  width: 100%;
  position: relative;
  padding: 1rem 0;
}
/* .dvio-card-img-conatiner{
  position: relative;
} */
.dvio-card-img-conatiner-iP img {
  width: 100%;
  height: auto;
}
.dvio-card-content-1-iP,
.dvio-card-content-2-iP,
.dvio-card-content-3-iP {
  position: absolute;
  display: flex;
  width: 100%;
  align-items: center;
      justify-content: center;
      top: 0;
    bottom: 0;
}
.iP-head-container{
  width: 30%;
}
.iP-content-container{
  width: 60%;
}
.dvio-card-content-1-iP h2,
.dvio-card-content-2-iP h2,
.dvio-card-content-3-iP h2 {
  font-size: 2rem;
  color: #fff;
  text-align: left;
  font-weight: normal;
  margin-left: 1rem;
  max-width: 40%;
}
#iPiA{
  max-width: 100% !important;
}
.dvio-card-content-1-iP p,
.dvio-card-content-2-iP p,
.dvio-card-content-3-iP p {
  font-size: 1rem;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  margin-top: 0rem;
}

/* ----------------lead conversation section------------------*/
.lead-con-parent h2 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  font-weight: normal;
  text-align: center;
}
.lead-con-parent p {
  font-size: 1rem;
  text-align: center;
  max-width: 50%;
  margin: 1rem auto 1rem auto;
}
.lead-con-cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  /* position: relative; */
}
.lead-card-1 {
  width: calc((100% - 120px) / 3);
  background-color: #000;
  margin: 20px;
  position: relative;
}
.lead-card-1 img {
  width: 100%;
  height: auto;
}
.play-btn-wrap {
  position: absolute;
  top: 30%;
  left: 46%;
}
.play-btn-wrap img {
  width: 100%;
  height: auto;
}
.lead-card-1 h3 {
  font-size: 18px;
  color: #fff;
  padding: 15px 15px 5px 15px;
  line-height: 25px;
  font-weight: normal;
}
.lead-card-1 p {
  font-size: 16px;
  color: #fff;
  padding: 0px 15px 15px 15px;
  text-align: left;
  margin: 0 !important;
  max-width: 100%;
}
/* ----------------recognisations section------------------*/
.recognitions-section {
  background-image: url("../images/founder-images/recognitions-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.awards-parent {
  display: flex;
  flex-wrap: wrap;
  /* gap: 5rem; */
  justify-content: center;
}
.award-wrap {
  position: relative;
  width: calc((100% - 300px) / 3);
  margin: 20px 50px;
}
.award-wrap img {
  width: 100%;
  height: auto;
}
.rec-heading {
  font-size: 3rem;
  color: #fff;
  text-align: center;
}
.award-content {
  position: absolute;
  top: 27%;
  left: 0;
  right: 0;
}
.award-content span {
  font-size: 16px;
  color: #fff;
  max-width: 100%;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: 300;
}
.award-content p {
  font-size: 1rem;
  color: #fff;
  max-width: 60%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#socialSamosa {
  max-width: 35% !important;
}
#leadMobile .owl-item{
  background-color: #000;
}
#leadMobile.owl-carousel .owl-stage{
  display: flex;
}
@media screen and (min-width: 2500px) {
  body {
    max-width: 2500px;
  }
}
@media screen and (min-width: 2000px) and (max-width: 2499px) {
  .banner-content p {
      line-height: 30px;
}
  .banner-image img {
    max-width: 80%;
}
.banner-content p, .banner-content span {
    font-size: 1.25rem;
}
}
@media screen and (min-width: 1600px) and (max-width: 1999px) {
  .banner-image img {
    max-width: 80%;
}
.banner-content p, .banner-content span {
    font-size: 1.25rem;
}
.banner-content p {
      line-height: 30px;
}
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  #socialSamosa {
    max-width: 48% !important;
}
#leadChange{
  max-width: 65% !important;
}
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
    .banner-section{
    padding: 1rem 0 !important;
  }
  .banner-wrap {
    flex-direction: column-reverse;
    padding: 0 1rem;
  }
  .banner-content,
  .banner-image {
    width: 100%;
  }
  .banner-image img {
    max-width: 100%;
  }
  .banner-content {
    padding-left: 0rem;
    padding-top: 1rem;
  }
  .banner-content h1 {
    font-size: 2.5rem;
    margin-bottom: 0rem;
  }
  .banner-content span {
    margin: 1rem 0;
  }
  .banner-content p {
    font-size: 1rem;
  }

  .lead-con-parent h2 {
    font-size: 2.5rem;
    margin: 0 auto 1rem auto;
    max-width: 90%;
  }
  .lead-con-parent p {
    max-width: 85%;
    margin: 2rem auto;
  }
  .lead-card-1 {
    width: 100% !important;
    margin: 0 !important;
  }
  #leadMobile .owl-nav {
    display: none !important;
  }
  #leadMobile .owl-dots {
    margin-top: 2rem !important;
  }

  .award-wrap {
    width: calc((100% - 200px) / 2);
  }
  .award-content {
    top: 40%;
  }
  .award-content p {
    max-width: 58%;
  }
  #socialSamosa {
    max-width: 50% !important;
  }
  .dvio-cards-section {
    display: none;
  }
  .dvio-cards-iPads {
    display: block;
  }
  .lead-card-1 h3 {
    min-height: unset !important;
}
}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .banner-section{
    padding: 1rem 0 !important;
  }
  .banner-wrap {
    flex-direction: column-reverse;
    padding: 0 1rem;
  }
  .banner-content,
  .banner-image {
    width: 100%;
  }
  .banner-image img {
    max-width: 100%;
  }
  .banner-content {
    padding-left: 0rem;
    padding-top: 1rem;
  }
  .banner-content h1 {
    font-size: 2.5rem;
    margin-bottom: 0rem;
  }
  .banner-content span {
    margin: 1rem 0;
  }
  .banner-content p {
    font-size: 1rem;
  }

  .lead-con-parent h2 {
    font-size: 2.5rem;
    margin: 0 auto 1rem auto;
    max-width: 90%;
  }
  .lead-con-parent p {
    max-width: 85%;
    margin: 2rem auto;
  }
  .lead-card-1 {
    width: 100% !important;
    margin: 0 !important;
  }
  #leadMobile .owl-nav {
    display: none !important;
  }
  #leadMobile .owl-dots {
    margin-top: 2rem !important;
  }

  .award-wrap {
    width: calc((100% - 200px) / 2);
  }
  .award-content {
    top: 20%;
  }
  #socialSamosa {
    max-width: 50% !important;
  }
  .dvio-cards-section {
    display: none;
  }
  .dvio-cards-iPads {
    display: block;
  }
  .dvio-card-content-1-iP h2, .dvio-card-content-2-iP h2, .dvio-card-content-3-iP h2 {
    margin-left: 2rem;
    max-width: 20%;
}

#leadChange{
  max-width: 72% !important;
}
.award-content p {
    max-width: 52%;
}
.dvio-card-content-1-iP h2, .dvio-card-content-2-iP h2, .dvio-card-content-3-iP h2 {
    max-width: 60%;
}
.dvio-card-content-1-iP p, .dvio-card-content-2-iP p, .dvio-card-content-3-iP p {
   
    max-width: 100%;
}
  .lead-card-1 h3 {
    min-height: unset !important;
}
}
@media screen and (min-width: 569px) and (max-width: 768px) {
    .banner-section{
    padding: 1rem 0 !important;
  }
  .banner-wrap {
    flex-direction: column-reverse;
    padding: 0 1rem;
  }
  .banner-content,
  .banner-image {
    width: 100%;
  }
  .banner-image img {
    max-width: 100%;
  }
  .banner-content {
    padding-left: 0rem;
    padding-top: 1rem;
  }
  .banner-content h1 {
    font-size: 2.5rem;
    margin-bottom: 0rem;
  }
  .banner-content span {
    margin: 1rem 0;
  }
  .banner-content p {
    font-size: 1rem;
  }

  .lead-con-parent h2 {
    font-size: 2.5rem;
    margin: 0 auto 1rem auto;
    max-width: 90%;
  }
  .lead-con-parent p {
    max-width: 85%;
    margin: 2rem auto;
  }
  .lead-card-1 {
    width: 100% !important;
    margin: 0 !important;
  }
  #leadMobile .owl-nav {
    display: none !important;
  }
  #leadMobile .owl-dots {
    margin-top: 2rem !important;
  }

  .award-wrap {
    width: calc((100% - 200px) / 2);
  }
  .award-content {
    top: 20%;
  }
  #socialSamosa {
    max-width: 50% !important;
  }
  .dvio-cards-section {
    display: none;
  }
  .dvio-cards-iPads {
    display: block;
  }
  .award-content p {
    max-width: 52%;
}
.dvio-card-content-1-iP h2, .dvio-card-content-2-iP h2, .dvio-card-content-3-iP h2 {
    max-width: 60%;
}
.dvio-card-content-1-iP p, .dvio-card-content-2-iP p, .dvio-card-content-3-iP p {
   
    max-width: 100%;
}
  .lead-card-1 h3 {
    min-height: unset !important;
}
}
@media screen and (min-width: 320px) and (max-width: 568px) {
  .dvio-cards-iPads {
    display: none;
  }
  .banner-section{
    padding: 1rem 0 !important;
  }
  /* .banner-wrap, .dvio-cards-wrapper {
    padding: 0 1rem;
  } */
  .banner-wrap {
    flex-direction: column-reverse;
    padding: 0 1rem;
  }
  .banner-content,
  .banner-image {
    width: 100%;
  }
  .banner-image img {
    max-width: 100%;
  }
  .banner-content {
    padding-left: 0rem;
    padding-top: 1rem;
  }
  .banner-content h1 {
    font-size: 2.5rem;
    margin-bottom: 0rem;
  }
  .banner-content span {
    margin: 1rem 0;
  }
  .banner-content p,
  .dvio-card-content-1 p,
  .dvio-card-content-2 p,
  .dvio-card-content-3 p {
    font-size: 1rem;
  }
  .dvio-cards-wrapper {
    flex-direction: column;
    gap: 1rem 0;
    padding: 0;
  }
  .dvio-card-1,
  .dvio-card-2,
  .dvio-card-3 {
    width: 100%;
  }
  .dvio-cards-section {
    padding: 1rem 0 !important;
  }
  .lead-con-parent h2 {
    font-size: 2.5rem;
    margin: 0 auto 1rem auto;
    max-width: 95%;
  }
  .lead-con-parent p {
    max-width: 85%;
  }
  .lead-card-1 {
    width: 100% !important;
    margin: 0 !important;
  }
  #leadMobile .owl-nav {
    display: none !important;
  }
  #leadMobile .owl-dots {
    margin-top: 2rem !important;
  }
  .awards-parent {
    flex-direction: column;
    padding: 0 1rem;
  }
  .award-wrap {
    width: 100% !important;
    margin: 0;
  }
  .award-content {
    top: 30%;
  }
  #socialSamosa {
    max-width: 50% !important;
  }
}
