@charset "UTF-8";
body.noscroll {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

.c-wrapper {
  margin: 0 auto;
  width: calc(100% - 40px);
}

@media (min-width: 1200px) {
  .c-wrapper {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .c-wrapper {
    width: 1320px;
  }
}
@media (min-width: 1600px) {
  .c-wrapper {
    width: calc(100% - 400px);
  }
}
html {
  scroll-behavior: smooth;
}

*, *::before, *::after {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: 0;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

blockquote {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main, header, aside, img {
  display: block;
}

input:not([type=checkbox]):not([type=radio]), textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=checkbox], input[type=radio] {
  position: absolute;
  z-index: -100;
  opacity: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield !important;
  /* Firefox */
}

hr {
  flex-basis: 100%;
  height: 0;
}

button {
  cursor: pointer;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  src: url("../files/montserrat/Montserrat-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  src: url("../files/montserrat/Montserrat-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  src: url("../files/montserrat/Montserrat-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  src: url("../files/montserrat/Montserrat-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  src: url("../files/montserrat/Montserrat-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  src: url("../files/poppins/Poppins-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  src: url("../files/poppins/Poppins-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  src: url("../files/poppins/Poppins-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  src: url("../files/poppins/Poppins-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  src: url("../files/poppins/Poppins-Bold.ttf");
  font-weight: 700;
}
.chk-A > #kvkk_label {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  display: inline-flex;
}
.chk-A > #kvkk_label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: transparent;
}
.chk-A [type=checkbox]:checked ~ label::before,
.chk-A [type=radio]:checked ~ label::before {
  background-position: center center;
  background-repeat: no-repeat;
}
.chk-A:hover > label::before {
  border: 1px solid #BDBDBD;
}
.chk-A [type=checkbox]:disabled ~ label,
.chk-A [type=radio]:disabled ~ label {
  cursor: not-allowed;
}
.chk-A [type=checkbox]:disabled ~ label::before,
.chk-A [type=radio]:disabled ~ label::before {
  border: none;
  background-color: #e9e9e9;
}
.chk-A [type=checkbox].error ~ label::before,
.chk-A [type=radio].error ~ label::before {
  background-color: transparent;
}
.chk-A.chk-large {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* or 164% */
  color: #888888;
}
.chk-A.chk-large > #kvkk_label{
  min-width: 24px;
  min-height: 24px;
  padding: 0 0 0 34px;
}
.chk-A.chk-large > #kvkk_label::before {
  width: 24px;
  height: 24px;
  border: 1px solid #BDBDBD;
  border-radius: 0;
  transition: background-color 0.2s, border 0.2s;
}
.chk-A.chk-large [type=checkbox]:checked ~ label::before,
.chk-A.chk-large [type=radio]:checked ~ label::before {
  border: "" !important;
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M13.5%204.50049L6.5%2011.5002L3%208.00049%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%20%3C%2Fsvg%3E%20");
  background-color: transparent;
}
.chk-A.chk-medium > :nth-child(2) {
  min-width: 20px;
  min-height: 20px;
  padding: 0 0 0 0;
}
.chk-A.chk-medium > :nth-child(2)::before {
  width: 20px;
  height: 20px;
  border: 1px solid #373A37;
  border-radius: 0;
  transition: background-color 0.2s, border 0.2s;
}
.chk-A.chk-medium [type=checkbox]:checked ~ label::before,
.chk-A.chk-medium [type=radio]:checked ~ label::before {
  border: "" !important;
  background-size: 14px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M5.74888%2010.0625L2.625%206.96435L3.61902%205.97852L5.74888%208.09084L10.3785%203.5L11.375%204.48211L5.74888%2010.0625Z%22%20fill%3D%22%230072B6%22%2F%3E%20%3C%2Fsvg%3E%20");
  background-color: transparent;
}
.chk-A.chk-slim > :nth-child(2) {
  min-width: 16px;
  min-height: 16px;
  padding: 0 0 0 24px;
}
.chk-A.chk-slim > :nth-child(2)::before {
  width: 16px;
  height: 16px;
  border: 1px solid #7D8285;
  border-radius: 0;
  transition: background-color 0.2s, border 0.2s;
}
.chk-A.chk-slim [type=checkbox]:checked ~ label::before,
.chk-A.chk-slim [type=radio]:checked ~ label::before {
  border: "" !important;
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M10.125%203.37598L4.875%208.62574L2.25%206.00098%22%20stroke%3D%22%23373A37%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%20%3C%2Fsvg%3E%20");
  background-color: transparent;
}

.chk-B {
  display: flex;
}
.chk-B > span {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.chk-B > span::before {
  content: "";
  display: block;
  width: 42px;
  height: 24px;
  border-radius: 30px;
  background-color: rgba(125, 130, 133, 0.5);
  transition: background-color 0.2s, border 0.2s;
  cursor: pointer;
}
.chk-B > span::after {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: 4px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  cursor: pointer;
}
.chk-B > span > span {
  width: calc(100% - 50px);
}
.chk-B [type=checkbox]:checked ~ span::before {
  background-color: #373A37;
}
.chk-B [type=checkbox]:checked ~ span::after {
  -webkit-transform: translateX(16px);
  -moz-transform: translateX(16px);
  -ms-transform: translateX(16px);
  -o-transform: translateX(16px);
  transform: translateX(16px);
  background-color: #fff;
}

header {
  background-color: transparent;
  padding: 16px 0;
  z-index: 100;
}
header .c-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .c-wrapper .logo {
  display: flex;
}
header .c-wrapper .logo img {
  width: 120px;
  height: auto;
  display: none;
}
header .c-wrapper .logo .mobilelogo {
  display: flex;
}
    header .c-wrapper .nav-wrapper {
        z-index: 2;
    }
        
header .c-wrapper .nav-wrapper .menu-icon {
  display: flex;
  flex-direction: row;
  align-items:center
}
    header .c-wrapper .nav-wrapper .menu-icon .menu-o {
        background: #fff;
        border-radius: 50%;
        padding: 20px 10px
    }
    header .c-wrapper .nav-wrapper .menu-icon p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 150%;
        display: flex;
        align-items: center;
        text-align: right;
        color: #DB0632;
        padding-right: 10px
    }
    header.v2 .c-wrapper .nav-wrapper .menu-icon p {
        color: #fff
    }
    header .c-wrapper .nav-wrapper .menu-icon .menu-o span {
        pointer-events: none;
        display: flex;
        width: 42px;
        height: 5px;
        margin-bottom: 10px;
        background-color: #DB0632;
        border-radius: 30px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    header .c-wrapper .nav-wrapper .menu-icon .menu-o.on  > :nth-child(1) {
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 8px;
    }
    header .c-wrapper .nav-wrapper .menu-icon .menu-o.on > :nth-child(2) {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        top: -6px;
    }
        
    header .c-wrapper .nav-wrapper .menu-icon .menu-o > :nth-child(2) {
        margin-bottom: 0;
    }
header .navside {
  background: #FE2659;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s;
}
header .navside .nav-wrapper {
  transition: all 0.7s ease-in;
  padding: 120px 40px;
  opacity: 0;
}
header .navside.on {
  width: 100%;
}
header .navside.on .nav-wrapper {
  opacity: 1;
  transition: all 0.7s ease-in;
}
header .navside .menu-collapse {
  height: 0;
  opacity: 0;
  -moz-transition: height 0.4s ease-in-out, opacity 0.3s;
  -o-transition: height 0.4s ease-in-out, opacity 0.3s;
  -webkit-transition: height 0.4s ease-in-out, opacity 0.3s;
  transition: height 0.4s ease-in-out, opacity 0.3s;
}
header .navside .lvl-01-lnk.hsm:after {
  content: "";
  position: absolute;
  right: -40px;
  width: 12px;
  height: 20px;
  top: 8px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2224%22%20viewBox%3D%220%200%2014%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cline%20x1%3D%222.12132%22%20y1%3D%222%22%20x2%3D%2212%22%20y2%3D%2211.8787%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%20%3Cline%20x1%3D%2212%22%20y1%3D%2212.1213%22%20x2%3D%222.12132%22%20y2%3D%2222%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%20%3C%2Fsvg%3E%20");
}
header .navside .lvl-01-lnk.hsm.on ~ .menu-collapse {
  opacity: 1;
  -moz-transition: height 0.4s ease-in-out, opacity 1s;
  -o-transition: height 0.4s ease-in-out, opacity 1s;
  -webkit-transition: height 0.4s ease-in-out, opacity 1s;
  transition: height 0.4s ease-in-out, opacity 1s;
}
header .navside .lvl-02 {
  padding-top: 24px;
}
header .navside .lvl-01 {
  margin-bottom: 24px;
}
header .navside .lvl-01 .lvl-01-lnk {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  /* or 43px */
  /* Beyaz */
  color: #FFFFFF;
}
header .navside .lvl-02-lnk {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  /* or 29px */
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}
header .menu-icon span {
  background-color: #DB0632 !important;
}
header.home {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
header.home .c-wrapper .logo .mobilelogo {
  display: none;
}
header.home .c-wrapper .logo img {
  display: flex;
}
    header.home .menu-icon span {
        background-color: #DB0632 !important;
    }

@media (min-width: 1200px) {
  header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  header .c-wrapper .logo img {
    width: 100%;
    display: flex;
  }
  header .c-wrapper .logo .mobilelogo {
    display: none;
  }
    header.v2 .menu-icon span {
        background-color: #DB0632 !important;
    }
  header.v4 {
    background-color: transparent !important;
  }
  header .navside .lvl-01-lnk.hsm:after {
    top: 16px;
  }
  header .navside .lvl-01 {
    margin-bottom: 60px;
  }
  header .navside .lvl-01 .lvl-01-lnk {
    font-size: 36px;
  }
  header .navside.on {
    width: 50%;
  }
  header .navside .nav-wrapper {
    padding: 120px 80px;
  }
}
@media (min-width: 1400px) {
  header .c-wrapper .logo img {
    width: 100%;
  }
  header .navside .lvl-01-lnk.hsm:after {
    top: 16px;
  }
  header .navside .lvl-01 {
    margin-bottom: 60px;
  }
  header .navside .lvl-01 .lvl-01-lnk {
    font-size: 36px;
  }
  header .navside.on {
    width: 50%;
  }
  header .navside .nav-wrapper {
    padding: 120px 80px;
  }
}
.comp-footer-01 {
  display: flex;
  flex-wrap: wrap;
  background-image: url("/Assets/visuals/footer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex: 1;
  padding-top: 52px;
}
.comp-footer-01 .c-wrapper {
  padding-bottom: 62px;
}
.comp-footer-01 .c-wrapper .c-container-01 {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
}
.comp-footer-01 .c-wrapper .c-container-01 .c-item-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  /* or 36px */
  /* Beyaz */
  color: #FFFFFF;
}
.comp-footer-01 .c-wrapper .c-container-01 .c-item-02 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  /* or 36px */
  /* Beyaz */
  color: #FFFFFF;
}
.comp-footer-01 .c-wrapper .c-container-02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.comp-footer-01 .c-wrapper .c-container-02 .c-item-01 {
  display: flex;
  flex-wrap: wrap;
}
.comp-footer-01 .c-wrapper .c-container-02 .c-item-01 a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  /* Beyaz */
  color: #FFFFFF;
  margin-right: 15px;
}
.comp-footer-01 .c-wrapper .c-container-02 .c-item-01 > :last-child {
  margin-right: 0;
}
.comp-footer-01 .c-wrapper .c-container-02 .c-item-02 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  /* Beyaz */
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
}
.comp-footer-01 .c-wrapper .c-container-02 .c-item-02 span {
  margin-right: 12px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  /* Beyaz */
  color: #FFFFFF;
}
.comp-footer-01 .c-wrapper .c-container-02 .c-item-02 a {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.comp-footer-01 .c-wrapper .c-container-02 .c-item-02 > :last-child {
  margin-right: 0;
}
.comp-footer-01 .c-container-03 {
  width: 100%;
  background: rgba(248, 248, 248, 0.3);
}
.comp-footer-01 .c-container-03 .c-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
  padding: 32px 0;
}
.comp-footer-01 .c-container-03 .c-wrapper .c-item-01 a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  /* or 144% */
  /* Beyaz */
  color: #FFFFFF;
  display: flex;
  margin-bottom: 12px;
}
.comp-footer-01 .c-container-03 .c-wrapper .c-item-01 > :last-child {
  margin-right: 0;
}
.comp-footer-01 .c-container-03 .c-wrapper .c-item-02 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* or 192% */
  color: #FFFFFF;
  font-size: 12px;
  display: flex;
  margin-top: 12px;
}
.comp-footer-01.v2 {
  background-image: none;
  background-color: #fff;
}
.comp-footer-01.v2 .c-wrapper .c-container-02 .c-item-01 a {
  color: #6B4F4F;
}
.comp-footer-01.v2 .c-wrapper .c-container-02 .c-item-02 span, .comp-footer-01.v2 a {
  color: #6B4F4F;
}
.comp-footer-01.v2 .c-container-03 .c-wrapper .c-item-01 a {
  background: #F8F8F8;
  color: #6B4F4F;
}
.comp-footer-01.v2 .c-wrapper .c-container-01 .c-item-01 {
  color: #6B4F4F;
}
.comp-footer-01.v2 .c-wrapper .c-container-01 .c-item-02 {
  color: #6B4F4F;
}
.comp-footer-01.v2 .c-wrapper .c-container-02 .c-item-02 a path {
  fill: #6B4F4F;
}

@media (min-width: 1200px) {
  .comp-footer-01 .c-wrapper .c-container-02 .c-item-02 {
    margin-top: 0;
  }
  .comp-footer-01 .c-wrapper .c-container-02 .c-item-02 a {
    margin-right: 20px;
  }
  .comp-footer-01 .c-container-03 .c-wrapper {
    height: 63px;
    padding: 0;
  }
  .comp-footer-01 .c-container-03 .c-wrapper .c-item-01 {
    display: flex;
  }
  .comp-footer-01 .c-container-03 .c-wrapper .c-item-01 a {
    margin-bottom: 0;
    margin-right: 32px;
  }
  .comp-footer-01 .c-container-03 .c-wrapper .c-item-02 {
    font-size: 16px;
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .comp-footer-01 .c-wrapper .c-container-02 .c-item-02 {
    margin-top: 0;
  }
  .comp-footer-01 .c-wrapper .c-container-02 .c-item-02 a {
    margin-right: 20px;
  }
  .comp-footer-01 .c-container-03 .c-wrapper {
    height: 63px;
    padding: 0;
  }
  .comp-footer-01 .c-container-03 .c-wrapper .c-item-01 {
    display: flex;
  }
  .comp-footer-01 .c-container-03 .c-wrapper .c-item-01 a {
    margin-bottom: 0;
    margin-right: 32px;
  }
  .comp-footer-01 .c-container-03 .c-wrapper .c-item-02 {
    font-size: 16px;
    margin-top: 0;
  }
}
.modal-window {
  position: fixed;
  background: #E50145;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-window.on {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 0;
  background-color: transparent;
  height: calc(100% - 200px);
  overflow-y: auto;
  padding: 0 40px;
}
.modal-window > div::-webkit-scrollbar {
  width: 4px;
}
.modal-window > div::-webkit-scrollbar-track {
  background: rgba(61, 58, 54, 0.2);
}
.modal-window > div::-webkit-scrollbar-thumb {
  background: #A1413D;
  /* Handle */
}
.modal-window > div::-webkit-scrollbar-thumb:hover {
  /* Handle on hover */
  background: #aaa;
}
.modal-window .c-column-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 120%;
  /* or 50px */
  text-align: center;
  /* Beyaz */
  color: #FFFFFF;
}
.modal-window .c-column-02 {
  margin: 24px 0 52px 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  text-align: center;
  /* Beyaz */
  color: #FFFFFF;
}
.modal-window .c-column-03 {
  display: flex;
  align-items: center;
}
.modal-window .c-column-03 .c-item-01 {
  margin-right: 24px;
  width: calc(50% - 24px);
}
.modal-window .c-column-03 .c-item-01 .c-unit-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  /* identical to box height, or 29px */
  /* Beyaz */
  color: #FFFFFF;
}
.modal-window .c-column-03 .c-item-01 .c-unit-02 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  /* or 167% */
  /* Beyaz */
  color: #FFFFFF;
}
.modal-window .c-column-03 > :nth-child(2n) {
  margin-right: 0;
}
.modal-window .c-column-04 {
  width: 360px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 15px;
  margin: 42px auto 0 auto;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 123.4%;
  /* or 20px */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  /* Kırmızı 1 */
  color: #EC0026;
}
.modal-window .c-column-05 {
  margin-bottom: 20px;
}
.modal-window .c-column-05 .expand-txt {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  /* Beyaz */
  color: #FFFFFF;
}

