.introContainer {
  padding-top: 180px;
}

.content {
  /* background: hsla(211, 100%, 28%, 1);
    background: linear-gradient(90deg, hsla(211, 100%, 28%, 1) 0%, hsla(236, 100%, 8%, 1) 100%); */
  padding-bottom: 100px;
}

.showcase {
  width: 100%;
  height: 600px;
  position: relative;
  color: white;
  text-align: center;
  object-fit: cover;
}

.showcase img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: var(--themeNavBarHeight);
  left: 0;
  z-index: 1;
}

.showcase .overlay {
  width: 100%;
  height: 600px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: var(--themeNavBarHeight);
  left: 0;
  z-index: 2;
}

.showcase h1 {
  margin-top: 170px;
  font-size: 3em;
}

.showcase p {
  margin-top: 8px;
  font-size: 1.5em;
}

.introductionContainer {
  margin-top: 100px !important;
  max-width: 1000px;
  margin: 0 auto;
}

.introductionContainer p {
  color: var(--themeNormalTextColor);
}

.processContainer {
  width: 100%;
  margin-top: 100px;
  text-align: center;
}

.innerProcessContainer {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.processDivs {
  width: 40%;
  margin: 10px;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  color: var(--themeNormalTextColor);
  text-align: left;
  /* border: 1px solid #eee; */
  box-shadow: 0 0 5px 0 rgb(255 255 255 / 0.25);
}

.processDivs h3 {
  padding-left: 5%;
}

.processDivs p {
  padding-left: 10%;
  padding-right: 10%;
}

.examplesContent {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 100px;
  color: var(--themeNormalTextColor);
}

.individualExampleDiv {
  width: 40%;
  padding: 20px;
  padding-top: 10px;
  border-radius: 10px;
  margin: 0 auto;
  margin: 40px;
  margin-top: 50px;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: ease 0.3s;
}

.individualExampleDiv .fa-brands,
.individualExampleDiv .fa-solid {
  position: relative;
  margin-top: 0px;
  margin-right: 20px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--themeSecondaryColor);
  color: #fff;
  box-shadow: 0 0 15px -5px rgb(0 0 0 / 0.25);
  border-radius: 10px;
}

.individualExampleDiv h4 {
  border-bottom: 1px solid var(--themeNormalTextColor);
  padding-bottom: 20px;
}

.individualExampleDiv .individualExampleDivTitle {
  font-size: 20px;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
}

