html {
  overflow-x: hidden;
}

.readex {
  font-family: "Readex Pro";
  font-weight: normal;
  font-style: normal;
}

.readex-light {
  font-family: "Readex Pro";
  font-weight: 300;
  font-style: normal;
}

.cabin {
  font-family: "Cabin";
  font-weight: normal;
  font-style: italic;
}

.staatliches {
  font-family: "Staatliches";
  font-weight: normal;
  font-style: normal;
}

.roboto {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
}

.urbanist {
  font-family: "Urbanist";
  font-weight: normal;
  font-style: normal;
}

.alata {
  font-family: "Alata";
  font-weight: normal;
  font-style: normal;
}

.disabled {
  background-color: #2F2F2F !important;
  color: white !important;
  opacity: 0.5;
  pointer-events: none;
}

.learn_title {
  margin-top: 30px;
  border: 1px solid #E71C39;
  background-color: #E71C39;
  color: white;
  padding: 14px 45px;
  display: inline-block;
  transform: skew(-15deg);
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.learn_title span {
  display: inline-block;
  transform: skew(15deg);
}

header {
  margin-top: 15px;
}
header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 1080px;
  background-color: #E71C39;
  z-index: -1;
}
header .header_menu_area .icon_img_group .search_button {
  text-decoration: none;
  margin-right: 27px;
}
header .header_menu_area .menu_area {
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 75px;
  margin-right: auto;
}
header .header_menu_area .menu_area .menu_item {
  list-style-type: none;
}
header .header_menu_area .menu_area .menu_item a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold !important;
  margin: 0 15px;
  color: black;
  transition: 0.5s all;
}
header .header_menu_area .menu_area .menu_item a:hover {
  color: #E71C39;
}

.mouse_alt_image {
  position: absolute;
  left: 35px;
  bottom: 240px;
  z-index: 10;
}
.mouse_alt_image:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 123px;
  background-color: #000;
  bottom: 45px;
  right: 0;
  left: 0;
  margin-left: 8px;
  margin-right: auto;
}

