/* STYLES.CSS */
#cookie-div {
  font-family: 'Montserrat';
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  z-index: 9999;
  padding: 30px 0;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#cookie-div .cookie-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

#cookie-div .cookie-header .cookie-title {
  font-size: 20px;
  line-height:25px;
  font-weight: bold;
  margin: 0;
}

#cookie-div .cookie-paragraph {
  font-size: 14px;
  line-height:22px;
  margin: 0;
}

#cookie-div .cookie-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 25px 0 0 0;
}

#cookie-div .cookie-button-container .cookie-button {
  font-size: 14px;
  line-height:22px;
  padding: 10px 25px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: bolder;
  color: #fff;
}

#cookie-div .cookie-button-container .cookie-button:hover {
  filter: brightness(1.2);
}

#cookie-div .cookie-button-container .know-more {
  background-color: #4A4A4A;
}

#cookie-div .cookie-button-container .accept {
  background-color: #9E52A0;
}

#digital-experiences {
  padding: 65px 0 40px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#project-highlight {
  background-color: #FAFAFA;
  padding: 65px 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.custom-carousel {
  background-color: #FAFAFA;
}

.text-area {
  font-family: 'Montserrat';
  max-width: 562px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #4A4A4A;
  padding-bottom: 70px;
}

.sub-title {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 18px;
  line-height: 43px;
}

.purple {
  color: #462778;
}

.white {
  color: #fff
}

.width-limit {
  width: 90% !important;
  margin: 0 auto;
  max-width: 1213px;
}

.default-hgroup {
  width: 90%;
  max-width: 1037px;
  margin-bottom: 40px;
}

.default-hgroup h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0;
}

.default-hgroup p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
}

.default-hgroup.purple h1,
.default-hgroup.purple p {
  color: #462778;
}

.default-hgroup.white h1,
.default-hgroup.white p {
  color: white;
}

.default-hgroup::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 14px;
}

.default-hgroup.purple::after {
  background-color: #4A4A4A;
}

.default-hgroup.white::after {
  background-color: white;
}

.buttons-container {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 49px;
}

.btn-call-to-action {
  font-family: 'Montserrat';
  font-weight: 700;
  width: 344px;
  height: 55px;
  text-align: center;
  font-size: 16px;
  color: #F1F1F1;
  background: #974493;
  border: 1px solid #974493;
  border-radius: 7px !important;
  cursor: pointer;
  text-transform: uppercase !important;
}

.btn-call-to-action:hover {
  filter: brightness(120%);
}

.privacy-policy-checkbox-container {
  margin: 33px 0px !important;
  color: white;
}

.privacy-policy-checkbox-container a {
  color: white;
}

.privacy-policy-checkbox-container a:hover {
  color: white;
  font-weight: 600;
}

.form-check-input {
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #9E52A0 !important;
  border-color: #9E52A0 !important;
}


footer {
  background: linear-gradient(0deg, #462778 0%, #502D89 100%);
}

.page-footer {
  padding: 20px 0;
  text-align: center;
}

.page-footer p {
  font-family: 'Montserrat';
  font-size: 14px;
  margin: 0 !important;
  padding: 0 !important;
  color: white;
}

.page-footer p a {
  color: white;
  text-decoration: none;
}

.page-footer p a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .buttons-container {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .btn-call-to-action {
    font-size: 18px;
  }
}

#progress-bar {
  display: none;
  overflow: hidden;
}