.latestBlogsContainer {
  padding-top: 0px;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.skills {
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .introContainer {
    padding-top: 100px;
  }

  .individualExampleDiv .fa-brands,
  .individualExampleDiv .fa-solid {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 1100px) {
  .showcase {
    width: 100%;
    height: 400px;
    position: relative;
    color: white;
    text-align: center;
    object-fit: cover;
  }

  .showcase .overlay {
    width: 100%;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: var(--themeNavBarHeight);
    left: 0;
    z-index: 2;
  }

  .showcase h1 {
    margin-top: 120px;
    font-size: 2em;
  }

  .showcase p {
    margin-top: 8px;
    font-size: 1em;
  }

  .introductionContainer {
    margin-top: 100px !important;
    max-width: 80%;
    margin: 0 auto;
  }

  .processDivs {
    width: 70%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .individualExampleDiv {
    width: 80%;
  }
}

@media only screen and (max-width: 750px) {
  .showcase h1 {
    font-size: 20px;
  }

  .showcase p {
    margin-top: 8px;
    font-size: 14px;
  }

  .introductionContainer {
    margin-top: 100px !important;
    max-width: 80%;
    margin: 0 auto;
  }

  .processDivs {
    width: 90%;
  }

  .individualExampleDiv {
    width: 80%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

#heroSection {
  overflow: hidden;
  padding-top: 100px;
}

p {
  text-wrap: balance;
}

a,
button {
  cursor: pointer;
  user-select: none;
  border: none;
  outline: none;
  background: none;
}

#heroSection * {
  color: var(--themeNormalTextColor);
}

#heroSection .experienceLeftIntroContainer {
  margin-top: 1%;
  margin-bottom: 1%;
}

@media only screen and (max-width: 1000px) {
  .experienceLeftIntroContainer p {
    display: inline-block;
    margin-left: 0px;
    padding-left: 0px;
  }
}

#heroSection {
  margin: 0 auto;
  padding: 5rem 0 2rem;
}

.heroContainer {
  max-width: 75rem;
  height: auto;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.paragraph {
  text-wrap: balance;
}

.heading-xl {
  font-size: clamp(2.648rem, 6vw, 4.241rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
  color: var(--themeMainColor) !important;
  margin-bottom: 10px;
}

.heading-md {
  font-size: clamp(1.794rem, 4vw, 2.379rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1px;
}

.btn {
  margin-top: 10px;
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  user-select: none;
  outline: none;
  border: none;
  border-radius: 0.25rem;
  text-transform: unset;
  transition: all 0.3s ease-in-out;
  color: var(--themeNormalTextColor);
  background-color: hsl(215, 76%, 48%);
  padding: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn:hover {
  color: hsl(215, 76%, 48%);
  background-color: var(--themeNormalTextColor);
}

.btn-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.banner-column {
  position: relative;
  display: grid;
  align-items: center;
}

@media only screen and (min-width: 48rem) {
  .banner-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    margin-top: 4rem;
  }
}

@media only screen and (min-width: 64rem) {
  .banner-column {
    grid-template-columns: 1fr max-content;
  }
}

.banner-image {
  display: block;
  max-width: 300px;
  height: auto;
  object-fit: cover;
  justify-self: center;
}

@media only screen and (min-width: 48rem) {
  .banner-image {
    order: 1;
    max-width: 300px;
    height: auto;
  }
}

@media only screen and (min-width: 64rem) {
  .banner-image {
    max-width: 300px;
    height: auto;
  }
}

.banner-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* row-gap: 1.5rem; */
}

.servicesSectionTitle {
  width: 100%;
  padding-top: 5%;
  clear: both;
  text-align: center;
}

.servicesSectionTitle h2 {
  color: var(--themeNormalTextColor);
}

.flexbox {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
}

.flexcard {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 20%;
  align-items: baseline;
  min-height: 400px;
  border-radius: 20px;
  padding: 10px;
}

.flexcardNumber {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 10px 0px;
  border-radius: 0px 50px 50px 0px;
  color: white;
  text-shadow: 0px 3px 5px black;
  font-weight: 500;
  font-size: 20px;
  position: relative;
}

.flexcardTitle {
  padding-top: 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bolder;
}

.flexcardText {
  text-align: center;
  font-weight: 300;
  text-align: justify;
}

.flexcardNumber:before {
  content: "";
  width: 34px;
  height: 90px;
  position: absolute;
  left: -33px;
  top: 0px;
  border-radius: 50px 0px 0px 50px;
  z-index: -1;
  /* background: #95B7A2; */
  /* background: -webkit-linear-gradient(bottom, #95B7A2, #AED2BC); */
  background: -moz-linear-gradient(bottom, #95b7a2, #aed2bc);
  /* background: linear-gradient(to top, #95B7A2, #AED2BC); */
}

.flexcardNumber:after {
  content: "";
  width: 25px;
  height: 40px;
  position: absolute;
  left: -25px;
  bottom: -40px;
  border-radius: 50px 0px 0px 50px;
  z-index: -1;
}

.flex {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px auto;
}

img.flexcardimgItem {
  width: 50%;
}

/* GREEN CARD */

.flexcardGreen {
  background: #f9fbfa;
  box-shadow: 4px 4px 4px #aed2bc;
}

.flexcardNumberGreen {
  background: #fcfcfc;
  background: -webkit-linear-gradient(right, #fcfcfc, #aed2bc);
  background: -moz-linear-gradient(right, #fcfcfc, #aed2bc);
  background: linear-gradient(to left, #fcfcfc, #aed2bc);
  box-shadow: 0px 2px 2px #aed2bc;
}

.flexcardNumberGreen:before {
  background: #aed2bc;
}

.flexcardNumberGreen:after {
  background: #95b7a2;
}

/* BLUE CARD */

.flexcardBlue {
  background: #f7ffff;
  box-shadow: 4px 8px 1px #92e8eb;
}

.flexcardNumberBlue {
  background: #fdfffe;
  background: -webkit-linear-gradient(right, #fdfffe, #92e8eb);
  background: -moz-linear-gradient(right, #fdfffe, #92e8eb);
  background: linear-gradient(to left, #fdfffe, #92e8eb);
  box-shadow: 0px 2px 2px #92e8eb;
}

.flexcardNumberBlue:before {
  background: #92e8eb;
}

.flexcardNumberBlue:after {
  background: #71bdbf;
}

/* ORANGE CARD */

.flexcardOrange {
  background: #fdf8f3;
  box-shadow: 4px -2px 1px #f68404;
}

.flexcardNumberOrange {
  background: #fdfffe;
  background: -webkit-linear-gradient(right, #fdfffe, #f68404);
  background: -moz-linear-gradient(right, #fdfffe, #f68404);
  background: linear-gradient(to left, #fdfffe, #f68404);
  box-shadow: 0px 2px 2px #f68404;
}

.flexcardNumberOrange:before {
  background: #f68404;
}

.flexcardNumberOrange:after {
  background: #d06f02;
}

/* PİNK CARD */

.flexcardPink {
  background: #fffafd;
  position: relative;
  box-shadow: 2px 2px 1px #f34eae;
  border-radius: 20px 20px 0px 20px;
}

.flexcardPink:before {
  content: "";
  width: 0px;
  height: 50px;
  /* background: red; */
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 100px solid transparent;
  border-bottom: 90px solid #f34eae;
}

.flexcardNumberPink {
  background: #fdfffe;
  background: -webkit-linear-gradient(right, #fdfffe, #f34eae);
  background: -moz-linear-gradient(right, #fdfffe, #f34eae);
  background: linear-gradient(to left, #fdfffe, #f34eae);
  box-shadow: 0px 2px 2px #f34eae;
}

.flexcardNumberPink:before {
  background: #f34eae;
}

.flexcardNumberPink:after {
  background: #d24095;
}

/* RESPONSİVE */

@media only screen and (max-width: 800px) {
  .flexcard {
    width: 35%;
    margin-top: 20px;
  }

  img.flexcardimgItem {
    width: 30%;
  }
}

@media only screen and (max-width: 500px) {
  .flexcard {
    width: 70%;
  }
}

footer {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 50px;
  font-size: 15px;
}

#certificateShowcaseSection {
  width: 90%;
  text-align: center;
  vertical-align: top;
  margin-top: 50px;
}

#certificateShowcaseSection img {
  width: 80%;
}

.leftCertificateShowcase {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}

.rightCertificateShowcase {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  text-align: justify;
  color: var(--themeNormalTextColor);
}

.rightCertificateShowcase h2 {
  color: var(--themeSecondaryColor);
}

@media only screen and (max-width: 1200px) {
  #certificateShowcaseSection {
    width: 90%;
    text-align: center;
    vertical-align: top;
    margin-top: 50px;
  }

  .leftCertificateShowcase {
    display: inline-block;
    width: 80%;
    vertical-align: top;
  }

  .rightCertificateShowcase {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    color: var(--themeNormalTextColor);
    text-align: center;
  }
}