.play_area_talk {
  position: absolute;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  text-decoration: none;
  left: -50px;
}
.play_area_talk .img_span {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.play_area_talk .text_span {
  background-color: #2F2F2F;
  width: 240px;
  height: 100px;
  color: white !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.slider {
  max-width: 1820px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  position: relative;
  display: flex;
}
.slider .slider_text {
  position: absolute;
  text-align: center;
  right: 277px;
  top: 210px;
}
.slider .slider_text img {
  margin-top: 50px;
}
.slider .slider_text .title_distracted {
  font-size: 59px;
  text-align: center;
}
.slider .slider_text .text {
  font-size: 16px;
  text-transform: uppercase;
}
.slider .now_lets_talk {
  position: fixed;
  font-size: 20px;
  background-color: #2F2F2F;
  padding: 10px 30px;
  color: white;
  z-index: 100;
  text-decoration: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  right: -60px;
  margin-top: 250px;
  opacity: 0.6;
  transition: 0.5s all;
  letter-spacing: 1.5px;
}
.slider .now_lets_talk:hover {
  opacity: 1;
  right: -54px;
}
.slider .homeSlider {
  margin-left: 0;
  margin-right: auto;
  width: 100%;
  height: 970px;
}
.slider .swiper-wrapper {
  max-width: 1720px;
  width: 100%;
  height: 85vh;
  position: relative;
  margin-right: auto;
  margin-left: 0;
}
.slider .swiper-wrapper .swiper-slide .title_width {
  max-width: 1720px;
  width: 100%;
  min-height: 900px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .swiper-pagination {
  width: 415px;
  height: 315px;
  background-color: white;
  position: absolute;
  left: auto;
  bottom: 0;
  right: 0;
  padding-top: 53px;
  padding-left: 74px;
  padding-bottom: 68px;
  display: flex;
  flex-direction: column;
}
.slider .swiper-pagination .swiper-pagination-bullet-active {
  color: #E71C39 !important;
}
.slider .swiper-pagination .swiper-pagination-bullet-active:after {
  width: 60px !important;
  transition: 0.5s all;
}
.slider .swiper-pagination span.swiper-pagination-bullet {
  color: #000;
  opacity: 1;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  position: relative;
  height: 10px !important;
  background: transparent !important;
}
.slider .swiper-pagination span.swiper-pagination-bullet:after {
  content: "";
  height: 4px;
  width: 0;
  transition: 0.5s all;
  background-color: #E71C39;
  border-radius: 0;
  position: absolute;
  bottom: -5px;
  left: 50px;
  right: 0;
}

.about {
  margin-top: 75px;
}
.about .resim_area .title_items_area {
  position: absolute;
  color: white;
  right: 0;
  left: -5%;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 490px;
  font-size: 32px;
  margin-top: 180px;
  font-style: italic;
  letter-spacing: -1.7px;
}
.about .resim_area .title_items_area img {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-bottom: 15px;
}
.about .container {
  max-width: 1425px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.about .container .text_title {
  position: absolute;
  max-width: 330px;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: -moz-fit-content;
  height: fit-content;
}
.about .container .text_title h3 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.about .container .text_title .learn_title {
  margin-top: 30px;
  border: 1px solid #E71C39;
  background-color: #E71C39;
  color: white;
  padding: 14px 45px;
  display: inline-block;
  transform: skew(-15deg);
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.about .container .text_title .learn_title span {
  display: inline-block;
  transform: skew(15deg);
}
.about .container .about_title {
  margin-top: 100px;
  height: -moz-fit-content;
  height: fit-content;
}
.about .container .about_title .just_text {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}
.about .container .about_title .just_text:after {
  content: "";
  width: 4px;
  height: 100px;
  position: absolute;
  background-color: #E71C39;
  top: 110px;
  left: 0;
}
.about .container .about_title h3 {
  font-size: 70px;
  line-height: 1;
}
.about .container .about_title h3 span {
  color: #E71C39;
}

.services {
  margin-top: 110px;
}
.services .reverse_area .img_area:before {
  left: auto;
  z-index: -1;
  right: -360px;
}
.services .reverse_area .tiktik {
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 15px;
}
.services .reverse_area .title_service, .services .reverse_area .text_area {
  text-align: end;
}
.services .reverse_area .text_area {
  padding-left: 50px;
  padding-right: 0;
}
.services .reverse_area .text_area:before {
  display: none;
}
.services .titleArea {
  font-size: 70px;
  text-align: center;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services .titleArea span.white {
  position: relative;
  color: white;
}
.services .titleArea span.white::after {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #2F2F2F;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.services .titleArea span {
  position: relative;
  z-index: 20;
}
.services .titleArea::before {
  content: "";
  width: 620px;
  position: absolute;
  height: 140px;
  background-color: #E71C39;
  right: 47.9%;
  z-index: 15;
}
.services .titleArea::after {
  content: "";
  width: 1551px;
  position: absolute;
  height: 140px;
  background-color: #F5FDFF;
  right: 0;
  z-index: 10;
}
.services .container {
  margin-top: 70px;
  max-width: 1182px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.services .text_area {
  margin-top: 25px;
  padding-left: 100px;
  padding-right: 50px;
  font-size: 18px;
  position: relative;
}
.services .text_area:before {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #E71C39;
  position: absolute;
  left: 0;
  top: 9px;
}
.services .img_area {
  position: relative;
  background-color: #e2e5e4;
  min-height: 498px;
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.services .img_area:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 382px;
  background-color: #e2e5e4;
  left: -360px;
  z-index: -1;
}
.services .img_area img {
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.services .title_service {
  font-size: 53px;
  line-height: 1;
}

.reference .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.reference .container {
  max-width: 1100px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.reference .titleArea {
  font-size: 70px;
  text-align: center;
}
.reference .slider_reference .swiper-slide {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.reference .slider_reference .swiper-pagination {
  position: relative;
  margin-top: 22px;
}
.reference .slider_reference .swiper-pagination span.swiper-pagination-bullet {
  width: 11px;
  height: 14px;
  border-radius: 0;
  opacity: 1;
  background-color: #2F2F2F;
  transition: 0.5s all;
  transform: skew(-20deg);
}
.reference .slider_reference .swiper-pagination span.swiper-pagination-bullet-active {
  width: 24px;
  background-color: #E71C39;
}
.reference .slider_reference .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
}
.reference .slider_reference .swiper-wrapper .swiper-slide .button_pos {
  cursor: pointer;
}
.reference .slider_reference .swiper-wrapper .swiper-slide .button_pos:hover img {
  opacity: 1;
}
.reference .slider_reference .swiper-wrapper .swiper-slide .button_pos:hover .textArea {
  opacity: 1;
}
.reference .slider_reference .swiper-wrapper .swiper-slide .button_pos img {
  max-width: 200px;
  width: 100%;
  height: auto;
  opacity: 0.6;
  transition: 0.5s all;
}
.reference .slider_reference .swiper-wrapper .swiper-slide .button_pos .textArea {
  position: absolute;
  width: 85%;
  height: 85%;
  background-color: rgba(231, 28, 57, 0.7607843137);
  color: white;
  z-index: 20;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: end;
  opacity: 0;
  transition: 0.5s all;
}
.reference .slider_reference .swiper-wrapper .swiper-slide .button_pos .textArea h2 {
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.reference .slider_reference .swiper-wrapper .swiper-slide .button_pos .textArea h2:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  border: 1px solid #ffffff;
  background-color: transparent;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}

.two_buttons {
  position: relative;
}
.two_buttons:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 147px;
  background-color: #F5FDFF;
  margin-bottom: -185px;
  z-index: -1;
}
.two_buttons .container {
  max-width: 888px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.two_buttons .container .last_button {
  background-color: #2F2F2F !important;
}
.two_buttons .container .last_button span {
  margin-right: auto !important;
}
.two_buttons .container .first_button span {
  margin-left: auto !important;
}
.two_buttons .container .button_1 {
  padding: 55px 0;
  height: auto;
  width: 100%;
  background-color: #E71C39;
  border-radius: 0;
  position: absolute;
  text-decoration: none;
  color: white;
  font-size: 46px;
  left: 0;
  right: 0;
}
.two_buttons .container .button_1 span {
  position: relative !important;
  max-width: 215px;
  display: block;
  width: 100%;
  line-height: 1;
  text-align: center;
}

.footer_area {
  margin-top: 0;
  position: relative;
}
.footer_area .logo_area {
  margin-top: -30px;
  padding: 42px 53px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #2F2F2F;
}
.footer_area .deyidMenu {
  margin-top: 64px;
  padding-left: 0;
}
.footer_area .deyidMenu .deyidLi {
  list-style-type: none;
}
.footer_area .deyidMenu .deyidLi a {
  text-decoration: none;
  color: #2F2F2F;
  transition: 0.5s all;
}
.footer_area .deyidMenu .deyidLi a:hover {
  color: #E71C39;
}
.footer_area .contact {
  margin-bottom: 64px;
}
.footer_area .contact a {
  position: relative;
  margin: 0 20px;
}
.footer_area .contact a:first-child:before {
  display: none;
}
.footer_area .contact a::before {
  content: "";
  width: 1px;
  height: 17px;
  position: absolute;
  background-color: #E71C39;
  right: 0;
  left: -20px;
}
.footer_area .contact a img {
  margin-right: 5px;
}
.footer_area .cizgi {
  max-width: 265px;
  width: 100%;
  height: 2px;
  background-color: #E71C39;
  margin-right: auto;
  margin-left: auto;
}
.footer_area .adress_btn, .footer_area .contact {
  display: flex;
  justify-content: center;
}
.footer_area .adress_btn a, .footer_area .contact a {
  text-align: center;
  font-style: italic;
  text-decoration: none;
  color: #2F2F2F;
  transition: 0.5s all;
}
.footer_area .adress_btn a:hover, .footer_area .contact a:hover {
  color: #E71C39;
}
.footer_area .social_areas {
  margin-top: 34px;
  margin-bottom: 70px;
  display: flex;
}
.footer_area .social_areas a {
  margin-left: 10px;
  padding: 10px;
  background-color: #2F2F2F;
  position: relative;
  display: block;
  transition: 0.5s all;
}
.footer_area .social_areas a:hover {
  opacity: 0.7;
}
.footer_area .social_areas a img {
  filter: invert(1);
}
.footer_area .container {
  max-width: 1447px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background-color: #F5F5F5;
  padding-left: 34px;
  padding-right: 60px;
}
.footer_area .txt_input {
  border: 1px solid #2F2F2F;
  font-size: 11px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 208px;
  margin-right: 5px;
}
.footer_area .btn_input {
  background-color: #2F2F2F;
  color: white;
  border: 1px solid #2F2F2F;
  font-size: 11px;
  padding: 10px 31px;
  transition: 0.5s all;
}
.footer_area .btn_input:hover {
  color: #2F2F2F;
  background-color: transparent;
}

.modal.show {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.modal-dialog {
  border-radius: 0;
}
.modal-dialog .txt_input, .modal-dialog .txt_textarea {
  border: 1px solid #2F2F2F;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  margin-bottom: 15px;
  margin-right: 5px;
}
.modal-dialog .btn_input {
  background-color: #2F2F2F;
  color: white;
  border: 1px solid #2F2F2F;
  font-size: 16px;
  padding: 10px 31px;
  width: 100%;
  transition: 0.5s all;
}
.modal-dialog .btn_input:hover {
  color: #2F2F2F;
  background-color: transparent;
}
.modal-dialog .modal-content {
  border-radius: 0;
}
.modal-dialog .learn_title_modal {
  padding: 10px 20px;
  background-color: #E71C39;
  border: 1px solid #E71C39;
  transition: 0.5s all;
  color: white;
  text-decoration: none;
}

.mobil_menu {
  height: 100%;
  width: 300px;
  background-color: white;
  color: #E71C39;
  padding-left: 0;
  position: fixed;
  top: 0;
  right: -300px;
  transition: 0.5s all;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobil_menu .closeMenuCar {
  position: absolute;
  left: 20px;
  top: 20px;
}
.mobil_menu li {
  margin-bottom: 25px;
  list-style-type: none;
  text-align: center;
}
.mobil_menu li a {
  color: #E71C39;
  text-decoration: none;
  transition: 0.5s all;
}
.mobil_menu li a:hover {
  opacity: 0.6;
}

.openMenu .mobil_menu {
  right: 0;
}

@media (min-height: 1080px) {
  .mouse_alt_image {
    display: none !important;
  }
}
@media (max-width: 1530px) {
  .about .container .text_title .learn_title {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .about .resim_area .title_items_area {
    left: -495px;
    margin-top: 180px;
  }
  .services {
    margin-top: 44%;
  }
  .services .titleArea {
    color: white;
  }
  .services .titleArea::before {
    right: 0;
    width: 100%;
  }
  .services .img_area:before {
    display: none;
  }
  header:before {
    width: 125px;
  }
  .slider .slider_text {
    right: 155px;
  }
  .about .about_title {
    z-index: 20;
    background-color: rgba(255, 255, 255, 0.4509803922);
    padding: 10px;
  }
  .about .resim_area {
    position: absolute;
    margin-top: 160px;
  }
  .about .resim_area img {
    width: 1263px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1200px) {
  .about {
    margin-top: 155px;
  }
  .about .container .text_title {
    top: 120px;
  }
  .about .container .about_title {
    margin-top: -90px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .about .resim_area {
    position: absolute;
    margin-top: 0px;
  }
  .about .resim_area img {
    width: 753px;
  }
  .about .resim_area .title_items_area {
    left: -38%;
    margin-top: 11%;
    font-size: 24px;
    max-width: 360px;
    transform: scale(0.8);
  }
  .footer_area .container {
    padding-bottom: 50px;
    padding-left: 34px;
    padding-right: 34px;
  }
  .footer_area .social_areas {
    margin-top: 35px;
    margin-bottom: 35px;
    display: flex;
  }
}
@media (max-width: 992px) {
  .reference .titleArea, .services .titleArea, .services .title_service {
    font-size: 45px;
  }
  header .header_menu_area .menu_area {
    display: none !important;
  }
  .slider .slider_text {
    right: 100px;
    z-index: 10;
  }
  .slider .swiper-pagination {
    width: 215px;
    height: 315px;
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 68px;
  }
  .play_area_talk .text_span {
    width: 175px;
    height: 100px;
  }
  .img_area {
    display: flex;
    justify-content: center;
  }
  .img_area img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .about .resim_area img {
    width: 753px;
    position: absolute;
    left: 0;
  }
  .about .resim_area .title_items_area {
    left: 0;
    margin-top: 14%;
    width: 768px;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: 40px;
  }
  .about .resim_area .title_items_area .item {
    max-width: 370px;
  }
  .about .resim_area .title_items_area {
    left: 2%;
    margin-top: 13%;
  }
  .about .resim_area img {
    top: -26px;
  }
  .about .container .text_title, .about .container .resim_area {
    position: relative;
    overflow: hidden;
  }
  .about .container .text_title, .about .container .resim_area {
    position: relative;
    height: 350px;
  }
  .about .resim_area .title_items_area {
    z-index: 10;
  }
  .about .container .text_title {
    top: 0;
  }
  .two_buttons .container .button_1 {
    font-size: 30px;
  }
  .about {
    margin-top: 30px;
  }
  .services {
    margin-top: 75px;
  }
  .services .text_area {
    padding-left: 15px;
  }
  .services .text_area:before {
    content: "";
    display: none;
  }
  .about .container {
    display: flex;
    flex-direction: column;
  }
  .about .container .resim_area {
    margin-top: 15px;
  }
  .about .container .text_title {
    margin-top: 60PX;
  }
  .about .container .text_title, .about .container .resim_area {
    position: relative;
  }
  .about .container .about_title {
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .about .resim_area .title_items_area {
    left: 2%;
    margin-top: 17%;
  }
  .mouse_alt_image {
    display: none;
  }
  .play_area_talk {
    display: none;
  }
  .slider .now_lets_talk {
    display: none;
  }
  header:before {
    height: 1061px;
  }
  .slider {
    margin-top: 30px;
  }
  .slider .slider_text {
    right: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4392156863);
    padding: 15px;
  }
}
@media (max-width: 500px) {
  .about .resim_area .title_items_area {
    left: 1%;
    margin-top: 22%;
  }
}
@media (max-width: 400px) {
  .about .resim_area img {
    width: 480px;
    position: absolute;
    left: 0;
  }
  .about .container .text_title {
    margin-top: 0PX;
  }
  .about .resim_area .title_items_area {
    left: -22%;
    margin-top: 7%;
    transform: scale(0.5);
  }
}/*# sourceMappingURL=style.css.map */