.slider-body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 800rem;
  background-color: #f0f0f0;
  width: 100vw;
}
.slider-container {
  overflow: hidden;
  width: 100vw;
  height: 800rem;
  position: relative;
}
.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.slider .images {
  flex-shrink: 0;
  width: 100vw;
  height: 800rem;
  object-fit: cover;
}
.slide {
  position: relative;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 800rem;
  max-height: 800rem;
}
.resim-container {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.gradient-part1 {
  background: linear-gradient(180deg, rgba(218, 246, 252, 0) 0%, #eefaff 100%);
  height: 107rem;
  position: absolute;
  z-index: 111111;
  width: 100vw;
  bottom: -2rem;
}
.slide-content {
  margin-top: 60rem;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 112rem;
  padding-top: 170rem;
  color: white;
  width: 500rem;
}
.part1-slider-header {
  font-size: 48rem;
  color: #057dab;
  font-weight: 500;
  padding-bottom: 24rem;
}
.part1-slider-content {
  font-size: 14rem;
  color: #057dab;
  font-weight: 400;
  letter-spacing: -2%;
  line-height: 19rem;
  padding-bottom: 24rem;
}
.part1-slider-info-button {
  min-width: max-content;
  max-width: max-content;
  color: #fff;
  background-color: #057dab;
  border-radius: 32rem;
  padding-bottom: 15rem;
  padding-top: 15rem;
  padding-left: 16rem;
  padding-right: 16rem;
  font-size: 14rem;
  font-weight: 600;
  cursor: pointer;
}
.display-align-center {
  display: flex;
  align-items: center;
}
.padding-left {
  padding-left: 10rem;
}
.part1-slider-info-button-width {
  width: 30rem;
  height: 20rem;
}
.display-flex {
  display: flex;
}
.arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 8rem;
  margin: 20rem auto;
  position: absolute;
  left: 112rem;
  top: 530rem;
}
.arrow {
  font-size: 24rem;
  cursor: pointer;
}
.arrows-icon-width {
  width: 40rem;
}
.dots-part1 {
  text-align: center;
  margin-top: 0px;
  display: flex;
  justify-content: center;
}
.padding-left-21rem {
  padding-left: 21rem;
}
.health-corner {
  background-color: #fff;
  padding-top: 128rem;
  height: 660rem;
  width: 100vw;
}
.container-padding-left {
  padding-left: 112rem !important;
}
.health-corner-text {
  font-size: 32rem;
  font-weight: 600;
  color: #057dab;
  line-height: 44rem;
  padding-bottom: 20rem;
}
.health-corner-title-content {
  font-size: 20rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 30rem;
}
.arrows-health-corner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: max-content;
}

