/* Banner & Quote Section */
.banner-quote-section h1 {
  font-weight: 300;
  font-size: 56px;
  line-height: 67.2px;
  color: var(--black);
  margin: 0;
}

.banner-quote-section h2 {
  font-weight: 300;
  font-size: 48px;
  line-height: 57.6px;
  color: var(--heading);
}

.banner-quote-section h3 {
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  color: var(--heading);
}

.banner-quote-section h4 {
  font-weight: 300;
  font-size: 24px;
  line-height: 28.8px;
  color: var(--heading);
}

.banner-quote-section .pos-rel {
  position: relative;
}

.banner-quote-section .container-fluid {
  padding: 0;
}

.banner-quote-section .d-flex {
  display: flex;
}

.banner-quote-section .w-50 {
  width: 50%;
}
.banner-quote-section .bodycopy1 {
  font-weight: 300;
  font-size: 18px;
  line-height: 21.6px;
  color: var(--heading);
  margin: 0;
}
.banner-quote-section .bodycopy2 {
  font-weight: 300;
  font-size: 16px;
  line-height: 19.2px;
  color: var(--heading);
  margin: 0;
}
.banner-quote-section .link1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--heading);
}
.banner-quote-section .link2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--heading);
}
.banner-quote-section .orange-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--secondary);
  text-transform: uppercase;
  margin: 0;
}
.banner-quote-section .section-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--black);
}
.banner-quote-section .quote {
  font-weight: 300;
  font-size: 36px;
  line-height: 43.2px;
  color: var(--black);
  font-style: italic;
}
.banner-quote-section .quote-source {
  font-weight: 400;
  font-size: 16px;
  line-height: 19.2px;
  color: var(--black);
}
.banner-quote-section .border-button {
  padding: 12px 16px;
  border: 1px solid var(--primary);
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  background-color: var(--white);
  color: var(--primary);
  cursor: pointer;
}
a.border-button {
  text-decoration: none;
  color: #008aff;
  display: inline-block;
  transition: all ease 0.5s;
}
a.border-button:hover{
  transition: all ease 0.5s;
}
.banner-quote-section .border-button-bold {
  padding: 12px 16px;
  border: 2px solid var(--primary);
  font-size: 15px;
  line-height: 16px;
  font-weight: 700;
  background-color: var(--white);
}
.banner-quote-section .arrow-button1 {
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  border: none;
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: var(--white);
}
.banner-quote-section .arrow-button1 .arrow {
  width: 23px;
  height: 16.97px;
}
.banner-quote-section .arrow-button2 {
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  border: none;
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: var(--white);
}
.banner-quote-section .arrow-button2 .arrow {
  width: 23px;
  height: 16.97px;
}
.banner-quote-section .icon-button1 {
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  border: none;
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: var(--white);
}
.banner-quote-section .icon-button1 .icon {
  width: 24px;
  height: 24px;
}
.banner-quote-section .icon-button1 .arrow {
  width: 23px;
  height: 16.97px;
}
.banner-quote-section .icon-button2 {
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  border: none;
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: var(--white);
}
.banner-quote-section .icon-button2 .icon {
  width: 24px;
  height: 24px;
}
.banner-quote-section .icon-button2 .arrow {
  width: 23px;
  height: 16.97px;
}
.banner-quote-section .border-button:hover,
.banner-quote-section .border-button:active,
.banner-quote-section .border-button-bold:hover,
.banner-quote-section .border-button-bold:active,
.banner-quote-section .arrow-button1:hover,
.banner-quote-section .arrow-button1:active,
.banner-quote-section .arrow-button2:hover,
.banner-quote-section .arrow-button2:active,
.banner-quote-section .icon-button1:hover,
.banner-quote-section .icon-button1:active,
.banner-quote-section .icon-button2:hover,
.banner-quote-section .icon-button2:active {
  color: var(--white);
  background-color: var(--primary);
}
.banner-quote-section .text-center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .banner-quote-section h1 {
    font-size: 48px;
    line-height: 57.6px;
  }
  .banner-quote-section h2 {
    font-size: 36px;
    line-height: 43.2px;
  }
}

/* Banner start  */
.banner-quote-section .banner {
  background-image: url("/content/dam/carat/us/en/assets/shared/integration-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
  background-position-x: 76%;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  min-height: 600px;
  max-height: 600px;
  position: relative;

}
.banner-quote-section .blur-bg {
  /* background-color: #fff; */
  /* background-image: linear-gradient(
    90deg,
    #fff 0%,
    rgba(255, 255, 255, 0) 192.43%
  ); */
  /* filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.08)); */
  /* backdrop-filter: blur(12px); */
  -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
  /* padding: 120px 62px; */
  padding: 57px 62px;
  min-height: 600px;
  max-height: 600px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.banner-quote-section .banner::before{
    content: '';
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%), linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.08));
    backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    position: absolute;
    width: 50%;
    height: 100%;
    -webkit-clip-path: polygon(100% 0, 100% 85%, 83% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 85%, 83% 100%, 0 100%, 0 0);
}
.banner-quote-section .banner-small-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.banner-quote-section .banner-small-title .small-title {
   
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 12px;
  color: var(--grayBlack);
}

.banner-quote-section .main-title {
   
  font-size: 56px;
  font-weight: 300;
  color: var(--black);
  padding-bottom: 24px;
}

.banner-quote-section .banner .orange-color {
  color: var(--secondary);
  font-size: 52px;
  line-height: 62.4px;
}

.banner-quote-section .banner .black-text {
  font-size: 52px;
  line-height: 62.4px;
}
.banner-quote-section .banner .para-text {
  margin: 0;
}
.banner-quote-section .banner .para-text {
   
  font-size: 18px;
  font-weight: 300;
  line-height: 21.6px;
  color: var(--grayBlack);
  padding-bottom: 24px;
}