.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 444;
  cursor: pointer;
  width: 120px;
  display: flex;
  align-items: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 50px;
  /* identical to box height, or 17px */
  text-align: center;
  color: #FFFFFF;
}
.modal-close svg {
  margin-left: 4px;
}

.video-js {
  width: 100%;
  height: 300px;
}

picture {
  width: 100%;
}

.video-js .vjs-big-play-button {
  top: calc(50% - 45px) !important;
  left: calc(50% - 84px) !important;
  background: none !important;
  border: none !important;
  z-index: 333333333;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 15px !important;
  line-height: 8px !important;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-size: 44px;
}

.vjs-poster {
  width: 100%;
  height: 100%;
}

.expand-container .expand-btn {
  display: flex;
  align-items: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 27px */
  /* Beyaz */
  color: #6B4F4F;
  height: 80px;
  border-bottom: 1px solid #6B4F4F;
}
.expand-container .expand-txt {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #6B4F4F;
}
.expand-container .expand-btn svg {
    margin-right: 12px;
    pointer-events: none;
}
.expand-container .expand-btn svg path {
  fill: #6B4F4F;
}
.expand-container .expand-btn > :nth-child(2) {
  display: none;
}
.expand-container .expand-content {
  height: 0;
  opacity: 0;
  -moz-transition: height 0.4s ease-in-out, opacity 0.3s;
  -o-transition: height 0.4s ease-in-out, opacity 0.3s;
  -webkit-transition: height 0.4s ease-in-out, opacity 0.3s;
  transition: height 0.4s ease-in-out, opacity 0.3s;
}
.expand-container .expand-content.on {
  opacity: 1;
  -moz-transition: height 0.4s ease-in-out, opacity 1s;
  -o-transition: height 0.4s ease-in-out, opacity 1s;
  -webkit-transition: height 0.4s ease-in-out, opacity 1s;
  transition: height 0.4s ease-in-out, opacity 1s;
}
.expand-container.on .expand-btn {
  border-bottom: none;
}
.expand-container.on .expand-btn > :first-child {
  display: none;
}
.expand-container.on .expand-btn > :nth-child(2) {
  display: flex;
}

@media (min-width: 1200px) {
  .video-js {
    width: 100%;
    height: 600px;
  }

    .expand-container .expand-btn {
        font-size: 18px;
        font-weight: 500;
        color: #6B4F4F;
        border-bottom: 1px solid #6B4F4F;
    }
        .expand-container .expand-btn svg path {
            fill: #6B4F4F;
        }
}
.modalkvkk {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 77, 77, 0.7);
  transition: all 0.4s;
  z-index: 44444;
}
.modalkvkk.on {
  visibility: visible;
  opacity: 1;
}

.modalkvkk__content {
  border-radius: 4px;
  position: absolute;
  top: calc(50% - 250px);
  left: calc(50% - 250px);
  width: 500px;
  background: #fff;
  padding: 1em 5em;
}

.modalkvkk__close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #585858;
  text-decoration: none;
  width: 100px;
  display: flex;
}

@media (min-width: 1200px) {
  .modalkvkk__content {
    padding: 1em 3em;
  }
}
.comp-showcase-01 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 700px;
}
.comp-showcase-01 .SwipershowCase {
  width: 100%;
  height: 100%;
}
.comp-showcase-01 .SwipershowCase .swiper-container {
  overflow: hidden;
}
.comp-showcase-01 .SwipershowCase .c-container-033 .swiper-wrapper {
  padding-top: 120px;
}
.comp-showcase-01 .SwipershowCase .swiper-slide-active .c-container-01 {
  animation: 1s ease-out 0s 1 slideInFromTop;
}
.comp-showcase-01 .SwipershowCase .swiper-slide-active .c-container-02 {
  animation: 1s ease-out 0s 1 slideInFromTop;
}
.comp-showcase-01 .SwipershowCase .swiper-pagination-bullet {
  background: #bbb0b0 !important;
  transform: rotate(-90deg);
  opacity: 1 !important;
}
.comp-showcase-01 .SwipershowCase .swiper-pagination-bullet-active {
  background: #fff !important;
  transform: rotate(-90deg);
}
    .comp-showcase-01 .js-prev-btn, .comp-showcase-01 .js-next-btn {
        width: 29px;
        height: 62px;
        position: absolute;
        top: 50%;
        margin-top:-54px;
        z-index:9
    }

    .comp-showcase-01 .js-next-btn {
        background: url(/Assets/files/next-ico.png) no-repeat;
        right:20px
    }
    .comp-showcase-01 .js-prev-btn {
        background: url(/Assets/files/prev-ico.png) no-repeat;
        left:20px
    }
.comp-showcase-01 .c-container-01 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}
.comp-showcase-01 .c-container-02 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 100px;
  line-height: 100px;
  text-align: center;
  color: #FFFFFF;
}
.comp-showcase-01 .c-container-033 {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.comp-showcase-01 .c-container-033 .swiper-container {
  overflow: hidden;
}
.comp-showcase-01 .c-container-033 .swiper-slide {
  width: auto;
  margin: 0 10px;
}

@media (min-width: 1200px) {
  .comp-showcase-01 {
    height: 998px;
  }
  .comp-showcase-01 .c-container-01 {
    font-size: 85px;
    line-height: 104px;
    padding-top:120px
  }
  .comp-showcase-01 .c-container-02 {
    font-size: 370px;
    line-height: 451px;
  }
  .comp-showcase-01 .c-container-033 {
    position: absolute;
    bottom: 0;
    max-width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .comp-showcase-01 .c-container-033 .swiper-container {
    overflow: hidden;
  }
  .comp-showcase-01 .c-container-033 .swiper-slide {
    width: auto;
    margin: 0 30px;
  }
}
@media (min-width: 1400px) {
  .comp-showcase-01 {
    height: 998px;
  }
  .comp-showcase-01 .c-container-01 {
    font-size: 85px;
    line-height: 104px;
  }
  .comp-showcase-01 .c-container-02 {
    font-size: 370px;
    line-height: 451px;
  }
  .comp-showcase-01 .c-container-033 {
    position: absolute;
    bottom: -120px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .comp-showcase-01 .c-container-033 .swiper-container {
    overflow: hidden;
  }
  .comp-showcase-01 .c-container-033 .swiper-slide {
    width: auto;
    margin: 0 30px;
  }
}
@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.comp-showcase-02 img {
  width: 100%;
}
.comp-showcase-02 .c-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.comp-showcase-02 .c-wrapper .c-container-01 {
  display: none;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 92px;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .comp-showcase-02 .c-wrapper .c-container-01 {
    display: block;
    position: absolute;
    left: 0;
    bottom: 120px;
  }
}
.comp-section-17 .c-wrapper .c-container-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  /* or 43px */
  text-align: center;
  /* Bordo */
  color: #8C002A;
}
.comp-section-17 .c-wrapper .swiper {
  width: 100%;
  height: 100%;
  overflow: visible !important;
}
.comp-section-17 .c-wrapper .swiper .swiper-slide {
  padding: 72px 0;
}
.comp-section-17 .c-wrapper .swiper .swiper-slide .c-container-02 {
  background: #fff !important;
  display: block;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  text-align: center;
  /* Koyu Gri */
  color: #6B4F4F;
}
.comp-section-17 .c-wrapper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  position: absolute;
  width: calc(100% - 40px);
  top: -20px;
  width: 100%;
  margin-left: -20px;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 22;
  overflow-x: auto;
}
.comp-section-17 .c-wrapper .swiper-pagination > :first-child {
  padding-left: 20px;
}
.comp-section-17 .c-wrapper .swiper-pagination-bullet {
  width: auto;
  height: 30px;
  opacity: 1;
  background: none !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 101.9%;
  /* identical to box height, or 51px */
  display: flex;
  align-items: center;
  text-align: center;
  color: #ECECEC;
  margin-right: 38px !important;
}
.comp-section-17 .c-wrapper .swiper-pagination-bullet-active {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 101.9%;
  /* or 122px */
  display: flex;
  align-items: center;
  text-align: center;
  /* Sarı Yeni */
  color: #FFC982;
}

@media (min-width: 1200px) {
  .comp-section-17 .c-wrapper .c-container-01 {
    padding: 0 0 150px 0;
  }
  .comp-section-17 .c-wrapper .swiper .swiper-slide {
    padding: 32px 0;
  }
  .comp-section-17 .c-wrapper .swiper-pagination-bullet {
    font-size: 50px;
  }
  .comp-section-17 .c-wrapper .swiper-pagination-bullet-active {
    font-size: 120px;
  }
  .comp-section-17 .c-wrapper .swiper-pagination {
    top: -150px;
    overflow: hidden;
    height: 142px;
  }
  .comp-section-17 .c-wrapper .swiper-pagination > :first-child {
    padding-left: 0;
  }
}
.comp-section-02 {
  padding: 117px 0 64px 0;
}
.comp-section-02 .c-container-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.comp-section-02 .c-container-01 .c-item-01 {
  margin-right: 0;
  background-size: cover;
  background-image: url(/Assets/visuals/smoke.png);
  background-position: center;
  background-repeat: repeat-x;
  animation: animatedBackground 5s linear infinite alternate;
  border-radius: 15px;
  background-color: #E50044;
  width: 100%;
  height: 242px;
  border-radius: 0;
}
.comp-section-02 .c-container-01 .c-item-01 img {
  width: 100%;
}
.comp-section-02 .c-container-01 .c-item-01 .c-unit-01 {
  height: 100%;
}
.comp-section-02 .c-container-01 .c-item-01 picture {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  /* height: 220px; */
  right: 0;
  bottom: -30px;
  overflow: hidden;
  text-align: center;
  width: calc(100% - 60px);
  border-radius: 15px;
}
.comp-section-02 .c-container-01 .c-item-01 .c-unit-01-A {
  position: absolute;
  left: 10%;
  top: 50%;
  width: 200px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  /* or 38px */
  display: flex;
  align-items: center;
  /* Beyaz */
  color: #FFFFFF;
}
.comp-section-02 .c-container-01 .c-item-02 {
  width: calc(100% - 40px);
  height: 325px;
  background: #FE9926;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 80px auto 32px auto;
  background-size: cover;
  background-image: url(/Assets/visuals/smoke.png);
  background-position: center;
  background-repeat: repeat-x;
  animation: animatedBackground 25s linear infinite alternate;
}
.comp-section-02 .c-container-01 .c-item-02 .c-unit-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 123.4%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  width: 248px;
}
.comp-section-02 .c-container-01 .c-item-02 .c-unit-02 {
  width: 262px;
  height: 63px;
  margin-top: 42px;
  background: #FFFFFF;
  border-radius: 15px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 123.4%;
  /* or 30px */
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  /* Sarı 1 */
  color: #FE9926;
}
.comp-section-02 .c-wrapper .c-container-02 .c-item-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  /* identical to box height, or 77px */
  display: flex;
  align-items: center;
  /* Pembe 1 */
  color: #E50044;
}
.comp-section-02 .c-wrapper .c-container-02 .c-item-02 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 123.4%;
  /* or 30px */
  display: flex;
  align-items: center;
  /* Gri */
  color: #2F2F2F;
  margin: 4px 0 40px;
}
.comp-section-02 .c-wrapper .c-container-02 .c-item-03 {
  margin-top: 32px;
}
.comp-section-02 .c-wrapper .c-container-02 .c-item-03 .swiper-wrapper {
  padding-bottom: 60px;
}
.comp-section-02 .c-wrapper .c-container-02 .c-item-03 .swiper-pagination {
  bottom: 0 !important;
}
.comp-section-02 .c-wrapper .c-container-02 .c-item-03 .swiper-pagination .swiper-pagination-bullet {
  background: rgba(236, 0, 38, 0.5) !important;
}
.comp-section-02 .c-wrapper .c-container-02 .c-item-03 .swiper-pagination .swiper-pagination-bullet-active {
  background: #EC0026 !important;
}
.comp-section-02 .c-wrapper .c-container-02 .c-item-03 .swiper-slide {
  background: #FFF6EA;
  border-radius: 30px;
  padding: 16px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 4px 4px 10px #E7E7E7;
  border-radius: 30px;
  min-height:300px
}
.comp-section-02 .c-wrapper .c-container-02 .c-item-03 .swiper-slide .c-unit-01 {
  max-width: 304px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  /* or 42px */
  /* Pembe 1 */
  color: #8C002A;
}
.comp-section-02 .c-wrapper .c-container-02 .c-item-03 .swiper-slide .c-unit-02 {
  max-width: 304px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  /* or 144% */
  /* Gri */
  color: #C05475;
}
.comp-section-02 .c-wrapper .c-container-02 .c-item-03 .swiper-slide .c-unit-03 {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  /* or 144% */
  display: flex;
  align-items: center;
  /* Pembe 1 */
  /* Bordo */
  color: #8C002A;
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -30px 0;
  }
}

