.aiCasestudy {
  background: url(../images/ai-casestudy/ai-banner.png) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 180px 0px;
}
@media (max-width: 769px) {
  .aiCasestudy {
    padding: 50px 0px;
  }
}
.aiCasestudy .solutionHeading {
  text-align: center;
  line-height: 135px;
}
.aiCasestudy .solutionHeading .shadowHeading {
  position: relative;
  display: inline-block;
}
.aiCasestudy .solutionHeading .shadowHeading h1 {
  color: #000000;
  font-family: Impact, sans-serif;
  font-size: 87.12px;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .aiCasestudy .solutionHeading .shadowHeading h1 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .aiCasestudy .solutionHeading .shadowHeading h1 {
    font-size: 55px;
  }
}
@media (max-width: 473px) {
  .aiCasestudy .solutionHeading .shadowHeading h1 {
    font-size: 40px;
  }
}
.aiCasestudy .solutionHeading .shadowHeading h1 span {
  color: #0ccdfc;
  font-size: 148px;
}
@media (max-width: 991px) {
  .aiCasestudy .solutionHeading .shadowHeading h1 span {
    font-size: 100px;
  }
}
@media (max-width: 473px) {
  .aiCasestudy .solutionHeading .shadowHeading h1 span {
    font-size: 70px;
  }
}
.aiCasestudy .solutionHeading .shadowHeading .shadowSubtitle {
  position: absolute;
  top: 60%;
  transform: translate(-50%, -50%);
  opacity: 0.05;
  white-space: nowrap;
  color: #000000;
  font-family: Impact, sans-serif;
  font-size: 110px;
  letter-spacing: 42px;
  text-transform: capitalize;
  z-index: 999;
}
@media (max-width: 1200px) {
  .aiCasestudy .solutionHeading .shadowHeading .shadowSubtitle {
    font-size: 70px;
  }
}
@media (max-width: 864px) {
  .aiCasestudy .solutionHeading .shadowHeading .shadowSubtitle {
    display: none;
  }
}

.studyCard {
  padding: 40px 0;
  background: aliceblue;
}
@media (max-width: 1024px) {
  .studyCard {
    padding: 40px 10px;
  }
}
.studyCard .cardBox {
  background-color: white;
  border-radius: 20px;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.studyCard .cardBox img {
  height: 100%;
}
@media (max-width: 766px) {
  .studyCard .cardBox img {
    display: none;
  }
}
.studyCard .cardBox .caseStudyContent {
  padding: 30px 35px 22px 19px;
}
@media (max-width: 473px) {
  .studyCard .cardBox .caseStudyContent {
    padding: 20px 0px;
  }
}
.studyCard .cardBox .caseStudyContent h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 32px;
  margin-bottom: 22px;
  color: #121417;
}
@media (max-width: 991px) {
  .studyCard .cardBox .caseStudyContent h3 {
    font-size: 26px;
  }
}
@media (max-width: 473px) {
  .studyCard .cardBox .caseStudyContent h3 {
    font-size: 20px;
  }
}
.studyCard .cardBox .caseStudyContent p {
  font-family: "RedHatDisplay-Regular";
  font-size: 20px;
  color: #61758a;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .studyCard .cardBox .caseStudyContent p {
    font-size: 18px;
  }
}
@media (max-width: 473px) {
  .studyCard .cardBox .caseStudyContent p {
    font-size: 16px;
  }
}
.studyCard .cardBox .caseStudyContent .customBtn {
  padding: 15px 22px;
  border-radius: 7px;
  box-shadow: none;
  border: 1px solid #155a9f;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #193370;
  color: #fff !important;
}
.studyCard .cardBox .caseStudyContent .customBtn:hover {
  background-color: #fff;
  color: #193370 !important;
  border: 1px solid #155a9f;
}
.studyCard .cardBox .caseStudyContent i {
  rotate: -46deg;
  margin-left: 5px;
}
@media screen and (max-width: 575px) {
  .studyCard .switchField {
    flex-direction: column;
    gap: 15px;
  }
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 46px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.85);
  z-index: 999;
  justify-content: center;
  align-items: center;
}
.popup-overlay .popup-box {
  background: white;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 800px;
  position: relative;
}
.popup-overlay .popup-box .close-btn {
  position: absolute;
  top: 10px;
  right: 18px;
  font-size: 30px !important;
  cursor: pointer;
}
.popup-overlay .popup-box .popup-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup-overlay .popup-box .popup-form .form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.popup-overlay .popup-box .popup-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.popup-overlay .popup-box .popup-form .form-group textarea {
  border: 1px solid #444;
  padding: 8px;
  font-size: 14px;
  outline: none;
  resize: none;
}
.popup-overlay .popup-box .popup-form .form-group textarea:focus {
  border: 1px solid #444;
  outline: none;
}
.popup-overlay .popup-box .popup-form .form-group label {
  font-size: 14px;
  margin-bottom: 6px;
  color: #555;
}
.popup-overlay .popup-box .popup-form .form-group input {
  border: none;
  border-bottom: 1px solid #444;
  padding: 8px 0;
  font-size: 14px;
  outline: none;
}
.popup-overlay .popup-box .popup-form .form-group select {
  border: none;
  border-bottom: 1px solid #444;
  padding: 8px 0;
  font-size: 14px;
  outline: none;
  background: transparent;
}
.popup-overlay .popup-box .popup-form .submit-btn {
  margin-top: 10px;
  width: 120px;
  background: #102e6c;
  color: white;
  padding: 10px 0;
  border: none;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}

/*# sourceMappingURL=ai-casestudy.css.map */
