.banner-section {
  padding: 8rem 0 4rem 0;
  margin: 12rem 0 8rem 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8F8FF 100%);
}
.banner-content-wrapper {
  margin: 0 auto;
  text-align: center;
  width: 80%;
}
.colored-text {
  background: linear-gradient(to right, #ff7f7f, #a86cf2, #82a6f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-content-wrapper h1 {
  font-family: 'work-sans-semibold', 'sans-serif';
  font-size: 6rem;
  font-weight: 600!important;
  margin-bottom: 2rem;
}
.banner-content-wrapper h1 span {
  font-family: 'work-sans-semibold', 'sans-serif';
  font-weight: 600!important;
}
.banner-content-wrapper p {
  font-size: 2.8rem;
  font-weight: 300;
  font-family: 'work-sans-regular', 'sans-serif';
  width: 90%;
  margin: 0 auto 4rem auto;
}
@media(min-width: 1541px){
  .banner-content-wrapper p{
    font-size: 20px;
  }
  .banner-section {
    margin: 8rem 0 5rem;
    padding: 6rem 0 4rem;
  }
  .banner-section-image img {
    width: 55% !important;
  }
  .banner-section-image {
    margin: 3rem auto 0;
  }
  .banner-content-wrapper h1 {
    margin-bottom: 1rem !important;
  }
  .main-sub-heading-section h2 {
    font-size: 4.4rem !important;
    margin: 0 auto 1rem !important;
  }
  .main-sub-heading-section p {
    width: 90% !important;
    font-size: 20px !important;
  }
  h2 {
    font-size: 4.4rem!important;
  }
}
.banner-button {
  margin: 0 auto;
}
.banner-button p {
  font-size: 18px!important;
  padding: 4px 0;
}
.banner-section-image {
  margin: 5rem auto 0 auto;
  display: flex;
  justify-content: center;
}
.banner-section-image img {
  width: 100%;
}
@media (min-width: 1439px) {
  .banner-section-image img{
    width: 60% !important;
  }
}
.banner-mobile-section-image img {
  width: 100%;
  height: auto;
  display: block;
}
#changingText {
  display: inline-block;
  transition: transform 1s ease, opacity 1s ease;
  overflow: hidden;
  vertical-align: bottom;
}
@keyframes rotateOut {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(90deg);
    opacity: 0;
  }
}
@keyframes rotateIn {
  0% {
    transform: rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.rotate-out {
  animation: rotateOut 1s ease forwards;
}
.rotate-in {
  animation: rotateIn 1s ease forwards;
}
@media(min-width: 1750px) {
  #changingText {
    text-align: left;
  }
}
.banner-mobile-section-image {
  display: flex;
  justify-content: center;
  margin: 4rem auto 0;
}
.banner-tab-section-image {
  display: flex;
  justify-content: center;
  margin: 4rem auto 0;
}
@media(max-width: 767px) {
  .banner-mobile-section-image {
    display: block;
  }
  .banner-section-image {
    display: none;
  }
  .banner-tab-section-image {
    display: none;
  }
  .banner-content-wrapper {
    width: 100%;
  }
  .banner-content-wrapper h1 {
    font-size: 5.3rem;
  }
  .banner-content-wrapper h1 span {
    font-size: 5rem;
  }
  .banner-section-image img {
    width: 100%;
    margin: 5rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner-mobile-section-image {
    display: none;
  }
  .banner-section-image {
    display: none;
  }
  .banner-tab-section-image {
    display: flex;
  }
  .icon-bar {
    width: 20px !important;
    height: 3px !important;
    margin: 3px !important;
  }
}
@media(min-width: 1024px) {
  .banner-mobile-section-image {
    display: none;
  }
  .banner-section-image {
    display: flex;
  }
  .banner-tab-section-image {
    display: none;
  }
}
@media(min-width: 1024px) and (max-width: 1439px){
  .banner-section-image img {
    width: 55%;
  }
  .banner-section {
    margin: 12rem 0 4rem !important;
    padding: 9rem 0 12rem 0 !important;
  }
  .icon-bar {
    width: 22px !important;
    height: 3px !important;
    margin: 4px !important;
  }
}
@media(min-width: 1130px) and (max-width: 1180px){
  .banner-section {
    margin: 10rem 0 4rem !important;
    padding: 5rem 0 12rem 0 !important;
  }
}
@media(min-width: 1280px) and (max-width: 1439px){
  .banner-section {
    padding: 9rem 0 6rem 0 !important;
    margin: 7rem 0 4rem !important;
  }
}

.main-sub-heading-section {
  margin-bottom: 6.5rem;
}
.main-sub-heading-section h2 {
  font-family: 'work-sans-medium', 'sans-serif';
  font-size: 5.4rem;
  width: 85%;
  margin: 0 auto 2rem auto;
  text-align: center;
}
.main-sub-heading-section p {
  font-family: 'work-sans-regular', 'sans-serif';
  font-size: 24px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
@media(max-width: 768px) {
  .main-sub-heading-section h2 {
    font-size: 4rem;
    width: 100%;
  }
  h2{
    font-size: 4rem !important;
  }
  .product-button p {
    font-size: 16px !important;
  }
  .banner-tab-section-image img{
    width: 70%;
  }
}
@media(max-width: 767px) {
  .main-sub-heading-section h2 {
    font-size: 4rem;
    width: 100%;
  }
  .main-sub-heading-section{
    margin-bottom: 0;
  }
}

.product-main-section {
  margin-bottom: 14rem;
}
.content-tag p {
  font-size: 24px;
  margin-bottom: 14px;
}
.content-tag p span {
  font-weight: 400;
}
.content-heading-wrapper {
  margin-bottom: 3rem;
}
.content-heading-wrapper h2 {
  font-family: 'work-sans-medium', 'sans-serif';
}
.product-main-content-image {
  display: flex;
  justify-content: flex-end;
}
.product-main-content-image img {
  width: 85%;
}
.product-main-content-image-reverse {
  display: flex;
  justify-content: flex-start;
}
.product-main-content-image-reverse img {
  width: 85%;
}
.product-pointers-outer-wrapper {
  margin: 5rem 0;
}
.product-pointer-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.product-pointer-heading img {
  width: 36px;
}
.product-pointer-heading h3 {
  margin: 0;
  font-family: 'work-sans-medium', 'sans-serif';
}
.product-pointers-outer-wrapper p {
  width: 90%;
  font-size: 20px;
}
.product-button {
  background: #0445D2;
  display: flex;
  align-items: center;
  border-radius: 8px;
  gap: 12px;
  width: max-content;
  padding: 6px 30px;
}
.product-main-content-col a {
  display: inline-flex;
}
.product-button p {
  color: #fff!important;
  margin: 0!important;
  font-size: 18px;
  padding: 4px 0;
}
@media(max-width: 767px) {
  .content-tag p {
    font-size: 20px;
  }
  .content-heading-wrapper h2 {
    font-size: 4rem;
  }
  .product-pointers-outer-wrapper p {
    font-size: 16px;
    width: 100%;
  }
  .product-main-section {
    margin-bottom: 12rem;
  }
  .product-button{
    gap: 8px;
    padding: 5px 24px;
  }
}

.row-reverse {
  flex-direction: row-reverse;
}
@media(max-width: 1439px) {
  .row-reverse {
    flex-direction: row;
  }
  .product-main-content-image {
    justify-content: flex-start;
    margin-top: 40px;
  }
  .product-main-content-image-reverse {
    margin-top: 40px;
  }
  .product-pointers-outer-wrapper p {
    width: 100%;
  }
}
@media(max-width: 1023px){
  .product-main-content-image {
    margin-top: 5rem;
  }
  .product-main-content-image-reverse {
    margin-top: 5rem;
  }
}

.first-mid-banner-section {
  margin-bottom: 12rem;
}
.first-mid-banner-section-wrapper {
  position: relative;
  background: linear-gradient(90deg, #EFF6FF 0%, #CEEAFF 100%);
  border: 1px solid #B8D8FF;
  padding: 10rem 0;
  border-radius: 22px;
}
.first-mid-banner-section-wrapper:after {
  background: url('https://8161231.fs1.hubspotusercontent-na1.net/hubfs/8161231/mid-banner-image.svg');
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .6;
  position: absolute;
  right: 0;
  top: 75%;
}
.first-mid-banner-section-wrapper h2 {
  width: 70%;
  text-align: center;
  font-family: 'work-sans-semibold', 'sans-serif';
  font-size: 5rem;
  margin: 0 auto 2rem auto;
}
.first-mid-banner-section-wrapper p {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}
.first-mid-banner-button {
  background: #4D4DFE;
  border-radius: 8px;
  padding: 10px 30px;
  margin: 32px auto 0 auto;
  width: max-content;
  display: flex;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.first-mid-banner-button p {
  width: 100%;
  margin: 0;
  color: #fff!important;
}
@media(max-width: 767px) {
  .first-mid-banner-section-wrapper h2 {
    width: 100%;
    font-size: 4.5rem;
  }
  .first-mid-banner-section-wrapper p {
    width: 100%;
  }
  .first-mid-banner-section-wrapper {
    padding: 8rem 4rem;
  }
}

.second-mid-banner-section {
  margin: 14rem 0 12rem 0;
}
.second-mid-banner-section-wrapper {
  background: linear-gradient(#FFEDF1, #EFEDFF);
  border: none;
  padding: 10rem 0;
  border-radius: 22px;
}
.second-mid-banner-section-wrapper h2 {
  width: 70%;
  text-align: center;
  font-family: 'work-sans-semibold', 'sans-serif';
  font-size: 5rem;
  margin: 0 auto 2rem auto;
}
.second-mid-banner-section-wrapper p {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}
.second-mid-banner-button {
  background: #4D4DFE;
  border-radius: 8px;
  padding: 10px 30px;
  margin: 32px auto 0 auto;
  width: max-content;
  display: flex;
  justify-content: center;
}
.second-mid-banner-button p {
  width: 100%;
  margin: 0;
  color: #fff!important;
}
@media(max-width: 767px) {
  .second-mid-banner-section-wrapper h2 {
    width: 100%;
    font-size: 4.5rem;
  }
  .second-mid-banner-section-wrapper p {
    width: 100%;
  }
  .second-mid-banner-section-wrapper {
    padding: 8rem 4rem;
  }
}

.explore-models{
  margin: 15rem 0;
}
.models-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.models-content h2 {
  font-size: 6rem;
  font-family: 'work-sans-semibold', 'sans-serif';
  text-align: center;
}
.models-content h2 span {
  font-family: 'work-sans-semibold', 'sans-serif';
}
.models-content p {
  text-align: center;
}
.models-cta {
  position: relative;
  padding: 10px 30px;
  background: transparent;
  width: max-content;
  line-height: 30px;
  font-size: 2.3rem;
  margin-top: 32px;
  border-radius: 8px;
  border: 2px solid #4D4DFE;
}
.models-cta p {
  margin: 0;
  color: #4D4DFE!important;
}
@media(max-width: 1023px) {
  .models-content h2 {
    font-size: 4.2rem;
  }
}
@media(max-width: 872px){
  .models-content p{
    padding-left: 0;
  }
}
@media(max-width: 767px){
  .models-left,.models-right{
    display: none;
  }
  .models-content h2 {
    font-size: 4.5rem;
  }
}

.industries-section {
  margin-bottom: 12rem;
  padding: 6rem 0;
  background: url('https://8161231.fs1.hubspotusercontent-na1.net/hubfs/8161231/industries-background.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70%;
}
.industries-content-wrapper {
  margin: 14rem 0 6rem 0;
}
.industries-content-wrapper h2 {
  font-family: 'work-sans-semibold', 'sans-serif';
}
.industries-content-wrapper p {
  width: 90%;
}
.industries-card-wrapper {
  padding: 4rem;
  border: 1.5px solid #CDCDCD;
  border-radius: 14px;
  margin-bottom: 2rem;
  background: #fff;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
}
.industries-card-wrapper:hover{
  box-shadow: 0 4px 12px 0 #19295e26;
}
.industries-card-wrapper img {
  margin-bottom: 14px;
  width: 50px;
}
.industries-card-wrapper h3 {
  font-family: 'work-sans-medium', 'sans-serif';
  margin-bottom: 1rem;
  font-size: 2.7rem;
}
.industries-card-wrapper p {
  font-size: 17px;
}
.first-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8px!important;
}
.second-col {
  padding: 0 8px!important;
}
@media(max-width: 767px) {
  .industries-content-wrapper {
    margin: 4rem 0 6rem 0;
  }
  .industries-content-wrapper h2 {
    font-size: 4.5rem;
  }
}

.xai-bootcamp-section {
  margin: 15rem 0;
}
.bootcamp-content-wrapper h2 {
  font-family: 'work-sans-semibold', 'sans-serif';
}
.bootcamp-content-wrapper {
  margin-top: 3rem;
}
.bootcamp-content-wrapper p {
  width: 90%;
  margin-bottom: 30px;
}
.bootcamp-content-wrapper a {
  display: block;
  width: max-content;
}
.bootcamp-image-wrapper img {
  width: 100%;
}
.product-button p {
  width: 100%;
  margin: 0!important;
}
.bootcamp-right-col {
  display: flex;
  justify-content: flex-end;
}
@media(max-width: 1023px) {
  .bootcamp-right-col {
    margin-top: 3rem;
    justify-content: flex-start;
  }
  .bootcamp-content-wrapper p {
    width: 100%;
    margin-bottom: 18px;
  }
}
@media(max-width: 767px) {
  .bootcamp-content-wrapper h2 {
    font-size: 4.5rem;
  }
  .bootcamp-left-col {
    margin-bottom: 5rem;
  }
  .bootcamp-image-wrapper img {
    height: 100%;
  }
}

.build-responsible-ai-section {
  margin-bottom: 12rem;
}
.build-responsible-ai-header {
  margin-bottom: 8rem;
}
.build-responsible-ai-header h2 {
  font-family: 'work-sans-semibold', 'sans-serif';
}
.build-card-col {
  padding-right: 55px!important;
}
.build-card-col h2 {
  font-family: 'work-sans-medium', 'sans-serif';
  font-size: 4rem;
  color: #262626!important;
}
.build-card-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}
.build-card-cta p {
  margin: 0;
  color: #FF6600!important;
}
@media(max-width: 767px) {
  .build-card-cta {
    margin-top: 16px;
  }
  .build-card-col {
    margin-bottom: 4rem;
  }
  .build-responsible-ai-header h2 {
    font-size: 4.5rem;
  }
}

.third-mid-banner-section {
  margin-bottom: 12rem;
}
.third-mid-banner-wrapper {
  background: #ECFAFF;
  border: 1px solid #B8D8FF;
  border-radius: 22px;
}
.third-mid-banner-content-wrapper {
  padding:  8rem 0 8rem 10rem;
}
.third-mid-banner-content-wrapper h2 {
  font-family: 'work-sans-semibold', 'sans-serif';
}
.third-mid-banner-button {
  background: #4D4DFE;
  border-radius: 14px;
  padding: 10px 30px;
  margin: 32px 0 0 0;
  width: max-content;
  display: flex;
  justify-content: center;
}
.third-mid-banner-button p {
  width: 100%;
  margin: 0;
  color: #fff!important;
}
.mid-banner-image-wrapper {
  display: flex;
  align-items: flex-end;
}
@media(max-width: 767px) {
  .third-mid-banner-content-wrapper {
    padding: 6rem;
  }
}

.four-cards-section {
  margin-bottom: 12rem;
}
.four-cards-section-heading {
  margin-bottom: 5rem;
}
.four-cards-section-heading h2 {
  font-family: 'work-sans-semibold', 'sans-serif';
}
.four-cards-wrapper {
  padding-right: 40px!important;
}
.four-cards-wrapper img {
  width: 50px;
  margin-bottom: 20px;
}
.four-cards-wrapper h3 {
  font-family: 'work-sans-medium', 'sans-serif';
  font-size: 4rem;
}
@media(max-width: 767px) {
  .four-cards-wrapper {
    margin-bottom: 4rem;
    padding-right: 0;
  }
  .four-cards-section-heading h2 {
    font-size: 4.5rem;
  }
}

.eight-cards-section {
  margin-bottom: 12rem;
}
.eight-card-wrapper img {
  margin-bottom: 20px;
  width: 50px;
  height: 50px;
}
.eight-card-wrapper h3 {
  font-size: 3.2rem;
  font-family: 'work-sans-medium', 'sans-serif';
}
.eight-card-wrapper {
  height: 100%;
  box-shadow: 0 3px 6px #1450a840;
  padding: 40px;
  border-radius: 10px;
}
.eight-cards-heading-wrapper {
  margin-bottom: 6rem;
}
.eight-cards-heading-wrapper h2 {
  font-family: 'work-sans-semibold', 'sans-serif';
}
.eight-card-col {
  margin-bottom: 4rem;
}
@media(max-width: 767px) {
  .eight-cards-heading-wrapper h2 {
    font-size: 4.5rem;
  }
}


#menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 8px;
  top: 5px;
}
.icon-bar {
  display: block;
  width: 27px;
  height: 4px;
  background-color: #0445d2;
  margin: 5px 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}
#menu-toggle.open .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(4px, -4px);
}
#menu-toggle.open .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, 4px);
}


@media(min-width: 1024px) and (max-width: 1540px) {
  .banner-section {
    margin: 12rem 0 7rem;
    padding: 2rem 0 4rem 0;
  }
  .banner-content-wrapper h1 {
    font-size: 5rem;
  }
  .banner-content-wrapper {
    width: 90%;
  }
  .banner-content-wrapper p {
    font-size: 18px!important;
  }
  .trusted-by-partners-wrapper h2 {
    font-size: 3.7rem!important;
  }
  .main-sub-heading-section h2 {
    margin: 0 auto 1rem;
    font-size: 3.7rem!important;
    width: 100%!important;
  }
  .content-tag p {
    font-size: 22px!important;
  }
  .product-pointer-heading h3 {
    font-size: 2.6rem!important;
  }
  p {
    font-size: 17px!important;
  }
  h2 {
    font-size: 3.7rem!important;
  }
  .take-the-next-step-wrapper h2 {
    font-size: 3.6rem!important;
  }
  .take-the-next-step-tag p {
    font-size: 17px;
  }
  .eight-card-wrapper {
    padding: 40px 20px;
  }
  .eight-card-wrapper h3 {
    font-size: 18px!important;
    margin-bottom: 1.2rem;
  }
  .eight-card-wrapper p {
    font-size: 15px!important;
  }
  .eight-card-wrapper img {
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
  }
  .industries-card-wrapper {
    padding: 2rem;
  }
  .industries-card-wrapper h3 {
    font-size: 18px;
  }
  .industries-card-wrapper p {
    font-size: 15px!important;
  }
  .take-the-next-step-tag p:after{
    top: 28px!important;
  }
  .bootcamp-right-col {
    justify-content: flex-start;
  }
  .sliding-card-content h2 {
    font-size: 19px!important;
  }
  .sliding-card-content h3 {
    font-size: 16px!important;
  }
}
@media(min-width: 768px) and (max-width: 1023px) {
  .product-main-section {
    margin-bottom: 16rem;
  }
}
@media(max-width: 767px) {
  .icon-bar {
    width: 18px !important;
    height: 3px !important;
    margin: 3px !important;
  }
  #menu-toggle {
    padding: 4px; !important;
  }
}


.sliding-cards-section {
  margin-bottom: 12rem;
}
.sliding-cards-heading {
  margin-bottom: 6rem;
}
.sliding-cards-heading h2 {
  font-family: 'work-sans-semibold', 'sans-serif';
}
.sliding-cards-container {
  position: relative;
}
.sliding-cards-wrapper {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px;
}
.sliding-card {
  flex: 0 0 30%;
  max-width: 380px;
  transition: transform 0.3s;
}
.sliding-card-wrapper {
  border-radius: 10px;
  height: 100%;
  border: 1px solid #ececec;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow 0.3s ease-in-out;
}
.sliding-card-wrapper:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
.sliding-cards-wrapper::-webkit-scrollbar {
  display: none;
}
.sliding-card-content {
  padding: 30px 40px 30px 24px;
}
.sliding-card-content h3 {
  font-family: 'work-sans-medium', 'sans-serif';
  font-size: 18px;
  margin-bottom: 14px;
  color: #022557!important;
}
.sliding-card-content h2 {
  font-family: 'work-sans-medium', 'sans-serif';
  font-size: 20px!important;
}
.sliding-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 28px;
}
.prev-btn,
.next-btn {
  background-color: #fff;
  cursor: pointer;
  border: none;
}
@media(max-width: 767px) {
  .sliding-card {
    min-width: 300px;
  }
  .sliding-card-content h2 {
    font-size: 20px !important;
  }
  .sliding-card-content h3 {
    font-size: 16px;
  }
  .trusted-by-partners-wrapper h2 {
    font-size: 4rem; !important;
    margin-bottom: 2rem;
  }
  .take-the-next-step-heading h2 {
    font-size: 4rem !important;
  }
}
@media (max-width: 1024px) {
  p {
    font-size: 16px!important;
  }
}