@media (min-width: 1200px) {
  .comp-section-02 .c-container-01 {
    margin-bottom: 72px;
  }
  .comp-section-02 .c-container-01 .c-item-01 {
    margin-right: 32px;
    margin-bottom: 72px;
    width: 900px;
    height: 529px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .comp-section-02 .c-container-01 .c-item-01 .c-unit-01 {
    height: 100%;
  }
  .comp-section-02 .c-container-01 .c-item-01 picture {
    position: absolute;
    right: -25%;
    bottom: calc(50% - 160px);
  }
  .comp-section-02 .c-container-01 .c-item-01 .c-unit-01-A {
    position: absolute;
    left: 25%;
    top: 35%;
    width: 356px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 120%;
    /* or 74px */
    display: flex;
    align-items: center;
    /* Beyaz */
    color: #FFFFFF;
  }
  .comp-section-02 .c-container-01 .c-item-02 {
    width: 443px;
    margin: 0 auto;
  }
  .comp-section-02 .c-container-01 .c-item-02 .c-unit-01 {
    width: auto;
  }
  .comp-section-02 .c-wrapper .c-container-02 .c-item-01 {
    font-size: 64px;
  }
  .comp-section-02 .c-wrapper .c-container-02 .c-item-03 .swiper-slide {
    background: #FFF6EA;
    box-shadow: none;
    padding: 32px;
  }
  .comp-section-02 .c-wrapper .c-container-02 .c-item-03 .swiper-slide .c-unit-01 {
    max-width: 411px;
    color: #E50044;
  }
  .comp-section-02 .c-wrapper .c-container-02 .c-item-03 .swiper-slide .c-unit-02 {
    max-width: 411px;
    color: #2F2F2F;
  }
  .comp-section-02 .c-wrapper .c-container-02 .c-item-03 .swiper-slide .c-unit-03 {
    color: #E50044;
  }
}
@media (min-width: 1400px) {
  .comp-section-02 .c-container-01 .c-item-01 {
    margin-right: 32px;
    width: 900px;
    height: 529px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .comp-section-02 .c-container-01 .c-item-01 .c-unit-01 {
    height: 100%;
  }
  .comp-section-02 .c-container-01 .c-item-01 picture {
    position: absolute;
    right: -25%;
    bottom: calc(50% - 160px);
  }
  .comp-section-02 .c-container-01 .c-item-01 .c-unit-01-A {
    position: absolute;
    left: 25%;
    top: 35%;
    width: 356px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 120%;
    /* or 74px */
    display: flex;
    align-items: center;
    /* Beyaz */
    color: #FFFFFF;
  }
  .comp-section-02 .c-container-01 .c-item-02 {
    width: 443px;
    margin: 0 auto;
  }
  .comp-section-02 .c-wrapper .c-container-02 .c-item-01 {
    font-size: 64px;
  }
}
.comp-section-03 {
  padding: 20px 0 20px 0;
  background: #E50044;
}
.comp-section-03 .c-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.comp-section-03 .c-wrapper .swiper {
  width: 100%;
  height: 100%;
}
.comp-section-03 .c-wrapper .swiper .swiper-slide .c-unit-02-A {
  transition: transform 0.4s ease-in;
  transform: translateX(100%);
}
.comp-section-03 .c-wrapper .swiper .swiper-slide img {
  transform: translate(60px, 60px);
  transition: transform 0.4s ease-in;
}
.comp-section-03 .c-wrapper .swiper .swiper-slide.swiper-slide-active img {
  transform: translate(0, 0);
  transition: transform 0.4s ease-in;
}
.comp-section-03 .c-wrapper .swiper .swiper-slide.swiper-slide-active .c-unit-02-A {
  transition: transform 0.4s ease-in;
  transform: translateX(0);
}
.comp-section-03 .c-wrapper .swiper-button-prev, .comp-section-03 .c-wrapper .swiper-button-next {
  width: 48px !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #F8F8F8 !important;
  border-radius: 15px !important;
  opacity: 1;
  position: relative;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
}
.comp-section-03 .c-wrapper .swiper-button-prev:after, .comp-section-03 .c-wrapper .swiper-button-next:after {
  content: "" !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}
.comp-section-03 .c-wrapper .swiper-button-prev:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M0.93934%2010.9393C0.353553%2011.5251%200.353553%2012.4749%200.93934%2013.0607L10.4853%2022.6066C11.0711%2023.1924%2012.0208%2023.1924%2012.6066%2022.6066C13.1924%2022.0208%2013.1924%2021.0711%2012.6066%2020.4853L4.12132%2012L12.6066%203.51472C13.1924%202.92893%2013.1924%201.97919%2012.6066%201.3934C12.0208%200.807611%2011.0711%200.807611%2010.4853%201.3934L0.93934%2010.9393ZM22%2013.5C22.8284%2013.5%2023.5%2012.8284%2023.5%2012C23.5%2011.1716%2022.8284%2010.5%2022%2010.5V13.5ZM2%2013.5H22V10.5H2V13.5Z%22%20fill%3D%22%23E50044%22%2F%3E%20%3C%2Fsvg%3E%20");
}
.comp-section-03 .c-wrapper .swiper-button-next:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M2%2010.5C1.17157%2010.5%200.5%2011.1716%200.5%2012C0.5%2012.8284%201.17157%2013.5%202%2013.5V10.5ZM23.0607%2013.0607C23.6464%2012.4749%2023.6464%2011.5251%2023.0607%2010.9393L13.5147%201.3934C12.9289%200.807611%2011.9792%200.807611%2011.3934%201.3934C10.8076%201.97919%2010.8076%202.92893%2011.3934%203.51472L19.8787%2012L11.3934%2020.4853C10.8076%2021.0711%2010.8076%2022.0208%2011.3934%2022.6066C11.9792%2023.1924%2012.9289%2023.1924%2013.5147%2022.6066L23.0607%2013.0607ZM2%2013.5H22V10.5H2V13.5Z%22%20fill%3D%22%23E50044%22%2F%3E%20%3C%2Fsvg%3E%20");
}
.comp-section-03 .c-wrapper .c-container-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.comp-section-03 .c-wrapper .c-container-01 .c-item-01 {
  width: 400px;
}
.comp-section-03 .c-wrapper .c-container-01 .c-item-01 .c-unit-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  /* Beyaz */
  color: #FFFFFF;
}
.comp-section-03 .c-wrapper .c-container-01 .c-item-01 .c-unit-02 {
  margin: 32px 0 16px 0;
  height: 260px;
  background: #FE2659;
  border-radius: 15px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.comp-section-03 .c-wrapper .c-container-01 .c-item-01 .c-unit-02 .c-unit-02-A {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}
.comp-section-03 .c-wrapper .c-container-01 .c-item-01 .c-unit-03 {
  position: absolute;
  bottom: -64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  width: 120px;
}
.comp-section-03 .c-wrapper .c-container-01 .c-item-02 {
  margin-top: 120px;
  display: flex;
  background-image: url("/Assets/visuals/section032.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex: 1;
}

@media (min-width: 1200px) {
  .comp-section-03 .c-wrapper .c-container-01 .c-item-01 .c-unit-01 {
    font-size: 48px;
  }
  .comp-section-03 .c-wrapper .c-container-01 .c-item-01 .c-unit-02 {
    width: 100%;
  }
  .comp-section-03 .c-wrapper .c-container-01 .c-item-01 .c-unit-02 .c-unit-02-A {
    font-size: 20px;
  }
  .comp-section-03 .c-wrapper .c-container-01 .c-item-02 {
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .comp-section-03 .c-wrapper .c-container-01 .c-item-01 .c-unit-01 {
    font-size: 48px;
  }
  .comp-section-03 .c-wrapper .c-container-01 .c-item-01 .c-unit-02 {
    width: 100%;
  }
  .comp-section-03 .c-wrapper .c-container-01 .c-item-01 .c-unit-02 .c-unit-02-A {
    font-size: 20px;
  }
  .comp-section-03 .c-wrapper .c-container-01 .c-item-02 {
    margin-top: 0;
  }
}
.comp-section-04 {
  padding: 102px 0 92px 0;
}
.comp-section-04 .c-wrapper .c-container-01 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-direction: column;
}
.comp-section-04 .c-wrapper .c-container-01 .c-item-01 {
  margin-bottom: 56px;
}
.comp-section-04 .c-wrapper .c-container-01 .c-item-01 .c-unit-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  /* or 77px */
  /* Pembe 1 */
  color: #E50044;
  width: 100%;
}
.comp-section-04 .c-wrapper .c-container-01 .c-item-01 .c-unit-02 {
  margin: 32px 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
  /* or 112% */
  /* Gri */
  color: #2F2F2F;
  width: 100%;
}
.comp-section-04 .c-wrapper .c-container-01 .c-item-01 .c-unit-03 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E50044;
  border:1px solid #fff;
  border-radius: 15px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 123.4%;
  text-align: center;
  /* Beyaz */
  color: #FFFFFF;
  width: 262px;
  height: 62px;
}
.btn__bg_red {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E50044;
    border: 1px solid #fff;
    border-radius: 15px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 123.4%;
    text-align: center;
    /* Beyaz */
    color: #FFFFFF;
    width: 262px;
    height: 62px;
}
    .btn__brd_red {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid #E50044;
        border-radius: 15px;
        font-family: "Poppins";
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 123.4%;
        text-align: center;
        /* Beyaz */
        color: #E50044;
        width: 262px;
        height: 62px;
    }
    .font24{ font-size:24px !important}
    .mr_left_15{ margin-left:15px}
.btm__btn_content{ display:flex}
.comp-section-04 .c-wrapper .c-container-01 .c-item-02 {
    width: 100%;
}
.comp-section-04 .c-wrapper .c-container-01 .c-item-02 img {
  display: flex;
  z-index: 2;
  width: 100%;
}
.comp-section-04 .c-wrapper .c-container-01 .c-item-02:after {
  content: "";
  position: absolute;
  bottom: -22px;
  background: #FFF6EA;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-image: url(/Assets/visuals/shadowmobile.png);*/
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 80%;
}
.comp-section-04 .c-wrapper > :last-child {
  margin-bottom: 0;
}
.comp-section-04 .c-wrapper > :last-child .c-item-01 {
  order: 1;
  margin-top: 56px;
}
.comp-section-04 .c-wrapper > :last-child .c-item-02 {
  order: 2;
  margin-bottom: 56px;
}

@media (min-width: 1200px) {
  .comp-section-04 .c-wrapper .c-container-01 {
    flex-direction: row;
  }
  .comp-section-04 .c-wrapper .c-container-01 .c-item-01 {
    margin-bottom: 0;
    flex: 1;
  }
  .comp-section-04 .c-wrapper .c-container-01 .c-item-01 .c-unit-01 {
    width: 493px;
    font-size: 64px;
  }
  .comp-section-04 .c-wrapper .c-container-01 .c-item-01 .c-unit-02 {
    width: 644px;
    font-size: 24px;
  }
  .comp-section-04 .c-wrapper .c-container-01 .c-item-01 .c-unit-03 {
    width: 290px;
    font-size: 24px;
  }
  .comp-section-04 .c-wrapper .c-container-01 .c-item-02 {
    width: calc(50% - 48px);
    margin-left: 48px;
  }
  .comp-section-04 .c-wrapper .c-container-01 .c-item-02:after {
    height: 411px;
    /*background-image: url(/Assets/visuals/shadow.png);*/
  }
  .comp-section-04 .c-wrapper > :last-child {
    margin-bottom: 0;
  }
  .comp-section-04 .c-wrapper > :last-child .c-item-01 {
    order: 2;
    width: calc(50% - 48px);
    flex: none;
    margin-left: 48px;
    margin-right: 0;
    margin-top: 0;
  }
  .comp-section-04 .c-wrapper > :last-child .c-item-02 {
    order: 1;
    flex: 1;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .comp-section-04 .c-wrapper .c-container-01 {
    flex-direction: row;
  }
  .comp-section-04 .c-wrapper .c-container-01 .c-item-01 {
    margin-bottom: 0;
    flex: 1;
  }
  .comp-section-04 .c-wrapper .c-container-01 .c-item-01 .c-unit-01 {
    width: 493px;
    font-size: 64px;
  }
  .comp-section-04 .c-wrapper .c-container-01 .c-item-01 .c-unit-02 {
    width: 644px;
    font-size: 24px;
  }
  .comp-section-04 .c-wrapper .c-container-01 .c-item-01 .c-unit-03 {
    width: 290px;
    font-size: 24px;
  }
  .comp-section-04 .c-wrapper .c-container-01 .c-item-02 {
    width: calc(50% - 48px);
    margin-left: 48px;
  }
  .comp-section-04 .c-wrapper .c-container-01 .c-item-02:after {
    height: 411px;
    /*background-image: url(/Assets/visuals/shadow.png);*/
  }
  .comp-section-04 .c-wrapper > :last-child {
    margin-bottom: 0;
  }
  .comp-section-04 .c-wrapper > :last-child .c-item-01 {
    order: 2;
    width: calc(50% - 48px);
    flex: none;
    margin-left: 48px;
    margin-right: 0;
    margin-top: 0;
  }
  .comp-section-04 .c-wrapper > :last-child .c-item-02 {
    order: 1;
    flex: 1;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.comp-section-05 {
  padding-top: 60px;
}
.comp-section-05 .c-wrapper .c-header {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  /* or 38px */
  /* Bordo */
  color: #8C002A;
  padding-bottom: 32px;
}
.comp-section-05 .c-wrapper .c-column-01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.comp-section-05 .c-wrapper .c-column-01 .c-container-01 {
  display: flex;
  width: 100%;
}
.comp-section-05 .c-wrapper .c-column-01 .c-container-01 img {
  width: 100%;
}
.comp-section-05 .c-wrapper .c-column-01 .c-container-02 {
  margin-bottom: 32px;
}
.comp-section-05 .c-wrapper .c-column-01 .c-container-02 .c-item-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 123.4%;
  color: #8C002A;
}
.comp-section-05 .c-wrapper .c-column-01 .c-container-02 .c-item-02 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  /* identical to box height, or 58px */
  /* Bordo */
  color: #8C002A;
  margin: 4px 0 32px 0;
}
.comp-section-05 .c-wrapper .c-column-01 .c-container-02 .c-item-03 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  /* or 144% */
  /* Koyu Gri */
  color: #6B4F4F;
}
.comp-section-05 .c-wrapper > :first-child .c-container-02 {
  order: 1;
}
.comp-section-05 .c-wrapper > :first-child .c-container-01 {
  order: 2;
}

