@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;700;900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

a {
  text-decoration: none;
}

h2 {
  font-weight: 600;
}

h3 {
  font-weight: 600;
}

.moreText {
  display: none;
}

.hero {
  position: relative;
}
.hero .heroOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.productFeatures ul {
  padding-left: 20px;
}
.productFeatures ul li {
  color: #000;
  text-shadow: 0 0 15px white;
  font-size: 14px;
}
.productFeatures .alternate {
  font-size: 14px;
}
.productFeatures span {
  font-weight: bold;
}

.yolTarifi {
  display: flex;
  align-items: center;
}
.yolTarifi .yolTarifiBtn {
  padding-left: 30px;
}
.yolTarifi .yolTarifiBtn a {
  background: #fccd0c;
  color: #000;
}
.yolTarifi .yolTarifiBtn a:hover {
  background: #000;
  color: #fccd0c;
}

.fixedSocialButtons {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 10;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  transform: translate(100%, -50%);
}
.fixedSocialButtons .socialButtons div {
  background: #000;
  color: white;
}
.fixedSocialButtons .socialButtons div a {
  color: #fccd0c;
  padding: 12px 18px;
  display: inline-block;
}
.fixedSocialButtons .socialButtons div a:hover {
  background: #fff;
}
.fixedSocialButtons .socialButtons div a:hover .bi-facebook {
  color: #1877F2;
}
.fixedSocialButtons .socialButtons div a:hover .bi-twitter {
  color: #1DA1F2;
}
.fixedSocialButtons .socialButtons div a:hover .bi-linkedin {
  color: #0A66C2;
}
.fixedSocialButtons .socialButtons div a:hover .bi-instagram {
  color: #E4405F;
}

.fixedSB {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
  transform: translate(0%, -50%);
}

.hideDesktop {
  display: none;
}

.stickyHeader {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  background-color: #ffffff;
  transition: all 0.3s ease 0s;
  box-shadow: rgba(252, 205, 12, 0.1882352941) 0px 7px 29px 0px;
}

.defaultBtn {
  padding: 12px 20px;
  color: #fccd0c;
  text-align: center;
  background: #000;
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
}
.defaultBtn:hover {
  background: #fccd0c;
  color: #000;
}

header {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 29px 0px;
  z-index: 55;
  position: relative;
  padding: 15px 150px;
}
header .headerLeft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
header .headerLeft .socialButtons a i {
  color: #000;
  font-size: 18px;
  margin-right: 5px;
}
header .headerLeft .socialButtons a:hover .bi-facebook {
  color: #1877F2;
}
header .headerLeft .socialButtons a:hover .bi-twitter {
  color: #1DA1F2;
}
header .headerLeft .socialButtons a:hover .bi-linkedin {
  color: #0A66C2;
}
header .headerLeft .socialButtons a:hover .bi-instagram {
  color: #E4405F;
}
header .headerRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
header .headerRight .siteFlags {
  display: flex;
  align-items: center;
}
header .headerRight .siteFlags img {
  width: 25px;
  margin-left: 7.5px;
}

.about {
  margin: 75px 0;
}
.about .row {
  align-items: center;
}
.about .row .col-lg-7, .about .row .col-lg-5 {
  padding: 0;
}
.about .row .aboutText {
  padding: 50px;
  background: rgba(252, 205, 12, 0.0392156863);
  border: 1px solid #fccd0c;
  border-right: 0;
}
.about .row .aboutImg img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  width: 100%;
}
.about .row .aboutImg img.changeImgHeight {
  height: 1050px;
  transition: 0.5s;
}

.featureServices {
  margin-bottom: 100px;
}
.featureServices .featureServiceBox {
  text-align: center;
}
.featureServices .featureServiceBox img {
  width: 100%;
}
.featureServices .serviceText {
  text-align: center;
  font-weight: 600;
  margin-top: 12px;
}