.banner-quote-section .banner .border-button {
  padding: 12px 44px;
}

.banner-quote-section .d-lg-none {
  display: none;
}

.banner-quote-section .d-sm-none {
  display: block;
}
/* Banner ends  */

/* Quote starts  */
.banner-quote-section .quote-bg {
  background-color: #f8fbfd;
  padding: 120px 0;
  text-align: center;
}

.banner-quote-section .quote-bg .heading {
   
  font-size: 36px;
  font-style: italic;
  font-weight: 300;
  line-height: 43.2px;
  /* text-transform: capitalize; */
  margin: 0;
  padding: 16px 0;
  color: var(--black);
}

.banner-quote-section .quote-bg .para-text {
  color: var(--black);
  text-align: center;
   
  font-size: 16px;
  font-style: normal;
  /* font-weight: 400; */
  font-weight: bold;
  line-height: 19.2px;
  text-transform: capitalize;
  margin: 0;
}

/* Quote ends  */
@media(min-width: 2000px){
    .banner-quote-section .banner{
        background-image: url('/content/dam/carat/us/en/assets/shared/integration-banner.jpg');
        /* background-position: center; */
        background-size: 144%;
        background-position-x: 85%;
        background-position-y: 31%;
    }
    .banner-quote-section .banner::before{
      -webkit-clip-path: polygon(100% 0, 100% 83%, 86% 100%, 0 100%, 0 0);
      clip-path: polygon(100% 0, 100% 83%, 86% 100%, 0 100%, 0 0);
  }
}
@media(min-width: 991px) and (max-width: 1024px){
  .banner-quote-section .banner{
        background-image: url('/content/dam/carat/us/en/assets/shared/integration-banner.jpg');
        background-size: cover;
        background-position-x: 77%;
        background-position-y: 30%;
  }
  .banner-quote-section .main-title{
    font-size: 44px;
    line-height: 1.2;
  }
  .banner-quote-section .banner .black-text{
    font-size: 44px;
    line-height: 1.2;
  }
  .banner-quote-section .banner .orange-color{
    font-size: 44px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 991px) {
  .banner-quote-section .container {
    max-width: 100%;
    padding: 0 35px;
    width: 100%;
  }
  .banner-quote-section .banner::before{
    display: none;
  }
  .banner-quote-section .container-fluid {
    padding: 0;
  }

  .banner-quote-section .w-50 {
    width: 100% !important;
    margin-top: 54%;
  }

  /* Banner starts  */
  .banner-quote-section .main-title {
    padding-bottom: 20px;
  }

  .banner-quote-section .blur-bg {
    background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) -33.33%,
      rgba(255, 255, 255, 0.8) 100%
    );
    -webkit-clip-path: polygon(92% 1%, 100% 11%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(92% 1%, 100% 11%, 100% 100%, 0 100%, 0 0);
    backdrop-filter: blur(12px);
    padding: 60px 35px 80px 35px;
    min-height: auto;
    max-height: unset;
  }

  .banner-quote-section .banner {
    background-image: url("/content/dam/carat/us/en/assets/shared/integration-ipad-banner.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    background-position: top;
    max-height: unset;
  }

  .banner-quote-section .banner-small-title {
    margin-bottom: 20px;
  }

  .banner-quote-section .banner .para-text {
    padding-bottom: 20px;
  }

  /* Banner ends  */

  /* Quote starts  */

  .banner-quote-section .quote-bg {
    padding: 120px 0px;
  }

  .banner-quote-section .quote-bg {
    padding: 100px 0px;
  }

  /* Quote starts  */
}

@media only screen and (max-width: 510px) {
  .banner-quote-section .blur-bg {
    background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) -33.33%,
      rgba(255, 255, 255, 0.8) 100%
    );
    -webkit-clip-path: polygon(83% 0%, 100% 10%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(83% 0%, 100% 10%, 100% 100%, 0 100%, 0 0);
    backdrop-filter: blur(12px);
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 80px;
    padding-top: 50px;
  }

  .banner-quote-section .w-50 {
    margin-top: 79%;
  }
}

@media only screen and (max-width: 767px) {
  .banner-quote-section h1 {
    font-weight: 300;
    font-size: 48px;
    line-height: 57.2px;
    color: var(--black);
    margin: 0;
  }

  .banner-quote-section .container {
    max-width: 100%;
    padding: 0 32px;
    width: 100%;
  }

  .banner-quote-section .container-fluid {
    padding: 0;
  }
  /* Banner starts  */
  .banner-quote-section .blur-bg {
    background-image: linear-gradient(
    90deg,
    #fff 0%,
    rgba(255, 255, 255, 0) 192.43%
  );
  backdrop-filter: blur(12px);
    padding: 40px 32px 60px 32px;
  }
  .banner-quote-section .d-lg-none {
    display: block;
  }

  .banner-quote-section .d-sm-none {
    display: none;
  }

  .banner-quote-section .main-title {
     
    font-size: 48px;
    font-weight: 300;
    color: var(--black);
    padding-bottom: 20px;
    line-height: 57.6px;
  }

  .banner-quote-section .banner {
    background-image: url("/content/dam/carat/us/en/assets/shared/integration-mob-banner.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    background-position: top;
  }

  .banner-quote-section .banner .black-text {
    font-size: 48px;
  }
  /* Banner ends  */
}
@media screen and (min-width: 2000px) {
  .banner-quote-section .banner, .banner-quote-section .blur-bg {
    min-height: 720px;
  }
  .banner-quote-section .quote-bg{
    padding: 140px 0;
  }
}