@media (min-width: 1200px) {
  .comp-section-05 {
    padding: 132px 0;
  }
  .comp-section-05 .c-wrapper .c-header {
    display: none;
  }
  .comp-section-05 .c-wrapper .c-column-01 {
    flex-direction: row;
  }
  .comp-section-05 .c-wrapper .c-column-01 .c-container-01 {
    flex: 1;
    width: auto;
  }
  .comp-section-05 .c-wrapper .c-column-01 .c-container-02 {
    margin-bottom: 32px;
    flex: 1;
  }
  .comp-section-05 .c-wrapper .c-column-01 .c-container-02 .c-item-01 {
    font-size: 24px;
  }
  .comp-section-05 .c-wrapper .c-column-01 .c-container-02 .c-item-02 {
    font-size: 48px;
  }
  .comp-section-05 .c-wrapper > :first-child .c-container-02 {
    order: 2;
  }
  .comp-section-05 .c-wrapper > :first-child .c-container-01 {
    order: 1;
  }
  .comp-section-05 .c-wrapper > :nth-child(2) .c-container-02 {
    padding-right: 32px;
  }
}
.comp-section-06 {
  overflow: hidden;
  padding: 132px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comp-section-06 .c-container-01 {
  display: none;
  z-index: 2;
}
.comp-section-06 .c-container-02 {
  height: auto;
  background-color: #E50044;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  right: auto;
  bottom: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 55px;
  padding-bottom: 55px;
}
.comp-section-06 .c-container-02:after {
  content: "";
  position: absolute;
  background-image: url(/Assets/visuals/section05.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.comp-section-06 .c-container-02 .c-item-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  /* or 58px */
  /* Beyaz */
  color: #FFFFFF;
  margin-bottom: 40px;
  width: 100%;
}
.comp-section-06 .c-container-02 .c-item-02 {
  margin-bottom: 32px;
}
.comp-section-06 .c-container-02 .c-item-02 .c-unit-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  /* identical to box height, or 34px */
  /* Beyaz */
  color: #FFFFFF;
  margin-bottom: 16px;
}
.comp-section-06 .c-container-02 .c-item-02 .c-unit-02 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  /* identical to box height, or 144% */
  /* Beyaz */
  color: #FFFFFF;
  width: 100%;
}
.comp-section-06 .c-container-02 > :last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .comp-section-06 .c-container-01 {
    display: flex;
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;
    bottom: 200px;
  }
  .comp-section-06 .c-container-01 img {
    width: 100%;
  }
  .comp-section-06 .c-container-02 {
    height: 920px;
    background-color: #E50044;
    display: flex;
    flex-direction: column;
    width: 60%;
    margin-left: auto;
    padding-left: 15%;
    padding-top: 55px;
    padding-right: 0;
    padding-bottom: 0;
  }
  .comp-section-06 .c-container-02 .c-item-01 {
    width: 471px;
    font-size: 48px;
  }
  .comp-section-06 .c-container-02 .c-item-02 {
    transition: all 0.3s ease-out;
    z-index: 3333;
  }
  .comp-section-06 .c-container-02 .c-item-02:hover {
    transform: translateX(-30px);
    transition: all 0.3s ease-in;
  }
  .comp-section-06 .c-container-02 .c-item-02 .c-unit-01 {
    font-size: 28px;
  }
  .comp-section-06 .c-container-02 .c-item-02 .c-unit-02 {
    width: 596px;
  }
}
.comp-section-07 {
  overflow: hidden;
  width: 100%;
  padding-bottom: 120px;
}
.comp-section-07 picture {
  position: relative;
}
.comp-section-07 picture img {
  object-fit: cover;
  width: 100%;
}
.comp-section-07 .c-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  margin-top: 32px;
}
.comp-section-07 .c-wrapper .c-container-01 .c-item-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #8C002A;
  width: 273px;
}
.comp-section-07 .c-wrapper .c-container-01 .c-item-02 {
  width: 100%;
  margin: 32px 0 42px 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  /* or 27px */
  /* Koyu Gri */
  color: #6B4F4F;
}
.comp-section-07 .c-wrapper .c-container-01 .c-item-03 {
  width: 287px;
  height: 62px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 123.4%;
  /* or 20px */
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  /* Beyaz */
  color: #FFFFFF;
  background: #8C002A;
  border-radius: 15px;
}

