@charset "UTF-8";
/* Inter */
@font-face {
  font-family: "Inter";
  font-weight: 100;
  src: url("../fonts/inter/static/Inter-Thin.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 200;
  src: url("../fonts/inter/static/Inter-ExtraLight.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 300;
  src: url("../fonts/inter/static/Inter-Light.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url("../fonts/inter/static/Inter-Regular.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  src: url("../fonts/inter/static/Inter-Medium.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  src: url("../fonts/inter/static/Inter-SemiBold.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  src: url("../fonts/inter/static/Inter-Bold.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 800;
  src: url("../fonts/inter/static/Inter-ExtraBold.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 900;
  src: url("../fonts/inter/static/Inter-Black.ttf");
}
/* Inter end*/
/* fonts */
body, div, h1, h2, h3, p, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

/* Başlık stilleri */
h1, h2, h3 {
  font-weight: bold;
}

/* Liste stilleri */
ul {
  list-style: none;
}

/* Link stilleri */
a {
  text-decoration: none;
  color: inherit;
}

* {
  font-family: "Inter", serif;
  font-weight: 400;
}

.active {
  color: #d71921 !important;
}

a:hover {
  color: #d71921;
}

.show-video {
  z-index: 2 !important;
}

.hide-play-video {
  display: none !important;
}

.validation-error-message {
  font-size: 12px;
}

h1 {
  font-family: "Inter", semibold;
  font-size: 71.01px;
  font-weight: 700;
  color: #d71921;
}

h2 {
  color: #d71921;
}

h6 {
  font-family: "Inter", serif;
  font-weight: 600;
  font-size: 20px;
}

p {
  font-family: "Inter", serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
}

/* header start */
.home__navbar {
  background: transparent !important;
}

.header {
  position: fixed;
  background: #181818;
  width: 100%;
  z-index: 5;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: 133px;
}
.header__logo-img {
  width: 174px;
  height: 100%;
}
.header__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
  height: 40px;
}
.header__navigation .hamburger {
  position: relative;
  width: 30px;
  height: 5px;
  background: #d71921;
  border-radius: 10px;
  cursor: pointer;
  z-index: 0;
  transition: 0.3s;
}
.header__navigation .hamburger:before, .header__navigation .hamburger:after {
  content: "";
  position: absolute;
  height: 4px;
  background: #d71921;
  border-radius: 10px;
  transition: 0.3s;
}
.header__navigation .hamburger:before {
  top: -10px;
  width: 20px;
}
.header__navigation .hamburger:after {
  top: 10px;
  width: 25px;
}
.header__navigation .toggle-menu {
  position: absolute;
  width: 30px;
  height: 100%;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
}
.header__navigation .hamburger, .header__navigation .toggle-menu {
  display: none;
}
.header__navigation .c-hamburger {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 40px;
  padding-right: 43px;
}
.header__navigation .c-hamburger {
  background: transparent;
}
.header__navigation .c-hamburger:before {
  top: 0;
  transform: rotate(-45deg);
  width: 30px;
}
.header__navigation .c-hamburger:after {
  top: 0;
  transform: rotate(40deg);
  width: 30px;
}
.header__navigation input:checked ~ .hamburger {
  background: transparent;
}
.header__navigation input:checked ~ .hamburger:before {
  top: 0;
  transform: rotate(-45deg);
  width: 30px;
}
.header__navigation input:checked ~ .hamburger:after {
  top: 0;
  transform: rotate(40deg);
  width: 30px;
}
input:checked ~ .header__navigation-list {
  right: 0;
}
.header__navigation-list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  margin: 0;
}
.header__navigation-list-item {
  display: block;
}
.header__navigation-list-link {
  text-decoration: none;
  color: #c9c9c9;
  font-family: "Inter", semibold;
  font-size: 20px;
  font-weight: 400;
}
.header__language {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 80px;
  height: 40px;
}
.header__language--link {
  text-decoration: none;
  color: #c9c9c9;
}

/* header end */
@media (max-width: 1100px) {
  .header__navigation {
    align-items: flex-end;
  }
  .header__navigation .hamburger {
    margin-right: 15px;
  }
  .header__navigation .hamburger,
  .header__navigation .toggle-menu {
    display: block;
  }
  .header__navigation-list {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    flex-direction: column;
    width: 300px;
    height: 100%;
    transition: 0.3s;
    background: #181818;
    position: fixed;
    top: 0;
    right: -300px;
    padding: 65px 0 0 0;
  }
  .header__navigation-list-item {
    text-align: start;
    margin: 0 0 20px 32px !important;
  }
  .header__navigation-list-link {
    color: #ffffff;
  }
}
@media (max-width: 425px) {
  .header__language--link {
    font-size: 14px;
  }
}
.banner {
  width: 100%;
  padding-top: 130px;
}
.banner__img {
  max-height: 430px;
  width: 100%;
  object-fit: cover;
  object-position: 0 -150px;
}

@media (max-width: 1400px) {
  .banner__img {
    object-position: 0 -80px;
  }
}
@media (max-width: 1199px) {
  .banner__img {
    object-position: 0;
  }
}
.footer {
  background: #222222;
}
.footer__container {
  padding: 15px;
  background: url("../../home/img/footer_bg.png") no-repeat center;
  height: 470px;
  background-size: cover;
}
.footer__navigation {
  border-bottom: 1px solid #d71921;
  height: 89px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.footer__navigation img {
  width: 81px;
  height: 34px;
}
.footer__navigation-list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  margin: 0;
}
.footer__navigation-list-item {
  display: block;
  margin-left: 70px;
}
.footer__navigation-list-link {
  text-decoration: none;
  color: #c9c9c9;
}
.footer__info-title {
  color: #ffffff;
  margin-bottom: 40px;
}
.footer__info-desc {
  color: #ccc;
}
.footer__info-icon {
  width: 20px;
}
.footer__info-contact {
  width: 50%;
}
.footer__info-social {
  margin-top: 20px;
}
.footer__info-social a {
  color: #ffffff;
  margin-right: 25px;
}
.footer__info-address, .footer__info-phone, .footer__info-mail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: auto;
  gap: 20px;
  margin-bottom: 25px;
}
.footer__info-address p, .footer__info-phone p, .footer__info-mail p {
  color: #ccc;
}
.footer__info-address {
  align-items: flex-start;
}
.footer__rights {
  height: 70px;
  background: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer__rights p {
  text-align: center;
  color: #ccc;
  font-size: 14px;
  line-height: 27px;
}

@media (max-width: 1200px) {
  .footer__info-contact {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .footer__navigation-list {
    justify-content: flex-start;
  }
  .footer__navigation-list-item {
    margin-left: 0;
    margin-right: 25px;
  }
  .footer__info-title {
    font-size: 18px;
  }
  .footer__info-desc {
    line-height: 20px;
    font-size: 14px;
  }
  .footer__info-contact {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer__container {
    height: auto;
  }
  .footer__navigation {
    border-bottom: none;
    height: auto;
  }
  .footer__navigation-list {
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .footer__info-title {
    margin-top: 40px;
  }
}
.whatsapp {
  position: fixed;
  z-index: 999;
  right: 25px;
  bottom: 25px;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
}
.whatsapp__link {
  color: #ffffff;
  padding: 8px 15px;
  text-align: center;
  vertical-align: center;
}
.whatsapp__link:hover {
  color: #c9c9c9;
}

.hero {
  width: 100%;
  height: 100vh;
}
.hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.hero .container .row {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero .container .row .play {
  height: 200px;
  width: 200px;
  z-index: 2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero .container .row .play img {
  z-index: 2;
  background: rgba(255, 0, 0, 0.5);
  border-radius: 50%;
  border: 25px solid rgba(255, 0, 0, 0.2);
  outline: 35px solid rgba(255, 0, 0, 0.3);
}

.sgu {
  background: #f6f6f6;
  background-position: 0 120px;
  padding-top: 120px;
  padding-left: 0;
  padding-right: 0;
}
.sgu__img {
  min-height: 100%;
  object-fit: cover;
}
.sgu__subtitle {
  font-family: "Inter", semibold;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 12px;
  color: #282828;
  margin-bottom: 35px;
}
.sgu__title {
  font-family: "Inter", semibold;
  font-size: 95px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #272727;
}
.sgu__title span {
  color: #d71921;
  font-weight: 700;
}
.sgu__desc {
  margin-top: 25px;
  font-family: "Inter", semibold;
  font-size: 19px;
  font-weight: 400;
  line-height: 28.8px;
}
.sgu__btn {
  font-family: "Inter", semibold;
  font-size: 14px;
  font-weight: 300;
  color: #535353;
  background: transparent;
  border: none;
  margin-top: 15px;
}
.sgu__btn::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 5px;
  background: #d71921;
  margin: 10px 0 0 5px;
}

.wwp {
  position: relative;
  padding-bottom: 400px;
}
.wwp__background {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #f0f0f0;
  height: 100%;
}
.wwp__background svg {
  width: 300px;
  height: 300px;
  transition: 0.5s;
  position: absolute;
}
.wwp__background #leftTop {
  top: -150px;
  left: -150px;
}
.wwp__background #rightTop {
  top: -150px;
  right: -150px;
}
.wwp__background #bottomLeft {
  bottom: -150px;
  left: -150px;
}
.wwp__background #bottomRight {
  bottom: -150px;
  right: -150px;
}
.wwp__title {
  color: #d71921;
  font-family: "Inter", semibold;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 12px;
  text-align: center;
  margin: 90px 0;
  z-index: 2;
}
.wwp .swiper {
  width: 100%;
}
.wwp .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wwp .swiper-button-prev, .wwp .swiper-button-next {
  color: #d71921 !important;
}
.wwp .swiper-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.wwp .swiper-container .swiper-button-next,
.wwp .swiper-container .swiper-button-prev {
  z-index: 4 !important;
}
.wwp .swiper-container .swiper-button-prev {
  left: -0.11vw;
}
.wwp .swiper-container .swiper-button-next {
  right: -0.11vw;
}
.wwp .swiper-container .swiper-pagination {
  bottom: -30px !important;
}
.wwp__product {
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background-size: contain !important;
  background-position: center bottom !important;
  background-color: #ffffff !important;
  overflow: hidden;
}
.wwp__product > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.wwp__product > div img {
  max-height: 200px !important;
}
.wwp__product-btn {
  background: #e7e7e7;
  padding: 15px;
  outline: 15px solid rgba(231, 231, 231, 0.8) !important;
  border: none;
  border-radius: 0 150px 0 0;
  color: #da4248;
  font-family: "Inter", semibold;
  font-size: 24px;
  font-weight: 600;
}
.wwp__product-btn:hover {
  outline: 15px solid rgba(231, 231, 231, 0.8) !important;
}

.experiences {
  background: #f6f6f6;
  width: 100%;
  height: 900px;
  padding: 100px;
}
.experiences__texts {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.experiences__texts--subtitle {
  font-family: "Inter", semibold;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 12px;
}
.experiences__texts--title {
  font-family: "Inter", semibold;
  font-size: 95px;
  font-weight: 700;
  color: #d71921;
}
.experiences__texts--title::after {
  position: absolute;
  content: "";
  width: 5%;
  height: 8px;
  background: #d71921;
  margin-top: 50px;
  left: 0;
  z-index: 2;
}
.experiences__list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  flex-direction: column;
}
.experiences__item {
  display: flex;
  justify-content: normal;
  align-items: center;
  flex-direction: row;
  margin-top: 80px;
  color: #757575;
  font-size: 32px;
  text-align: start;
}
.experiences__item img {
  margin-right: 65px;
}
.experiences__item:last-child span::after {
  content: "Mİlyon";
  font-family: "Inter", semibold;
  font-size: 15px;
  font-weight: 500;
  color: #d71921;
  position: relative;
  top: 20px;
  right: 90px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.experiences__number {
  font-family: "Inter", semibold;
  font-size: 95px;
  font-weight: 500;
  color: #282828;
  margin-right: 32px;
  max-width: 100px;
}
.experiences__image {
  min-width: 600px;
}

.references {
  background: #f0f0f0;
  /* Slayt sıraları için stiller */
  /* Her slayt için stiller */
}
.references__title {
  font-family: "Inter", semibold;
  font-size: 30px;
  font-weight: 600;
  color: #d71921;
  text-align: center;
  padding-top: 60px;
  letter-spacing: 12px;
  margin-bottom: 100px;
}
.references .slider-container {
  width: 100%; /* İsteğe bağlı, konteyner genişliğini ayarlayabilirsiniz */
  margin: 0 auto; /* Slaytı yatayda ortalamak için */
  overflow: hidden; /* Taşan içeriği gizler */
}
.references .row-slider {
  display: flex;
  flex-direction: row; /* Slaytları yatay sıralar halinde düzenler */
  overflow: hidden; /* Taşan içeriği gizler */
}
.references .slide {
  flex: 0 0 auto; /* Slaytların genişliği otomatik olarak ayarlanır */
  margin-right: 10px; /* Slaytlar arasında boşluk bırakmak için */
}

.gallery {
  margin: 150px 0;
  overflow-x: hidden;
  height: 700px;
}
.gallery h2 {
  margin-bottom: 150px;
  font-family: "Inter", semibold;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 12px;
  color: #d71921;
}
.gallery .swiper-container {
  margin: 0 auto;
}
.gallery .swiper-container .swiper-gallery {
  width: 100%;
}
.gallery__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 18px;
  margin: 0;
  background: white;
  transition: all 0.3s ease;
}
.gallery__slide .swiper-slide {
  transition: 0.5s;
  opacity: 0;
}
.gallery__slide .swiper-slide-prev,
.gallery__slide .swiper-slide-next,
.gallery__slide .swiper-slide-active {
  transition: 0.5s;
  opacity: 1;
}
.gallery__slide .swiper-slide-prev,
.gallery__slide .swiper-slide-next {
  opacity: 0.8;
}
.gallery__slide--item {
  transition: 0.5s;
  opacity: 0.9;
}
.gallery__slide .swiper-slide-active {
  color: #ffffff;
  transform: scale(1.4);
  z-index: 2;
}
.gallery__slide .swiper-slide-active img {
  opacity: 1;
}
.gallery #galleryPrevBtn, .gallery #galleryNextBtn {
  width: 38px;
  height: 38px;
  background-position: center !important;
  position: absolute;
  z-index: 4;
  cursor: pointer;
}
.gallery #galleryNextBtn {
  margin-top: -120px;
  left: 0;
  margin-left: 5vw;
}
.gallery #galleryPrevBtn {
  transform: rotate(180deg);
  right: 0;
  margin-top: -120px;
  margin-right: 5vw;
}

@media (max-width: 1440px) {
  .sgu {
    padding-bottom: 90px;
  }
  .sgu .col-md-6:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .sgu__img {
    min-height: 70%;
  }
  .sgu__subtitle {
    font-family: "Inter", semibold;
    font-size: 20px;
    font-weight: 500;
  }
  .sgu__title {
    font-family: "Inter", semibold;
    font-size: 75px;
    font-weight: 700;
  }
  .sgu__desc {
    font-family: "Inter", semibold;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.8px;
  }
  .sgu__btn {
    font-family: "Inter", semibold;
    font-size: 14px;
    font-weight: 300;
  }
  .experiences {
    width: 100%;
    height: 800px;
  }
  .experiences__texts--subtitle {
    font-family: "Inter", semibold;
    font-size: 25px;
    font-weight: 500;
  }
  .experiences__texts--title {
    font-family: "Inter", semibold;
    font-size: 75px;
    font-weight: 700;
    color: #d71921;
  }
  .experiences__texts--title::after {
    width: 6%;
    height: 8px;
    background: #d71921;
    margin-top: 35px;
  }
  .experiences__item {
    font-size: 24px;
    text-align: start;
  }
  .experiences__item img {
    margin-right: 45px;
  }
  .experiences__number {
    font-family: "Inter", semibold;
    font-size: 95px;
    font-weight: 500;
    color: #282828;
    margin-right: 32px;
    max-width: 100px;
  }
  .experiences .col-md-6:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .experiences__image {
    min-width: 400px;
  }
  .gallery__slide--item {
    max-height: 300px;
  }
}
@media (max-width: 1200px) {
  .gallery {
    margin: 75px 0;
    height: 500px;
  }
  .gallery__slide--item {
    max-height: 250px;
  }
  .gallery #galleryNextBtn {
    margin-top: -100px;
  }
  .gallery #galleryPrevBtn {
    margin-top: -100px;
  }
}
@media (max-width: 991px) {
  .sgu {
    padding-bottom: 90px;
  }
  .sgu__img {
    min-height: 75%;
    object-fit: cover;
  }
  .sgu__subtitle {
    font-family: "Inter", semibold;
    font-size: 15px;
    font-weight: 500;
  }
  .sgu__title {
    font-family: "Inter", semibold;
    font-size: 45px;
    font-weight: 700;
  }
  .sgu__desc {
    font-family: "Inter", semibold;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.8px;
  }
  .sgu__btn {
    font-family: "Inter", semibold;
    font-size: 14px;
    font-weight: 300;
  }
  .experiences {
    width: 100%;
    height: 700px;
  }
  .experiences__texts {
    margin: 0;
    padding: 0;
  }
  .experiences__texts--subtitle {
    font-family: "Inter", semibold;
    font-size: 20px;
    font-weight: 500;
  }
  .experiences__texts--title {
    font-family: "Inter", semibold;
    font-size: 55px;
    font-weight: 700;
    color: #d71921;
  }
  .experiences__item {
    font-size: 18px;
    text-align: start;
  }
  .experiences__item img {
    margin-right: 45px;
  }
  .experiences__number {
    font-family: "Inter", semibold;
    font-size: 65px;
    font-weight: 500;
    color: #282828;
    margin-right: 32px;
    max-width: 100px;
  }
  .experiences .col-md-6:last-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .experiences__image {
    min-width: 300px;
  }
  .gallery {
    margin: 50px 0;
    height: 500px;
  }
  .gallery__slide--item {
    max-height: 200px;
  }
  .gallery #galleryNextBtn {
    margin-top: -80px;
  }
  .gallery #galleryPrevBtn {
    margin-top: -80px;
  }
}
@media (max-width: 767px) {
  .hero {
    height: 75vh;
  }
  .hero::before {
    width: 100%;
    height: 75vh;
  }
  .hero__video {
    height: 75%;
  }
  .hero .container .row {
    width: 100%;
    height: 75vh;
  }
  .sgu {
    padding-bottom: 90px;
  }
  .sgu .col-md-6:last-child {
    margin-top: 50px;
    padding: 25px;
  }
  .sgu__subtitle {
    font-family: "Inter", semibold;
    font-size: 15px;
    font-weight: 500;
  }
  .sgu__title {
    font-family: "Inter", semibold;
    font-size: 45px;
    font-weight: 700;
  }
  .sgu__desc {
    font-family: "Inter", semibold;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.8px;
  }
  .sgu__btn {
    font-family: "Inter", semibold;
    font-size: 14px;
    font-weight: 300;
  }
  .experiences {
    padding: 50px;
    width: 100%;
    height: 100%;
  }
  .experiences__row {
    flex-direction: column-reverse;
  }
  .experiences__texts--subtitle {
    font-family: "Inter", semibold;
    font-size: 20px;
    font-weight: 500;
  }
  .experiences__texts--title {
    font-family: "Inter", semibold;
    font-size: 55px;
    font-weight: 700;
    color: #d71921;
  }
  .experiences__item {
    font-size: 18px;
    text-align: start;
  }
  .experiences__item img {
    margin-right: 45px;
  }
  .experiences__number {
    font-family: "Inter", semibold;
    font-size: 65px;
    font-weight: 500;
    color: #282828;
    margin-right: 32px;
    max-width: 60px;
  }
  .experiences .col-md-6:last-child {
    margin-top: 25px;
  }
  .experiences__image {
    min-width: 300px;
  }
  .wwp {
    padding-bottom: 200px;
  }
  .wwp__background svg {
    width: 150px;
    height: 150px;
  }
  .wwp__background #leftTop {
    top: -75px;
    left: -75px;
  }
  .wwp__background #rightTop {
    top: -150px;
    right: -150px;
  }
  .wwp__background #bottomLeft {
    bottom: -150px;
    left: -150px;
  }
  .wwp__background #bottomRight {
    bottom: -150px;
    right: -150px;
  }
  .wwp__title {
    color: #d71921;
    font-family: "Inter", semibold;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 5px;
    text-align: start;
    margin: 45px 0;
  }
  .wwp .swiper {
    width: 100%;
  }
  .wwp .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .wwp .swiper-button-prev, .wwp .swiper-button-next {
    color: #d71921 !important;
  }
  .wwp .swiper-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .wwp .swiper-container .swiper-button-next,
  .wwp .swiper-container .swiper-button-prev {
    z-index: 4 !important;
  }
  .wwp .swiper-container .swiper-button-prev {
    left: -0.11vw;
  }
  .wwp .swiper-container .swiper-button-next {
    right: -0.11vw;
  }
  .wwp .swiper-container .swiper-pagination {
    bottom: -30px !important;
  }
  .wwp__product {
    width: _;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-size: contain !important;
    background-position: center bottom !important;
    background-color: #ffffff !important;
  }
  .wwp__product-btn {
    background: #e7e7e7;
    padding: 15px;
    outline: 15px solid rgba(231, 231, 231, 0.8) !important;
    border: none;
    border-radius: 0 150px 0 0;
    color: #da4248;
    font-family: "Inter", semibold;
    font-size: 24px;
    font-weight: 600;
  }
  .wwp__product-btn:hover {
    outline: 15px solid rgba(231, 231, 231, 0.8) !important;
  }
  .references__title {
    font-family: "Inter", semibold;
    font-size: 15px;
    font-weight: 600;
    padding-top: 60px;
    margin-bottom: 100px;
  }
  .references .img-fluid {
    width: 200px;
  }
  .gallery {
    margin: 50px 0;
    height: 400px;
  }
  .gallery__slide--item {
    max-height: 150px;
  }
  .gallery #galleryNextBtn {
    margin-top: -70px;
  }
  .gallery #galleryPrevBtn {
    margin-top: -70px;
  }
}
@media (max-width: 424px) {
  .hero {
    height: 50vh;
  }
  .hero::before {
    width: 100%;
    height: 50vh;
  }
  .hero__video {
    height: 50%;
  }
  .hero .container .row {
    width: 100%;
    height: 50vh;
  }
  .hero .container .row .play {
    margin-top: 25px;
    height: 100px;
    width: 100px;
    z-index: 2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .hero .container .row .play img {
    width: 60px;
    height: 60px;
    z-index: 2;
    border-radius: 50%;
    border: 15px solid rgba(255, 0, 0, 0.5);
    outline: 15px solid rgba(255, 0, 0, 0.3);
  }
  .gallery {
    margin: 50px 0;
    height: 400px;
  }
  .gallery__slide--item {
    max-height: 120px;
  }
  .gallery #galleryNextBtn {
    margin-top: -80px;
  }
  .gallery #galleryPrevBtn {
    margin-top: -80px;
  }
  .wwp {
    padding-bottom: 100px;
  }
  .wwp__title {
    color: #d71921;
    font-family: "Inter", semibold;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 5px;
    text-align: start;
    margin: 45px 0;
  }
  .references__title {
    font-family: "Inter", semibold;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 8px;
  }
  .experiences {
    width: 100%;
    height: 100%;
  }
  .experiences__texts {
    margin: 0;
    padding: 0;
  }
  .experiences__texts--subtitle {
    font-family: "Inter", semibold;
    font-size: 12px;
    font-weight: 500;
  }
  .experiences__texts--title {
    font-family: "Inter", semibold;
    font-size: 40px;
    font-weight: 700;
    color: #d71921;
  }
  .experiences__texts--title::after {
    display: none;
  }
  .experiences__item {
    font-size: 16px;
    text-align: start;
  }
  .experiences__item img {
    margin-right: 45px;
    width: 40px;
    height: 40px;
  }
  .experiences__item:last-child span::after {
    content: "Mİlyon";
    font-family: "Inter", semibold;
    font-size: 12px;
    font-weight: 500;
    color: #d71921;
    position: relative;
    top: 20px;
    right: 30px;
    letter-spacing: 5px;
    text-transform: uppercase;
  }
  .experiences__number {
    font-family: "Inter", semibold;
    font-size: 32px;
    font-weight: 500;
    color: #282828;
    margin-right: 32px;
    max-width: 50px;
  }
  .experiences__image {
    min-width: 300px;
  }
}
.about {
  background: #f0f0f0;
  padding-bottom: 110px;
}
.about__title {
  font-family: "Inter", semibold;
  font-size: 71px;
  font-weight: 700;
  color: #d71921;
  margin-top: 110px;
  margin-bottom: 30px;
}
.about__text {
  font-family: "Inter", semibold;
  font-size: 23px;
  font-weight: 400;
  line-height: 35px;
}