/* 1200PX BREAKPOINT */
@media screen and (min-width: 1200px) {
  .default-hgroup {
    margin-bottom: 49px;
  }

  .default-hgroup h1 {
    padding-left: 15px;
    font-size: 35px;
    line-height: 43px;
  }

  .default-hgroup p {
    padding-left: 15px;
    font-size: 80px;
    line-height: 75px;
  }

  .sub-title {
    font-size: 35px;
  }

  .buttons-container {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 49px;
    padding-left: 15px;
  }

  .btn-call-to-action {
    font-size: 22px;
  }

  .text-area {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 70px;
    margin: 0 0 0 15px;
  }

  /* contact section */
  #contact-section h2 {
    padding-left: 15px;
    margin-top: 130px;
  }

  .form-floating label {
    font-size: 18px;
  }

  .form-container {
    padding-left: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 56px;
    grid-row-gap: 33px;
  }

  .custom-textarea {
    margin-top: 33px;
    margin-bottom: 60px;
    padding-left: 14px;
  }

  .custom-textarea label {
    left: 14px !important;
  }

  .custom-textarea textarea {
    padding-top: 50px !important;
  }

  .form-control {
    height: 100px !important;
    font-size: 22px !important;
  }

  .form-floating label {
    font-size: 28px;
  }

  .form-floating>.form-control:focus~label,
  .form-floating>.form-control:not(:placeholder-shown)~label,
  .form-floating>.form-select~label {
    font-size: 22px;
  }

  .privacy-policy-checkbox-container {
    margin-left: 15px !important;
  }

  /* experience power section */
  #project-highlight .exp-power-title {
    font-size: 45px;
    line-height: 55px;
  }

  #project-highlight .exp-power-subtitle {
    font-size: 20px;
    margin-bottom: 25px;
  }

  #project-highlight .exp-power-paragraph {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 35px;
  }

  #project-highlight article {
    padding: 0 0 0 15px;
  }

  #project-highlight article>div {
    gap: 50px;
    width: 28%;
    max-width: 336px;
  }

  #project-highlight img {
    width: 100%;
    height: auto;
    max-width: 830px;
  }

  /* modal section */
  .project-modal .modal-body .article-title {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 25px;
  }

  .project-modal .modal-body .article-paragraph {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #4A4A4A;
  }

  /* navbar section */
  .navbar .container-fluid {
    padding: 0 15px !important;
  }

  .offcanvas-body .mavi-big-m {
    height: 90%;
    /* position: absolute; */
    z-index: 1046;
    top: 40px;
    left: 0;
  }

  .navbar,
  .offcanvas-header {
    min-height: calc(40px + 43px + 40px);
    height: calc(40px + 43px + 40px);
  }

  .mavidev-logo {
    height: 43px;
    cursor: pointer;
  }

  .navbar-toggler {
    width: 81px;
    height: 81px;
  }

  .navbar-toggler img {
    width: 50px;
    height: 34px;
  }

  .offcanvas-header .btn-close {
    width: 60px;
    height: 60px;
  }

  .offcanvas-item .text-end {
    margin-bottom: 25px;
  }

  /* progress bar section */
  #progress-bar {
    position: fixed;
    right: 12px;
    top: calc(50% - (290px /2));

    /* overflow: auto;
      height: 290px; */

    /* WITHOUT PROJECTS-CAROUSEL */
    overflow: hidden;
    height: 230px;

    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;

    transition: all ease-in-out 150ms;
  }

  .progress-bar-checkpoint-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    width: 100%;
    z-index: 1;
    position: relative;
  }

  .progress-bar-checkpoint-item:hover,
  .progress-bar-checkpoint-item:hover .progress-bar-checkpoint-text {
    cursor: pointer;
    font-weight: 700 !important;
  }

  .progress-bar-checkpoint-item .progress-bar-checkpoint-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #D1D1D1;
  }

  .progress-bar-inner-base,
  .progress-bar-inner-active {
    width: 2px;
    position: absolute;
    right: 9px;
    border-top: none;
    border-bottom: none;
  }

  .progress-bar-inner-base {
    top: 20px;
    max-height: 230px;
    height: 100%;
    background-color: #D1D1D1;
  }

  .progress-bar-inner-active {
    background-color: #7F54C4;
    position: absolute;
    max-height: 50px;
    top: 20px;
  }

  .progress-bar-checkpoint-item .progress-bar-checkpoint-ball {
    min-width: 20px;
    width: 20px;
    min-height: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #D1D1D1;
    z-index: 1;
  }

  .progress-bar-checkpoint-item.active .progress-bar-checkpoint-text {
    color: #7F54C4;
    font-weight: 500;
  }

  .progress-bar-checkpoint-item.active .progress-bar-checkpoint-ball {
    background-color: #7F54C4;
  }


  /* projects carousel section */
  .carousel-item .item-container .carousel-image {
    padding-left: 15px;
    max-height: 390px;
  }

  .carousel-item .item-container header h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .carousel-item .item-container header p {
    font-size: 16px;
    line-height: 25px;
  }

  .carousel-item .item-container header button {
    margin-top: 60px;
    font-size: 22px;
    line-height: 28px;
  }

  .carousel-item .item-container header button img {
    width: auto;
    height: 20px;
    margin-bottom: 4px;
  }

  /* seo modal section */
  .seo-modal .modal-body .top-article {
    gap: 65px;
  }

  .seo-modal .modal-body .top-article img {
    max-width: 639px;
  }

  /* what we do section */
  .col-width {
    max-width: 414px !important;
  }

  .custom-text:last-of-type {
    /* height: 110px; */
    position: relative;
    bottom: 0;
  }

  .custom-heading {
    height: 80px;
  }
}