@media (min-width: 1200px) {
  .comp-section-07 {
    height: 817px;
    padding-bottom: 0;
  }
  .comp-section-07 picture {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .comp-section-07 .c-wrapper {
    margin-top: 0;
  }
  .comp-section-07 .c-wrapper .c-container-01 .c-item-01 {
    width: 410px;
    font-size: 48px;
  }
  .comp-section-07 .c-wrapper .c-container-01 .c-item-02 {
    width: 607px;
    font-size: 18px;
  }
}
.comp-section-08 {
  display: none;
}
.comp-section-08 .c-column-01 {
  margin-right: 52px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 85px;
  padding-bottom: 85px;
}
.comp-section-08 .c-column-01 .c-container-01 .c-item-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  /* identical to box height, or 29px */
  /* Bordo */
  color: #8C002A;
}
.comp-section-08 .c-column-01 .c-container-01 .c-item-02 {
  margin: 4px 0 20px 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  /* or 50px */
  /* Bordo */
  color: #8C002A;
}
.comp-section-08 .c-column-01 .c-container-01 .c-item-03 .c-unit-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 42px;
  /* or 233% */
  color: #6B4F4F;
  display: flex;
  align-items: center;
}
.comp-section-08 .c-column-01 .c-container-01 .c-item-03 .c-unit-01 svg {
  margin-right: 16px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comp-section-08 .c-column-01 .c-container-02 {
  display: flex;
}
.comp-section-08 .c-column-01 .c-container-03 {
  width: 100%;
  margin-top: 60px;
}
.comp-section-08 .c-column-01 .c-container-03 .c-item-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 123.4%;
  /* identical to box height, or 30px */
  /* Bordo */
  color: #8C002A;
}
.comp-section-08 .c-column-01 .c-container-03 .c-item-02 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  /* or 50px */
  /* Bordo */
  color: #8C002A;
  margin: 4px 0 32px 0;
}
.comp-section-08 .c-column-01 .c-container-03 .c-item-03 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 123.4%;
  /* identical to box height, or 30px */
  /* Bordo */
  color: #8C002A;
}
.comp-section-08 .c-column-01 .c-container-03 .c-item-04 {
  margin: 5px 0 4px 0;
}
.comp-section-08 .c-column-01 .c-container-03 .c-item-04 .c-unit-01 {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.comp-section-08 .c-column-01 .c-container-03 .c-item-04 .c-unit-01 .c-unit-01-A {
  margin-right: 10px;
}
.comp-section-08 .c-column-01 .c-container-03 .c-item-04 .c-unit-01 .c-unit-01-B {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  /* or 225% */
  /* Koyu Gri */
  color: #6B4F4F;
}
.comp-section-08 .c-column-01 .c-container-03 .c-item-05 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #AAAAAA;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}
.comp-section-08 .c-column-01 .c-container-03 .c-item-05 svg {
  margin-left: 12px;
}
.comp-section-08 .c-column-02 {
  background: #FFF6EA;
  padding: 85px 200px 85px 85px;
}
.comp-section-08 .c-column-02 .c-container-01 .c-item-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 123.4%;
  /* identical to box height, or 30px */
  /* Bordo */
  color: #8C002A;
}
.comp-section-08 .c-column-02 .c-container-01 .c-item-02 {
  margin: 32px 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  /* or 50px */
  /* Bordo */
  color: #8C002A;
  margin-top: 4px;
}
.comp-section-08 .c-column-02 .c-container-02 {
  margin-bottom: 32px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  /* or 144% */
  /* Koyu Gri */
  color: #6B4F4F;
}
.comp-section-08 .c-column-02 .c-container-03 .form-group-02 {
  height: 100px;
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 24px;
}
.comp-section-08 .c-column-02 .c-container-03 .form-group-02.error {
  border-bottom: 1px solid #E50044;
  color: #E50044;
}
.comp-section-08 .c-column-02 .c-container-03 .form-group-02.error textarea {
  color: #E50044;
}
.comp-section-08 .c-column-02 .c-container-03 .form-group-02 textarea {
  background-color: transparent;
  width: 100%;
  height: 100%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-08 .c-column-02 .c-container-03 .form-group-02 textarea ::-webkit-input-placeholder {
  /* Edge */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-08 .c-column-02 .c-container-03 .form-group-02 textarea :-ms-input-placeholder {
  /* Internet Explorer */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-08 .c-column-02 .c-container-03 .form-group-02 textarea ::placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-08 .c-column-02 .c-container-03 .form-group-01 {
  height: 40px;
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 16px;
}
.comp-section-08 .c-column-02 .c-container-03 .form-group-01.error {
  border-bottom: 1px solid #E50044;
  color: #E50044;
}
.comp-section-08 .c-column-02 .c-container-03 .form-group-01.error input {
  color: #E50044;
}
    .comp-section-08 .c-column-02 .c-container-03 .form-group-01 input, .comp-section-08 .c-column-02 .c-container-03 .form-group-01 select {
        background-color: transparent;
        width: 100%;
        height: 100%;
        font-family: "Poppins";
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 23px;
        /* identical to box height, or 164% */
        color: #353535;
    }
    .comp-section-08 .c-column-02 .c-container-03 .form-group-01 select {
        width: 100%;
        background: url(/assets/files/selectbox-bg.png) no-repeat 98% center;
    }
.comp-section-08 .c-column-02 .c-container-03 .form-group-01 input ::-webkit-input-placeholder {
  /* Edge */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-08 .c-column-02 .c-container-03 .form-group-01 input :-ms-input-placeholder {
  /* Internet Explorer */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-08 .c-column-02 .c-container-03 .form-group-01 input ::placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-08 .c-column-02 .c-container-03 .chk-A.error label:before {
  border-color: #E50044;
}
.comp-section-08 .c-column-02 .c-container-03 .c-item-01 {
  margin-top: 32px;
  margin-left: auto;
  background: #8C002A;
  border-radius: 15px;
  width: 196px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 123.4%;
  text-align: center;
  /* Beyaz */
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .comp-section-08 {
    display: flex;
  }
  .comp-section-08 .c-column-01 {
    width: 360px;
    margin-left: calc((100vw - 1140px) / 2);
  }
  .comp-section-08 .c-column-02 {
    width: calc((100vw - 1140px) / 2 + 728px);
  }
}
@media (min-width: 1400px) {
  .comp-section-08 .c-column-01 {
    width: 660px;
    margin-left: calc((100vw - 1320px) / 2);
  }
  .comp-section-08 .c-column-02 {
    width: calc((100vw - 1320px) / 2 + 606px);
  }
}
.comp-section-09 {
  padding: 80px 0;
}
.comp-section-09 .c-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.comp-section-09 .c-wrapper .c-header {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  /* or 38px */
  /* Bordo */
  color: #8C002A;
  padding-bottom: 32px;
  width: 100%;
}
.comp-section-09 .c-wrapper .c-column-01 {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 24px 0;
}
.comp-section-09 .c-wrapper .c-column-01 .c-container-01 {
  display: flex;
  overflow: hidden;
  order: 1;
}
.comp-section-09 .c-wrapper .c-column-01 .c-container-01 img {
  width: 100%;
}
.comp-section-09 .c-wrapper .c-column-01 .c-container-03 {
  order: 3;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transition: all 0.5s ease-in;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  /* or 144% */
  color: #6B4F4F;
  width: 100%;
  padding: 8px 0 32px 0;
}
.comp-section-09 .c-wrapper .c-column-01 .c-container-03 .c-unit-01 {
  margin-top: auto;
  display: flex;
  align-items: center;
  padding-top: 16px;
  justify-content: flex-start;
}
.comp-section-09 .c-wrapper .c-column-01 .c-container-03 .c-unit-01 path {
  fill: #8C002A;
}
.comp-section-09 .c-wrapper .c-column-01 .c-container-02 {
  margin-top: 32px;
  order: 2;
  height: 63px;
}
.comp-section-09 .c-wrapper .c-column-01 .c-container-02 .c-item-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  /* or 26px */
  display: flex;
  align-items: center;
  /* Bordo */
  color: #8C002A;
}
.comp-section-09 .c-wrapper .c-column-01 .c-container-02 .c-item-02 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  /* identical to box height, or 225% */
  /* Koyu Gri */
  color: #6B4F4F;
}

@media (min-width: 1200px) {
  .comp-section-09 .c-wrapper .c-header {
    display: none;
  }
  .comp-section-09 .c-wrapper .c-column-01 {
    margin: 0 24px 24px 0;
    width: calc(33.3% - 16px);
  }
  .comp-section-09 .c-wrapper .c-column-01:hover .c-container-03 {
    opacity: 1;
  }
  .comp-section-09 .c-wrapper .c-column-01 img {
    z-index: 2;
  }
  .comp-section-09 .c-wrapper .c-column-01 img:hover ~ .c-container-03 {
    opacity: 1;
  }
  .comp-section-09 .c-wrapper .c-column-01 .c-container-02 {
    order: 2;
  }
  .comp-section-09 .c-wrapper .c-column-01 .c-container-03 {
    order: 3;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    background: rgba(140, 0, 42, 0.8);
    color: #FFFFFF;
    height: calc(100% - 94px);
    padding: 30px;
    z-index: 5;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .comp-section-09 .c-wrapper .c-column-01 .c-container-03::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .comp-section-09 .c-wrapper .c-column-01 .c-container-03::-webkit-scrollbar-track {
    background: #A1413D;
  }
  .comp-section-09 .c-wrapper .c-column-01 .c-container-03::-webkit-scrollbar-thumb {
    background: #fff;
    /* Handle */
  }
  .comp-section-09 .c-wrapper .c-column-01 .c-container-03::-webkit-scrollbar-thumb:hover {
    /* Handle on hover */
    background: #aaa;
  }
  .comp-section-09 .c-wrapper .c-column-01 .c-container-03 .c-unit-01 {
    margin-top: auto;
    padding-top: 18px;
    display: flex;
  }
  .comp-section-09 .c-wrapper .c-column-01 .c-container-03 .c-unit-01 path {
    fill: #fff;
  }
  .comp-section-09 .c-wrapper > :nth-child(3n+1) {
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .comp-section-09 .c-wrapper .c-column-01 {
    margin: 0 24px 24px 0;
    width: calc(33.3% - 16px);
  }
  .comp-section-09 .c-wrapper > :nth-child(3n+1) {
    margin-right: 0;
  }
}
.comp-section-10 {
  padding: 30px 0 73px 0;
}
.comp-section-10 .c-wrapper .c-header {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  /* or 38px */
  /* Bordo */
  color: #8C002A;
  padding-bottom: 32px;
  width: 100%;
}
.comp-section-10 .c-wrapper .c-container-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  /* or 50px */
  color: #8C002A;
}
.comp-section-10 .c-wrapper .c-container-02 {
  margin: 24px 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #6B4F4F;
}
.comp-section-10 .c-wrapper .c-container-03 {
  display: flex;
}

@media (min-width: 1200px) {
  .comp-section-10 {
    padding: 130px 0 73px 0;
  }
  .comp-section-10 .c-wrapper .c-header {
    display: none;
  }
}
.color-red {
  color: #EC0026 !important;
}

.comp-section-11 {
  display: flex;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.comp-section-11 > .c-column-01 {
  display: none;
  width: 500px;
  background: #E50145;
  height: 100vh;
  padding: 20px 0;
}
.comp-section-11 > .c-column-01 .c-container-01 {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
  padding: 0 20px;
}
.comp-section-11 > .c-column-01 .c-container-01 .c-item-01 {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comp-section-11 > .c-column-01 .c-container-02 {
  padding: 0 20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  /* or 43px */
  text-align: right;
  /* Beyaz */
  color: #FFFFFF;
}
.comp-section-11 > .c-column-01 .c-container-03 {
  background-size: contain;
  height: 500px;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 3;
  margin-top: auto;
  position: absolute;
  width: 100%;
  bottom: 58px;
  right: -75px;
}
.comp-section-11 .c-column-02 {
  overflow: hidden;
}
.comp-section-11 .c-column-02 .swiper {
  width: 100%;
  height: 100%;
  padding: 0 0;
}
.comp-section-11 .c-column-02 .swiper-slide {
  padding: 0;
  padding-bottom: 50px;
}
.comp-section-11 .c-column-02 .swiper-pagination {
    top: 45% !important;
    transform: translate3d(0px, -50%, 0) !important;
    position: absolute !important;
    text-align: right !important;
    transition: 0.3s opacity !important;
    z-index: 10 !important;
    right: 50px !important;
}
    .comp-section-11 .c-column-02 .swiper-pagination-bullet {
        height: 30px !important;
        background: none !important;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        margin-bottom: 0 !important;
        font-family: "Poppins" !important;
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 14px !important;
        line-height: 28px !important;
        /* identical to box height, or 175% */
        text-align: right;
        color: #000 !important;
        opacity: 1 !important;
    }

        .comp-section-11 .c-column-02 .swiper-pagination-bullet:after {
            content: "";
            position: absolute;
            right: -20px;
            background: #FFFFFF;
            transform: matrix(-1, 0, 0, 1, 0, 0);
            width: 2px;
            height: 100%;
        }

    .comp-section-11 .c-column-02 .swiper-pagination-bullet-active {
        font-weight: 600 !important;
        color: #EC0026 !important;
    }

        .comp-section-11 .c-column-02 .swiper-pagination-bullet-active:after {
            background: #EC0026;
        }


    .comp-section-12 .swiper-pagination {
        top: 45% !important;
        transform: translate3d(0px, -50%, 0) !important;
        position: absolute !important;
        text-align: right !important;
        transition: 0.3s opacity !important;
        z-index: 10 !important;
        right: 50px !important;
    }

    .comp-section-12 .swiper-pagination-bullet {
        height: 30px !important;
        background: none !important;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        margin-bottom: 0 !important;
        font-family: "Poppins" !important;
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 18px !important;
        line-height: 28px !important;
        /* identical to box height, or 175% */
        text-align: right;
        color: #fff !important;
        opacity: 1 !important;
    }

        .comp-section-12 .swiper-pagination-bullet:after {
            content: "";
            position: absolute;
            right: -20px;
            background: #FFFFFF;
            transform: matrix(-1, 0, 0, 1, 0, 0);
            width: 2px;
            height: 100%;
        }

    .comp-section-12 .swiper-pagination-bullet-active {
        font-weight: 600 !important;
        color: #EC0026 !important;
    }

        .comp-section-12 .swiper-pagination-bullet-active:after {
            background: #EC0026;
        }
.comp-section-11 .c-column-02 .swiper-slide .c-container-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  /* or 50px */
  /* Bordo */
  color: #8C002A;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-02 {
  margin: 16px 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  /* identical to box height, or 34px */
  color: #EC0026;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-03 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  /* or 27px */
  /* Koyu Gri */
  color: #6B4F4F;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-04 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 60px;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-04 .c-item-01 {
  align-items: flex-start;
  margin: 0 0 32px 0;
  width: 100%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* Koyu Gri */
  color: #6B4F4F;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-04 .c-item-01 span {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #EC0026;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-04 .c-item-01 span > :first-child {
  transform: rotate(90deg);
  position: absolute;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-04 > :nth-child(3n) {
  margin-right: 0;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-05 {
  display: flex;
  flex-wrap: wrap;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-05 .c-item-01 {
  width: 233px;
  height: auto;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 0 auto;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-05 .c-item-01 img {
  width: 100%;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-05 .c-item-02 {
  max-width: 700px;
  margin-top: 32px;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-05 .c-item-02 .c-unit-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  /* or 27px */
  /* Koyu Gri */
  color: #6B4F4F;
  margin-bottom: 48px;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-05 .c-item-02 .c-unit-02 .c-unit-02-A {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  /* or 120% */
  /* Bordo */
  color: #8C002A;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-05 .c-item-02 .c-unit-02 .c-unit-02-B {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* or 120% */
  /* Bordo */
  color: #8C002A;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 16px;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-01, .comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-02 {
  width: 100%;
  margin: 0 0 32px 0;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 > :nth-child(2n) {
  margin-right: 0;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-03 {
  margin: 12px 0;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-03.error label:before {
  border-color: #E50044;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-02 {
  height: 36px;
  border: 1px solid #BDBDBD;
  margin-bottom: 16px;
  border-radius: 5px;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-02.error {
  border: 1px solid #EC0026;
  color: #EC0026;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-02 span {
  position: absolute;
  width: 130px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EFF2F7;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #141414;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-02 input {
  background-color: transparent;
  width: 100%;
  padding-left: 160px;
  height: 100%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-02 input ::-webkit-input-placeholder {
  /* Edge */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-02 input :-ms-input-placeholder {
  /* Internet Explorer */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-02 input ::placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-01 {
  height: 36px;
  margin-bottom: 16px;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-01.error {
  border-bottom: 1px solid #E50044;
  color: #E50044;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-01.error input {
  color: #E50044;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-01.error input ::placeholder {
  color: #E50044;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-01 input {
  background-color: transparent;
  width: 100%;
  height: 100%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  border-bottom: 1px solid #BDBDBD;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-01 input ::-webkit-input-placeholder {
  /* Edge */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-01 input :-ms-input-placeholder {
  /* Internet Explorer */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-01 input ::placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-01 input.error {
  border-bottom: 1px solid #E50044;
  color: #E50044;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-01 input.error ::placeholder {
  color: #E50044;
}
.comp-section-11 .c-column-02 .swiper-slide .c-container-06 .c-item-01 {
  margin-left: auto;
  background: #8C002A;
  border-radius: 15px;
  width: 196px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 123.4%;
  text-align: center;
  /* Beyaz */
  color: #FFFFFF;
}
.comp-section-11 .c-column-02 #last-slide .c-column-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  /* identical to box height, or 22px */
  color: #6B4F4F;
}
.comp-section-11 .c-column-02 #last-slide .c-column-02 {
  margin: 16px 0 32px 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  /* or 24px */
  color: #6B4F4F;
}
.comp-section-11 .c-column-02 #last-slide .c-column-03 .c-item-01 {
  margin-bottom: 32px;
}
.comp-section-11 .c-column-02 #last-slide .c-column-03 .c-item-01 .c-unit-01 {
  margin-bottom: 8px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  /* identical to box height, or 22px */
  color: #6B4F4F;
}
.comp-section-11 .c-column-02 #last-slide .c-column-03 .c-item-01 .c-unit-02 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  /* or 188% */
  color: #6B4F4F;
}
.comp-section-11 .c-column-02 #last-slide .c-column-03 > :nth-child(2n) {
  margin-right: 0;
}
.comp-section-11 .c-column-02 #last-slide .c-column-04 {
  width: 100%;
  height: 60px;
  background: #8C002A;
  border-radius: 15px;
  margin: 42px auto;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 123.4%;
  /* or 20px */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.comp-section-11 .c-column-02 #last-slide .c-column-05 {
  margin-bottom: 20px;
}
.comp-section-11 .c-column-02 #last-slide .c-column-05 .expand-txt {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  /* or 188% */
  color: #6B4F4F;
}
.comp-section-11 .c-column-02 #last-slide .modal-close {
  display: none;
}
.comp-section-11 .c-column-02 .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .comp-section-11 {
    width: 100%;
    margin: 0;
  }
  .comp-section-11 .c-column-01 {
    display: block;
    padding: 170px 0;
  }
  .comp-section-11 .c-column-02 {
    flex: 1;
    padding: 0;
  }
  .comp-section-11 .c-column-02 .swiper {
    height: 100vh;
  }
  .comp-section-11 .c-column-02 .swiper-pagination-bullet {
    background: none !important;
    opacity: 1 !important;
  }
  .comp-section-11 .c-column-02 .swiper-pagination-bullet-active {
    /*background: #AAAAAA !important;*/
  }
  .comp-section-11 .c-column-02 .swiper-slide {
    padding: 200px 80px 0px 80px;
  }
  .comp-section-11 .c-column-02 .swiper-slide .c-container-01 {
    font-size: 42px;
    text-align: left;
  }
  .comp-section-11 .c-column-02 .swiper-slide .c-container-02 {
    font-size: 28px;
    margin: 55px 0 22px 0;
  }
  .comp-section-11 .c-column-02 .swiper-slide .c-container-03 {
    font-size: 18px;
  }
  .comp-section-11 .c-column-02 .swiper-slide .c-container-04 .c-item-01 {
    margin: 0 24px 56px 0;
    width: calc(33.3% - 16px);
  }
  .comp-section-11 .c-column-02 .swiper-slide .c-container-04 > :nth-child(3n) {
    margin-right: 0;
  }
  .comp-section-11 .c-column-02 .swiper-slide .c-container-05 {
    flex-wrap: nowrap;
  }
  .comp-section-11 .c-column-02 .swiper-slide .c-container-05 .c-item-01 {
    width: 320px;
    min-width: 320px;
    height: 320px;
    margin-right: 32px;
    margin-left: 0;
  }
  .comp-section-11 .c-column-02 .swiper-slide .c-container-05 .c-item-02 .c-unit-01 {
    font-size: 18px;
  }
  .comp-section-11 .c-column-02 .swiper-slide .c-container-05 .c-item-02 .c-unit-02 .c-unit-02-A {
    font-size: 18px;
  }
  .comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-01, .comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-02 {
    width: calc(40% - 24px);
    margin: 0 24px 32px 0;
  }
}
@media (min-width: 1400px) {
  .comp-section-11 {
    width: 100%;
    margin: 0;
  }
  .comp-section-11 .c-column-01 {
    display: block;
    height: auto;
  }
  .comp-section-11 .c-column-02 {
    flex: 1;
    padding: 0;
  }
  .comp-section-11 .c-column-02 .swiper {
    height: calc(100vh + 120px);
    padding: 0;
  }
  .comp-section-11 .c-column-02 .swiper-pagination-bullet {
    background: none !important;
    opacity: 1 !important;
  }
  .comp-section-11 .c-column-02 .swiper-pagination-bullet-active {
    /*background: #AAAAAA !important;*/
  }
    .comp-section-11 .c-column-02 .swiper-slide {
        padding: 200px 20% 0px 80px;
    }
  .comp-section-11 .c-column-02 .swiper-slide .c-container-01 {
    font-size: 42px;
    text-align: left;
  }
  .comp-section-11 .c-column-02 .swiper-slide .c-container-02 {
    font-size: 28px;
    margin: 55px 0 22px 0;
  }
  .comp-section-11 .c-column-02 .swiper-slide .c-container-03 {
    font-size: 18px;
  }
  .comp-section-11 .c-column-02 .swiper-slide .c-container-04 .c-item-01 {
    margin: 0 24px 56px 0;
    width: calc(33.3% - 16px);
  }
  .comp-section-11 .c-column-02 .swiper-slide .c-container-04 > :nth-child(3n) {
    margin-right: 0;
  }
  .comp-section-11 .c-column-02 .swiper-slide .c-container-05 .c-item-01 {
    width: 320px;
    height: 320px;
    margin-right: 32px;
    margin-left: 0;
  }
  .comp-section-11 .c-column-02 .swiper-slide .c-container-05 .c-item-02 .c-unit-01 {
    font-size: 18px;
  }
  .comp-section-11 .c-column-02 .swiper-slide .c-container-05 .c-item-02 .c-unit-02 .c-unit-02-A {
    font-size: 18px;
  }
  .comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-01, .comp-section-11 .c-column-02 .swiper-slide .c-container-06 .form-group-02 {
    width: calc(40% - 24px);
    margin: 0 24px 32px 0;
  }
}
.comp-section-12 .swiper-wrapper {
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 60px;
}
.comp-section-12 .swiper-slide {
  display: flex;
  height: 100%;
}
.comp-section-12 .swiper-slide .c-column-01 {
  background-color: #fff;
  width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.comp-section-12 .swiper-slide .c-column-01 .c-container-01 {
  display: flex;
}
.comp-section-12 .swiper-slide .c-column-01 .c-container-02 {
  display: flex;
}
.comp-section-12 .swiper-slide .c-column-01 .c-container-03 {
  margin: 12px 0;
  max-width: 100%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  /* or 114% */
  text-align: center;
  color: #43120D;
}
.comp-section-12 .swiper-slide .c-column-01 .c-container-04 {
  background: #EC0026;
  border-radius: 15px;
  width: 100%;
  height: 60px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 123.4%;
  /* or 20px */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* Beyaz */
  color: #FFFFFF;
}
.comp-section-12 .swiper-slide .c-column-02 {
  display: none;
  width: 50%;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.8s ease;
}
.comp-section-12 .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  
  .comp-section-12 .swiper-pagination {
    right: 30px !important;
  }
  
  .comp-section-12 .swiper-pagination {
    bottom: auto !important;
  }
  .comp-section-12 .swiper-wrapper {
    width: 100%;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }
  .comp-section-12 .swiper-slide img {
    height: 100%;
  }
  .comp-section-12 .swiper-slide .c-column-01 {
    padding-top: 141px;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.8s ease;
    width: 50%;
  }
  .comp-section-12 .swiper-slide .c-column-01 .c-container-03 {
    font-size: 21px;
    max-width: 419px;
  }
    .comp-section-12 .swiper-slide .c-column-01 .c-container-04 {
        background: #EC0026;
        width: 367px;
    }
  .comp-section-12 .swiper-slide .c-column-02 {
    display: block;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.8s ease;
  }
  .comp-section-12 .swiper-slide.swiper-slide-active .c-column-01, .comp-section-12 .swiper-slide.swiper-slide-active .c-column-02 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease;
  }
}
@media (min-width: 1400px) {
  .comp-section-12 {
    height: 100vh;
  }
  
  .comp-section-12 .swiper-pagination {
    right: 30px !important;
  }
  
  .comp-section-12 .swiper-pagination {
    bottom: auto !important;
  }
  .comp-section-12 .swiper-wrapper {
    width: 100%;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }
  .comp-section-12 .swiper-slide .c-column-01 {
    padding-top: 141px;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.8s ease;
    width: 50%;
  }
  .comp-section-12 .swiper-slide .c-column-01 .c-container-03 {
    font-size: 21px;
  }
    .comp-section-12 .swiper-slide .c-column-01 .c-container-04 {
        background: #EC0026;
        width: 367px;
    }
  .comp-section-12 .swiper-slide .c-column-02 {
    display: block;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.8s ease;
  }
  .comp-section-12 .swiper-slide.swiper-slide-active .c-column-01, .comp-section-12 .swiper-slide.swiper-slide-active .c-column-02 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease;
  }
}
.comp-section-13 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.comp-section-13 .c-column-01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 40px);
  margin: 20px auto 32px auto;
}
.comp-section-13 .c-column-01 .c-container-01 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 28px;
  /* identical to box height, or 39% */
  /* Bordo */
  color: #8C002A;
}
.comp-section-13 .c-column-01 .c-container-02 {
  margin: 24px 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  /* or 152% */
  /* Koyu Gri */
  color: #6B4F4F;
}
.comp-section-13 .c-column-01 .c-container-03 {
  display: none;
  background: #8C002A;
  border-radius: 15px;
  width: 235px;
  height: 55px;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 123.4%;
  text-align: center;
  color: #FFFFFF;
}
.comp-section-13 .c-column-02 .swiper-pagination {
  bottom: 0;
}
.comp-section-13 .c-column-02 .swiper {
  max-height: 100vh;
}
.comp-section-13 .c-column-02 .swiper-pagination-bullet {
  background: rgba(236, 0, 38, 0.5);
}
.comp-section-13 .c-column-02 .swiper-pagination-bullet-active {
  background: #EC0026;
}
.comp-section-13 .c-column-02 .swiper-wrapper {
  padding-bottom: 60px;
}
.comp-section-13 .c-column-02 .swiper-wrapper .swiper-slide {
  display: flex;
  width: auto !important;
  overflow: hidden;
}
    .comp-section-13 .c-column-02 .swiper-wrapper .swiper-slide picture:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 106%;
        left: 0;
        right: 0;
        background-repeat: no-repeat;
        background: linear-gradient(90deg, rgba(34, 34, 34, 0.6) 32.35%, rgba(0, 0, 0, 0) 66.93%);
        /*transform: rotate(-90deg);*/
    }
.comp-section-12 .swiper-slide .c-column-02:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 106%;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background: linear-gradient(90deg, rgba(34, 34, 34, 0.6) 32.35%, rgba(0, 0, 0, 0) 66.93%);
    transform: rotate(-180deg);
}
    .comp-section-13 .c-column-02 .swiper-wrapper .swiper-slide:last-child picture:after {
        transform: rotate(-180deg);
    }
.comp-section-13 .c-column-02 .swiper-wrapper .swiper-slide .c-container-01 {
  position: absolute;
  bottom: 100px;
  left: 24px;
  max-width: 340px;
  z-index: 2;
}
.comp-section-13 .c-column-02 .swiper-wrapper .swiper-slide .c-container-01 .c-item-01 {
  margin-bottom: 4px;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  /* or 117% */
  color: #FFFFFF;
}
.comp-section-13 .c-column-02 .swiper-wrapper .swiper-slide .c-container-01 .c-item-02 {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  /* or 164% */
  display: flex;
  align-items: center;
  /* Beyaz */
  color: #FFFFFF;
}
.comp-section-13 .c-column-02 .swiper-wrapper .swiper-slide .c-container-01 .c-item-02 svg {
  margin-left: 4px;
}
.comp-section-13 .c-column-02 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper01 .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 300px;
    right:0;
    left:auto
}
@media (min-width: 1200px) {
    .comp-section-13 {
    flex-direction: row;
  }
  .comp-section-13 .c-column-01 {
    width: 310px;
  }
  .comp-section-13 .c-column-01 c-container-01 {
    font-size: 72px;
  }
  .comp-section-13 .c-column-01 .c-container-02 {
    margin: 42px 0;
    font-size: 21px;
  }
  .comp-section-13 .c-column-01 .c-container-03 {
    display: flex;
  }
    .comp-section-13 .c-column-02 .swiper-pagination {
        top: 45% !important;
        transform: translate3d(0px, -50%, 0) !important;
        position: absolute !important;
        text-align: right !important;
        transition: 0.3s opacity !important;
        z-index: 10 !important;
        right: 80px !important;
    }
    .comp-section-13 .c-column-02 .swiper-pagination-bullet {
        height: 50px !important;
        background: none !important;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        margin-bottom: 0 !important;
        font-family: "Poppins" !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        line-height: 28px !important;
        /* identical to box height, or 175% */
        text-align: right;
        color: #FFFFFF !important;
        opacity: 1 !important;
    }
  .comp-section-13 .c-column-02 .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    right: -20px;
    background: #FFFFFF;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 2px;
    height: 100%;
  }
        .comp-section-13 .c-column-02 .swiper-pagination-bullet-active {
            font-weight: 600 !important;
            color: #EC0026 !important;
        }
            .comp-section-13 .c-column-02 .swiper-pagination-bullet-active:after {
                background: #EC0026;
            }
  .comp-section-13 .c-column-02 .swiper-wrapper {
    width: calc((100vw - 1140px) / 2 + 798px);
    padding-bottom: 0;
  }
  .comp-section-13 .c-column-02 .swiper-wrapper .swiper-slide .c-container-01 {
    bottom: 50px;
    left: 50px;
    max-width: 70%;
  }
    .comp-section-13 .c-column-02 .swiper-wrapper .swiper-slide picture:after {
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 1400px) {
  .comp-section-13 {
    flex-direction: row;
  }
  .comp-section-13 .c-column-01 {
    width: 420px;
  }
  .comp-section-13 .c-column-01 c-container-01 {
    font-size: 72px;
  }
  .comp-section-13 .c-column-01 .c-container-02 {
    margin: 42px 0;
    font-size: 21px;
  }
  .comp-section-13 .c-column-01 .c-container-03 {
    display: flex;
  }
  .comp-section-13 .c-column-02 .swiper-pagination {
    top: 45% !important;
    transform: translate3d(0px, -50%, 0) !important;
    position: absolute !important;
    text-align: right !important;
    transition: 0.3s opacity !important;
    z-index: 10 !important;
    right: 80px !important;
  }
  .comp-section-13 .c-column-02 .swiper-pagination-bullet {
    height: 50px !important;
    background: none !important;
    display: flex;
    align-items: center;
    justify-content:flex-end;
    width: 100%;
    margin-bottom: 0 !important;
    font-family: "Poppins" !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    /* identical to box height, or 175% */
    text-align: right;
    color: #FFFFFF !important;
    opacity: 1 !important;
  }
  .comp-section-13 .c-column-02 .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    right: -20px;
    background: #FFFFFF;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 2px;
    height: 100%;
  }
    .comp-section-13 .c-column-02 .swiper-pagination-bullet-active {
        font-weight: 600 !important;
        color: #EC0026 !important;
    }
        .comp-section-13 .c-column-02 .swiper-pagination-bullet-active:after {
            background: #EC0026;
        }
  .comp-section-13 .c-column-02 .swiper-wrapper {
    width: calc((100vw - 1320px) / 2 + 868px);
    padding-bottom: 0;
  }
  .comp-section-13 .c-column-02 .swiper-wrapper .swiper-slide .c-container-01 {
    bottom: 50px;
    left: 50px;
    max-width: 70%;
  }
  .comp-section-13 .c-column-02 .swiper-wrapper .swiper-slide picture:after {
    width: 100%;
    height: 100%;
  }
}
.comp-section-14 {
  padding: 70px 0 45px 0;
}
.comp-section-14 .c-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comp-section-14 .c-wrapper .c-container-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  /* identical to box height, or 58% */
  text-align: center;
  color: #8F002C;
}
.comp-section-14 .c-wrapper .c-container-02 {
  max-width: 940px;
  margin: 30px 0 40px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  /* or 27px */
  text-align: center;
  /* Koyu Gri */
  color: #6B4F4F;
  text-align: center;
}
.comp-section-14 .c-wrapper .c-container-03 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.comp-section-14 .c-wrapper .c-container-03 .c-item-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 144% */
  text-align: center;
  /* Koyu Gri */
  color: #6B4F4F;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  width: calc(33% - 6px);
  margin-bottom: 32px;
}
.comp-section-14 .c-wrapper .c-container-03 .c-item-01 img {
  margin-bottom: 10px;
}
.comp-section-14 .c-wrapper .c-container-03 .c-item-01:after {
  content: "";
  position: absolute;
  right: -3px;
  height: 60px;
  width: 1px;
  background: #6B4F4F;
  opacity: 0.5;
}
.comp-section-14 .c-wrapper .c-container-03 > :nth-child(3n):after {
  display: none;
}
.comp-section-14 .c-wrapper .c-container-03 > :last-child {
  margin-right: 0;
}
.comp-section-14 .c-wrapper .c-container-03 > :last-child:after {
  display: none;
}