.our_values {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 369px;
  background: #d71921;
}
.our_values .row:last-child {
  margin-top: 20px;
}
.our_values--item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  gap: 5px;
}
.our_values--item img {
  width: 80px;
  height: 80px;
  margin-right: 5px;
}
.our_values--item span {
  font-family: "Inter", semibold;
  font-size: 33px;
  font-weight: 500;
  color: #ffffff;
}

.pp {
  background: #f6f6f6;
  padding: 150px 0;
}
.pp .col-lg-3:first-child:after {
  width: 40%;
  height: 5px;
  z-index: 0;
  position: absolute;
  content: "";
  margin-top: -600px;
  left: 0;
  background: #d71921;
}
.pp .col-lg-3:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.pp__img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-width: 600px;
}
.pp__title {
  font-family: "Inter", semibold;
  font-size: 71px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 65px;
}
.pp__title span {
  color: #282828;
  font-weight: 700;
}
.pp__desc {
  font-family: "Inter", semibold;
  font-size: 21px;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  line-height: 36px;
  width: 100%; /* Paragraf genişliği */
  text-align: justify;
}
.pp .production-principles {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.exportation {
  margin-bottom: 150px;
}
.exportation .row {
  width: 100%;
  background: #f0f0f0;
}
.exportation .row .col-12 {
  margin: 0;
  padding: 0;
}
.exportation__img-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.exportation__img {
  min-width: 550px;
  min-height: 1200px;
  margin-top: -450px;
  margin-bottom: -150px;
  position: relative;
  object-fit: cover;
  z-index: 2;
}
.exportation__title {
  font-family: "Inter", serif;
  font-weight: 700;
  font-size: 71px;
  text-transform: none;
  margin-bottom: 65px;
}
.exportation__title::after {
  content: "";
  position: absolute;
  width: 15%;
  height: 8px;
  margin-top: -50px;
  left: 0;
  background: #d71921;
}
.exportation__title--subtitle {
  color: #282828;
  font-weight: 700;
}
.exportation__desc {
  font-family: "Inter", semibold;
  font-size: 21px;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%; /* Paragraf genişliği */
  text-align: justify;
  line-height: 36px;
}

.certificates {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  margin-bottom: 50px;
}
.certificates__subtitle, .certificates__title {
  text-align: center;
}
.certificates__subtitle {
  font-family: "Inter", semibold;
  font-size: 24px;
  font-weight: 400;
  margin: 12px 0;
  color: #d71921;
}
.certificates__title {
  font-family: "Inter", semibold;
  font-size: 50px;
  font-weight: 700;
  color: #061539;
}
.certificates .swiper-certificates {
  padding: 25px;
  overflow: hidden;
}
.certificates .swiper-slide {
  opacity: 0.7;
}
.certificates .swiper-slide-active {
  transition: 0.5s;
  transform: scale(1.1); /* Aktif slaytı büyütmek için */
  z-index: 2;
  opacity: 1;
}

@media (max-width: 1400px) {
  .our_values {
    height: 340px;
  }
  .our_values--item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .our_values--item img {
    width: 60px;
    height: 60px;
    margin-right: 5px;
  }
  .our_values--item span {
    font-family: "Inter", semibold;
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
  }
  .pp {
    padding: 100px 0;
  }
  .pp .col-lg-4:first-child:after {
    margin-top: -600px;
  }
  .pp__img {
    margin-top: -70px;
  }
  .pp__title {
    font-family: "Inter", semibold;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 50px;
  }
  .pp__desc {
    font-family: "Inter", semibold;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
  }
  .exportation {
    margin-bottom: 150px;
  }
  .exportation__img {
    min-height: 1200px;
    margin-top: -450px;
    margin-bottom: -150px;
  }
  .exportation__title {
    font-family: "Inter", serif;
    font-size: 65px;
  }
  .exportation__desc {
    font-family: "Inter", semibold;
    font-size: 21px;
    font-weight: 400;
    width: 100%; /* Paragraf genişliği */
    text-align: start;
  }
}
@media (max-width: 1199px) {
  .pp {
    padding: 80px 0;
  }
  .pp .row {
    align-items: center !important;
  }
  .pp .col-lg-3:first-child:after {
    width: 40%;
    height: 5px;
    margin-top: -550px;
    left: 0;
  }
  .pp__img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain;
    min-width: 500px;
    margin-top: -50px;
  }
  .pp__title {
    font-family: "Inter", semibold;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .pp__desc {
    font-family: "Inter", semibold;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
  }
  .exportation {
    margin-bottom: 150px;
  }
  .exportation__img {
    min-height: 1200px;
    margin-top: -350px;
    margin-bottom: -150px;
  }
  .exportation__texts {
    padding: 80px !important;
  }
  .exportation__title {
    font-family: "Inter", serif;
    font-size: 50px;
    margin-bottom: 40px;
  }
  .exportation__title::after {
    width: 8%;
    margin-top: -30px;
  }
  .exportation__desc {
    font-family: "Inter", semibold;
    font-size: 16px;
    font-weight: 400;
    text-align: start;
    width: 400px;
  }
}
@media (max-width: 991px) {
  .our_values {
    height: auto;
  }
  .our_values--item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding-top: 25px;
  }
  .our_values--item img {
    width: 60px;
    height: 60px;
    margin-right: 5px;
  }
  .our_values--item span {
    font-family: "Inter", semibold;
    font-size: 25px;
    font-weight: 500;
  }
  .our_values .row:last-child {
    margin-top: 0;
  }
  .our_values .row:last-child .our_values--item:last-child {
    padding-bottom: 25px;
  }
  .pp {
    padding: 80px 0;
  }
  .pp .col-lg-3:first-child:after {
    display: none;
  }
  .pp .row {
    align-items: flex-start !important;
  }
  .pp__texts {
    padding: 0 !important;
  }
  .pp .col-lg-3:first-child {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pp__img {
    width: 300px;
    margin-top: 0;
  }
  .pp__title {
    font-family: "Inter", semibold;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .pp__desc {
    font-family: "Inter", semibold;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
  }
  .exportation {
    margin-bottom: 50px;
  }
  .exportation .row {
    flex-direction: column-reverse;
  }
  .exportation__img {
    min-height: 300px;
    margin-top: 0;
    margin-bottom: 0;
    object-position: center;
  }
  .exportation__title {
    font-family: "Inter", serif;
    font-size: 45px;
  }
  .exportation__title::after {
    display: none;
  }
  .exportation__desc {
    font-family: "Inter", semibold;
    font-size: 16px;
    font-weight: 400;
    text-align: start;
    width: auto;
  }
}
@media (max-width: 767px) {
  .about {
    padding-bottom: 50px;
  }
  .about__title {
    font-family: "Inter", semibold;
    font-size: 50px;
    font-weight: 700;
    color: #d71921;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .about__text {
    font-family: "Inter", semibold;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
  }
  .pp__img {
    min-width: 400px;
    margin-top: 0;
  }
  .pp__title {
    font-family: "Inter", semibold;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .pp__desc {
    font-family: "Inter", semibold;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
  }
}
@media (max-width: 424px) {
  .our_values--item img {
    width: 40px;
    height: 40px;
  }
  .our_values--item span {
    font-family: "Inter", semibold;
    font-size: 18px;
    font-weight: 500;
  }
  .pp__img {
    min-width: 300px;
    margin-top: 0;
  }
  .pp__title {
    font-family: "Inter", semibold;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .pp__desc {
    text-align: start;
  }
  .certificates__subtitle, .certificates__title {
    text-align: start;
  }
  .certificates__subtitle {
    font-family: "Inter", semibold;
    font-size: 18px;
    font-weight: 400;
    margin: 12px 0;
    color: #d71921;
  }
  .certificates__title {
    font-family: "Inter", semibold;
    font-size: 35px;
    font-weight: 700;
    color: #061539;
  }
}
.services {
  position: relative;
  height: auto;
  background-size: cover;
  background: #f0f0f0;
}
.services__background {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.services__background svg {
  width: 300px;
  height: 300px;
  transition: 0.5s;
  position: absolute;
}
.services__background #leftTop {
  top: -150px;
  left: -150px;
}
.services__background #rightTop {
  top: -150px;
  right: -150px;
}
.services__background #bottomLeft {
  bottom: -150px;
  left: -150px;
}
.services__background #bottomRight {
  bottom: -150px;
  right: -150px;
}
.services__title {
  padding-top: 150px;
  font-family: "Inter", semibold;
  font-size: 71px;
  font-weight: 700;
  color: #d71921;
  text-align: start;
  margin-bottom: 40px;
}
.services__subtitle {
  font-family: "Inter", semibold;
  font-size: 23px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 40px;
  color: #282828;
}
.services__desc {
  font-family: "Inter", semibold;
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
  color: #282828;
  text-align: justify;
  padding-bottom: 150px;
}

/* production areas : prodareas*/
.prodareas {
  padding-bottom: 150px;
}
.prodareas .row {
  margin-top: 25px;
}
.prodareas__title {
  font-family: "Inter", semibold;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding-top: 150px;
  margin-bottom: 50px;
  letter-spacing: 8px;
}
.prodareas__card {
  margin: 15px;
  width: 300px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: space-between;
  flex-direction: column;
  background-size: contain !important;
  background-position: center bottom !important;
  background-color: #f6f6f6 !important;
  overflow: hidden;
}
.prodareas__card > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.prodareas__card > div img {
  max-height: 200px !important;
}
.prodareas__card-btn {
  width: 50px;
  background: #e7e7e7;
  padding: 15px;
  outline: 15px solid rgba(231, 231, 231, 0.8) !important;
  border: none;
  border-radius: 0 150px 0 0;
  color: #da4248;
  font-family: "Inter", semibold;
  font-size: 24px;
  font-weight: 600;
}
.prodareas__card-btn:hover {
  outline: 15px solid rgba(231, 231, 231, 0.8) !important;
}
.prodareas .row:last-child .col-md-3:last-child .prodareas__card {
  background-position: 5px 150px !important;
}
.prodareas .row > * {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.equipments {
  padding-bottom: 150px;
  background: #f0f0f0;
}
.equipments__title {
  text-align: center;
  padding-top: 150px;
  margin-bottom: 50px;
  font-family: "Inter", semibold;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 8px;
}
.equipments__item {
  background: #ffffff;
  width: 300px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.equipments__item strong {
  margin-top: 15px;
  text-align: center;
}
.equipments .equipments-swiper {
  width: 100%;
  overflow: hidden;
}
.equipments .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: normal;
  flex-direction: column;
}
.equipments .swiper-button-prev,
.equipments .swiper-button-next {
  color: #d71921 !important;
  z-index: 4;
}
.equipments .swiper-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.equipments .swiper-container .swiper-button-prev {
  left: -5vw;
}
.equipments .swiper-container .swiper-button-next {
  right: -5vw;
}
.equipments .swiper-container .swiper-pagination {
  bottom: -30px !important;
}
.equipments .sample-slider {
  /* width:70%; */ /* remove */
}

@media screen and (max-width: 767px) {
  .equipments {
    padding-bottom: 80px;
    background: #f0f0f0;
  }
  .equipments__title {
    text-align: center;
    padding-top: 80px;
    margin-bottom: 25px;
    font-family: "Inter", semibold;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 8px;
  }
  .equipments__item {
    background: #ffffff;
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .equipments__item strong {
    margin-top: 15px;
    text-align: center;
  }
  .services__title {
    padding-top: 100px;
    font-family: "Inter", semibold;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .services__subtitle {
    font-family: "Inter", semibold;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 40px;
  }
  .services__desc {
    font-family: "Inter", semibold;
    font-size: 23px;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 425px) {
  .services__title {
    padding-top: 50px;
    font-family: "Inter", semibold;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .services__subtitle {
    font-family: "Inter", semibold;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
  }
  .services__desc {
    font-family: "Inter", semibold;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 50px;
  }
  .equipments {
    padding-bottom: 150px;
    background: #f0f0f0;
  }
  .equipments__title {
    text-align: center;
    padding-top: 150px;
    margin-bottom: 50px;
    font-family: "Inter", semibold;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 5px;
  }
  .equipments__item {
    background: #ffffff;
    width: 300px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .equipments__item strong {
    margin-top: 15px;
    text-align: center;
  }
  .equipments .equipments-swiper {
    width: 100%;
    overflow: hidden;
  }
  .equipments .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-direction: column;
  }
  .equipments .swiper-button-prev,
  .equipments .swiper-button-next {
    color: #d71921 !important;
    z-index: 4;
  }
  .equipments .swiper-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .equipments .swiper-container .swiper-button-prev {
    left: -5vw;
  }
  .equipments .swiper-container .swiper-button-next {
    right: -5vw;
  }
  .equipments .swiper-container .swiper-pagination {
    bottom: -30px !important;
  }
  .equipments .sample-slider {
    /* width:70%; */ /* remove */
  }
}
#gslider {
  background: #f6f6f6;
}

.gslider {
  position: relative;
}
.gslider__title {
  font-family: "Inter", semibold;
  font-size: 71px;
  font-weight: 700;
  color: #d71921;
  text-align: center;
  padding: 120px 0 0 25px;
}
.gslider__desc {
  font-family: "Inter", semibold;
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  margin-bottom: 120px;
}
.gslider .container {
  background: #f6f6f6;
  z-index: 5;
}
.gslider .row {
  padding-bottom: 120px;
}
.gslider .row .slider-for {
  margin-bottom: 20px;
}
.gslider .row .slider__item img {
  width: 100% !important;
  height: 550px !important;
  object-fit: cover;
}
.gslider .row .slider__nav .slick-slide {
  height: 320px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gslider .row .slider__nav-img {
  height: 320px;
  width: 320px;
  object-fit: cover !important;
  border: 20px solid #f6f6f6;
  border-top: 15px solid #f6f6f6;
}
.gslider .row .slider__nav .slick-current:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 310px;
  background: rgba(84, 84, 84, 0.5);
  z-index: 999;
  top: 0;
}
.gslider .row .slider__nav .slick-current + div + div + div img {
  width: 100%;
  padding: 0;
  border-right: none !important;
}
.gslider .row .slider .slick-prev, .gslider .row .slider .slick-next {
  position: absolute;
  z-index: 4;
  top: 160px;
  background: transparent;
  border: none;
  color: #d71920;
  cursor: pointer;
}
.gslider .row .slider .slick-prev {
  left: -70px;
}
.gslider .row .slider .slick-next {
  right: -70px;
}

@media (max-width: 1440px) {
  .gslider__title {
    font-family: "Inter", semibold;
    font-size: 65px;
    font-weight: 700;
    color: #d71921;
    text-align: center;
    padding: 100px 0 0 25px;
  }
  .gslider__desc {
    font-family: "Inter", semibold;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    margin-bottom: 100px;
  }
  .gslider .row {
    padding-bottom: 100px;
  }
  .gslider .row .slider__item img {
    width: 100% !important;
    height: 450px !important;
    object-fit: cover;
  }
  .gslider .row .slider__nav .slick-slide {
    height: 22vw;
    width: 22vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gslider .row .slider__nav-img {
    height: 22vw;
    width: 22vw;
    object-fit: cover !important;
    border: 3vw solid #f6f6f6;
  }
  .gslider .row .slider .slick-prev, .gslider .row .slider .slick-next {
    position: absolute;
    z-index: 4;
    top: 160px;
    background: transparent;
    border: none;
    color: #d71920;
    cursor: pointer;
  }
  .gslider .row .slider .slick-prev {
    left: -20px;
    margin-top: -4vw;
  }
  .gslider .row .slider .slick-next {
    right: -20px;
    margin-top: -4vw;
  }
}
@media (max-width: 991px) {
  .gslider__title {
    font-family: "Inter", semibold;
    font-size: 45px;
    font-weight: 700;
    color: #d71921;
    text-align: center;
    padding: 60px 0 0 25px;
  }
  .gslider__desc {
    font-family: "Inter", semibold;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    margin-bottom: 60px;
  }
  .gslider .row {
    padding-bottom: 80px;
  }
  .gslider .row .slider__item img {
    width: 100% !important;
    height: 40vw !important;
    object-fit: cover;
  }
  .gslider .row .slider .slick-prev {
    left: -20px;
    margin-top: -80px;
  }
  .gslider .row .slider .slick-next {
    right: -20px;
    margin-top: -80px;
  }
}
@media (max-width: 767px) {
  .gslider__title {
    font-family: "Inter", semibold;
    font-size: 35px;
    font-weight: 700;
    color: #d71921;
    text-align: center;
    padding: 60px 0 0 25px;
  }
  .gslider__desc {
    font-family: "Inter", semibold;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 60px;
  }
  .gslider .row .slider__nav .slick-slide {
    height: 25vw;
    width: 25vw;
  }
  .gslider .row .slider__nav-img {
    height: 25vw;
    width: 25vw;
    border: 3vw solid #f6f6f6;
  }
  .gslider .row .slider .slick-prev {
    left: -20px;
    margin-top: -120px;
  }
  .gslider .row .slider .slick-next {
    right: -20px;
    margin-top: -120px;
  }
}
.contact {
  position: relative;
}
.contact .container {
  background: url("../../home/img/slider_bg.png") no-repeat;
  background-size: cover;
  padding-bottom: 120px;
}
.contact__title {
  font-family: "Inter", semibold;
  font-size: 71px;
  font-weight: 700;
  color: #d71921;
  text-align: center;
  padding: 120px 0;
}
.contact__form {
  display: flex;
  flex-direction: column;
}
.contact__form .form-floating {
  width: 100%;
}
.contact__form--btn {
  height: 50px;
  background: #d71921;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Inter", semibold;
  font-size: 13px;
  font-weight: 700;
  border-radius: 0;
}
.contact__form input, .contact__form label {
  font-family: "Inter", semibold;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.contact__form input {
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  background: #f6f6f6;
}
.contact__form textarea {
  resize: none;
  height: 200px !important;
  width: 100%;
  outline: none;
  border: none;
  background: #f6f6f6;
}
.contact__info div {
  display: flex;
}
.contact__info div h5, .contact__info div span {
  color: #535353;
  font-size: 19px;
  font-weight: 400;
  line-height: 50px;
  margin-right: 5px;
}
.contact__info div p {
  color: #7e7e7e;
  line-height: 50px;
  font-size: 21px;
}
.contact__social {
  width: 100%;
  font-family: flex, semibold;
  font-size: flex-start;
  font-weight: flex-start;
}
.contact__social a {
  margin-right: 25px;
  color: #535353;
}

.address {
  height: 535px;
}
.address iframe {
  height: 535px;
  width: 100%;
  filter: grayscale(100%); /* Apply a full grayscale effect */
}

@media (max-width: 1024px) {
  .contact .container {
    padding-bottom: 100px;
  }
  .contact__title {
    font-family: "Inter", semibold;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    padding: 80px 0;
  }
  .contact__form--btn {
    height: 40px;
    font-family: "Inter", semibold;
    font-size: 12px;
    font-weight: 700;
  }
  .contact__form input, .contact__form label {
    font-family: "Inter", semibold;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
  }
  .contact__form input {
    width: 100%;
    height: 40px;
  }
  .contact__form textarea {
    height: 200px !important;
    width: 100%;
    outline: none;
    border: none;
  }
  .contact__info div h5, .contact__info div span {
    font-size: 16px;
    line-height: 40px;
    margin-right: 5px;
  }
  .contact__info div p {
    color: #7e7e7e;
    line-height: 40px;
    font-size: 18px;
  }
  .contact__info div p br {
    display: none;
  }
  .contact__social {
    width: 100%;
    font-family: flex, semibold;
    font-size: flex-start;
    font-weight: flex-start;
  }
  .contact__social a {
    margin-right: 25px;
    color: #535353;
  }
  .address {
    height: 400px;
  }
  .address iframe {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .contact .container {
    padding-bottom: 80px;
  }
  .contact__title {
    font-family: "Inter", semibold;
    font-size: 40px;
    font-weight: 700;
    padding: 60px 0;
  }
  .contact__form--btn {
    height: 40px;
    font-family: "Inter", semibold;
    font-size: 12px;
    font-weight: 700;
  }
  .contact__form input, .contact__form label {
    font-family: "Inter", semibold;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
  }
  .contact__form input {
    width: 100%;
    height: 40px;
  }
  .contact__form textarea {
    height: 150px !important;
    width: 100%;
    outline: none;
    border: none;
  }
  .contact__info div h5, .contact__info div span {
    font-size: 14px;
    line-height: 40px;
    margin-right: 5px;
  }
  .contact__info div p {
    color: #7e7e7e;
    line-height: 40px;
    font-size: 15px;
  }
  .contact__info div p br {
    display: none;
  }
}
@media (max-width: 768px) {
  .contact .container {
    padding-bottom: 60px;
  }
  .contact__title {
    font-family: "Inter", semibold;
    font-size: 40px;
    font-weight: 700;
    padding: 40px 0;
  }
  .contact__info {
    margin-top: 50px;
  }
  .contact__info div h5, .contact__info div span {
    font-size: 14px;
    line-height: 40px;
    margin-right: 5px;
  }
  .contact__info div p {
    color: #7e7e7e;
    line-height: 40px;
    font-size: 15px;
  }
  .contact__info div p br {
    display: none;
  }
  .contact__info div:last-child {
    margin-bottom: 15px;
  }
  .address {
    height: 300px;
  }
  .address iframe {
    height: 300px;
  }
}

/*# sourceMappingURL=style.css.map */
