/* home page styles */

/* header overwrite styles */
header.home-header {
  position: unset;
  padding-bottom: 10px;
  background-image: url(../../img/header.jpg);
  background-size: 500% 100%;
  background-position: center center;
}

/* home page solution ideas styles */
.solutions-ideas {
  padding: 40px;
  background-color: #F3F8FB;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 120px;
}

.solutions-ideas-item img {
  width: auto;
  height: 250px;
  margin-top: 36px;
}

.solutions-ideas-item h4,
.solutions-ideas-item h5,
.solutions-ideas-item p {
  text-transform: uppercase;
  margin: 0;
  font-weight: normal;
}
.solutions-ideas-item h4 {
  font-size: 20px;
  font-weight: bold;
}

.solutions-ideas-item h5 {
  font-size: 16px;
}

.solutions-ideas-item p {
  font-size: 16px;
}


/* home page digital services styles */
.home-digital-services {
  padding: 120px 0 0 0;
  height: auto;
}

.home-digital-service-content .row {
  border-radius: 4px;
  /*padding-top: 120px;*/
  padding-bottom: 60px;
  transition: all 0.3s ease-in-out;
}
.home-digital-service-content .row:last-child {
  padding-bottom: 0 !important;
}


.home-digital-services-item {
  /*padding: 20px;*/
  padding-bottom: 60px;

}

.home-digital-services-item .services-text.two {
  /*padding-top: 20px;*/
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: start;
  height: 100%;
}

.home-digital-services-item .services-text.two h4 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  display: inline-block;
}

.home-digital-services-item .services-text.two p {
  font-size: 16px;
  line-height: 24px;
}

.home-digital-services-item .services-img figure {
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


/* youtube player */
.video-container {
  position: relative;
  width: 86%;
  margin: 20px auto;
  padding-top: 39.25%;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* subscription section */
.subscript-section-section {
  margin-top: 100px;
  padding: 50px;
  background-color: #F3F8FB;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subscript-section-section .subscript-section {
  width: 60%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 22px;
}

.subscript-section-section .subscript-section h4 {
  margin: 0;
  font-size: 28px;
  text-transform: capitalize;
  line-height: 20px;
}

.subscript-section-section .subscript-section .p-text {
  width: 66%;
  font-size: 18px;
}

.subscript-section form {
  display: flex;
  position: relative;
  width: 68%;
}

.subscript-section form input {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  background-color: transparent;
  border: 1px solid #999;
  outline: none;
  color: #666;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.subscript-section form input::placeholder {
  color: #666;
}

.subscript-section form button {
  background-color: #0049ff;
  height: 50px;
  right: 0;
  margin-top: 0px;
  border: 0;
  color: white;
  width: 100px;
  font-size: 16px;
  position: absolute;
  text-transform: capitalize;
  outline: none;
}

.subscript-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}



/* home hero slide overwrite styles  */

/*dark bg slide*/
.home-hero-slide-wrapper {
  height: calc(100vh - 84px);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: inset 0 -1px 2px -2px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

/*using different bg image format */
.home-hero-slide-wrapper.bg-slide-02 {
  background-size: cover;
}

/*white bg slide*/
.home-hero-slide-wrapper.transparent-bg-png-image {
  background-size: 76% 100%;
  background-position: left center;
}

.home-hero-slide-01-wrapper, .home-hero-slide-02-wrapper, .home-hero-slide-03-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
.home-hero-slide-01-wrapper, .home-hero-slide-02-wrapper, .home-hero-slide-03-wrapper {
  justify-content: flex-end;
}
.home-hero-slide-01-wrapper .home-hero-slide-01-text,
.home-hero-slide-02-wrapper .home-hero-slide-02-text {
  text-align: right;
}

.home-hero-slide-01-wrapper .home-hero-slide-01-text .small-text,
.home-hero-slide-02-wrapper .home-hero-slide-02-text .small-text
{
  font-size: 28px;
  line-height: 42px;
  text-transform: uppercase;
}
.home-hero-slide-01-wrapper .home-hero-slide-01-text .large-text,
.home-hero-slide-02-wrapper .home-hero-slide-02-text .large-text {
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  text-transform: uppercase;
}

.home-hero-slide-02-wrapper .home-hero-slide-02-text {
  color: white;
}

.heading-boder.home-hero-slide-02-text span:before{
  background-image: url(../../img/text-line-w.png);
}

.home-hero-slide-03-wrapper .home-hero-slide-03-text {
  text-transform: uppercase;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-right: 70px;
}

.home-hero-slide-03-wrapper .home-hero-slide-03-text .small-text {
  font-size: 30px;
  line-height: 1.3em;
}

.home-hero-slide-03-wrapper .home-hero-slide-03-text .large-text {
  font-size: 48px;
  line-height: 1.7em;
  font-weight: bold;
}

.bg-white-class {
  background-color: white;
}

.dashed-words {
  display: inline-block;
  letter-spacing: 1.5px;
}

/* The `T` component wraps HTML i18n strings in <span class="t-html">. That outer
   wrapper must NOT receive the `.heading-boder span:before` underline — otherwise
   the leading words (e.g. "to your", "lean &") get a stray line. Only the inner
   <span> inside the translation string should be underlined. */
.heading-boder span.t-html:before {
  display: none !important;
}
.heading-boder span.t-html {
  padding-left: 0;
}

/* Slide 2: pull the left end of the divider line slightly to the right */
.home-hero-slide-02-wrapper .hr-height-2 {
  margin-left: 60px;
}

/* slide pagination bullet overwrite styles */
span.swiper-pagination-bullet{
  background-color: #cfcfcf;
  border: 2px solid #cfcfcf;
  width: 18px;
  height: 18px;
  transition: all .3s ease-in-out;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #005cbb;
  border: 2px solid #005cbb;
  width: 18px;
  height: 18px;
}

.herotwoswiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* swiper prev and next button overwrite styles */
.swiper-button-next, .swiper-button-prev {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffff;
  opacity: 0.3;
  border-radius: 50%;
  transition: all .3s ease-in-out;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  cursor: pointer;
  opacity: 1;
}
.swiper-button-next svg, .swiper-button-prev svg {
  fill: #28292b;
  width: 60%;
}
.swiper-button-next:hover svg, .swiper-button-prev:hover svg {
  fill: #28292b;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .3;
}

.swiper-button-next.swiper-button-disabled:hover, .swiper-button-prev.swiper-button-disabled:hover {
  opacity: 1;
}
.swiper-button-next {
  margin-right: 1.25%;
}

.swiper-button-prev {
  margin-left: 1.25%;
}
.swiper-button-next:before, .swiper-button-prev:before {
  display: none;
  transition: all .3s ease-in-out;
}

/* home page video heading overwrite styles */
.home-page-video-heading {
  display: flex;
  flex-direction: column;
  padding: 80px 0 60px 0;
}
.home-page-video-heading h2{
  width: 70%;
  line-height: 1.3;
}

.home-page-video-heading h2 span{
  display: inline-block;
}
.home-page-video-heading h2.title-first-line {
  font-size: 54px;
}
.home-page-video-heading h2.title-second-line {
  font-size: 48px;
}

/*video image player btn color overwrite styles */
.video-img i {
  font-size: 36px;
  color: white;
  border: 2px solid #fff;
  transform: translate(-50%, -50%);
  background-color: rgba(0,0,0,0.5);box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

/*home page services section*/
.home-services h2 span{
  display: inline-block;
}

/* service item text-block override styles */
.sercive-style-text-override {
  padding: 35px 25px !important;
}
/* show value section */
.home-services-text { }