@media (min-width: 1200px) {
  .comp-section-14 {
    padding: 120px 0 45px 0;
  }
  .comp-section-14 .c-wrapper .c-container-01 {
    font-size: 48px;
  }
  .comp-section-14 .c-wrapper .c-container-02 {
    font-size: 18px;
  }
  .comp-section-14 .c-wrapper .c-container-03 .c-item-01 {
    font-size: 16px;
    margin-right: 50px;
    margin-bottom: 0;
    width: 80px;
  }
  .comp-section-14 .c-wrapper .c-container-03 .c-item-01:after {
    right: -20px;
    height: 82px;
  }
  .comp-section-14 .c-wrapper .c-container-03 .c-item-01:hover {
    font-weight: 700;
  }
  .comp-section-14 .c-wrapper .c-container-03 .c-item-01:hover img {
    transform: scale(1.2);
    transition: all 0.2s ease;
  }
  .comp-section-14 .c-wrapper .c-container-03 > :nth-child(3n):after {
    display: flex;
  }
}
@media (min-width: 1400px) {
    .comp-section-14 {
    padding: 120px 0 45px 0;
  }
  .comp-section-14 .c-wrapper .c-container-01 {
    font-size: 48px;
  }
  .comp-section-14 .c-wrapper .c-container-02 {
    font-size: 18px;
  }
  .comp-section-14 .c-wrapper .c-container-03 .c-item-01 {
    font-size: 16px;
    margin-right: 50px;
    margin-bottom: 0;
  }
  .comp-section-14 .c-wrapper .c-container-03 .c-item-01:after {
    right: -20px;
    height: 82px;
  }
  .comp-section-14 .c-wrapper .c-container-03 > :nth-child(3n):after {
    display: flex;
  }
}
.comp-section-15 {
  padding: 40px 0 45px 0;
}
.comp-section-15 .swiper {
  width: 100%;
  height: 100%;
}
.comp-section-15 .swiper-wrapper {
  padding: 0 20px 40px 20px;
}
.comp-section-15 .swiper-slide {
  display: flex;
  width: auto !important;
  overflow: hidden;
}
.comp-section-15 .swiper-pagination {
  bottom: 0 !important;
}
.comp-section-15 .swiper-pagination .swiper-pagination-bullet {
  background: rgba(236, 0, 38, 0.5);
}
.comp-section-15 .swiper-pagination .swiper-pagination-bullet-active {
  background: #EC0026;
}
.comp-section-15 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comp-section-16 .swiper {
  width: 100%;
}
.comp-section-16 .swiper-pagination {
    top: 45% !important;
    transform: translate3d(0px, -50%, 0) !important;
    position: absolute !important;
    text-align: right !important;
    transition: 0.3s opacity !important;
    z-index: 10 !important;
    right: 50px !important;
}

.comp-section-16 .swiper-pagination-bullet {
    height: 30px !important;
    background: none !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 0 !important;
    font-family: "Poppins" !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    /* identical to box height, or 175% */
    text-align: right;
    color: #fff !important;
    opacity: 1 !important;
}

    .comp-section-16 .swiper-pagination-bullet:after {
        content: "";
        position: absolute;
        right: -20px;
        background: #FFFFFF;
        transform: matrix(-1, 0, 0, 1, 0, 0);
        width: 2px;
        height: 100%;
    }

.comp-section-16 .swiper-pagination-bullet-active {
    font-weight: 600 !important;
    color: #EC0026 !important;
}

    .comp-section-16 .swiper-pagination-bullet-active:after {
        background: #EC0026;
    }
.comp-section-16 .swiper-slide picture:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 106%;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background: linear-gradient(90deg, rgba(34, 34, 34, 0.6) 10%, rgba(0, 0, 0, 0) 30%);
    transform: rotate(-180deg);
}
.comp-section-16 .swiper-slide {
  display: flex;
  flex-direction: column;
}
.comp-section-16 .swiper-slide:after {
  display: none;
  content: "";
  height: 100%;
  width: 50%;
  position: absolute;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 74.48%, rgba(255, 255, 255, 0) 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.mySwiper picture {
    height: 100vh
}

.comp-section-16 .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
}
.comp-section-16 .swiper-slide .c-column-01 {
  z-index: 2;
  position: absolute;
  left: 20px;
  top: 40px;
  width: calc(100% - 40px);
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
  height: 384px;
}
.comp-section-16 .swiper-slide .c-column-01 .c-container-01 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 28px;
  /* identical to box height, or 78% */
  color: #EC0026;
}
.comp-section-16 .swiper-slide .c-column-01 .c-container-02 {
  max-width: 501px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  margin: 12px 0;
  font-size: 16px;
  line-height: 150%;
  /* or 24px */
  /* Koyu Gri */
  color: #6B4F4F;
}
.comp-section-16 .swiper-slide .c-column-01 .c-container-03 {
  background: #AAAAAA;
  border-radius: 15px;
  width: 290px;
  height: 55px;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 123.4%;
  text-align: center;
  /* Beyaz */
  color: #FFFFFF;
}
    .comp-section-16 .swiper-slide .c-column-01.v1 .c-container-01 {
        color: #EC0026;
    }
.comp-section-16 .swiper-slide .c-column-01.v1 .c-container-02 {
  color: #333333;
}
    .comp-section-16 .swiper-slide .c-column-01.v1 .c-container-03 {
        background: #EC0026;
        color: #FFFFFF;
    }