.ourProducts {
  background: #fefcf4;
  padding: 75px 0;
}
.ourProducts .nav.nav-pills {
  border: 1px solid #e1dfdf;
  padding: 0;
  border-right: 0;
}
.ourProducts .nav.nav-pills .nav-item {
  width: 10%;
}
.ourProducts .productName {
  height: 100px;
  margin-top: 0px;
  font-weight: 600;
}
.ourProducts .productImg {
  padding: 20px;
  text-align: center;
}
.ourProducts button.nav-link {
  height: 100%;
  background: transparent;
  color: #000;
  width: 100%;
  border-radius: 0;
  border-right: 1px solid #e1dfdf;
}
.ourProducts button.nav-link div {
  font-size: 14px;
  font-weight: 600;
  height: 45px;
}
.ourProducts button.nav-link img {
  height: 40px;
  margin-bottom: 5px;
}
.ourProducts button.nav-link i {
  font-size: 32px;
}
.ourProducts button.nav-link.active {
  background: #fccd0c;
  color: #000;
}
.ourProducts .swiper-wrapper {
  padding-bottom: 50px;
}
.ourProducts .swiper-wrapper .swiper-slide {
  height: auto;
}
.ourProducts .slideProductBox {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #fccd0c;
  padding: 15px;
  text-align: left !important;
  background: #fff;
  width: 100%;
  height: 100%;
}
.ourProducts .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.ourProducts .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.contact {
  margin: 100px 0 0;
}
.contact .row {
  align-items: center;
}
.contact .row .col-lg-6 {
  padding: 0;
  position: relative;
}
.contact .contactText {
  padding: 0 200px 0 125px;
}
.contact .adress.info {
  display: flex;
}
.contact .adress.info p {
  margin: 0;
}
.contact .adress.info .icon {
  font-size: 32px;
  flex-shrink: 0;
  margin-right: 20px;
  color: #fccd0c;
}
.contact .phone.info {
  display: flex;
}
.contact .phone.info .icon {
  font-size: 32px;
  flex-shrink: 0;
  margin-right: 20px;
  color: #fccd0c;
}
.contact .mail.info {
  display: flex;
}
.contact .mail.info .icon {
  font-size: 32px;
  flex-shrink: 0;
  margin-right: 20px;
  color: #fccd0c;
}
.contact .info {
  margin-bottom: 20px;
}
.contact .phoneNumbers a, .contact .mailAdress a {
  color: #000;
}
.contact .phoneNumbers a:hover, .contact .mailAdress a:hover {
  color: #fccd0c;
}
.contact .contactForm {
  position: absolute;
  left: 23%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  background: #fff;
  box-shadow: rgba(201, 170, 44, 0.2509803922) 0px 7px 29px 0px;
  width: 60%;
}
.contact .form-control {
  margin-bottom: 12px;
  border: 1px solid #fccd0c;
  border-radius: 0;
}
.contact .form-control:focus {
  color: #000;
  background-color: #fffdf5;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}
.contact .contactSocialButtons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.contact .contactSocialButtons .socialButtons a i {
  color: #000;
  font-size: 20px;
  margin-right: 12px;
}
.contact .contactSocialButtons .socialButtons a:hover .bi-facebook {
  color: #1877F2;
}
.contact .contactSocialButtons .socialButtons a:hover .bi-twitter {
  color: #1DA1F2;
}
.contact .contactSocialButtons .socialButtons a:hover .bi-linkedin {
  color: #0A66C2;
}
.contact .contactSocialButtons .socialButtons a:hover .bi-instagram {
  color: #E4405F;
}

@media screen and (max-width: 1400px) {
  .contact .contactText {
    padding: 0 85px 0 125px;
  }

  header {
    padding: 15px 50px;
  }
}
@media screen and (max-width: 1350px) {
  .contact .contactText {
    padding: 0 85px 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  header {
    padding: 12px 0px;
  }

  .container {
    max-width: 100%;
  }
  .container .row {
    padding: 0 12px;
  }

  .contact .contactForm {
    width: 80%;
    left: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .ourProducts button.nav-link div {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .slideText h1 {
    text-shadow: 0 0 15px black;
  }

  .contact .contactForm {
    position: relative;
    left: unset;
    transform: unset;
    width: 100%;
    margin-top: 25px;
  }

  .contact .contactText {
    padding: 0 12px;
  }

  .contact {
    margin: 50px 0 0;
  }

  .ourProducts {
    padding: 50px 0 40px;
  }

  .featureServices .featureServiceBox {
    margin-bottom: 24px;
  }

  .featureServices {
    margin-bottom: 20px;
  }

  .about {
    margin: 50px 0;
  }

  .about .row .aboutImg img {
    width: 100%;
  }

  .contactMap iframe {
    height: 400px;
  }

  .about .row .aboutImg img {
    height: 400px;
  }

  .about .row .aboutText {
    border-right: 1px solid #fccd0c;
  }

  .about .row .aboutText {
    padding: 25px;
  }

  .ourProducts .nav.nav-pills .nav-item {
    width: 20%;
  }

  .ourProducts button.nav-link {
    border-bottom: 1px solid #e1dfdf;
  }

  .ourProducts .nav.nav-pills {
    border-bottom: 0;
  }

  .iletisimFormu .col-md-6 {
    padding: 0 12px !important;
  }

  .about .row .aboutImg img.changeImgHeight {
    height: auto !important;
  }

  .hideMobile {
    display: none;
  }

  .showMobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .ourProducts .productName {
    height: 100px;
  }
}
@media screen and (max-width: 575px) {
  .ourProducts .productName {
    height: 100px;
  }

  .contact .contactForm {
    padding: 50px 12px;
  }

  .productFeatures ul li {
    font-size: 12px;
  }

  .productFeatures .alternate {
    font-size: 12px;
  }

  .ourProducts button.nav-link {
    padding: 5px;
  }

  .ourProducts button.nav-link div {
    font-size: 12px;
    height: 36px;
  }

  .ourProducts button.nav-link i {
    font-size: 24px;
  }

  .about .row .aboutImg img {
    height: 375px !important;
  }

  p, a, .productName, .serviceText {
    font-size: 14px;
  }

  header .defaultBtn {
    font-size: 10px;
    font-weight: 600;
    padding: 5px;
  }

  header .headerRight .siteFlags img {
    width: 17px;
    margin-left: 5px;
  }

  .fixedSocialButtons {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .ourProducts button.nav-link div {
    font-size: 10px;
    height: 30px;
  }

  .ourProducts .productName {
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  .ourProducts .productName {
    height: auto;
  }
}
@media screen and (max-width: 350px) {
  .ourProducts .nav.nav-pills .nav-item {
    width: 25%;
  }
}
/* */
.ourProducts .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  gap: 1%;
  row-gap: 15px;
}

.ourProducts .swiper-wrapper .swiper-slide {
  width: 19.2%;
}

@media screen and (max-width: 1440px) {
  .ourProducts .swiper-wrapper .swiper-slide {
    width: 24.2%;
  }
}
@media screen and (max-width: 1200px) {
  .ourProducts .swiper-wrapper .swiper-slide {
    width: 32.6%;
  }
}
@media screen and (max-width: 767px) {
  .ourProducts .swiper-wrapper .swiper-slide {
    width: 49.4%;
  }

  .ourProducts .swiper-wrapper {
    row-gap: 5px;
  }
}
@media screen and (max-width: 374px) {
  .ourProducts .swiper-wrapper .swiper-slide {
    width: 100%;
    margin-bottom: 10px;
  }

  .ourProducts .swiper-wrapper {
    gap: 0;
  }

  .ourProducts .productName {
    height: auto;
    margin-bottom: 12px;
  }
}/*# sourceMappingURL=style.css.map */