.arrows-health-corner img {
  width: 56rem;
  height: 56rem;
}
.container-padding-right {
  padding-right: 112rem !important;
}
.arrow-h {
  font-size: 24rem;
  cursor: pointer;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
.arrow-h.right {
  padding-left: 16rem;
}
.left-1 {
  margin-left: 10rem;
}
.right-1 {
  margin-right: 10rem;
}
.left-2 {
  margin-left: 10rem;
}
.right-2 {
  margin-right: 10rem;
}
.slider-container-h {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slider-h-1 {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.slider-h-2 {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.slide-h {
  flex: 0 0 calc(33.33% - 30rem) !important;
  padding-right: 32rem;
  padding-top: 40rem;
  box-sizing: border-box;
}
.slide-h .images {
  object-fit: cover !important;
  width: 384rem;
  height: 240rem;
  margin: 0 0px;
  border-radius: 16rem;
}
.slide-h-2 {
  flex: 0 0 calc(33.33% - 30rem) !important;
  padding-right: 32rem;
  padding-top: 40rem;
  box-sizing: border-box;
}
.slide-h-2 .images {
  object-fit: cover !important;
  width: 384rem;
  height: 240rem;
  margin: 0 0px;
  border-radius: 16rem;
}
.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  cursor: pointer;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  height: 40rem;
  background-color: #ffff;
  color: #000000;
  font-size: 14rem;
  text-align: center;
  border-radius: 5rem;
  padding: 8rem;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  top: 96rem;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.2s;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.health-corner-slider-title {
  font-size: 24rem;
  font-weight: 600;
  color: #6b7280;
  line-height: 32rem;
  padding-top: 32rem;
  color: #057dab;
  cursor: pointer;
}
.health-corner-content {
  font-size: 16rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 24rem;
  padding-top: 8rem;
  color: #475467;
}
#health-corner-short-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.flex-wrap {
  flex-wrap: wrap;
}
.opacity-health-corner {
    opacity: 0.6;
    width: 300rem;
    z-index: 11111;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    pointer-events: none;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.dots-container-health-corner {
  text-align: center;
  margin-top: 10rem;
  display: flex;
  justify-content: center;
}
.buildings-none {
  display: none !important;
}
.why-turkey {
  margin-top: 160rem;
  text-align: center;
  height: 210rem;
}
.why-turkey-h2 {
  color: #057dab;
  font-weight: 600;
  font-size: 32rem;
  margin-bottom: 20rem;
}
.why-turkey-p {
  color: #475467;
  display: inline-block;
  font-weight: 400;
  font-size: 16rem;
  width: 1010rem;
}
.why-lower {
  display: flex;
  width: 1216rem;
  height: 470rem;
  position: relative;
  left: 8%;
  margin-bottom: 160rem;
}
.inner-div {
  width: 592rem;
  height: 119rem;
  border-radius: 8rem;
  padding: 24rem;
  box-shadow: 0px 6px 18px 0px #263cb769;
  margin-bottom: 16rem;
}
.inner-div h3 {
  font-weight: 600;
  font-size: 14rem !important;
  margin-bottom: 8rem;
}
.inner-div p {
  font-weight: 400;
  font-size: 12rem;
  line-height: 18rem;
}
.roadmap {
  background-color: #f5f7fa;
  text-align: center;
  width: 100%;
  height: 820rem;
  padding-top: 128rem;
  padding-bottom: 128rem;
}
.roadmap h2 {
  font-weight: 600;
  font-size: 32rem;
  color: #057dab;
  margin-bottom: 18rem;
}
.inner-x h2 {
  font-weight: 600;
  font-size: 32rem;
  color: #057dab;
  margin-bottom: 18rem;
  line-height: 40rem;
}
.inner-x p {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  font-size: 16rem;
  color: #6b7280;
  line-height: 24rem;
  margin-bottom: 14rem;
}
.submit-button {
  width: 100%;
  height: 36rem;
  color: #ffffff;
  border-radius: 4rem;
  background-color: #f37b54;
  padding-left: 16rem;
  display: flex;
  align-items: center;
  font-size: 14rem;
  font-weight: 700;
  margin-top: 16rem;
}
.roadmap p {
  display: inline-block;
  width: 592rem;
  font-weight: 400;
  font-size: 20rem;
  color: #6b7280;
  line-height: 30rem;
  margin-bottom: 52rem;
}
.quotes {
  display: flex;
  position: relative;
  left: 8%;
  width: 1216rem !important;
}
.quotes h2 {
  font-weight: 600;
  font-size: 18rem;
}
.quotes p {
  font-weight: 400;
  font-size: 12rem;
  line-height: 18rem;
  display: flex;
  width: 312rem !important;
}
.innerquote {
  text-align: center;
}
.questions-container {
  position: relative;
  left: 22%;
  width: 800rem;
  display: flex;
  justify-content: center;
  padding-bottom: 64rem;
  margin-top: 100rem;
}
.questions-text {
  font-size: 32rem;
  font-weight: 600;
  color: #057dab;
  line-height: 44rem;
  padding-bottom: 56rem;
}
.collapsible {
  background-color: #fff;
  color: #4a4c59;
  cursor: pointer;
  padding-top: 18rem;
  padding-bottom: 18rem;
  width: 100%;
  border: none;
  text-align: left;
  font-weight: 600;
  outline: none;
  font-size: 16rem;
}
.active,
.collapsible:hover {
  background-color: #fff;
  color: #057dab !important;
}

.collapsible:after {
  content: "\276F";
  transform: rotate(90deg);
  color: #bdbfcd;
  font-weight: bold;
  float: right;
  margin-left: 5rem;
}

.active:after {
  content: "\276F"; /* - */
  transform: rotate(270deg);
  color: #05b2f4;
}
.collapsible-content {
  padding: 0 6rem 0 6rem;
  max-height: 0;
  color: #4a4c59;
  font-size: 16rem;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1rem solid #e6ecf5;
}
.input-wrapper {
  --padding: 10rem;
  --focus-color: #6b7280;
  position: relative;
  align-items: flex-end;
}
.margin-top-ten {
  margin-top: 16rem;
}
.input-placeholder {
  font-size: 14rem;
  margin-bottom: 16rem;
  width: 100%;
  color: #818699;
  padding: 9rem;
}
.input-placeholder::placeholder {
  color: #4a4c59 !important;
  font-size: 10rem !important;
  font-weight: 400 !important;
  opacity: 0.5;
}

.input-placeholder:focus {
  color: #4a4c59 !important;
  font-size: 14rem !important;
  font-weight: 400 !important;
  border: none;
}
.input-label {
  position: absolute;
  background-color: white;
  left: var(--padding);
  padding: 0rem 4rem;
  transition: all 0.2s ease-in;
  opacity: 1;
  font-size: 10rem;
  color: #6b7280;
  font-weight: 600;
  bottom: 8rem;
}
input:is(:focus, :valid) {
  border: 1rem solid #46b4d9 !important;
}
input:focus {
  border: 1rem solid #46b4d9 !important;
}

input.bold-border:is(:focus, :valid) {
  border: 2rem solid #46b4d9 !important;
}

input:is(:focus, :valid) + .input-label {
  transform: translatey(calc(-1 * var(--padding) - 12rem));
  font-size: 10rem;
  color: var(--focus-color);
}
label {
  color: #4a4c59;
  font-size: 14rem;
  font-weight: 400;
}
.label-text {
  width: 768rem;
}
input {
  position: relative;
  font-size: x-small;
  padding-left: 10rem;
  border-radius: 6rem;
  border: 1rem solid #46b4d9;
  width: 376rem;
  height: 36rem;
}