.comp-section-16 .swiper-slide .c-column-01.v2 .c-container-01 {
  color: #006DA4;
}
.comp-section-16 .swiper-slide .c-column-01.v2 .c-container-02 {
  color: #333333;
}
.comp-section-16 .swiper-slide .c-column-01.v2 .c-container-03 {
  background: #006DA4;
  color: #FFFFFF;
}
.comp-section-16 .swiper-slide .c-column-02 {
  position: absolute;
  left: calc((100vw - 1320px) / 2 + 550px);
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
    .comp-section-16 .swiper-slide .c-column-02 .c-container-01, .comp-section-16 .swiper-slide .c-column-02 .c-container-02, .comp-section-16 .swiper-slide .c-column-02 .c-container-03, .comp-section-16 .swiper-slide .c-column-02 .c-container-04 {
        position: absolute;
        left: 0;
        top: 157px;
        width: 54px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #EC0026;
    }
.comp-section-16 .swiper-slide .c-column-02 .c-container-01 .c-item-01, .comp-section-16 .swiper-slide .c-column-02 .c-container-02 .c-item-01, .comp-section-16 .swiper-slide .c-column-02 .c-container-03 .c-item-01, .comp-section-16 .swiper-slide .c-column-02 .c-container-04 .c-item-01 {
  display: none;
}
.comp-section-16 .swiper-slide .c-column-02 .c-container-01 svg, .comp-section-16 .swiper-slide .c-column-02 .c-container-02 svg, .comp-section-16 .swiper-slide .c-column-02 .c-container-03 svg, .comp-section-16 .swiper-slide .c-column-02 .c-container-04 svg {
  transition: all 0.2s ease-in;
  pointer-events: none;
}
.comp-section-16 .swiper-slide .c-column-02 .c-container-01.on svg, .comp-section-16 .swiper-slide .c-column-02 .c-container-02.on svg, .comp-section-16 .swiper-slide .c-column-02 .c-container-03.on svg, .comp-section-16 .swiper-slide .c-column-02 .c-container-04.on svg {
  transition: all 0.2s ease-in;
  transform: rotate(135deg);
}
.comp-section-16 .swiper-slide .c-column-02 .c-container-01.on .c-item-01, .comp-section-16 .swiper-slide .c-column-02 .c-container-02.on .c-item-01, .comp-section-16 .swiper-slide .c-column-02 .c-container-03.on .c-item-01, .comp-section-16 .swiper-slide .c-column-02 .c-container-04.on .c-item-01 {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 54px;
  background-color: #fff;
  top: 0;
  width: 353px;
  height: auto;
  padding: 10px;
  z-index: 3;
}
    .comp-section-16 .swiper-slide .c-column-02 .c-container-01.on .c-item-01 .c-unit-01, .comp-section-16 .swiper-slide .c-column-02 .c-container-02.on .c-item-01 .c-unit-01, .comp-section-16 .swiper-slide .c-column-02 .c-container-03.on .c-item-01 .c-unit-01, .comp-section-16 .swiper-slide .c-column-02 .c-container-04.on .c-item-01 .c-unit-01 {
        font-family: "Poppins";
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        /* or 156% */
        /* Kırmızı 1 */
        color: #EC0026;
    }
.comp-section-16 .swiper-slide .c-column-02 .c-container-01.on .c-item-01 .c-unit-02, .comp-section-16 .swiper-slide .c-column-02 .c-container-02.on .c-item-01 .c-unit-02, .comp-section-16 .swiper-slide .c-column-02 .c-container-03.on .c-item-01 .c-unit-02, .comp-section-16 .swiper-slide .c-column-02 .c-container-04.on .c-item-01 .c-unit-02 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  /* Kırmızı 1 */
  color: #AAAAAA;
}
.comp-section-16 .swiper-slide .c-column-02 .c-container-01.on .c-item-01 .c-unit-02 .c-unit-02-A, .comp-section-16 .swiper-slide .c-column-02 .c-container-02.on .c-item-01 .c-unit-02 .c-unit-02-A, .comp-section-16 .swiper-slide .c-column-02 .c-container-03.on .c-item-01 .c-unit-02 .c-unit-02-A, .comp-section-16 .swiper-slide .c-column-02 .c-container-04.on .c-item-01 .c-unit-02 .c-unit-02-A {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
    .comp-section-16 .swiper-slide .c-column-02 .c-container-01.on .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AA, .comp-section-16 .swiper-slide .c-column-02 .c-container-02.on .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AA, .comp-section-16 .swiper-slide .c-column-02 .c-container-03.on .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AA, .comp-section-16 .swiper-slide .c-column-02 .c-container-04.on .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AA {
        font-family: "Poppins";
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        /* or 156% */
        /* Kırmızı 1 */
        color: #EC0026;
        margin-right: 4px;
    }
.comp-section-16 .swiper-slide .c-column-02 .c-container-01.on .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AB, .comp-section-16 .swiper-slide .c-column-02 .c-container-02.on .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AB, .comp-section-16 .swiper-slide .c-column-02 .c-container-03.on .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AB, .comp-section-16 .swiper-slide .c-column-02 .c-container-04.on .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AB {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  /* Kırmızı 1 */
  color: #6B4F4F;
}
.comp-section-16 .swiper-slide .c-column-02 .c-container-02 {
  left: 420px;
  top: 181px;
}
.comp-section-16 .swiper-slide .c-column-02 .c-container-03 {
  left: 520px;
  bottom: 380px;
  top: auto;
}
.comp-section-16 .swiper-slide .c-column-02 .c-container-04 {
  left: 70px;
  bottom: 290px;
  top: auto;
}
.comp-section-16 .swiper-slide .c-column-02 .c-container-04.on .c-item-01 {
  top: auto;
  bottom: 0;
}
.comp-section-16 .swiper-slide .c-column-02.v1 .c-container-01, .comp-section-16 .swiper-slide .c-column-02.v1 .c-container-02, .comp-section-16 .swiper-slide .c-column-02.v1 .c-container-03, .comp-section-16 .swiper-slide .c-column-02.v1 .c-container-04 {
  background: #04168E;
}
.comp-section-16 .swiper-slide .c-column-02.v1 .c-container-01 .c-item-01, .comp-section-16 .swiper-slide .c-column-02.v1 .c-container-02 .c-item-01, .comp-section-16 .swiper-slide .c-column-02.v1 .c-container-03 .c-item-01, .comp-section-16 .swiper-slide .c-column-02.v1 .c-container-04 .c-item-01 {
  color: #04168E;
}
.comp-section-16 .swiper-slide .c-column-02.v1 .c-container-01 .c-item-01 .c-unit-01, .comp-section-16 .swiper-slide .c-column-02.v1 .c-container-02 .c-item-01 .c-unit-01, .comp-section-16 .swiper-slide .c-column-02.v1 .c-container-03 .c-item-01 .c-unit-01, .comp-section-16 .swiper-slide .c-column-02.v1 .c-container-04 .c-item-01 .c-unit-01 {
  color: #04168E;
}
.comp-section-16 .swiper-slide .c-column-02.v1 .c-container-01 .c-item-01 .c-unit-02, .comp-section-16 .swiper-slide .c-column-02.v1 .c-container-02 .c-item-01 .c-unit-02, .comp-section-16 .swiper-slide .c-column-02.v1 .c-container-03 .c-item-01 .c-unit-02, .comp-section-16 .swiper-slide .c-column-02.v1 .c-container-04 .c-item-01 .c-unit-02 {
  color: #04168E;
}
.comp-section-16 .swiper-slide .c-column-02.v1 .c-container-01 .c-item-01 .c-unit-02 .c-unit-02-A, .comp-section-16 .swiper-slide .c-column-02.v1 .c-container-02 .c-item-01 .c-unit-02 .c-unit-02-A, .comp-section-16 .swiper-slide .c-column-02.v1 .c-container-03 .c-item-01 .c-unit-02 .c-unit-02-A, .comp-section-16 .swiper-slide .c-column-02.v1 .c-container-04 .c-item-01 .c-unit-02 .c-unit-02-A {
  color: #04168E;
}
.comp-section-16 .swiper-slide .c-column-02.v1 .c-container-01 .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AA, .comp-section-16 .swiper-slide .c-column-02.v1 .c-container-02 .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AA, .comp-section-16 .swiper-slide .c-column-02.v1 .c-container-03 .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AA, .comp-section-16 .swiper-slide .c-column-02.v1 .c-container-04 .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AA {
  color: #04168E;
}
.comp-section-16 .swiper-slide .c-column-02.v1 .c-container-01 .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AB, .comp-section-16 .swiper-slide .c-column-02.v1 .c-container-02 .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AB, .comp-section-16 .swiper-slide .c-column-02.v1 .c-container-03 .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AB, .comp-section-16 .swiper-slide .c-column-02.v1 .c-container-04 .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AB {
  color: #04168E;
}
.comp-section-16 .swiper-slide .c-column-02.v2 .c-container-01, .comp-section-16 .swiper-slide .c-column-02.v2 .c-container-02, .comp-section-16 .swiper-slide .c-column-02.v2 .c-container-03, .comp-section-16 .swiper-slide .c-column-02.v2 .c-container-04 {
  background: #006DA4;
}
.comp-section-16 .swiper-slide .c-column-02.v2 .c-container-01 .c-item-01, .comp-section-16 .swiper-slide .c-column-02.v2 .c-container-02 .c-item-01, .comp-section-16 .swiper-slide .c-column-02.v2 .c-container-03 .c-item-01, .comp-section-16 .swiper-slide .c-column-02.v2 .c-container-04 .c-item-01 {
  color: #006DA4;
}
.comp-section-16 .swiper-slide .c-column-02.v2 .c-container-01 .c-item-01 .c-unit-01, .comp-section-16 .swiper-slide .c-column-02.v2 .c-container-02 .c-item-01 .c-unit-01, .comp-section-16 .swiper-slide .c-column-02.v2 .c-container-03 .c-item-01 .c-unit-01, .comp-section-16 .swiper-slide .c-column-02.v2 .c-container-04 .c-item-01 .c-unit-01 {
  color: #006DA4;
}
.comp-section-16 .swiper-slide .c-column-02.v2 .c-container-01 .c-item-01 .c-unit-02, .comp-section-16 .swiper-slide .c-column-02.v2 .c-container-02 .c-item-01 .c-unit-02, .comp-section-16 .swiper-slide .c-column-02.v2 .c-container-03 .c-item-01 .c-unit-02, .comp-section-16 .swiper-slide .c-column-02.v2 .c-container-04 .c-item-01 .c-unit-02 {
  color: #006DA4;
}
.comp-section-16 .swiper-slide .c-column-02.v2 .c-container-01 .c-item-01 .c-unit-02 .c-unit-02-A, .comp-section-16 .swiper-slide .c-column-02.v2 .c-container-02 .c-item-01 .c-unit-02 .c-unit-02-A, .comp-section-16 .swiper-slide .c-column-02.v2 .c-container-03 .c-item-01 .c-unit-02 .c-unit-02-A, .comp-section-16 .swiper-slide .c-column-02.v2 .c-container-04 .c-item-01 .c-unit-02 .c-unit-02-A {
  color: #006DA4;
}
.comp-section-16 .swiper-slide .c-column-02.v2 .c-container-01 .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AA, .comp-section-16 .swiper-slide .c-column-02.v2 .c-container-02 .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AA, .comp-section-16 .swiper-slide .c-column-02.v2 .c-container-03 .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AA, .comp-section-16 .swiper-slide .c-column-02.v2 .c-container-04 .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AA {
  color: #006DA4;
}
.comp-section-16 .swiper-slide .c-column-02.v2 .c-container-01 .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AB, .comp-section-16 .swiper-slide .c-column-02.v2 .c-container-02 .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AB, .comp-section-16 .swiper-slide .c-column-02.v2 .c-container-03 .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AB, .comp-section-16 .swiper-slide .c-column-02.v2 .c-container-04 .c-item-01 .c-unit-02 .c-unit-02-A .c-unit-02-AB {
  color: #006DA4;
}
.comp-section-16 .swiper-slide .c-column-03 {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 32px 0;
}
.comp-section-16 .swiper-slide .c-column-03 .c-container-01 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  /* identical to box height, or 140% */
  color: #EC0026;
}
.comp-section-16 .swiper-slide .c-column-03 .c-container-02 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  /* or 24px */
  /* Koyu Gri */
  color: #6B4F4F;
  margin: 12px 0 32px 0;
}
.comp-section-16 .swiper-slide .c-column-03 .c-container-03 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.comp-section-16 .swiper-slide .c-column-03 .c-container-03 .c-item-01 {
  width: calc(50% - 6px);
  margin-right: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.comp-section-16 .swiper-slide .c-column-03 .c-container-03 .c-item-01 .c-unit-01 {
  display: flex;
  margin-right: 12px;
  flex-shrink: 0;
}
.comp-section-16 .swiper-slide .c-column-03 .c-container-03 .c-item-01 .c-unit-02 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 21px */
  color: #6B4F4F;
}
.comp-section-16 .swiper-slide .c-column-03 .c-container-03 > :nth-child(2n) {
  margin-right: 0;
}
.comp-section-16 .swiper-pagination {
  top: 390px;
  left: 34px !important;
  text-align: left;
}