/* CONTACT SECTION CSS */
#contact-section {
  padding: 65px 0 40px;
  padding-bottom: 65px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #462778 0%, #502D89 100%);
}

#contact-section h2 {
  font-family: 'Montserrat';
  font-weight: 600;
  font-family: 35px;
  color: white;
  padding-bottom: 31px;

}

.custom-textarea {
  margin: 20px 0px;
}

.custom-textarea textarea {
  resize: none !important;
}

.form-floating textarea {
  height: 150px !important;
}

.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 2rem !important;
  padding-left: 1rem;
}

.form-control {
  background-color: #C4C4C460 !important;
  border: none !important;
  border-radius: 10px !important;
  color: white !important;
  font-weight: 400 !important;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  font-family: 'Montserrat';
  display: initial;
  font-size: 18px;
  padding-left: 15px !important;
  opacity: 1 !important;
}

.form-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: white !important;
}

.form-floating label {
  display: flex;
  align-items: center;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 18px;
  line-height: 26.82px;
  color: white;
  padding-left: 15px !important;
}

.form-field-title {
  font-family: 'Montserrat';
  font-weight: 600;
  line-height: 42.67px;
  font-size: 35px;
}

#contact-section .btn-call-to-action {
  max-width: 356px !important;
  width: 100% !important;
  margin: 0 auto;
}

#contact-section .btn-call-to-action:disabled {
  cursor: auto !important;
}

#contact-section .btn-call-to-action:disabled:hover {
  filter: brightness(100%);
}

#contact-form-toast-success .toast-body {
  background: #4BB54360;
}

#contact-form-toast-error .toast-body {
  background: #ff333390;
}

@media screen and (min-width: 800px) {
  .form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }
}

/* EXPERIENCE POWER CSS */
#project-highlight {
  font-family: 'Montserrat';
  font-style: normal;
}

#project-highlight article {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#project-highlight article>div {
  margin-bottom: 25px;
}

#project-highlight .exp-power-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 25px;
  color: #462778;
}

#project-highlight .exp-power-subtitle {
  font-size: 18px;
  line-height: 26px;

  font-weight: 600;
  margin-bottom: 25px;
}

#project-highlight .exp-power-paragraph {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

#project-highlight strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}

#project-highlight img {
  width: 100%;
  height: auto;
  max-width: 400px;
  object-fit: cover;
  object-position: center;
}

