@font-face {
  font-family: "Clash Display";
  src: url(../fonts/ClashDisplay-Semibold.woff);
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-VariableFont_wght.otf);
  font-display: swap;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #19223F;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #19223F;
  font-weight: 600;
}
p {
  color: #666;
  line-height: 24px;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header {
  position: relative;
}
.middle-header {
  background: #fff;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 1000;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.header_absolute {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.header_absolute .middle-header {
  background: transparent;
  box-shadow: none;
}
.header_absolute .img-logo img:first-child {
  display: inline-block;
}
.header_absolute .img-logo img:last-child {
  display: none;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 10px 0;
  animation: fadeInDown 1s both 0.2s;
}
.header.sticky .img-logo img:first-child {
  display: none;
}
.header.sticky .img-logo img:last-child {
  display: inline-block;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.custom_container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.agency_banner_area {
  background: #1A64F9;
  position: relative;
  padding: 150px 0 100px;
  overflow: hidden;
}
.agency_banner_content h2 {
  color: #fff;
  font-family: 'Clash Display', serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.7px;
  margin-bottom: 20px;
}
.agency_banner_content p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.theme_btn {
  background: #10BE57;
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  padding: 15px 32px;
  border-radius: 45px;
  display: inline-block;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
}
.logo p {
  color: #10BE57 !important;
}
.theme_btn_two {
  color: #FFF !important;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 28px;
  border-radius: 45px;
  background: #1A64F9;
  display: inline-block;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
}
.agency_features_img img {
  border-radius: 10px;
}
.hover_effect:before {
  content: "";
  height: 300px;
  width: 300px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: rgba(0, 0, 0, 0.06);
  z-index: -1;
}
.hover_effect:hover:before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.support_info {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 45px;
  display: flex;
}
.agency_banner_img img {
  border-radius: 10px;
}
.support_item {
  padding-top: 28px;
  padding-right: 40px;
}
.support_item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.support_item:not(:first-child) {
  padding-left: 45px;
}
.support_item h4 {
  font-size: 20px;
  font-family: 'Clash Display', serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
.agency_features_area {
  padding: 80px 0px;
}
.agency_title {
  font-size: 36px;
  font-family: 'Clash Display', serif;
  letter-spacing: -1.04px;
  line-height: 1;
  font-weight: 400;
  color: #19223F;
  margin-bottom: 20px;
}
.agency_features_content p {
  color: #242527;
  font-size: 18px;
  line-height: 30px;
  opacity: 0.8;
}
.agency_features_content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.agency_features_content ul li {
  font-size: 16px;
  color: #242527;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 8px;
}
.check-icon::before {
  content: "✔";
  color: #10BE57;
  font-weight: bold;
  margin-right: 8px;
}
.x-icon::before {
  content: "✖";
  color: #ccc;
  font-weight: bold;
  margin-right: 8px;
}
.f_list_item {
  margin-top: 20px;
}
.f_list_item h4 {
  color: #12141D;
  font-size: 25px;
  margin-bottom: 15px;
  font-family: 'Clash Display', serif;
  font-weight: 400;
}
.case_studies_area {
  background: #1A64F9;
  padding: 80px 0;
}
.case_studies_area img {
  border-radius: 10px;
}
.w_color {
  color: #fff !important;
}
.case_img {
  position: relative;
  overflow: hidden;
}
#kurse .row {
  row-gap: 16px;
}
.case_img img {
  transition: all 0.5s linear;
  width: 100%;
}
.case_study_item:hover .case_img img {
  transform: scale(1.05);
}
.case_study_item .content {
  padding-top: 25px;
}
.case_study_item .content h3 {
  color: #FCF7E9;
  font-family: 'Clash Display', serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 8px;
}
.case_study_item .category {
  color: #B7CAE7;
  font-size: 16px;
}
.agency_testimonial_area {
  padding: 80px 0px;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.testimonial-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.testimonial-card .stars {
  margin-bottom: 15px;
  color: #1A64F9;
}
.testimonial-card p {
  font-style: italic;
  margin-bottom: 20px;
}
.agency_pricing_area {
  padding: 80px 0;
  background: #F7F8FC;
}
.pricing_item {
  border-radius: 16px;
  background: #FFF;
  padding: 30px;
  height: 100%;
  transition: all 0.3s linear;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}
#preise .row {
  row-gap: 20px;
}
.testimonial-card h4 {
  font-size: 18px;
  color: #19223F;
}
.pricing_item h3 {
  font-size: 22px;
  font-weight: 600;
  color: #19223F;
  margin-bottom: 25px;
}
.pricing_item .price {
  color: #19223F;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 15px;
}
.pricing_item .price sub {
  font-size: 18px;
  opacity: 0.6;
  font-weight: 400;
}
.pricing_item p {
  opacity: 0.75;
  margin-bottom: 30px;
}
.pricing_item ul li {
  font-size: 18px;
  color: #565B63;
  margin-bottom: 14px;
}
.pricing_item ul li.disabled {
  opacity: 0.5;
}
.pricing_item .theme_btn_two {
  padding: 16px 30px;
  margin-bottom: 30px;
}
.agency-faq-area {
  padding: 80px 0px;
}
.faq-two {
  border: 1px solid #E4E4E7;
  border-radius: 10px;
}
.single-faq {
  padding: 22px 40px;
  background: #fff;
}
.single-faq:not(:first-child) {
  border-top: 1px solid #E4E4E7;
}
.accordion-button {
  background: transparent;
  border: none !important;
  width: 100%;
  text-align: left;
  padding: 0;
  font-size: 21px;
  color: #12141D;
  font-family: 'Clash Display', serif;
  font-weight: 600;
  cursor: pointer;
}
.faq-heading {
  padding: 16px 0;
}
.accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #1A64F9;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.faq-body {
  padding: 15px 0px 0px;
  font-size: 18px;
  color: #12141D;
  opacity: 0.8;
}
.agency-contact-area {
  background: #1A64F9;
  padding: 80px 0px;
}
.agency-contact-info p {
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 35px;
}
.agency-contact-form {
  background: #fff;
  border-radius: 14px;
  padding: 60px 48px;
}
.agency-contact-form .form-control {
  border-radius: 8px;
  border: 1px solid rgba(14, 21, 32, 0.04);
  background: #F7F8FC;
  padding: 10px 25px;
  margin-bottom: 15px;
  width: 100%;
}
.agency-contact-form .theme_btn_two {
  width: 100%;
  border: 0px;
  margin-top: 18px;
}
.footer-area {
  background-color: #172530 !important;
  color: rgba(255, 255, 255, 0.7);
}
.footer-top {
  padding: 80px 0;
}
.footer-about .logo {
  margin-bottom: 28px;
  display: inline-block;
}
.footer-area .widget-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 25px;
}
.footer-area .f-link ul li {
  margin-bottom: 14px;
  font-size: 16px;
}
.footer-area .f-link ul li a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
}
.footer-area .f-link ul li a:hover {
  color: #1A64F9;
}
.footer-area p,
.footer-area li {
  color: rgba(255, 255, 255, 0.7);
}
.footer-area .copyright {
  padding: 40px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* Responsive */
@media (max-width: 991px) {
  .agency_features_content {
    margin-top: 45px;
  }
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .agency_banner_area {
    padding: 150px 0px 100px;
  }
  .agency_banner_content h2 {
    font-size: 40px;
    line-height: 1.2;
  }
  .support_info {
    flex-direction: column;
  }
  .support_item {
    padding-left: 0 !important;
    border: none !important;
  }
  .agency_features_area {
    padding: 100px 0px;
  }
  .agency-contact-form {
    padding: 60px 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576.98px) {
  .agency_banner_content h2 {
    font-size: 32px;
    letter-spacing: normal;
  }
}
.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 150px 0 150px;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
}
.thanks p.thanks-text {
  color: #1A64F9;
  font-weight: 700;
}
.docs {
  word-break: break-word;
  padding: 80px 0;
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.docs h2 {
  margin-bottom: 10px;
  font-size: 24px;
}
.docs h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.docs li,
.docs p {
  color: inherit;
  line-height: 1.929;
}
.docs a {
  text-decoration: none !important;
  color: #10BE57;
}
.docs a:hover {
  color: #1A64F9;
}