@media (min-width: 1200px) {
  .comp-section-16 .swiper {
    width: 100%;
    height: 100vh;
  }
  .comp-section-16 .swiper-pagination-bullet {
    opacity: 1 !important;
  }
  .comp-section-16 .swiper-wrapper {
    padding-top: 0;
  }
  .comp-section-16 .swiper-slide {
    overflow: hidden;
    height: 100vh;
  }
  .comp-section-16 .swiper-slide .c-column-01 {
    left: calc((100vw - 1200px) / 2);
    bottom: 90px;
    top: auto;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
  }
  .comp-section-16 .swiper-slide .c-column-01 .c-container-03 {
    display: flex;
  }
  .comp-section-16 .swiper-slide .c-column-02 {
    display: block;
  }
  .comp-section-16 .swiper-slide .c-column-03 {
    display: none;
  }
  .comp-section-16 .swiper-slide:after {
    display: flex;
  }
  .comp-section-16 .swiper-pagination {
    left: auto !important;
  }
}
@media (min-width: 1400px) {
  .comp-section-16 .swiper-pagination-bullet {
    opacity: 1 !important;
  }
  .comp-section-16 .swiper-wrapper {
    padding-top: 0;
  }
  .comp-section-16 .swiper-slide .c-column-01 {
    left: calc((100vw - 1320px) / 2);
    bottom: 90px;
    top: auto;
    width: 35%;
    height: auto;
    padding: 0;
    background: none;
  }
  .comp-section-16 .swiper-slide .c-column-01 .c-container-01 {
    font-size: 56px;
    line-height: 1.2;
    /* identical to box height, or 144% */
    /* Kırmızı 1 */
    color: #AAAAAA;
  }
  .comp-section-16 .swiper-slide .c-column-01 .c-container-02 {
    font-size: 18px;
    line-height: 150%;
    /* or 27px */
    /* Koyu Gri */
    color: #6B4F4F;
  }
  .comp-section-16 .swiper-slide .c-column-01 .c-container-03 {
    display: flex;
  }
  .comp-section-16 .swiper-slide .c-column-02 {
    display: block;
  }
  .comp-section-16 .swiper-slide:after {
    display: flex;
  }
  .comp-section-16 .swiper-pagination {
    left: auto !important;
  }
}
.comp-section-01 .c-container-02 .swiper {
  width: 100%;
  height: 100%;
  overflow: visible !important;
}
.comp-section-01 .c-container-02 .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 0 0 0;
  overflow: hidden;
}
.comp-section-01 .c-container-02 .swiper .swiper-slide a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.comp-section-01 .c-container-02 .swiper .swiper-slide img {
  width: 100%;
}
.comp-section-01 .c-container-02 .swiper .swiper-slide.v1 {
  background: #FFF6EA;
}
.comp-section-01 .c-container-02 .swiper .swiper-slide.v2 {
  background: #EAF8FF;
}
.comp-section-01 .c-container-02 .swiper .swiper-slide .partial05, 
.comp-section-01 .c-container-02 .swiper .swiper-slide .partial06, 
.comp-section-01 .c-container-02 .swiper .swiper-slide .partial07 {
  display: none;
}
.comp-section-01 .c-container-02 .swiper .swiper-slide .partial01 {
  position: absolute;
  width: 42px;
  right: 30px;
  top: 200px;
}
.comp-section-01 .c-container-02 .swiper .swiper-slide .partial02 {
  position: absolute;
  width: 42px;
  left: 30px;
  top: 200px;
}
.comp-section-01 .c-container-02 .swiper .swiper-slide .partial03 {
  position: absolute;
  width: 42px;
  right: 50px;
}
.comp-section-01 .c-container-02 .swiper .swiper-slide .partial04 {
  position: absolute;
  width: 42px;
  left: 50px;
}
.comp-section-01 .c-container-02 .swiper-pagination {
  display: flex;
  align-items: center;
  background: #E50044;
  border-radius: 15px;
  overflow-x: auto;
  padding: 0 20px;
  height: 72px;
  position: absolute;
  top: 30px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 22;
}
.comp-section-01 .c-container-02 .swiper-pagination::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.comp-section-01 .c-container-02 .swiper-pagination::-webkit-scrollbar-track {
  background: rgba(61, 58, 54, 0.2);
}
.comp-section-01 .c-container-02 .swiper-pagination::-webkit-scrollbar-thumb {
  background: #A1413D;
  /* Handle */
}
.comp-section-01 .c-container-02 .swiper-pagination::-webkit-scrollbar-thumb:hover {
  /* Handle on hover */
  background: #aaa;
}
.comp-section-01 .c-container-02 .swiper-pagination-bullet {
  width: auto;
  height: 30px;
  opacity: 1;
  background: none !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #FF9CBA;
  margin-right: 38px !important;
}
.comp-section-01 .c-container-02 .swiper-pagination-bullet-active {
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .comp-section-01 .c-container-02 .swiper-pagination {
    width: 1140px;
    height: 100px;
    padding: 0 100px;
    top: -50px;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide {
    padding: 50px 0 0 0;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial01, 
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial02, 
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial03, 
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial04, 
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial05, 
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial06, 
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial07 {
    width: auto;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial05, 
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial06, 
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial07 {
    display: block;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide .mainpic {
    transform: translateY(500px);
    transition: all 1s ease-in;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial01 {
    right: auto;
    left: 300px;
    top: 200px;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial02 {
    left: auto;
    right: 300px;
    top: 150px;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial03 {
    left: 100px;
    top: 400px;
    right: auto;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial04 {
    right: 400px;
    top: 400px;
    left: auto;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial05 {
    position: absolute;
    left: 400px;
    top: 600px;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial06 {
    position: absolute;
    right: 400px;
    top: 650px;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial07 {
    position: absolute;
    right: 200px;
    top: 400px;
  }
    .comp-section-01 .c-container-02 .swiper .swiper-slide.luppo .partial01 {
        right: auto;
        left: 300px;
        top: 120px;
    }

    .comp-section-01 .c-container-02 .swiper .swiper-slide.luppo .partial02 {
        left: auto;
        right: 100px;
        top: 50px;
    }

    .comp-section-01 .c-container-02 .swiper .swiper-slide.luppo .partial03 {
        left: 100px;
        top: 400px;
        right: auto;
    }

    .comp-section-01 .c-container-02 .swiper .swiper-slide.luppo .partial04 {
        right: 580px;
        top: 400px;
        left: auto;
    }

    .comp-section-01 .c-container-02 .swiper .swiper-slide.luppo .partial05 {
        position: absolute;
        left: 400px;
        top: auto;
        bottom:150px
    }

    .comp-section-01 .c-container-02 .swiper .swiper-slide.luppo .partial06 {
        position: absolute;
        right: 400px;
        top: auto;
        bottom:100px
    }

    .comp-section-01 .c-container-02 .swiper .swiper-slide.luppo .partial07 {
        position: absolute;
        right: 200px;
        top: 500px;
    }
    .comp-section-01 .c-container-02 .swiper .swiper-slide.boombastic .partial01 {
        right: auto;
        left: 500px;
        top: 100px;
    }

    .comp-section-01 .c-container-02 .swiper .swiper-slide.boombastic .partial02 {
        left: auto;
        right: 100px;
        top: 50px;
    }

    .comp-section-01 .c-container-02 .swiper .swiper-slide.boombastic .partial03 {
        left: 100px;
        top: 200px;
        right: auto;
    }

    .comp-section-01 .c-container-02 .swiper .swiper-slide.boombastic .partial04 {
        right: 580px;
        top: 400px;
        left: auto;
    }

    .comp-section-01 .c-container-02 .swiper .swiper-slide.boombastic .partial05 {
        position: absolute;
        left: 400px;
        top: auto;
        bottom: 100px
    }

    .comp-section-01 .c-container-02 .swiper .swiper-slide.boombastic .partial06 {
        position: absolute;
        right: 400px;
        top: auto;
        bottom: 200px
    }

    .comp-section-01 .c-container-02 .swiper .swiper-slide.boombastic .partial07 {
        position: absolute;
        right: 600px;
        top: 50px;
    }
  .comp-section-01 .c-container-02 .swiper .swiper-slide img {
    width: auto;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide-active .mainpic {
    transform: translateY(0);
    transition: all 1s ease-out;
  }
}
@media (min-width: 1400px) {
  .comp-section-01 .swiper-pagination {
    padding: 0 140px;
    width: 1320px;
    height: 100px;
    top: -50px;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide {
    padding: 50px 0 0 0;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial01, 
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial02, 
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial03, 
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial04, 
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial05, 
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial06, 
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial07 {
    width: auto;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial05, 
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial06, 
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial07 {
    display: block;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial01 {
    position: absolute;
    left: 300px;
    top: 200px;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial02 {
    position: absolute;
    right: 300px;
    top: 150px;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial03 {
    position: absolute;
    left: 100px;
    top: 400px;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial04 {
    position: absolute;
    right: 400px;
    top: 400px;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial05 {
    position: absolute;
    left: 400px;
    top: 600px;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial06 {
    position: absolute;
    right: 400px;
    top: 650px;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide .partial07 {
    position: absolute;
    right: 200px;
    top: 400px;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide img {
    width: auto;
  }
  .comp-section-01 .c-container-02 .swiper .swiper-slide-active .mainpic {
    transform: translateY(0);
    transition: all 1s ease-out;
  }
}
.comp-section-18 .c-wrapper .c-column-01 {
  margin-top: 32px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  /* or 38px */
  /* Bordo */
  color: #8C002A;
}
.comp-section-18 .c-wrapper .c-column-02 {
  display: flex;
  padding: 32px 0;
  width: calc(100% + 40px);
  overflow: auto;
  margin-left: -20px;
}
.comp-section-18 .c-wrapper .c-column-02 .tab-01, .comp-section-18 .c-wrapper .c-column-02 .tab-02, .comp-section-18 .c-wrapper .c-column-02 .tab-03 {
  display: flex;
  flex-shrink: 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  text-align: center;
  color: #828282;
  margin-right: 32px;
}
.comp-section-18 .c-wrapper .c-column-02 .tab-01.on, .comp-section-18 .c-wrapper .c-column-02 .tab-02.on, .comp-section-18 .c-wrapper .c-column-02 .tab-03.on {
  color: #DB0632;
}
.comp-section-18 .c-wrapper .c-column-02 > :first-child {
  padding-left: 20px;
}
.comp-section-18 .c-wrapper .c-column-03 .tab01-content, .comp-section-18 .c-wrapper .c-column-03 .tab02-content, .comp-section-18 .c-wrapper .c-column-03 .tab03-content {
  display: none;
  padding: 0 0 60px 0;
}
.comp-section-18 .c-wrapper .c-column-03 .tab01-content.on, .comp-section-18 .c-wrapper .c-column-03 .tab02-content.on, .comp-section-18 .c-wrapper .c-column-03 .tab03-content.on {
  display: block;
}
.comp-section-18 .c-wrapper .c-column-03 .tab01-content .c-unit-01 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 42px;
  /* or 233% */
  color: #6B4F4F;
  display: flex;
  align-items: center;
}
.comp-section-18 .c-wrapper .c-column-03 .tab01-content .c-unit-01 svg {
  margin-right: 16px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comp-section-18 .c-wrapper .c-column-03 .tab02-content .c-item-03 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 123.4%;
  /* identical to box height, or 30px */
  /* Bordo */
  color: #8C002A;
}
.comp-section-18 .c-wrapper .c-column-03 .tab02-content .c-item-04 {
  margin: 5px 0 4px 0;
}
.comp-section-18 .c-wrapper .c-column-03 .tab02-content .c-item-04 .c-unit-01 {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.comp-section-18 .c-wrapper .c-column-03 .tab02-content .c-item-04 .c-unit-01 .c-unit-01-A {
  margin-right: 10px;
}
.comp-section-18 .c-wrapper .c-column-03 .tab02-content .c-item-04 .c-unit-01 .c-unit-01-B {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  /* or 225% */
  /* Koyu Gri */
  color: #6B4F4F;
}
.comp-section-18 .c-wrapper .c-column-03 .tab02-content .c-item-05 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #AAAAAA;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}
.comp-section-18 .c-wrapper .c-column-03 .tab02-content .c-item-05 svg {
  margin-left: 12px;
}
.comp-section-18 .c-wrapper .c-column-03 .tab03-content .c-container-02 {
  margin-bottom: 32px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  /* or 144% */
  /* Koyu Gri */
  color: #6B4F4F;
}
.comp-section-18 .c-wrapper .c-column-03 .tab03-content .c-container-03 .form-group-02 {
  height: 100px;
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 24px;
}
.comp-section-18 .c-wrapper .c-column-03 .tab03-content .c-container-03 .form-group-02 textarea {
  background-color: transparent;
  width: 100%;
  height: 100%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-18 .c-wrapper .c-column-03 .tab03-content .c-container-03 .form-group-02 textarea ::-webkit-input-placeholder {
  /* Edge */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-18 .c-wrapper .c-column-03 .tab03-content .c-container-03 .form-group-02 textarea :-ms-input-placeholder {
  /* Internet Explorer */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-18 .c-wrapper .c-column-03 .tab03-content .c-container-03 .form-group-02 textarea ::placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-18 .c-wrapper .c-column-03 .tab03-content .c-container-03 .form-group-02 textarea.error {
  border-bottom: 1px solid #E50044;
  color: #E50044;
}
.comp-section-18 .c-wrapper .c-column-03 .tab03-content .c-container-03 .form-group-02 textarea.error ::placeholder {
  color: #E50044;
}
.comp-section-18 .c-wrapper .c-column-03 .tab03-content .c-container-03 .form-group-01 {
  height: 40px;
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 16px;
}
.comp-section-18 .c-wrapper .c-column-03 .tab03-content .c-container-03 .form-group-01 input {
  background-color: transparent;
  width: 100%;
  height: 100%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-18 .c-wrapper .c-column-03 .tab03-content .c-container-03 .form-group-01 input ::-webkit-input-placeholder {
  /* Edge */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-18 .c-wrapper .c-column-03 .tab03-content .c-container-03 .form-group-01 input :-ms-input-placeholder {
  /* Internet Explorer */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-18 .c-wrapper .c-column-03 .tab03-content .c-container-03 .form-group-01 input ::placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #353535;
}
.comp-section-18 .c-wrapper .c-column-03 .tab03-content .c-container-03 .form-group-01 input.error {
  border-bottom: 1px solid #E50044;
  color: #E50044;
}
.comp-section-18 .c-wrapper .c-column-03 .tab03-content .c-container-03 .form-group-01 input.error ::placeholder {
  color: #E50044;
}
.comp-section-18 .c-wrapper .c-column-03 .tab03-content .c-container-03 .c-item-01 {
  margin-top: 32px;
  margin-left: auto;
  background: #8C002A;
  border-radius: 15px;
  width: 196px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 123.4%;
  text-align: center;
  /* Beyaz */
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .comp-section-18 {
    display: none;
  }
}
.comp-section-19 {
  height: 72px;
}
.comp-section-19 .c-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comp-section-19 .c-wrapper .c-container-01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comp-section-19 .c-wrapper .c-container-01 .c-item-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px 6px 4px rgba(112, 23, 23, 0.25);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -30px;
}
.comp-section-19 .c-wrapper .c-container-01 .c-item-02 {
  margin-top: 44px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  /* or 164% */
  display: flex;
  align-items: center;
  text-align: center;
  /* Pembe 1 */
  color: #E50044;
}
.comp-section-19 .c-wrapper > :nth-child(2) .c-item-01 {
  top: -38px;
  width: 76px;
  height: 76px;
}
@media (min-width: 1200px) {
  .comp-section-19 {
    display: none;
  }
}
.mySwiper04 .swiper-slide{opacity:0 !important}
    .mySwiper04 .swiper-slide.swiper-slide-active {
        opacity: 1 !important
    }
.btm__btn{ padding-top:15px; text-align:center}
    .btm__btn a {
        color: #E50044;
        font-family: "Poppins";
        font-size:16px
    }
.title_h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
    color: #DB0632;
    margin-bottom: 20px;
}
.pt-3{ padding-top:30px}
.table__list td{ padding:5px}
    .table__list .table_title {
        color: #E50044;
        font-weight: 700;
        min-width: 100px
    }
.comp-section-16 .swiper-slide .c-column-02 .c-container-01.on .c-item-01 .c-unit-02 img, .comp-section-16 .swiper-slide .c-column-02 .c-container-02.on .c-item-01 .c-unit-02 img, .comp-section-16 .swiper-slide .c-column-02 .c-container-03.on .c-item-01 .c-unit-02 img, .comp-section-16 .swiper-slide .c-column-02 .c-container-04.on .c-item-01 .c-unit-02 img {
    width: auto;
    position: relative;
    max-height:180px;
    max-width:200px;
    margin:0 auto
}
.btn-red-03 {
    background: none;
    border-radius: 15px;
    border: #EC0026 solid 1px;
    width: 290px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 123.4%;
    text-align: center;
    color: #EC0026;
    padding:5px 10px
}
.btn-red-04 {
    background: none;
    border-radius: 15px;
    border: #8C002A solid 1px;
    width: 235px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 123.4%;
    text-align: center;
    color: #8C002A;
}
@media only screen and (max-width: 768px) {
    .brand__name {
        max-height: 60px
    }
}
.mb-2{ margin-bottom:15px}
/*# sourceMappingURL=base.css.map */

.form_field {
    background: #FFF6EA;
    justify-content: center;
    display: flex
}
    
@media only screen and (max-width: 768px) {
    .form_field {
        display: block
    }
    .form_field .c-column-02 {
        padding: 50px 20px
    }
}
#captcha {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #8C002A;
}