/* 768PX BREAKPOINT */
@media screen and (min-width: 768px) {

  /* project highlight section */
  #project-highlight article {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    gap: 27px;
  }

  #project-highlight img {
    width: 50%;
    height: auto;
    max-width: 600px;
  }

  /* modal section */
  #modal-dialog {
    width: 90% !important;
    margin: 0 auto;
    max-width: 1157px;
  }

  .project-modal .modal-content {
    max-height: calc(100vh - 100px);
    top: 25px;
  }

  .project-modal .modal-header {
    height: 100px;
    padding: 0 40px;
  }

  .project-modal .modal-body {
    padding: 0 81px 45px 45px;
  }

  /* projects section */
  .carousel-item .item-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 60px;
    min-height: 400px;
    max-width: 1200px;
  }

  .carousel-item .item-container.row-reverse {
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    padding-left: 15px;
  }

  .carousel-item .item-container.row-reverse header button {
    align-self: flex-start;
  }

  .carousel-item .item-container .carousel-image {
    max-height: 280px;
    max-width: 50%;
    margin-bottom: 0;
  }

  .carousel-item .item-container header {
    max-width: 50%;
  }

  /* seo modal section */
  .seo-modal .modal-body .top-article {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 57px;
    gap: 40px;
  }

  .seo-modal .modal-body .top-article img {
    width: 60%;
    height: auto;
    max-width: 410px;
  }
}

/* LOADER CSS */
.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;
  box-shadow: 9999px 0 0 -5px #fff;
  animation: dotPulse 1.5s infinite linear;
  animation-delay: .25s;
}

.dot-pulse::before,
.dot-pulse::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;
}

.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px #fff;
  animation: dotPulseBefore 1.5s infinite linear;
  animation-delay: 0s;
}

.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px #fff;
  animation: dotPulseAfter 1.5s infinite linear;
  animation-delay: .5s;
}

@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #fff;
  }

  30% {
    box-shadow: 9984px 0 0 2px #fff;
  }

  60%,
  100% {
    box-shadow: 9984px 0 0 -5px #fff;
  }
}

@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #fff;
  }

  30% {
    box-shadow: 9999px 0 0 2px #fff;
  }

  60%,
  100% {
    box-shadow: 9999px 0 0 -5px #fff;
  }
}

@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #fff;
  }

  30% {
    box-shadow: 10014px 0 0 2px #fff;
  }

  60%,
  100% {
    box-shadow: 10014px 0 0 -5px #fff;
  }
}

.loading:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {

  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow:
      .25em 0 0 rgba(0, 0, 0, 0),
      .5em 0 0 rgba(0, 0, 0, 0);
  }

  40% {
    color: white;
    text-shadow:
      .25em 0 0 rgba(0, 0, 0, 0),
      .5em 0 0 rgba(0, 0, 0, 0);
  }

  60% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 rgba(0, 0, 0, 0);
  }

  80%,
  100% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 white;
  }
}

/* MODAL CSS */
body {
  padding: 0 !important;
}

.project-modal .modal-body {
  padding: 0 25px 35px;
}

.project-modal .modal-content {
  border-bottom: none;
  border-radius: 0;
  background-clip: unset;
}

.project-modal .modal-header {
  border-bottom: none;
  height: 60px;
  align-items: center;
  justify-content: flex-end;
  padding: 0 25px;
}

.project-modal .modal-header button {
  background: url(../images/close_black.svg) no-repeat center;
}

.project-modal .modal-body .article-title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 25px;
  color: #4A4A4A;
}

.project-modal .modal-body .article-paragraph {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.5px;
  color: #4A4A4A;
}

@media screen and (min-width: 511px) {
  .project-modal .modal-header {
    height: 80px;
  }

  .project-modal .modal-body {
    padding: 0 45px 45px;
  }
}

/* NAVBAR CSS */
header {
  background-color: white;
}

.navbar,
.offcanvas-header {
  min-height: calc(30px + 30px + 30px);
  height: calc(30px + 30px + 30px);
}

.nav-link {
  padding: 0 !important;
}

.mavidev-logo {
  height: 30px;
  object-fit: contain;
  object-position: center;
  padding: 0 !important;
  position: relative;
}

.navbar-toggler {
  width: 60px;
  height: 60px;
}

.offcanvas-header,
.offcanvas-body {
  padding: 0 !important;
}

.offcanvas-header .mavidev-logo,
.offcanvas-header .btn-close {
  position: relative;
  z-index: 1047 !important;
}

.offcanvas-header .btn-close {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: url(../images/close_white.svg) no-repeat center;
}

.navbar-toggler img {
  width: 30px;
}

.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
  background-color: #E8E8E8;
  box-shadow: none;
  border-radius: 50%;
}

