* {
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 500px) {
  .container {
    padding: 1.5rem !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .container .heading {
    font-size: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .container .card {
    padding: 1rem !important;
  }
  .container .card .card-title {
    font-weight: bold !important;
    font-size: 1.5rem !important;
  }
  .container .card .card-text {
    font-weight: medium !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .container .btn {
    margin-top: 3rem !important;
    padding: 1rem !important;
    font-size: 1rem !important;
  }
}
@media (max-width: 800px) {
  .container {
    padding: 4rem !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .container .heading {
    font-size: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .container .card {
    padding: 1rem !important;
  }
  .container .card .card-title {
    font-weight: bold !important;
    font-size: 1.5rem !important;
  }
  .container .card .card-text {
    font-weight: medium !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}
@media (min-width: 1700px) {
  .container {
    padding: 15rem 15rem !important;
  }
  .custom-navbar {
    padding: 1.2rem 15rem !important;
  }
}
.custom-navbar {
  background-color: #191F4E;
  padding: 1.2rem 5rem;
  /* Remove border, outline & shadow from toggler button */
}
.custom-navbar .navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
.custom-navbar .navbar-brand .nav-x {
  color: #ff5f5d;
}
.custom-navbar .nav-link {
  color: #fff;
  margin-left: 1.5rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
.custom-navbar .nav-link:hover, .custom-navbar .nav-link.active {
  color: #ff5f5d;
}
.custom-navbar .navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0.25rem 0.5rem;
  /* keep clickable area */
}
.custom-navbar .navbar-toggler-icon {
  background-image: none;
  /* remove Bootstrap default */
  width: 24px;
  height: 2px;
  background-color: #fff;
  /* white bar */
  position: relative;
  display: inline-block;
}
.custom-navbar .navbar-toggler-icon::before,
.custom-navbar .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #fff;
  /* white bars */
}
.custom-navbar .navbar-toggler-icon::before {
  top: -7px;
}
.custom-navbar .navbar-toggler-icon::after {
  top: 7px;
}

@media (max-width: 800px) {
  .custom-navbar {
    padding: 1.2rem 4rem;
  }
}
@media (max-width: 500px) {
  .custom-navbar {
    padding: 1.2rem 1.5rem;
  }
}
/* Style for scroll-to-top button */
.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #191F4E;
  /* Bootstrap primary */
  color: #FF5F5D;
  font-size: 2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  z-index: 999;
}

.scroll-top.active {
  opacity: 1;
  visibility: visible;
}

.section-1 {
  background-color: #ffffff !important;
}
.section-1 .container {
  padding: 5rem 5rem;
  margin: 0px;
  max-width: 100%;
  background-color: #CDD3FE;
  border-bottom-right-radius: 5rem;
  padding: 0rem 0rem 5rem 0rem !important;
  position: relative;
}
@media (min-width: 1250px) {
  .section-1 .container {
    padding: 10rem 15rem;
  }
}
.section-1 .container .heading {
  font-size: 3rem;
  font-weight: 700;
  color: #191F4E;
  text-align: left;
  margin-bottom: 4rem;
  color: white;
}
.section-1 .container .heading .highlight {
  color: #FF5F5D;
}
.section-1 .container .sub-heading {
  color: white;
  max-width: 70%;
}
.section-1 .container .lgscreen .box-1 {
  padding-bottom: 3rem;
  width: 92%;
  border: 1px solid #FF5F5D;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 6rem;
  z-index: 1;
}
.section-1 .container .lgscreen .box-1 .box-2 {
  background-color: #191F4E;
  padding: 5rem;
  width: 77%;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 6rem;
}
.section-1 .container .lgscreen .box-1 .box-2 .btn {
  margin-top: 5rem;
  padding: 1rem 3rem;
  border: 1px solid #FF5F5D;
  color: #FF5F5D;
  font-size: 1.5rem;
  border-radius: 0.75rem;
  text-align: center;
  background: transparent;
  transition: all 0.3s ease;
  color: #F5B942;
  border-color: #F5B942;
}
.section-1 .container .lgscreen .box-1 .box-2 .btn:hover {
  background: #FF5F5D;
  color: #ffffff;
}
.section-1 .container .lgscreen .box-1 .box-2 .btn:hover {
  background-color: #F5B942;
}
@media (min-width: 1250px) {
  .section-1 .container .lgscreen .box-1 {
    width: calc(100% - 17rem);
  }
  .section-1 .container .lgscreen .box-1 .box-2 {
    width: 75%;
    padding: 10rem 5rem 5rem 15rem;
  }
}
.section-1 .container .lgscreen .cardscon {
  left: 55%;
  position: absolute;
  top: 10%;
  right: 5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  z-index: 5;
}
.section-1 .container .lgscreen .cardscon .cardrow {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.section-1 .container .lgscreen .cardscon .card {
  border: none;
  border-radius: 2.5rem;
  padding: 2rem;
  max-width: fit-content;
  text-align: left;
}
.section-1 .container .lgscreen .cardscon .card .title {
  color: #191F4E;
  margin: 0px;
}
.section-1 .container .lgscreen .cardscon .card .value {
  margin: 0px;
}
.section-1 .container .lgscreen .cardscon .card .subtitle {
  color: #191F4E;
  margin: 0px;
}
.section-1 .container .lgscreen .cardscon .cardrow-one {
  margin-top: 20%;
  margin-left: 5%;
}
.section-1 .container .lgscreen .cardscon .cardrow-one .card:first-child {
  padding-right: 3rem;
  background-color: #939EE6;
}
.section-1 .container .lgscreen .cardscon .cardrow-one .card:first-child .title {
  max-width: 80%;
  font-size: 1.5rem;
  font-weight: 800;
  color: #191f4e;
  margin-bottom: auto;
}
.section-1 .container .lgscreen .cardscon .cardrow-one .card:first-child .value {
  color: white;
  font-size: 3rem;
  font-weight: 800;
}
.section-1 .container .lgscreen .cardscon .cardrow-one .card:last-child {
  padding-right: 1rem;
  z-index: 1;
  position: absolute;
  background-color: #FFF9ED;
  margin-left: 16%;
  margin-top: 32%;
}
.section-1 .container .lgscreen .cardscon .cardrow-one .card:last-child .title {
  font-size: 1.1rem;
  max-width: 90%;
  font-weight: 800;
  margin: 0px;
  color: #191f4e;
}
.section-1 .container .lgscreen .cardscon .cardrow-one .card:last-child .value {
  color: #191f4e;
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0px;
}
.section-1 .container .lgscreen .cardscon .cardrow-two .card:first-child {
  background-color: #fff;
  margin-left: -25%;
  margin-top: -20%;
}
.section-1 .container .lgscreen .cardscon .cardrow-two .card:first-child .title {
  font-size: 1.8rem;
  font-weight: 800;
}
.section-1 .container .lgscreen .cardscon .cardrow-two .card:first-child .value {
  font-size: 3rem;
  font-weight: 800;
  color: #FF5F5D;
}
.section-1 .container .lgscreen .cardscon .cardrow-two .card:first-child .subtitle {
  font-size: 1rem;
  font-weight: 800;
}
.section-1 .container .lgscreen .cardscon .cardrow-two .card:nth-child(2) {
  background-color: #FFEBC4;
  margin-top: -18%;
}
.section-1 .container .lgscreen .cardscon .cardrow-two .card:nth-child(2) .title {
  font-size: 1.3rem;
  font-weight: 800;
}
.section-1 .container .lgscreen .cardscon .cardrow-two .card:nth-child(2) .value {
  font-size: 2.8rem;
  font-weight: 800;
  color: #FF5F5D;
}
.section-1 .container .lgscreen .cardscon .cardrow-two .card:nth-child(2) .subtitle {
  font-size: 0.9rem;
  font-weight: 800;
}
.section-1 .container .lgscreen .cardscon .cardrow-two .card:last-child {
  position: absolute;
  background-color: #E7BEAF;
  margin-top: -18%;
  z-index: 1;
  left: 40%;
  top: 125%;
  padding-right: 0rem;
  width: 42%;
}
.section-1 .container .lgscreen .cardscon .cardrow-two .card:last-child .title {
  font-size: 1.2rem;
  max-width: 75%;
  font-weight: 800;
}
.section-1 .container .lgscreen .cardscon .cardrow-two .card:last-child .value {
  font-size: 2.5rem;
  font-weight: 800;
  color: #191F4E;
}
.section-1 .container .lgscreen .cardscon .cardrow-two .card:last-child .subtitle {
  font-size: 0.8rem;
  font-weight: 800;
}
.section-1 .container .cardscon .cardsimage {
  position: relative;
  top: 15%;
  left: 80%;
  transform: scale(1.5);
  transform-origin: center;
}
@media (min-width: 1250px) {
  .section-1 .container .cardscon .cardsimage {
    top: 35%;
    left: 23%;
  }
}
@media (min-width: 2200px) {
  .section-1 .container .cardscon .cardsimage {
    transform: scale(1);
    top: 20%;
    left: 23%;
  }
}
@media (min-width: 1700px) and (max-width: 1800px) {
  .section-1 .container .box-2 {
    width: 78% !important;
    padding: 15rem 10rem 10rem 15rem !important;
  }
  .section-1 .container .cardscon .cardsimage {
    transform: scale(1.3);
    top: 35%;
    left: 45%;
  }
}
@media (min-width: 1801px) and (max-width: 2000px) {
  .section-1 .container .box-2 {
    width: 80% !important;
    padding: 15rem 10rem 10rem 15rem !important;
  }
  .section-1 .container .cardscon .cardsimage {
    transform: scale(1.2);
    top: 28%;
    left: 56%;
  }
}
@media (min-width: 2001px) and (max-width: 2200px) {
  .section-1 .container .box-2 {
    width: 82% !important;
    padding: 15rem 10rem 10rem 15rem !important;
  }
  .section-1 .container .cardscon .cardsimage {
    transform: scale(1.1);
    top: 25%;
    left: 67%;
  }
}
@media (min-width: 2201px) and (max-width: 2300px) {
  .section-1 .container .box-2 {
    width: 84% !important;
    padding: 15rem 10rem 10rem 15rem !important;
  }
  .section-1 .container .cardscon .cardsimage {
    transform: scale(1);
    top: 20%;
    left: 75%;
  }
}
@media (min-width: 2201px) and (max-width: 2400px) {
  .section-1 .container .box-2 {
    width: 85% !important;
    padding: 15rem 10rem 10rem 15rem !important;
  }
  .section-1 .container .cardscon .cardsimage {
    transform: scale(0.9);
    top: 20%;
    left: 80%;
  }
}
@media (min-width: 2401px) and (max-width: 2650px) {
  .section-1 .container .box-2 {
    width: 85% !important;
    padding: 15rem 10rem 10rem 15rem !important;
  }
  .section-1 .container .cardscon .cardsimage {
    transform: scale(0.9);
    top: 15%;
    left: 85%;
  }
}
@media (min-width: 2651px) {
  .section-1 .container .box-2 {
    width: 87% !important;
    padding: 15rem 10rem 10rem 15rem !important;
  }
  .section-1 .container .cardscon .cardsimage {
    transform: scale(0.8);
    top: 9%;
    left: 94%;
  }
}
@media (max-width: 1024px) {
  .section-1 .container .cardscon .cardsimage {
    top: 20%;
    left: 82%;
  }
}
@media (min-width: 1601px) and (max-width: 1699px) {
  .section-1 .container .cardscon .cardsimage {
    transform: scale(1.4);
    top: 28%;
    left: 34%;
  }
}
@media (min-width: 1490px) and (max-width: 1600px) {
  .section-1 .container .cardscon .cardsimage {
    transform: scale(1.4);
    top: 30%;
    left: 32%;
  }
}
@media (max-width: 800px) {
  .section-1 .lgscreen {
    display: none;
  }
  .section-1 .container {
    border-bottom-right-radius: 3rem;
    padding-bottom: 3rem !important;
  }
  .section-1 .container .mobile .box-1 {
    width: calc(100% - 64px);
    border-right: 1px solid #F5B942;
    border-bottom: 1px solid #F5B942;
    border-bottom-right-radius: 3rem;
  }
  .section-1 .container .mobile .box-1 .box-2 {
    padding: 4rem;
    background-color: #191F4E;
    margin-bottom: 10%;
    border-bottom-right-radius: 3rem;
  }
  .section-1 .container .mobile .box-1 .box-2 .sub-heading {
    font-size: 1rem;
    max-width: 75%;
  }
  .section-1 .container .mobile .box-1 .box-2 .btn {
    margin-top: 5rem;
    padding: 1rem 3rem;
    border: 1px solid #FF5F5D;
    color: #FF5F5D;
    font-size: 1.5rem;
    border-radius: 0.75rem;
    text-align: center;
    background: transparent;
    transition: all 0.3s ease;
    border-color: #F5B942;
    color: #F5B942;
  }
  .section-1 .container .mobile .box-1 .box-2 .btn:hover {
    background: #FF5F5D;
    color: #ffffff;
  }
  .section-1 .container .mobile .box-1 .box-2 .btn:hover {
    background-color: #F5B942;
    color: #191F4E;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon {
    padding-right: 5rem;
    margin-bottom: 3rem;
    display: flex;
    gap: 1rem;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .card {
    padding: 2rem !important;
    border-radius: 1rem;
    margin-top: 1rem;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .card .title {
    color: #191F4E;
    font-size: 0.5rem;
    margin: 0px;
    line-height: 1.5rem;
    margin-bottom: 0.3rem;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .card .value {
    color: #191F4E;
    font-size: 0.5rem;
    margin: 0px;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .card .subtitle {
    color: #191F4E;
    font-size: 0.5rem;
    margin: 0px;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-two {
    width: 60%;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child {
    background-color: #fff;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .title {
    font-size: 1.5rem;
    font-weight: 800;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .value {
    font-size: 2.5rem;
    font-weight: 800;
    color: #FF5F5D;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .subtitle {
    font-size: 1rem;
    font-weight: 800;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:last-child {
    background-color: #FFEBC4;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:last-child .title {
    font-size: 1.5rem;
    font-weight: 800;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:last-child .value {
    font-size: 2.4rem;
    font-weight: 800;
    margin: 0px;
    color: #FF5F5D;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:last-child .subtitle {
    font-size: 1rem;
    font-weight: 800;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one {
    width: 50%;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child {
    background-color: #939EE6;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child .title {
    max-width: 80%;
    font-size: 1.2rem;
    font-weight: 800;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child .value {
    color: white;
    font-size: 1.8rem;
    font-weight: 800;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:nth-child(2) {
    background-color: #E7BEAF;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:nth-child(2) .title {
    font-size: 1.2rem;
    font-weight: 800;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:nth-child(2) .value {
    font-size: 1.8rem;
    font-weight: 800;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:nth-child(2) .subtitle {
    font-size: 0.8rem;
    font-weight: 800;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child {
    background-color: #FFF9ED;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child .title {
    font-size: 1.2rem;
    max-width: 75%;
    font-weight: 800;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child .value {
    font-size: 1.8rem;
    font-weight: 800;
    color: #191F4E;
  }
}
@media (max-width: 500px) {
  .section-1 .lgscreen {
    display: none;
  }
  .section-1 .container {
    border-bottom-right-radius: 3rem;
    padding-bottom: 3rem !important;
  }
  .section-1 .container .mobile .box-1 {
    width: calc(100% - 24px);
    border-right: 1px solid #F5B942;
    border-bottom: 1px solid #F5B942;
    border-bottom-right-radius: 3rem;
  }
  .section-1 .container .mobile .box-1 .box-2 {
    padding: 3rem 0px 3rem 24px;
    background-color: #191F4E;
    margin-bottom: 10%;
    border-bottom-right-radius: 3rem;
  }
  .section-1 .container .mobile .box-1 .box-2 .sub-heading {
    font-size: 1rem;
    max-width: 80%;
  }
  .section-1 .container .mobile .box-1 .box-2 .btn {
    margin-top: 5rem;
    padding: 1rem 3rem;
    border: 1px solid #FF5F5D;
    color: #FF5F5D;
    font-size: 1.5rem;
    border-radius: 0.75rem;
    text-align: center;
    background: transparent;
    transition: all 0.3s ease;
    border-color: #F5B942;
    color: #F5B942;
  }
  .section-1 .container .mobile .box-1 .box-2 .btn:hover {
    background: #FF5F5D;
    color: #ffffff;
  }
  .section-1 .container .mobile .box-1 .box-2 .btn:hover {
    background-color: #F5B942;
    color: #191F4E;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon {
    padding-right: 2rem;
    margin-bottom: 3rem;
    display: flex;
    gap: 1rem;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .card {
    padding: 1rem !important;
    border-radius: 1rem;
    margin-top: 1rem;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .card .title {
    color: #191F4E;
    font-size: 0.5rem;
    margin: 0px;
    line-height: 1.1rem;
    margin-bottom: 0.3rem;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .card .value {
    color: #191F4E;
    font-size: 0.5rem;
    margin: 0px;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .card .subtitle {
    color: #191F4E;
    font-size: 0.5rem;
    margin: 0px;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-two {
    width: 60%;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child {
    background-color: #fff;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .title {
    font-size: 1rem;
    font-weight: 800;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .value {
    font-size: 1.7rem;
    font-weight: 800;
    color: #FF5F5D;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .subtitle {
    font-size: 0.7rem;
    font-weight: 800;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:last-child {
    background-color: #FFEBC4;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:last-child .title {
    font-size: 0.9rem;
    font-weight: 800;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:last-child .value {
    font-size: 1.7rem;
    font-weight: 800;
    margin: 0px;
    color: #FF5F5D;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:last-child .subtitle {
    font-size: 0.7rem;
    font-weight: 800;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one {
    width: 50%;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child {
    background-color: #939EE6;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child .title {
    max-width: 80%;
    font-size: 0.8rem;
    font-weight: 800;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child .value {
    color: white;
    font-size: 1.3rem;
    font-weight: 800;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:nth-child(2) {
    background-color: #E7BEAF;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:nth-child(2) .title {
    font-size: 0.8rem;
    font-weight: 800;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:nth-child(2) .value {
    font-size: 1.3rem;
    font-weight: 800;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:nth-child(2) .subtitle {
    font-size: 0.6rem;
    font-weight: 800;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child {
    background-color: #FFF9ED;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child .title {
    font-size: 0.8rem;
    max-width: 75%;
    font-weight: 800;
  }
  .section-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child .value {
    font-size: 1.3rem;
    font-weight: 800;
    color: #191F4E;
  }
}
@media (min-width: 801px) {
  .section-1 .mobile {
    display: none;
  }
}

.section-2 {
  background-color: #ffffff;
}
.section-2 .container {
  padding: 5rem 5rem;
  margin: 0px;
  max-width: 100%;
}
@media (min-width: 1250px) {
  .section-2 .container {
    padding: 10rem 15rem;
  }
}
.section-2 .container .heading {
  font-size: 3rem;
  font-weight: 700;
  color: #191F4E;
  text-align: left;
  margin-bottom: 4rem;
  color: #191F4E;
}
.section-2 .container .heading .highlight {
  color: #FF5F5D;
}
.section-2 .container .cards-container {
  margin-top: 0rem;
  color: black;
}
.section-2 .container .cards-container .card {
  height: 100%;
  border-radius: 1rem;
  border: none;
  padding: 2rem;
}
.section-2 .container .cards-container .card .card-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.section-2 .container .cards-container .card .card-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}
.section-2 .container .cards-container .card .card-title {
  text-align: left !important;
  margin-bottom: 1rem;
  padding: 0rem;
  margin-top: 0px !important;
}
.section-2 .container .cards-container .card .card-text {
  max-width: 100%;
  padding: 0rem;
  margin: 0px !important;
  text-align: left !important;
  margin-right: auto !important;
}
.section-2 .container .cards-container .card .video-text {
  padding: 3.5rem;
}
.section-2 .container .cards-container:nth-of-type(1) .card-one .card {
  background-color: #FFEBC4;
}
.section-2 .container .cards-container:nth-of-type(1) .card-one .card .card-body {
  text-align: left;
  width: 100%;
  height: 100%;
  justify-content: flex-start !important;
  display: flex;
  flex-direction: column;
}
.section-2 .container .cards-container:nth-of-type(1) .card-two .card {
  background-color: #CDD3FE;
}
.section-2 .container .cards-container:nth-of-type(2) .card-three .card {
  background-color: #EFC36D;
}
.section-2 .container .cards-container:nth-of-type(2) .card-four .card {
  background-color: #FFC8C8;
}
.section-2 .container .cards-container:last-of-type .card:first-child {
  background-color: #D9D9D9;
  padding: 0rem;
}
@media (max-width: 800px) {
  .section-2 .cards-container .card .card-text {
    text-align: left !important;
  }
  .section-2 .cards-container .card .video-text {
    padding: 2rem !important;
  }
  .section-2 .cards-container:last-of-type .card:first-child {
    padding: 0rem !important;
  }
}

.section-3 {
  background-color: #191F4E;
}
.section-3 .container {
  padding: 5rem 5rem;
  margin: 0px;
  max-width: 100%;
}
@media (min-width: 1250px) {
  .section-3 .container {
    padding: 10rem 15rem;
  }
}
.section-3 .container .heading {
  font-size: 3rem;
  font-weight: 700;
  color: #191F4E;
  text-align: left;
  margin-bottom: 4rem;
  color: #ffffff;
}
.section-3 .container .heading .highlight {
  color: #FF5F5D;
}
.section-3 .container .cards-container {
  margin-top: 0rem;
  color: black;
}
.section-3 .container .cards-container .card {
  height: 100%;
  border-radius: 1rem;
  border: none;
  padding: 2rem;
}
.section-3 .container .cards-container .card .card-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.section-3 .container .cards-container .card .card-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}
.section-3 .container .cards-container .card .video-text {
  padding: 3.5rem;
}
.section-3 .container .cards-container:first-of-type .card:first-child {
  background-color: #FFC8C8;
  padding: 0rem;
}
.section-3 .container .cards-container:last-of-type .card-one .card {
  background-color: #CDD3FE;
}
.section-3 .container .cards-container:last-of-type .card-two .card {
  background-color: #EFC36D;
}
@media (max-width: 800px) {
  .section-3 .cards-container .card .video-text {
    padding: 2rem !important;
  }
  .section-3 .cards-container:first-of-type .card:first-child {
    padding: 0rem !important;
  }
}

.section-4 {
  background-color: #ffffff;
}
.section-4 .container {
  padding: 5rem 5rem;
  margin: 0px;
  max-width: 100%;
}
@media (min-width: 1250px) {
  .section-4 .container {
    padding: 10rem 15rem;
  }
}
.section-4 .container .heading {
  font-size: 3rem;
  font-weight: 700;
  color: #191F4E;
  text-align: left;
  margin-bottom: 4rem;
  color: #191F4E;
}
.section-4 .container .heading .highlight {
  color: #FF5F5D;
}
.section-4 .container .card {
  height: 100%;
  border-radius: 1rem;
  border: none;
  padding: 2rem;
  background-color: #FFEBC4;
}
.section-4 .container .card .card-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.section-4 .container .card .card-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}
.section-4 .container .card .row {
  display: flex;
  flex-wrap: wrap;
}
.section-4 .container .card .row .col-md-8 {
  order: 1;
}
.section-4 .container .card .row .col-md-4 {
  order: 2;
}
@media (max-width: 500px) {
  .section-4 .container .card .row .col-md-8 {
    order: 2;
  }
  .section-4 .container .card .row .col-md-4 {
    order: 1;
  }
}
.section-4 .container .card .card-body {
  text-align: left;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.section-4 .container .card .card-body .card-title {
  margin-bottom: 1rem;
  padding: 0rem;
}
.section-4 .container .card .card-body .card-text {
  padding: 0rem;
}
@media (max-width: 800px) {
  .section-4 .card .card-body {
    justify-content: center !important;
  }
  .section-4 .card .card-body .imagecol {
    width: 150px !important;
    height: 150px !important;
  }
  .section-4 .card .card-body .card-title {
    margin: auto;
    margin-left: 0px;
    text-align: left !important;
    margin-top: 3rem !important;
  }
  .section-4 .card .card-body .card-text {
    margin: auto;
    margin-left: 0px;
    padding-left: 0rem;
    text-align: left !important;
  }
}
@media (max-width: 500px) {
  .section-4 .card .card-body {
    justify-content: center !important;
  }
  .section-4 .card .card-body .imagecol {
    width: 150px !important;
    height: 150px !important;
    margin: 0 auto;
  }
  .section-4 .card .card-body .card-title {
    text-align: center !important;
    margin-top: 1.5rem !important;
  }
  .section-4 .card .card-body .card-text {
    margin: auto;
    text-align: center !important;
  }
  .section-4 .card .card-body .ct-m {
    font-size: medium !important;
  }
  .section-4 .card .card-body .ctx-m {
    font-size: small !important;
  }
}

.section-5 {
  background-color: #ffffff;
}
.section-5 .proof-container {
  width: 75%;
  padding: 5rem;
  border-radius: 0 4rem 4rem 0;
  background-color: #CDD3FE;
}
.section-5 .proof-container .heading {
  font-size: 2.5rem;
  font-weight: bold;
}
.section-5 .proof-container .sub-heading {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
}
.section-5 .proof-container .video-container {
  margin-top: 3rem;
  width: calc(100vw - 10rem);
  height: 100%;
}
.section-5 .proof-container .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-5 .proof-container .btn {
  margin-top: 5rem;
  padding: 1rem 3rem;
  border: 1px solid #FF5F5D;
  color: #FF5F5D;
  font-size: 1.5rem;
  border-radius: 0.75rem;
  text-align: center;
  background: transparent;
  transition: all 0.3s ease;
  margin-top: 3rem;
  border-color: black;
  color: black;
}
.section-5 .proof-container .btn:hover {
  background: #FF5F5D;
  color: #ffffff;
}
.section-5 .proof-container .btn:hover {
  background: black;
  color: #ffffff;
}
@media (min-width: 1250px) {
  .section-5 .proof-container {
    padding: 10rem 15rem;
  }
  .section-5 .proof-container .video-container {
    width: calc(100vw - 30rem);
  }
}
@media (max-width: 800px) {
  .section-5 .proof-container {
    padding: 3rem !important;
  }
  .section-5 .proof-container .heading {
    font-size: 2rem !important;
  }
  .section-5 .proof-container .video-container {
    margin-top: 2rem !important;
    width: calc(100vw - 7rem);
  }
  .section-5 .btn {
    margin-top: 2rem !important;
  }
}
@media (max-width: 500px) {
  .section-5 .proof-container {
    width: 80% !important;
    padding: 2rem !important;
  }
  .section-5 .proof-container .heading {
    font-size: 2rem !important;
  }
  .section-5 .proof-container .video-container {
    margin-top: 2rem !important;
    width: 85.6vw !important;
  }
  .section-5 .btn {
    margin-top: 2rem !important;
  }
}
@media (min-width: 1700px) {
  .section-5 .proof-container {
    padding: 15rem 15rem !important;
  }
  .section-5 .proof-container .video-container {
    margin-top: 3rem;
    width: calc(100vw - 30rem);
    height: 100%;
  }
}

.section-6 {
  background-color: #ffffff;
}
.section-6 .container {
  padding: 5rem 5rem;
  margin: 0px;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 1250px) {
  .section-6 .container {
    padding: 10rem 15rem;
  }
}
.section-6 .container .heading {
  font-size: 3rem;
  font-weight: 700;
  color: #191F4E;
  text-align: left;
  margin-bottom: 4rem;
  color: #191F4E;
  text-align: center;
}
.section-6 .container .heading .highlight {
  color: #FF5F5D;
}
.section-6 .container .sub-heading {
  font-size: 1rem;
  font-weight: 500;
  padding: 0rem 14rem;
}
.section-6 .container .video-container {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  height: 500px;
  margin: 5rem auto 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 3rem;
  background: black;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
}
.section-6 .container .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: perspective(1500px) scaleX(1.05) rotateX(2deg);
}
.section-6 .container .btn {
  margin-top: 5rem;
  padding: 1rem 3rem;
  border: 1px solid #FF5F5D;
  color: #FF5F5D;
  font-size: 1.5rem;
  border-radius: 0.75rem;
  text-align: center;
  background: transparent;
  transition: all 0.3s ease;
}
.section-6 .container .btn:hover {
  background: #FF5F5D;
  color: #ffffff;
}
@media (max-width: 800px) {
  .section-6 .container .sub-heading {
    padding: 0rem 5rem !important;
  }
  .section-6 .container .video-container {
    margin-top: 3rem !important;
  }
}
@media (max-width: 500px) {
  .section-6 .container .sub-heading {
    padding: 0rem 0rem !important;
  }
  .section-6 .container .video-container {
    margin-top: 3rem !important;
  }
}

.footer {
  background-color: #ffffff;
  text-align: center;
}
.footer .title {
  padding: 3rem;
  font-weight: 600;
  font-size: 1rem;
}
.footer .social {
  display: block;
  padding: 2.25rem;
  background-color: #191F4E;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer .social:hover {
  background-color: #11163a;
  transform: translateY(-2px);
}
.footer .social:last-child {
  margin-bottom: 0;
}

.section-d1 {
  background-color: #ffffff !important;
}
.section-d1 .container {
  padding: 5rem 5rem;
  margin: 0px;
  max-width: 100%;
  border-bottom-right-radius: 5rem;
  background-color: #CDD3FE;
  padding: 0rem 0rem 5rem 0rem !important;
  position: relative;
}
@media (min-width: 1250px) {
  .section-d1 .container {
    padding: 10rem 15rem;
  }
}
.section-d1 .container .heading {
  font-size: 3rem;
  font-weight: 700;
  color: #191F4E;
  text-align: left;
  margin-bottom: 4rem;
  color: white;
}
.section-d1 .container .heading .highlight {
  color: #FF5F5D;
}
.section-d1 .container .sub-heading {
  color: white;
  max-width: 70%;
}
.section-d1 .container .lgscreen .box-1 {
  padding-bottom: 3rem;
  width: 92%;
  border: 1px solid #FF5F5D;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 6rem;
  z-index: 1;
}
.section-d1 .container .lgscreen .box-1 .box-2 {
  background-color: #191F4E;
  padding: 5rem;
  width: 77%;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 6rem;
}
.section-d1 .container .lgscreen .box-1 .box-2 .btn {
  margin-top: 5rem;
  padding: 1rem 3rem;
  border: 1px solid #FF5F5D;
  color: #FF5F5D;
  font-size: 1.5rem;
  border-radius: 0.75rem;
  text-align: center;
  background: transparent;
  transition: all 0.3s ease;
  color: #F5B942;
  border-color: #F5B942;
}
.section-d1 .container .lgscreen .box-1 .box-2 .btn:hover {
  background: #FF5F5D;
  color: #ffffff;
}
.section-d1 .container .lgscreen .box-1 .box-2 .btn:hover {
  background-color: #F5B942;
}
@media (min-width: 1250px) {
  .section-d1 .container .lgscreen .box-1 {
    width: calc(100% - 17rem);
  }
  .section-d1 .container .lgscreen .box-1 .box-2 {
    width: 75%;
    padding: 10rem 5rem 5rem 15rem;
  }
}
.section-d1 .container .lgscreen .cardscon {
  left: 55%;
  position: absolute;
  top: 10%;
  right: 5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  z-index: 5;
}
.section-d1 .container .lgscreen .cardscon .cardrow {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.section-d1 .container .lgscreen .cardscon .card {
  border: none;
  border-radius: 2.5rem;
  padding: 2rem;
  max-width: fit-content;
  text-align: left;
}
.section-d1 .container .lgscreen .cardscon .card .title {
  color: #191F4E;
  margin: 0px;
}
.section-d1 .container .lgscreen .cardscon .card .value {
  margin: 0px;
}
.section-d1 .container .lgscreen .cardscon .card .subtitle {
  color: #191F4E;
  margin: 0px;
}
.section-d1 .container .lgscreen .cardscon .cardrow-one {
  margin-top: 20%;
  margin-left: 5%;
}
.section-d1 .container .lgscreen .cardscon .cardrow-one .card:first-child {
  padding-right: 3rem;
  background-color: #939EE6;
}
.section-d1 .container .lgscreen .cardscon .cardrow-one .card:first-child .title {
  max-width: 80%;
  font-size: 1.5rem;
  font-weight: 800;
  color: #191f4e;
  margin-bottom: auto;
}
.section-d1 .container .lgscreen .cardscon .cardrow-one .card:first-child .value {
  color: white;
  font-size: 3rem;
  font-weight: 800;
}
.section-d1 .container .lgscreen .cardscon .cardrow-one .card:last-child {
  padding-right: 1rem;
  z-index: 1;
  position: absolute;
  background-color: #FFF9ED;
  margin-left: 16%;
  margin-top: 32%;
}
.section-d1 .container .lgscreen .cardscon .cardrow-one .card:last-child .title {
  font-size: 1.1rem;
  max-width: 90%;
  font-weight: 800;
  margin: 0px;
  color: #191f4e;
}
.section-d1 .container .lgscreen .cardscon .cardrow-one .card:last-child .value {
  color: #191f4e;
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0px;
}
.section-d1 .container .lgscreen .cardscon .cardrow-two .card:first-child {
  background-color: #fff;
  margin-left: -25%;
  margin-top: -20%;
}
.section-d1 .container .lgscreen .cardscon .cardrow-two .card:first-child .title {
  font-size: 1.8rem;
  font-weight: 800;
}
.section-d1 .container .lgscreen .cardscon .cardrow-two .card:first-child .value {
  font-size: 3rem;
  font-weight: 800;
  color: #FF5F5D;
}
.section-d1 .container .lgscreen .cardscon .cardrow-two .card:first-child .subtitle {
  font-size: 1rem;
  font-weight: 800;
}
.section-d1 .container .lgscreen .cardscon .cardrow-two .card:nth-child(2) {
  background-color: #FFEBC4;
  margin-top: -18%;
}
.section-d1 .container .lgscreen .cardscon .cardrow-two .card:nth-child(2) .title {
  font-size: 1.3rem;
  font-weight: 800;
}
.section-d1 .container .lgscreen .cardscon .cardrow-two .card:nth-child(2) .value {
  font-size: 2.8rem;
  font-weight: 800;
  color: #FF5F5D;
}
.section-d1 .container .lgscreen .cardscon .cardrow-two .card:nth-child(2) .subtitle {
  font-size: 0.9rem;
  font-weight: 800;
}
.section-d1 .container .lgscreen .cardscon .cardrow-two .card:last-child {
  position: absolute;
  background-color: #E7BEAF;
  margin-top: -18%;
  z-index: 1;
  left: 40%;
  top: 125%;
  padding-right: 0rem;
  width: 42%;
}
.section-d1 .container .lgscreen .cardscon .cardrow-two .card:last-child .title {
  font-size: 1.2rem;
  max-width: 75%;
  font-weight: 800;
}
.section-d1 .container .lgscreen .cardscon .cardrow-two .card:last-child .value {
  font-size: 2.5rem;
  font-weight: 800;
  color: #191F4E;
}
.section-d1 .container .lgscreen .cardscon .cardrow-two .card:last-child .subtitle {
  font-size: 0.8rem;
  font-weight: 800;
}
.section-d1 .container .cardscon .cardsimage {
  position: relative;
  top: 15%;
  left: 60%;
  transform: scale(1.1);
  transform-origin: center;
}
@media (min-width: 1250px) {
  .section-d1 .container .cardscon .cardsimage {
    top: 32%;
    left: 7%;
  }
}
@media (min-width: 2450px) {
  .section-d1 .container .cardscon .cardsimage {
    transform: scale(0.6);
    top: -5%;
    left: 26%;
  }
}
@media (min-width: 2200px) and (max-width: 2450px) {
  .section-d1 .container .cardscon .cardsimage {
    transform: scale(0.7);
    top: 0%;
    left: 25%;
  }
}
@media (min-width: 2100px) and (max-width: 2199px) {
  .section-d1 .container .cardscon .cardsimage {
    transform: scale(0.8);
    top: 4%;
    left: 25%;
  }
}
@media (min-width: 1900px) and (max-width: 2099px) {
  .section-d1 .container .cardscon .cardsimage {
    transform: scale(0.8);
    top: 8%;
    left: 20%;
  }
}
@media (min-width: 1700px) and (max-width: 1899px) {
  .section-d1 .container .box-2 {
    width: 78% !important;
    padding: 15rem 10rem 10rem 15rem !important;
  }
  .section-d1 .container .cardscon .cardsimage {
    transform: scale(0.9);
    top: 28%;
    left: 31%;
  }
}
@media (min-width: 1601px) and (max-width: 1699px) {
  .section-d1 .container .cardscon .cardsimage {
    transform: scale(1);
    top: 23%;
    left: 14%;
  }
}
@media (min-width: 1490px) and (max-width: 1600px) {
  .section-d1 .container .cardscon .cardsimage {
    transform: scale(1);
    top: 23%;
    left: 9%;
  }
}
@media (max-width: 1024px) {
  .section-d1 .container .cardscon .cardsimage {
    transform: scale(1.4);
    top: 35%;
    left: 65%;
  }
}
@media (min-width: 801px) {
  .section-d1 .mobile {
    display: none;
  }
}
@media (max-width: 800px) {
  .section-d1 .lgscreen {
    display: none;
  }
  .section-d1 .container {
    border-bottom-right-radius: 3rem;
    padding-bottom: 3rem !important;
  }
  .section-d1 .container .mobile .box-1 {
    width: calc(100% - 64px);
    border-right: 1px solid #F5B942;
    border-bottom: 1px solid #F5B942;
    border-bottom-right-radius: 3rem;
  }
  .section-d1 .container .mobile .box-1 .box-2 {
    padding: 4rem;
    background-color: #191F4E;
    margin-bottom: 10%;
    border-bottom-right-radius: 3rem;
  }
  .section-d1 .container .mobile .box-1 .box-2 .sub-heading {
    font-size: 1rem;
    max-width: 80%;
  }
  .section-d1 .container .mobile .box-1 .box-2 .btn {
    margin-top: 5rem;
    padding: 1rem 3rem;
    border: 1px solid #FF5F5D;
    color: #FF5F5D;
    font-size: 1.5rem;
    border-radius: 0.75rem;
    text-align: center;
    background: transparent;
    transition: all 0.3s ease;
    border-color: #F5B942;
    color: #F5B942;
  }
  .section-d1 .container .mobile .box-1 .box-2 .btn:hover {
    background: #FF5F5D;
    color: #ffffff;
  }
  .section-d1 .container .mobile .box-1 .box-2 .btn:hover {
    background-color: #F5B942;
    color: #191F4E;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon {
    padding: 0rem;
    margin-bottom: 3rem;
    display: flex;
    gap: 1rem;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .card {
    padding: 1rem !important;
    border-radius: 1rem;
    margin-top: 1rem;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .card .title {
    color: #191F4E;
    font-size: 0.5rem;
    margin: 0px;
    line-height: 1.1rem;
    margin-bottom: 0.3rem;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .card .value {
    color: #191F4E;
    font-size: 0.5rem;
    margin: 0px;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .card .subtitle {
    color: #191F4E;
    font-size: 0.5rem;
    margin: 0px;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-two {
    width: 30%;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child {
    background-color: #fff;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .tick {
    position: absolute;
    right: 1rem;
    top: 1rem;
    /* makes it round */
    width: 24px;
    /* give width */
    height: 24px;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .title {
    max-width: 100% !important;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.5rem;
    margin-bottom: 0px;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .value {
    color: #FF5F5D;
    font-size: 1.8rem;
    font-weight: 800;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one {
    width: 31%;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child {
    background-color: #939EE6;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child .tick {
    position: absolute;
    right: 1rem;
    top: 5rem;
    /* makes it round */
    width: 24px;
    /* give width */
    height: 24px;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child .title {
    max-width: 100% !important;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.5rem;
    margin-bottom: 0px;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child .value {
    color: white;
    font-size: 3rem;
    font-weight: 800;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child .subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child {
    background-color: #FFEBC4;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child .tick {
    position: absolute;
    right: 1rem;
    top: 1rem;
    /* makes it round */
    width: 24px;
    /* give width */
    height: 24px;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child .title {
    margin-top: 2rem;
    max-width: 100% !important;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.5rem;
    margin-bottom: 0px;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child .value {
    color: #FF5F5D;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.8rem;
    margin-top: 0.5rem;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child .subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic;
  }
}
@media (max-width: 500px) {
  .section-d1 .lgscreen {
    display: none;
  }
  .section-d1 .container {
    border-bottom-right-radius: 3rem;
    padding-bottom: 3rem !important;
  }
  .section-d1 .container .mobile .box-1 {
    width: calc(100% - 24px);
    border-right: 1px solid #F5B942;
    border-bottom: 1px solid #F5B942;
    border-bottom-right-radius: 3rem;
  }
  .section-d1 .container .mobile .box-1 .box-2 {
    padding: 3rem 0px 3rem 24px;
    background-color: #191F4E;
    margin-bottom: 10%;
    border-bottom-right-radius: 3rem;
  }
  .section-d1 .container .mobile .box-1 .box-2 .sub-heading {
    font-size: 1rem;
    max-width: 80%;
  }
  .section-d1 .container .mobile .box-1 .box-2 .btn {
    margin-top: 5rem;
    padding: 1rem 3rem;
    border: 1px solid #FF5F5D;
    color: #FF5F5D;
    font-size: 1.5rem;
    border-radius: 0.75rem;
    text-align: center;
    background: transparent;
    transition: all 0.3s ease;
    border-color: #F5B942;
    color: #F5B942;
  }
  .section-d1 .container .mobile .box-1 .box-2 .btn:hover {
    background: #FF5F5D;
    color: #ffffff;
  }
  .section-d1 .container .mobile .box-1 .box-2 .btn:hover {
    background-color: #F5B942;
    color: #191F4E;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon {
    padding-right: 2rem;
    margin-bottom: 3rem;
    display: flex;
    gap: 1rem;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .card {
    padding: 1rem !important;
    border-radius: 1rem;
    margin-top: 1rem;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .card .title {
    color: #191F4E;
    font-size: 0.5rem;
    margin: 0px;
    line-height: 1.1rem;
    margin-bottom: 0.3rem;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .card .value {
    color: #191F4E;
    font-size: 0.5rem;
    margin: 0px;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .card .subtitle {
    color: #191F4E;
    font-size: 0.5rem;
    margin: 0px;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-two {
    width: 50%;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child {
    background-color: #fff;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .tick {
    position: absolute;
    right: 1rem;
    top: 1rem;
    /* makes it round */
    width: 24px;
    /* give width */
    height: 24px;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .title {
    max-width: 100% !important;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.5rem;
    margin-bottom: 0px;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .value {
    color: #FF5F5D;
    font-size: 1.6rem;
    font-weight: 800;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one {
    width: 50%;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child {
    background-color: #939EE6;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child .tick {
    position: absolute;
    right: 1rem;
    top: 5rem;
    /* makes it round */
    width: 24px;
    /* give width */
    height: 24px;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child .title {
    max-width: 100% !important;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.5rem;
    margin-bottom: 0px;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child .value {
    color: white;
    font-size: 3rem;
    font-weight: 800;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child .subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child {
    background-color: #FFEBC4;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child .tick {
    text-align: center;
    position: absolute;
    right: 1rem;
    top: 1rem;
    /* makes it round */
    width: 24px;
    /* give width */
    height: 24px;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child .title {
    margin-top: 2rem;
    max-width: 100% !important;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.5rem;
    margin-bottom: 0px;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child .value {
    color: #FF5F5D;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.4rem;
    margin-top: 0.5rem;
  }
  .section-d1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child .subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic;
  }
}

.section-d2 .container {
  padding: 5rem 5rem;
  margin: 0px;
  max-width: 100%;
  padding-bottom: 0rem !important;
}
@media (min-width: 1250px) {
  .section-d2 .container {
    padding: 10rem 15rem;
  }
}
.section-d2 .container .row .title {
  max-width: 65%;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 0.5rem;
  padding-right: 1rem;
}
.section-d2 .container .row .text {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 800px) {
  .section-d2 .container .row .title {
    max-width: 75%;
    font-weight: bold;
    padding-right: 0.5rem;
  }
  .section-d2 .container .row .text {
    padding-left: 0.5rem;
    font-weight: medium;
  }
}
@media (max-width: 500px) {
  .section-d2 .container .row .title {
    max-width: 100%;
  }
}

.section-d3 {
  background-color: #ffffff;
}
.section-d3 .container {
  padding: 5rem 5rem;
  margin: 0px;
  max-width: 100%;
}
@media (min-width: 1250px) {
  .section-d3 .container {
    padding: 10rem 15rem;
  }
}
.section-d3 .container .heading {
  font-size: 3rem;
  font-weight: 700;
  color: #191F4E;
  text-align: left;
  margin-bottom: 4rem;
  color: black;
}
.section-d3 .container .heading .highlight {
  color: #FF5F5D;
}
.section-d3 .container .cards-container {
  margin-top: 0rem;
  color: black;
}
.section-d3 .container .cards-container .card {
  height: 100%;
  border-radius: 1rem;
  border: none;
  padding: 2rem;
  padding: 2rem !important;
}
.section-d3 .container .cards-container .card .card-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.section-d3 .container .cards-container .card .card-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}
.section-d3 .container .cards-container .card .video-text {
  padding: 3.5rem;
}
.section-d3 .container .cards-container:nth-of-type(1) .card-one .card {
  background-color: #FFEBC4;
}
.section-d3 .container .cards-container:nth-of-type(1) .card-two .card {
  background-color: #FFC8C8;
}
.section-d3 .container .cards-container:last-of-type .card:first-child {
  background-color: #CDD3FE;
  padding: 0rem !important;
}
@media (max-width: 800px) {
  .section-d3 .section-3 .cards-container:first-of-type .card:first-child {
    padding: 0rem !important;
  }
}
@media (max-width: 800px) {
  .section-d3 .cards-container .card .video-text {
    padding: 2rem !important;
  }
  .section-d3 .cards-container:first-of-type .card:first-child {
    padding: 1rem !important;
  }
}

.section-d4 {
  background-color: #ffffff;
}
.section-d4 .container {
  max-width: 100%;
  width: calc(100vw - 5rem);
  padding: 5rem;
  margin: 0px 60px;
  margin-left: 0px;
  border-radius: 0 0 4rem 0;
  background-color: #191F4E;
}
@media (min-width: 1250px) {
  .section-d4 .container {
    width: calc(100vw - 15rem);
    padding: 10rem 5rem 10rem 15rem;
  }
}
.section-d4 .container .heading {
  font-size: 3rem;
  font-weight: 700;
  color: #191F4E;
  text-align: left;
  margin-bottom: 4rem;
  color: white;
}
.section-d4 .container .heading .highlight {
  color: #FF5F5D;
}
.section-d4 .container .row {
  color: #ffffff !important;
}
.section-d4 .container .row .title {
  color: #F5B942 !important;
  max-width: 65%;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 0.5rem;
  padding-right: 1rem;
}
.section-d4 .container .row .text {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 800px) {
  .section-d4 .container {
    width: calc(100vw - 4rem) !important;
    padding: 4rem !important;
  }
}
@media (max-width: 500px) {
  .section-d4 .container {
    width: calc(100vw - 1.5rem) !important;
    padding: 3rem 2rem !important;
  }
  .section-d4 .container .row .title {
    max-width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0rem;
  }
  .section-d4 .container .row .text {
    padding: 0rem;
    font-size: 1rem;
    font-weight: medium;
  }
}
@media (min-width: 1700px) {
  .section-d4 .container {
    width: calc(100vw - 15rem);
  }
}

.section-d5 {
  background-color: #ffffff;
}
.section-d5 .container {
  padding: 5rem 5rem;
  margin: 0px;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 1250px) {
  .section-d5 .container {
    padding: 10rem 15rem;
  }
}
.section-d5 .container .heading {
  font-size: 3rem;
  font-weight: 700;
  color: #191F4E;
  text-align: left;
  margin-bottom: 4rem;
  color: #191F4E;
  text-align: center;
}
.section-d5 .container .heading .highlight {
  color: #FF5F5D;
}
.section-d5 .container .sub-heading {
  font-size: 1rem;
  font-weight: 500;
  padding: 0rem 14rem;
}
.section-d5 .container .video-container {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  height: 500px;
  margin: 5rem auto 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 3rem;
  background: black;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
}
.section-d5 .container .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: perspective(1500px) scaleX(1.05) rotateX(2deg);
}
.section-d5 .container .btn {
  margin-top: 5rem;
  padding: 1rem 3rem;
  border: 1px solid #FF5F5D;
  color: #FF5F5D;
  font-size: 1.5rem;
  border-radius: 0.75rem;
  text-align: center;
  background: transparent;
  transition: all 0.3s ease;
}
.section-d5 .container .btn:hover {
  background: #FF5F5D;
  color: #ffffff;
}
@media (max-width: 800px) {
  .section-d5 .container .sub-heading {
    padding: 0rem 5rem !important;
  }
  .section-d5 .container .video-container {
    margin-top: 3rem !important;
  }
}
@media (max-width: 500px) {
  .section-d5 .container .sub-heading {
    padding: 0rem 0rem !important;
  }
  .section-d5 .container .video-container {
    margin-top: 3rem !important;
  }
}

.section-dep-1 {
  background-color: #ffffff !important;
}
.section-dep-1 .container {
  padding: 5rem 5rem;
  margin: 0px;
  max-width: 100%;
  border-bottom-right-radius: 5rem;
  background-color: #CDD3FE;
  padding: 0rem 0rem 5rem 0rem !important;
  position: relative;
}
@media (min-width: 1250px) {
  .section-dep-1 .container {
    padding: 10rem 15rem;
  }
}
.section-dep-1 .container .heading {
  font-size: 3rem;
  font-weight: 700;
  color: #191F4E;
  text-align: left;
  margin-bottom: 4rem;
  color: white;
}
.section-dep-1 .container .heading .highlight {
  color: #FF5F5D;
}
.section-dep-1 .container .sub-heading {
  color: white;
  max-width: 70%;
}
.section-dep-1 .container .lgscreen .box-1 {
  padding-bottom: 3rem;
  width: 92%;
  border: 1px solid #FF5F5D;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 6rem;
  z-index: 1;
}
.section-dep-1 .container .lgscreen .box-1 .box-2 {
  background-color: #191F4E;
  padding: 5rem;
  width: 77%;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 6rem;
}
.section-dep-1 .container .lgscreen .box-1 .box-2 .btn {
  margin-top: 5rem;
  padding: 1rem 3rem;
  border: 1px solid #FF5F5D;
  color: #FF5F5D;
  font-size: 1.5rem;
  border-radius: 0.75rem;
  text-align: center;
  background: transparent;
  transition: all 0.3s ease;
  color: #F5B942;
  border-color: #F5B942;
}
.section-dep-1 .container .lgscreen .box-1 .box-2 .btn:hover {
  background: #FF5F5D;
  color: #ffffff;
}
.section-dep-1 .container .lgscreen .box-1 .box-2 .btn:hover {
  background-color: #F5B942;
}
@media (min-width: 1250px) {
  .section-dep-1 .container .lgscreen .box-1 {
    width: calc(100% - 17rem);
  }
  .section-dep-1 .container .lgscreen .box-1 .box-2 {
    width: 75%;
    padding: 10rem 5rem 5rem 15rem;
  }
}
.section-dep-1 .container .lgscreen .cardscon {
  left: 55%;
  position: absolute;
  top: 10%;
  right: 5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  z-index: 5;
}
.section-dep-1 .container .lgscreen .cardscon .cardrow {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.section-dep-1 .container .lgscreen .cardscon .card {
  border: none;
  border-radius: 2.5rem;
  padding: 2rem;
  max-width: fit-content;
  text-align: left;
}
.section-dep-1 .container .lgscreen .cardscon .card .title {
  color: #191F4E;
  margin: 0px;
}
.section-dep-1 .container .lgscreen .cardscon .card .value {
  margin: 0px;
}
.section-dep-1 .container .lgscreen .cardscon .card .subtitle {
  color: #191F4E;
  margin: 0px;
}
.section-dep-1 .container .lgscreen .cardscon .cardrow-one {
  margin-top: 20%;
  margin-left: 5%;
}
.section-dep-1 .container .lgscreen .cardscon .cardrow-one .card:first-child {
  padding-right: 3rem;
  background-color: #939EE6;
}
.section-dep-1 .container .lgscreen .cardscon .cardrow-one .card:first-child .title {
  max-width: 80%;
  font-size: 1.5rem;
  font-weight: 800;
  color: #191f4e;
  margin-bottom: auto;
}
.section-dep-1 .container .lgscreen .cardscon .cardrow-one .card:first-child .value {
  color: white;
  font-size: 3rem;
  font-weight: 800;
}
.section-dep-1 .container .lgscreen .cardscon .cardrow-one .card:last-child {
  padding-right: 1rem;
  z-index: 1;
  position: absolute;
  background-color: #FFF9ED;
  margin-left: 16%;
  margin-top: 32%;
}
.section-dep-1 .container .lgscreen .cardscon .cardrow-one .card:last-child .title {
  font-size: 1.1rem;
  max-width: 90%;
  font-weight: 800;
  margin: 0px;
  color: #191f4e;
}
.section-dep-1 .container .lgscreen .cardscon .cardrow-one .card:last-child .value {
  color: #191f4e;
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0px;
}
.section-dep-1 .container .lgscreen .cardscon .cardrow-two .card:first-child {
  background-color: #fff;
  margin-left: -25%;
  margin-top: -20%;
}
.section-dep-1 .container .lgscreen .cardscon .cardrow-two .card:first-child .title {
  font-size: 1.8rem;
  font-weight: 800;
}
.section-dep-1 .container .lgscreen .cardscon .cardrow-two .card:first-child .value {
  font-size: 3rem;
  font-weight: 800;
  color: #FF5F5D;
}
.section-dep-1 .container .lgscreen .cardscon .cardrow-two .card:first-child .subtitle {
  font-size: 1rem;
  font-weight: 800;
}
.section-dep-1 .container .lgscreen .cardscon .cardrow-two .card:nth-child(2) {
  background-color: #FFEBC4;
  margin-top: -18%;
}
.section-dep-1 .container .lgscreen .cardscon .cardrow-two .card:nth-child(2) .title {
  font-size: 1.3rem;
  font-weight: 800;
}
.section-dep-1 .container .lgscreen .cardscon .cardrow-two .card:nth-child(2) .value {
  font-size: 2.8rem;
  font-weight: 800;
  color: #FF5F5D;
}
.section-dep-1 .container .lgscreen .cardscon .cardrow-two .card:nth-child(2) .subtitle {
  font-size: 0.9rem;
  font-weight: 800;
}
.section-dep-1 .container .lgscreen .cardscon .cardrow-two .card:last-child {
  position: absolute;
  background-color: #E7BEAF;
  margin-top: -18%;
  z-index: 1;
  left: 40%;
  top: 125%;
  padding-right: 0rem;
  width: 42%;
}
.section-dep-1 .container .lgscreen .cardscon .cardrow-two .card:last-child .title {
  font-size: 1.2rem;
  max-width: 75%;
  font-weight: 800;
}
.section-dep-1 .container .lgscreen .cardscon .cardrow-two .card:last-child .value {
  font-size: 2.5rem;
  font-weight: 800;
  color: #191F4E;
}
.section-dep-1 .container .lgscreen .cardscon .cardrow-two .card:last-child .subtitle {
  font-size: 0.8rem;
  font-weight: 800;
}
.section-dep-1 .container .cardscon .cardsimage {
  position: relative;
  top: 15%;
  left: 60%;
  transform: scale(1.1);
  transform-origin: center;
}
@media (min-width: 1250px) {
  .section-dep-1 .container .cardscon .cardsimage {
    top: 32%;
    left: 7%;
  }
}
@media (min-width: 2450px) {
  .section-dep-1 .container .cardscon .cardsimage {
    transform: scale(0.6);
    top: -5%;
    left: 26%;
  }
}
@media (min-width: 2200px) and (max-width: 2450px) {
  .section-dep-1 .container .cardscon .cardsimage {
    transform: scale(0.7);
    top: 0%;
    left: 25%;
  }
}
@media (min-width: 2100px) and (max-width: 2199px) {
  .section-dep-1 .container .cardscon .cardsimage {
    transform: scale(0.8);
    top: 4%;
    left: 25%;
  }
}
@media (min-width: 1900px) and (max-width: 2099px) {
  .section-dep-1 .container .cardscon .cardsimage {
    transform: scale(0.8);
    top: 8%;
    left: 20%;
  }
}
@media (min-width: 1700px) and (max-width: 1899px) {
  .section-dep-1 .container .box-2 {
    width: 78% !important;
    padding: 15rem 10rem 10rem 15rem !important;
  }
  .section-dep-1 .container .cardscon .cardsimage {
    transform: scale(0.9);
    top: 28%;
    left: 31%;
  }
}
@media (min-width: 1601px) and (max-width: 1699px) {
  .section-dep-1 .container .cardscon .cardsimage {
    transform: scale(1);
    top: 23%;
    left: 14%;
  }
}
@media (min-width: 1490px) and (max-width: 1600px) {
  .section-dep-1 .container .cardscon .cardsimage {
    transform: scale(1);
    top: 23%;
    left: 9%;
  }
}
@media (max-width: 1024px) {
  .section-dep-1 .container .cardscon .cardsimage {
    transform: scale(1.4);
    top: 35%;
    left: 65%;
  }
}
@media (min-width: 801px) {
  .section-dep-1 .mobile {
    display: none;
  }
}
@media (max-width: 800px) {
  .section-dep-1 .lgscreen {
    display: none;
  }
  .section-dep-1 .container {
    border-bottom-right-radius: 3rem;
    padding-bottom: 3rem !important;
  }
  .section-dep-1 .container .mobile .box-1 {
    width: calc(100% - 64px);
    border-right: 1px solid #F5B942;
    border-bottom: 1px solid #F5B942;
    border-bottom-right-radius: 3rem;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 {
    padding: 4rem;
    background-color: #191F4E;
    margin-bottom: 10%;
    border-bottom-right-radius: 3rem;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .sub-heading {
    font-size: 1rem;
    max-width: 80%;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .btn {
    margin-top: 5rem;
    padding: 1rem 3rem;
    border: 1px solid #FF5F5D;
    color: #FF5F5D;
    font-size: 1.5rem;
    border-radius: 0.75rem;
    text-align: center;
    background: transparent;
    transition: all 0.3s ease;
    border-color: #F5B942;
    color: #F5B942;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .btn:hover {
    background: #FF5F5D;
    color: #ffffff;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .btn:hover {
    background-color: #F5B942;
    color: #191F4E;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon {
    padding: 0rem;
    margin-bottom: 3rem;
    display: flex;
    gap: 1rem;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .card {
    padding: 1rem !important;
    border-radius: 1rem;
    margin-top: 1rem;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .card .title {
    color: #191F4E;
    font-size: 0.5rem;
    margin: 0px;
    line-height: 1.1rem;
    margin-bottom: 0.3rem;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .card .value {
    color: #191F4E;
    font-size: 0.5rem;
    margin: 0px;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .card .subtitle {
    color: #191F4E;
    font-size: 0.5rem;
    margin: 0px;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-two {
    width: 30%;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child {
    background-color: #fff;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .tick {
    position: absolute;
    right: 1rem;
    top: 1rem;
    /* makes it round */
    width: 24px;
    /* give width */
    height: 24px;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .title {
    max-width: 100% !important;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.5rem;
    margin-bottom: 0px;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .value {
    color: #FF5F5D;
    font-size: 1.8rem;
    font-weight: 800;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one {
    width: 31%;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child {
    background-color: #939EE6;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child .tick {
    position: absolute;
    right: 1rem;
    top: 5rem;
    /* makes it round */
    width: 24px;
    /* give width */
    height: 24px;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child .title {
    max-width: 100% !important;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.5rem;
    margin-bottom: 0px;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child .value {
    color: white;
    font-size: 3rem;
    font-weight: 800;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child .subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child {
    background-color: #FFEBC4;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child .tick {
    position: absolute;
    right: 1rem;
    top: 1rem;
    /* makes it round */
    width: 24px;
    /* give width */
    height: 24px;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child .title {
    margin-top: 2rem;
    max-width: 100% !important;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.5rem;
    margin-bottom: 0px;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child .value {
    color: #FF5F5D;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.8rem;
    margin-top: 0.5rem;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child .subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic;
  }
}
@media (max-width: 500px) {
  .section-dep-1 .lgscreen {
    display: none;
  }
  .section-dep-1 .container {
    border-bottom-right-radius: 3rem;
    padding-bottom: 3rem !important;
  }
  .section-dep-1 .container .mobile .box-1 {
    width: calc(100% - 24px);
    border-right: 1px solid #F5B942;
    border-bottom: 1px solid #F5B942;
    border-bottom-right-radius: 3rem;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 {
    padding: 3rem 0px 3rem 24px;
    background-color: #191F4E;
    margin-bottom: 10%;
    border-bottom-right-radius: 3rem;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .sub-heading {
    font-size: 1rem;
    max-width: 80%;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .btn {
    margin-top: 5rem;
    padding: 1rem 3rem;
    border: 1px solid #FF5F5D;
    color: #FF5F5D;
    font-size: 1.5rem;
    border-radius: 0.75rem;
    text-align: center;
    background: transparent;
    transition: all 0.3s ease;
    border-color: #F5B942;
    color: #F5B942;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .btn:hover {
    background: #FF5F5D;
    color: #ffffff;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .btn:hover {
    background-color: #F5B942;
    color: #191F4E;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon {
    padding-right: 2rem;
    margin-bottom: 3rem;
    display: flex;
    gap: 1rem;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .card {
    padding: 1rem !important;
    border-radius: 1rem;
    margin-top: 1rem;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .card .title {
    color: #191F4E;
    font-size: 0.5rem;
    margin: 0px;
    line-height: 1.1rem;
    margin-bottom: 0.3rem;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .card .value {
    color: #191F4E;
    font-size: 0.5rem;
    margin: 0px;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .card .subtitle {
    color: #191F4E;
    font-size: 0.5rem;
    margin: 0px;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-two {
    width: 50%;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child {
    background-color: #fff;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .tick {
    position: absolute;
    right: 1rem;
    top: 1rem;
    /* makes it round */
    width: 24px;
    /* give width */
    height: 24px;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .title {
    max-width: 100% !important;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.5rem;
    margin-bottom: 0px;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .value {
    color: #FF5F5D;
    font-size: 1.6rem;
    font-weight: 800;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-two .card:first-child .subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one {
    width: 50%;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child {
    background-color: #939EE6;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child .tick {
    position: absolute;
    right: 1rem;
    top: 5rem;
    /* makes it round */
    width: 24px;
    /* give width */
    height: 24px;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child .title {
    max-width: 100% !important;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.5rem;
    margin-bottom: 0px;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child .value {
    color: white;
    font-size: 3rem;
    font-weight: 800;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:first-child .subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child {
    background-color: #FFEBC4;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child .tick {
    text-align: center;
    position: absolute;
    right: 1rem;
    top: 1rem;
    /* makes it round */
    width: 24px;
    /* give width */
    height: 24px;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child .title {
    margin-top: 2rem;
    max-width: 100% !important;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.5rem;
    margin-bottom: 0px;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child .value {
    color: #FF5F5D;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.4rem;
    margin-top: 0.5rem;
  }
  .section-dep-1 .container .mobile .box-1 .box-2 .cardscon .cards-one .card:last-child .subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic;
  }
}

.section-dep-2 .container {
  padding: 5rem 5rem;
  margin: 0px;
  max-width: 100%;
  padding-bottom: 0rem !important;
}
@media (min-width: 1250px) {
  .section-dep-2 .container {
    padding: 10rem 15rem;
  }
}
.section-dep-2 .container .row .title {
  max-width: 65%;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 0.5rem;
  padding-right: 1rem;
}
.section-dep-2 .container .row .text {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 800px) {
  .section-dep-2 .container .row .title {
    max-width: 75%;
    font-weight: bold;
    padding-right: 0.5rem;
  }
  .section-dep-2 .container .row .text {
    padding-left: 0.5rem;
    font-weight: medium;
  }
}
@media (max-width: 500px) {
  .section-dep-2 .container .row .title {
    max-width: 100%;
  }
}

.section-dep-3 {
  background-color: #ffffff;
}
.section-dep-3 .container {
  padding: 5rem 5rem;
  margin: 0px;
  max-width: 100%;
}
@media (min-width: 1250px) {
  .section-dep-3 .container {
    padding: 10rem 15rem;
  }
}
.section-dep-3 .container .heading {
  font-size: 3rem;
  font-weight: 700;
  color: #191F4E;
  text-align: left;
  margin-bottom: 4rem;
  color: black;
}
.section-dep-3 .container .heading .highlight {
  color: #FF5F5D;
}
.section-dep-3 .container .cards-container {
  margin-top: 0rem;
  color: black;
  padding: 0rem 0.5rem;
}
.section-dep-3 .container .cards-container .card {
  height: 100%;
  border-radius: 1rem;
  border: none;
  padding: 2rem;
}
.section-dep-3 .container .cards-container .card .card-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.section-dep-3 .container .cards-container .card .card-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}
.section-dep-3 .container .cards-container .card-one .card {
  background-color: #CDD3FE;
}
.section-dep-3 .container .cards-container .card-two .card {
  background-color: #FFEBC4;
}
.section-dep-3 .container .cards-container .card-three {
  color: white !important;
}
.section-dep-3 .container .cards-container .card-three .card {
  background-color: #FFC8C8;
}
@media (max-width: 500px) {
  .section-dep-3 .cards-container .card-three {
    margin-top: 8px;
    padding: 0.3rem;
  }
}

.section-dep-4 {
  background-color: #ffffff;
}
.section-dep-4 .container {
  max-width: 100%;
  width: calc(100vw - 5rem);
  padding: 5rem;
  margin: 0px 60px;
  margin-left: 0px;
  border-radius: 0 0 4rem 0;
  background-color: #191F4E;
}
@media (min-width: 1250px) {
  .section-dep-4 .container {
    width: calc(100vw - 15rem);
    padding: 10rem 5rem 10rem 15rem;
  }
}
.section-dep-4 .container .heading {
  font-size: 3rem;
  font-weight: 700;
  color: #191F4E;
  text-align: left;
  margin-bottom: 4rem;
  color: white;
}
.section-dep-4 .container .heading .highlight {
  color: #FF5F5D;
}
.section-dep-4 .container .row {
  color: #ffffff !important;
}
.section-dep-4 .container .row .title {
  color: #F5B942 !important;
  max-width: 65%;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 0.5rem;
  padding-right: 1rem;
}
.section-dep-4 .container .row .text {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 800px) {
  .section-dep-4 .container {
    width: calc(100vw - 4rem) !important;
    padding: 4rem !important;
  }
}
@media (max-width: 500px) {
  .section-dep-4 .container {
    width: calc(100vw - 1.5rem) !important;
    padding: 3rem 2rem !important;
  }
  .section-dep-4 .container .row .title {
    max-width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0rem;
  }
  .section-dep-4 .container .row .text {
    padding: 0rem;
    font-size: 1rem;
    font-weight: medium;
  }
}
@media (min-width: 1700px) {
  .section-dep-4 .container {
    width: calc(100vw - 15rem);
  }
}
.section-dep-4 .container {
  width: calc(100vw - 5.5rem);
}
@media (min-width: 1250px) {
  .section-dep-4 .container {
    width: calc(100vw - 15rem) !important;
    padding: 10rem 5rem 10rem 15rem;
  }
}
@media (max-width: 800px) {
  .section-dep-4 .container {
    width: calc(100vw - 4.5rem) !important;
  }
}
@media (max-width: 500px) {
  .section-dep-4 .container {
    width: calc(100vw - 1.8rem) !important;
  }
}
@media (min-width: 1700px) {
  .section-dep-4 .container {
    width: calc(100vw - 16.1rem);
  }
}

.section-dep-5 {
  background-color: #ffffff;
}
.section-dep-5 .container {
  padding: 5rem 5rem;
  margin: 0px;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 1250px) {
  .section-dep-5 .container {
    padding: 10rem 15rem;
  }
}
.section-dep-5 .container .heading {
  font-size: 3rem;
  font-weight: 700;
  color: #191F4E;
  text-align: left;
  margin-bottom: 4rem;
  color: #191F4E;
  text-align: center;
}
.section-dep-5 .container .heading .highlight {
  color: #FF5F5D;
}
.section-dep-5 .container .sub-heading {
  font-size: 1rem;
  font-weight: 500;
  padding: 0rem 14rem;
}
.section-dep-5 .container .video-container {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  height: 500px;
  margin: 5rem auto 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 3rem;
  background: black;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
}
.section-dep-5 .container .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: perspective(1500px) scaleX(1.05) rotateX(2deg);
}
.section-dep-5 .container .btn {
  margin-top: 5rem;
  padding: 1rem 3rem;
  border: 1px solid #FF5F5D;
  color: #FF5F5D;
  font-size: 1.5rem;
  border-radius: 0.75rem;
  text-align: center;
  background: transparent;
  transition: all 0.3s ease;
}
.section-dep-5 .container .btn:hover {
  background: #FF5F5D;
  color: #ffffff;
}
@media (max-width: 800px) {
  .section-dep-5 .container .sub-heading {
    padding: 0rem 5rem !important;
  }
  .section-dep-5 .container .video-container {
    margin-top: 3rem !important;
  }
}
@media (max-width: 500px) {
  .section-dep-5 .container .sub-heading {
    padding: 0rem 0rem !important;
  }
  .section-dep-5 .container .video-container {
    margin-top: 3rem !important;
  }
}

.section-c1 {
  background-color: #191F4E;
}
.section-c1 .container {
  padding: 5rem 5rem;
  margin: 0px;
  max-width: 100%;
  padding: 0rem 0rem 10rem 0rem;
  margin: 0rem;
  text-align: center;
}
@media (min-width: 1250px) {
  .section-c1 .container {
    padding: 10rem 15rem;
  }
}
.section-c1 .container .box1 {
  width: 90%;
  padding: 0rem 0rem 2rem 5rem;
  border: 1px solid #FF5F5D;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 6rem;
  /* adjust the value */
}
.section-c1 .container .box2 {
  border: 1px solid #FF5F5D;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 6rem;
  margin-top: -15%;
  margin-left: -10%;
  padding-left: -10%;
  padding-top: 30%;
  margin-bottom: -8%;
  padding-bottom: 15%;
  width: 100%;
}
.section-c1 .container .heading {
  font-size: 3rem;
  font-weight: 700;
  color: #191F4E;
  text-align: left;
  margin-bottom: 4rem;
  text-align: center;
  color: #ffffff;
}
.section-c1 .container .heading .highlight {
  color: #FF5F5D;
}
.section-c1 .container .sub-heading {
  color: #ffffff;
  font-size: 1.5rem;
  max-width: 45%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .section-c1 .container {
    padding: 0rem 0rem 8rem 0rem !important;
  }
  .section-c1 .container .box2 {
    margin-left: -20% !important;
    margin-bottom: -10% !important;
  }
}
@media (max-width: 500px) {
  .section-c1 .container {
    padding: 0rem 0rem 5rem 0rem !important;
  }
  .section-c1 .container .box2 {
    margin-left: -30% !important;
    margin-bottom: -20% !important;
  }
  .section-c1 .container .sub-heading {
    font-size: 1rem;
    max-width: 65%;
  }
}
@media (min-width: 1250px) {
  .section-c1 .container {
    padding: 0rem 10rem 15rem 0rem !important;
  }
}
@media (min-width: 1500px) {
  .section-c1 .container {
    padding: 0rem 0rem 15rem 0rem !important;
  }
}

.section-c2 {
  background-color: #ffffff;
}
.section-c2 .container {
  padding: 5rem 5rem;
  margin: 0px;
  max-width: 100%;
}
@media (min-width: 1250px) {
  .section-c2 .container {
    padding: 10rem 15rem;
  }
}
.section-c2 .container .custom-form {
  max-width: 70%;
}
.section-c2 .container .custom-form label {
  color: #0d1b4c;
}
.section-c2 .container .custom-form .form-control {
  border-color: #000;
  font-size: 1rem;
}
.section-c2 .container .custom-form .form-control:focus {
  box-shadow: none;
  border-color: #000;
}
.section-c2 .container .custom-form .service-btn {
  border: 1px solid #e74c3c;
  border-radius: 8px;
  background: #fff;
  color: #000;
  padding: 6px 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}
.section-c2 .container .custom-form .btn-check:checked + .service-btn {
  background: #e74c3c;
  color: #fff;
  border-color: #e74c3c;
}
.section-c2 .container .custom-form .file-upload {
  border: none;
  border-bottom: 2px solid #e74c3c;
  border-radius: 8px;
  padding: 6px 12px;
  background: #fff;
  color: #000;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.section-c2 .container .custom-form .btn {
  margin-top: 5rem;
  padding: 1rem 3rem;
  border: 1px solid #FF5F5D;
  color: #FF5F5D;
  font-size: 1.5rem;
  border-radius: 0.75rem;
  text-align: center;
  background: transparent;
  transition: all 0.3s ease;
  margin-top: 4rem;
}
.section-c2 .container .custom-form .btn:hover {
  background: #FF5F5D;
  color: #ffffff;
}
@media (max-width: 500px) {
  .section-c2 .container .custom-form {
    max-width: 100%;
  }
}

.section-p1 {
  background-color: #191F4E;
}
.section-p1 .container {
  padding: 5rem 5rem;
  margin: 0px;
  max-width: 100%;
  text-align: left;
}
@media (min-width: 1250px) {
  .section-p1 .container {
    padding: 10rem 15rem;
  }
}
.section-p1 .container .heading {
  font-size: 3rem;
  font-weight: 700;
  color: #191F4E;
  text-align: left;
  margin-bottom: 4rem;
  text-align: left;
  color: #ffffff;
}
.section-p1 .container .heading .highlight {
  color: #FF5F5D;
}
.section-p1 .container .sub-heading {
  font-size: 1.5rem;
  max-width: 65%;
  text-align: left;
  margin: 0px;
  color: #ffffff;
}
@media (max-width: 500px) {
  .section-p1 .container .sub-heading {
    font-size: 1rem;
    max-width: 100%;
  }
}

.section-2 {
  background-color: #ffffff;
}
.section-2 .container {
  padding: 5rem 5rem;
  margin: 0px;
  max-width: 100%;
}
@media (min-width: 1250px) {
  .section-2 .container {
    padding: 10rem 15rem;
  }
}
.section-2 .container .heading {
  font-size: 3rem;
  font-weight: 700;
  color: #191F4E;
  text-align: left;
  margin-bottom: 4rem;
  color: #191F4E;
}
.section-2 .container .heading .highlight {
  color: #FF5F5D;
}
.section-2 .container .card {
  height: 100%;
  border-radius: 1rem;
  border: none;
  padding: 2rem;
  background-color: #FFEBC4;
}
.section-2 .container .card .card-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.section-2 .container .card .card-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}
.section-2 .container .card .row {
  display: flex;
  flex-wrap: wrap;
}
.section-2 .container .card .row .col-md-8 {
  order: 1;
}
.section-2 .container .card .row .col-md-4 {
  order: 2;
}
@media (max-width: 500px) {
  .section-2 .container .card .row .col-md-8 {
    order: 2;
  }
  .section-2 .container .card .row .col-md-4 {
    order: 1;
  }
}
.section-2 .container .card .card-body {
  text-align: left;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.section-2 .container .card .card-body .card-title {
  margin-bottom: 1rem;
  padding: 0rem;
}
.section-2 .container .card .card-body .card-text {
  padding: 0rem;
}
@media (max-width: 800px) {
  .section-2 .card .card-body {
    justify-content: center !important;
  }
  .section-2 .card .card-body .imagecol {
    width: 150px !important;
    height: 150px !important;
  }
  .section-2 .card .card-body .card-title {
    margin: auto;
    margin-left: 0px;
    text-align: left !important;
    margin-top: 3rem !important;
  }
  .section-2 .card .card-body .card-text {
    margin: auto;
    margin-left: 0px;
    padding-left: 0rem;
    text-align: left !important;
  }
}
@media (max-width: 500px) {
  .section-2 .card .card-body {
    justify-content: center !important;
  }
  .section-2 .card .card-body .imagecol {
    width: 150px !important;
    height: 150px !important;
    margin: 0 auto;
  }
  .section-2 .card .card-body .card-title {
    text-align: center !important;
    margin-top: 1.5rem !important;
  }
  .section-2 .card .card-body .card-text {
    margin: auto;
    text-align: center !important;
  }
  .section-2 .card .card-body .ct-m {
    font-size: medium !important;
  }
  .section-2 .card .card-body .ctx-m {
    font-size: small !important;
  }
}

/*# sourceMappingURL=main.css.map */