.navbar-nav {
  position: relative;
  z-index: 1047 !important;
}

.offcanvas.offcanvas-top {
  height: 100vh !important;
  background: linear-gradient(180deg, #462778 0%, #2C0074 100%);
}

.offcanvas-body .mavi-big-m {
  height: 90%;
  /* position: absolute; */
  z-index: 1046;
  top: 30px;
  left: 0;
}

.offcanvas-body .features-list {
  margin-top: 10px;
}

.offcanvas-body .contact-list {
  margin-top: 40px;
}

.offcanvas-item {
  text-align: right;
}

.offcanvas-item .text-end {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  text-align: right;
  margin-bottom: 10px;
  opacity: 1;
  cursor: pointer;
}

.offcanvas-item .text-end:hover,
.offcanvas-item .text-end:active,
.offcanvas-item .text-end:focus {
  font-weight: 500;
  color: white;
}

.offcanvas-item .text-end:after {
  display: block;
  content: '';
  border-bottom: solid 2px white;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  margin-top: 15px;
}

.offcanvas-item .text-end:hover:after {
  transform: scaleX(1);
}

.offcanvas-item .text-end.from-right:after {
  transform-origin: 100% 50%;
}

.contact-list .social-media-container .social-media-button {
  margin-bottom: 20px;
}

.contact-list .social-media-container .social-media-button {
  width: 61px;
  height: 61px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.contact-list .social-media-container .social-media-button:hover,
.contact-list .social-media-container .social-media-button:active,
.contact-list .social-media-container .social-media-button:focus {
  background-color: #512A8F;
}

.contact-list .offcanvas-item .contact-item {
  display: inline-block;
  color: white;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: right;
}

.contact-list .offcanvas-item .contact-item:hover {
  font-weight: 600;
}

@media screen and (min-width: 1400px) {
  .offcanvas-body .navbar-nav {
    margin-top: 60px;
  }

  .offcanvas-item .text-end {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
  }

  .contact-list .offcanvas-item .contact-item {
    font-size: 22px;
    line-height: 27px;
  }
}

/* PROGRESS BAR CSS */

/* PROJECTS CAROUSEL */
#projects-carousel {
  padding: 65px 0 40px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.carousel-item .item-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.carousel-item .item-container .carousel-image {
  max-width: 250px;
  max-height: 250px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
}

.carousel-item .item-container header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}

.carousel-item .item-container header h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  color: #462778;
}

.carousel-item .item-container header p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;

  color: #4A4A4A;
}

.carousel-item .item-container header button {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #462778;
  align-self: flex-end;
}

.carousel-item .item-container header button:hover,
.carousel-item .item-container header button:active,
.carousel-item .item-container header button:focus {
  background-color: #E8E8E8;
  box-shadow: none;
}

.carousel-item .item-container header button img {
  margin-left: 7px;
  height: 12px;
}

.carousel .carousel-indicators {
  margin-top: 20px;
}

.carousel .carousel-indicators .carousel-button {
  height: 15px;
  width: 15px;
  gap: 20px;
  border-radius: 50%;
  background-color: #462778;
}

.carousel .carousel-indicators .carousel-button:not(:last-of-type) {
  margin-right: 15px;
}

/* SEO MODAL CSS */
.seo-modal .modal-body .top-article {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  margin-bottom: 50px;
}

.seo-modal .modal-body .top-article img {
  width: 100%;
  height: auto;
  max-width: 400px;
  object-fit: cover;
  object-position: center;
}

/* WHAT WE DO CSS */
#what-we-do {
  font-family: 'Montserrat';
  padding: 65px 0 40px;
  padding-bottom: 65px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #462778 0%, #502D89 100%);
}

.custom-text {
  font-weight: 500;
  line-height: 19.5px;
  /* height: 115px; */
  padding: 0px 10px;
}

.custom-heading {
  font-weight: 700;
  font-size: 25px;
  line-height: 30.48px;
  padding: 0px 10px;
  /* height: 80px; */
}

.transparent-bg {
  background: transparent
}