@import url("news.css");
* {
  font-family: Montserrat;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-fotec {
  background-color: #F46F29;
  color: #FFF;
  padding: 5px 20px;
  text-decoration: none;
}

.bg-fotec {
  background-color: #F46F29;
}

.color-fotec {
  color: #F46F29;
}
.color-fotectitle {
  color: #F46F29;
  padding-left: 44px;
  padding-top: 28px;;
}
.bottom-40 {
  bottom: 40% !important;
}

.bottom-30 {
  bottom: 30% !important;
}

.bottom-20 {
  bottom: 20% !important;
}

.bottom-10 {
  bottom: 0% !important;
}

/* GENERAL END*/

/* SCROLLEFFECTBATU */

main {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  /* scroll-snap-type: y proximity; */
}

main > section {
  /* height: 100vh;*/
  display: flex;
  justify-content: center;
  align-items: center;  
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

main > section:nth-child(odd) {
  
}

main > section > div {
  
}

/* SCROLLEFFECTBATU END */
/* HEADER */
.navbar {
 background: rgb(33 37 41);
}
.navbar .nav-item .nav-link {
  color: #FFFFFF;
  text-transform: uppercase;
}
.navbar .nav-charge {
  background-color: rgb(236 117 51);
  padding: 10px 0;
  /* border-bottom: 10px solid #ec7533; */
}
.navbar .rounded-item {
  border: 1px solid #FFF;
  border-radius: 50%;
  padding: 0 10px;
}
.navbar .dropdown {
  color: #FFFFFF;
}
.navbar .dropdown-menu-lang {
  font-size: 18px;
  position: absolute !important;
  background: none;
  border: none;
}
.navbar .dropdown-menu-lang a {
  padding: 10px;
  border: 1px solid #fff;
  margin: 5px 0 0 0;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}



/* HEADER END */
/* HERO */
.hero .hero-arrow-left {
  left: 0;
  color: #FFFFFF;
  font-size: 30px;
  top: 25%;
}
.hero .hero-arrow-right {
  right: 0;
  color: #FFFFFF;
  font-size: 30px;
  top: 25%;
}
.hero .img-hero {
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero-box {
  background: rgba(0, 0, 0, 0.75);
  padding: 30px;
  position: absolute;
}
.hero .hero-box .hero-controls {
  color: #FFFFFF;
}
.hero .hero-box .hero-controls .control-item {
  padding: 0.5rem;
}
.hero .hero-box .hero-controls .control-item i svg {
  color: #FFFFFF;
}
.hero .hero-box .hero-content {
  margin-left: 1rem;
}

/* SERVICES */
.services .show-all {
  text-decoration: none;
}
.services .show-all .arrow {
  transform: rotate(45deg);
  color: #F46F29;
}
.services h5 {
  text-transform: uppercase;
  font-weight: 600;
}

/* SERVICES END */


/* KAMPANYALAR SLIDER */

.card-bodykampanya {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
  max-height: 180px;
  background-color: #e1f0fb;

}

.owl-carousel.off {
  display: flex;
  padding-top: 165px;
}

.zoomnews:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
   transform: scale(1.1); 
 }
.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
   transform: scale(1.1); 
 }
 /*.zoom:first-child{
  -ms-transform: scale(1.1); /* IE 9 
  -webkit-transform: scale(1.1); /* Safari 3-8 
   transform: scale(1.1); 
 }*/
 .img-fluidproduct {
  width: 100%;
  height: 1115px;
  max-height: 1120px;
}


.color-fotecproduct {
  color: #000000;
}
  
/* KAMPANYALAR SLIDER END */
/* FEATURES */

.features .feature {
  position: relative;
  
}
.features2 .feature2-img {
  width: 50%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature2-img + h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.features .feature-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.features .feature-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  bottom: 0;
  /* background-color: rgba(0, 0, 0, 0.7); */
  /* padding: 20px; */
}
.features .square {
  width: 48px;
  height: 48px;
  background: #e7680d;
  margin: 0 0 15px 0;
}

.features .charge-text {
  width: 80%;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.features .charge-text p{
  color: rgba(217, 217, 217, 0.50);
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.features .charge-text h2 {
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(180deg, #FFF 43.1%, rgba(255, 255, 255, 0.00) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.zero-emission .mini-box{
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
}

.zero-emission .mini-box h2{
  text-align: center;
font-family: Montserrat;
font-size: 27px;
font-style: normal;
font-weight: 600;
line-height: normal;
background: linear-gradient(180deg, #FFF 43.1%, rgba(255, 255, 255, 0.00) 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.zero-emission .sustainability {
  width: 100%;
}
 
.zero-emission .mini-box p{
color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 11.874px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* FEATURES END */
/* İL SEC */

label {
  font-family: sans-serif;
  font-size: 1rem;
  padding-right: 10px;
  color: #ffffff;
}

select {
  font-size: 0.9rem;
  padding: 2px 5px;
  
}


.zero-campaing.desktop{
  padding: 100px 0px 0px 0px;
}


/* İL SEC END */


.containerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  flex-direction: row; /* Yatayda sıralama */
}

hr.new {
  border: 1px solid #f26f29;
  opacity: 100;
}

.box {
  width: 250px;
  /*height: 315px;*/
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  margin: 5px;
  background-color: #ffffff;
  opacity: 90%;
  border-radius: 24px;
}

.box img {
  max-width: 100%;
  max-height: 90%;
  object-fit: cover;
}

.price-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 40%;
}

.price {
  font-family: revert;
  font-size: -webkit-xxx-large;
  font-weight: bold;
  color: #f26f29;
  padding: 5px;
  margin-top: -20px;
}

.fotec-pricing{
  position: relative;
}

.fotec-pricing .fotec-pricing-note{
  position: absolute;
  top: 30px;
  right: 0;
  transform: translate(-30px, 0%);
}

.fotec-pricing .fotec-pricing-note h2{
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.fotec-pricing .fotec-pricing-note p{
  color: var(--color-orange-56, #F46F29);
  text-align: right;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sub-nav-menu2 {
  margin-top: 70px;
  position: relative;
  width: 100%;
  display: block;
  color: #FFFFFF;

}

.sub-nav-menu2__container {
  background: #0B1D44;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: 15px 0px;
}

.sub-nav-menu2__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0 !important;
}

.suub-nav2 {
  display: block;
}

.sub-nav-menu2__item {
  margin-right: 50px;
  list-style: none !important;
}

/* NEWS */
.news-section {
  display: flex;
  flex-wrap: wrap;
}
.news-section .main-news {
  flex: 1;
}
.news-section .news-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.news-section .news-item img {
  width: 100%;
  height: auto;
  /* White border to separate image and title */
}
.news-section .news-item .news-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 14px;
}
.news-section .small-news .news-item img {
  filter: grayscale(100%);
}

/* NEWS END */
/* SOLUTIONS */
/* SOLUTIONS END */
/* ZERO EMISSION */
.zero-emission {
  position: relative;
}
.zero-emission .emission-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zero-emission .emission-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 20px;
}

/* CAMPAINGS  END */

.hr-line {
  flex-grow: 1 !important;
  color: #F46F29;
  margin-top: 37px;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .75;

}

.hr-linesmall {
  flex-grow: 1 !important;
  color: #F46F29;
 
  width: 100px;
  opacity: .75;

}

/* Campaign */
.zero-campaing {
  position: relative;
}
.zero-campaing .campaing-imgapp {
  width: 100%;
  max-width: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.zero-campaing .campaing-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
 /*.zero-campaing .campaing-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  /*background-color: rgba(0, 0, 0, 0.5); 
  padding: 0px; 
}*/

.textdecore {

  text-decoration: none;
}
/* CAMPAINGS END */
/* SOLUTIONS*/
.solutions .card-solutions {
  border: 0;
  text-align: start;
}
.solutions .card-body {
  background: #F46F29;
  color: #FFFFFF;
  padding: 50px;
  margin-top: -15%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
  padding: 16px;
  color: #000000;
}

td {
  text-align: left;
  padding: 16px;
  color: #F46F29;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}


/* SOLUTIONS END*/
/* FOOTER*/
.footer {
  background-color: #FFF;
  /* margin-top: -80px; */
}
.footer .footer-top {
  background-color: #ec7533;
  color: #FFFFFF;
}

.footer .footer-top .logo img {
  max-width: 200px;
  /* padding-left: 8px; */
}
.footer .footer-top .phone {
  text-decoration: none;
  min-width: 300px;
  font-size: 25px;
}
.footer .footer-top .phone img {
  max-width: 45px;
}
.footer .btn-send {
  background-color: #F46F29;
  color: #FFFFFF;
}
.footer h5 {
  color: #000000;
  font-weight: 600;
}
.footer .social img {
  min-width: 32px;
  max-width: 45px;
  margin-right: 15px;
}
.mbtuflag {
  padding-bottom: 35px;
  margin-left: 48px;
}
.phone-text {
  /* padding-top: 8px; */
  padding-left: 10px;
  color: #000000 !important;
}
.phone {
  /* width: 40px; */
  /* height: 40px; */
  /* display: flex; */
  /* width: 40px; */
  height: 35px;
  display: flex;
  /* padding-top: 8px; */
  padding-left: 8px;
}
.mbtufotrust {
  padding-bottom: 65px;
  padding-top: 65px;
}
.footer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F46F29;
  color: #FFF;
  width: 100%;
  min-height: 50px;
}
.footer .accordion .accordion-item {
  border: 0;
  margin: 20px 0;
}
.footer .accordion .accordion-item .accordion-button {
  font-size: 18px;
  font-weight: 500;
}
.footer .accordion .accordion-item .accordion-button::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
}
.footer .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #FFFFFF;
  border-bottom: 1px solid #CECECE;
}
.footer .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
}
.footer .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.footer .follow-us {
  font-weight: 800;
}
.footer .phone-m {
  max-width: 45px;
}
.footer .green-logo-m {
  margin-top: 30px;
  max-width: 140px;
}
/* FOOTER END*/
.containerkare {
  display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
}

.square {
  width: 180px;
  height: 140px;
  background-color: #ffffff;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px;
}

.svgkare {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-left: -41px;
  margin-top: -36px;
  position: absolute;
}

.titlekare {
  margin: 5px 0;
  margin-top: 50px;
  word-spacing: 20px;
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 14px;
}

.numberkare {
  font-size: 20px;
  margin: 5px 0;
  background-color: black;
  color: #ffffff;
  font-family: 'Montserrat';
  font-weight: 600;
  letter-spacing: 10px;
}


@media   (min-device-width : 320px) and (max-device-width : 480px) {

  .hero .hero-arrow-left {
    left: 0;
    color: #FFFFFF;
    font-size: 30px;
    top: 25%;
  }
  .hero .hero-arrow-right {
    right: 0;
    color: #FFFFFF;
    font-size: 30px;
    top: 25%;
  }
  .hero .img-hero {
    width: 100%;
    height: 100vh;
    max-height: 840px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero .hero-box {
    background: rgba(0, 0, 0, 0.75);
    padding: 30px;
    position: absolute;
  }
  .hero .hero-box .hero-controls {
    color: #FFFFFF;
  }
  .hero .hero-box .hero-controls .control-item {
    padding: 0.5rem;
  }
  .hero .hero-box .hero-controls .control-item i svg {
    color: #FFFFFF;
  }
  .hero .hero-box .hero-content {
    margin-left: 1rem;
  }

  /* SCROLLEFFECTBATU */

main {
  height: 100vh;
  overflow-y: scroll;
 /* scroll-snap-type: y mandatory;*/
   scroll-snap-type: y proximity; 
}

main > section {
  /* height: 100vh;*/
  display: flex;
  justify-content: center;
  align-items: center;  
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

main > section:nth-child(odd) {
  
}

main > section > div {
  
}

/* SCROLLEFFECTBATU END */
 
  .maxheight {
    background-image: url(assets/img/bg-main/kampanyalar-bg.jpg);
    width: 100%;
    height: 115vh;
    max-height: 125vh;
  }
  .containerkare {
    flex-direction: column;
  }
  .containerkaremobi {
    display: ruby;
  }
  .mobiletit {
    margin-top: 25px;
    margin-bottom: auto !important;
  }
  .text-blackmobile {
    --bs-text-opacity: 1;
    background-color: rgb(73 64 64 / 18%);
    color: #fff;
    text-align: justify;
  }
   .text-orangemobile {
    background-color: rgb(73 64 64 / 18%);
    color: #fff;
   
    
  }
  .square {
    width: 120px;
    height: auto;
    margin: 17px 0;
  }
  .squarekare {
    width: 120px;
    height: auto;
    margin: 17px 0;
  }
  .svgkare {
    width: 80px;
    height: 77px;
    margin-left: -40px;
  }

  .titlekare {
    font-size: 12px;
  }

  .numberkare {
    font-size: 18px;
  }

  .appimage {
    position: relative;
  }
  .appimage .appimage-img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .appimage .appimage-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
  }

  .owl-carousel.off.res {
    display: flex;
    padding-top: 13px;
  }

}

.my-auto.res {
  margin-top: 7px;
  margin-bottom: auto !important;
}

.my-auto.fotecres {
  margin-top: -667px;
  margin-bottom: auto !important;
}

.boxres {
  width: 325px;
  height: 59px;
  padding: 38px;
  box-sizing: border-box;
  text-align: center;
  margin: 13px;
  background-color: #ffffff;
  opacity: 90%;
  border-radius: 13px;
}

.boxres img {
  max-width: 70%;
  max-height: 90%;
  margin-left: -142px;
  object-fit: cover;
}

.priceres-containerres {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 40%;
  flex-direction: column;
}

.priceres {
  font-family: revert;
  font-size: -webkit-xxx-large;
  font-weight: bold;
  color: #f26f29;
  padding: 5px;
  margin-top: -47px;
}

.priceresfiyat {
  font-family: revert;
  font-size: -webkit-xxx-large;
  font-weight: bold;
  font-size: 25px;
  color: #f26f29;
  padding: 5px;
  margin-top: -86px;
  margin-left: 131px;
}

.containerresboxres {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  flex-direction: row;
}

.col-6.res {
  flex: 0 0 auto;
  width: 100%;
}
  
@media  (min-width: 390px) and (min-height: 844px) (orientation: landscape) {

  .maxheight {
    background-image: url(assets/img/bg-main/kampanyalar-bg.jpg);
    width: 100%;
    height: 115vh;
    max-height: 125vh;
  }
  .containerkare {
    flex-direction: column;
  }
  .containerkaremobi {
    display: ruby;
  }
  .mobiletit {
    margin-top: 25px;
    margin-bottom: auto !important;
  }
  .text-blackmobile {
    --bs-text-opacity: 1;
    background-color: rgb(73 64 64 / 18%);
    color: #fff;
    text-align: justify;
  }
   .text-orangemobile {
    background-color: rgb(73 64 64 / 18%);
    color: #fff;
   
    
  }

  /* SCROLLEFFECTBATU */

main {
  height: 100vh;
  overflow-y: scroll;
  /* scroll-snap-type: y mandatory;*/
  scroll-snap-type: y proximity; 
}

main > section {
  /* height: 100vh;*/
  display: flex;
  justify-content: center;
  align-items: center;  
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

main > section:nth-child(odd) {
  
}

main > section > div {
  
}

/* SCROLLEFFECTBATU END */
  .square {
    width: 120px;
    height: auto;
    margin: 17px 0;
  }
  .squarekare {
    width: 120px;
    height: auto;
    margin: 17px 0;
  }
  .svgkare {
    width: 80px;
    height: 77px;
    margin-left: -40px;
  }

  .titlekare {
    font-size: 14px;
  }

  .numberkare {
    font-size: 18px;
  }

  .appimage {
    position: relative;
  }
  .appimage .appimage-img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .appimage .appimage-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
  }

  .owl-carousel.off.res {
    display: flex;
    padding-top: 13px;
  }

  .card-bodykampanya {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    max-height: 180px;
    background-color: #e1f0fb;
  
  }
  
  .owl-carousel.off {
    display: flex;
    padding-top: 165px;
  }
  
  .zoomnews:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
     transform: scale(1.1); 
   }
  .zoom:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
     transform: scale(1.1); 
   }
   /*.zoom:first-child{
    -ms-transform: scale(1.1); /* IE 9 
    -webkit-transform: scale(1.1); /* Safari 3-8 
     transform: scale(1.1); 
   }*/
   .img-fluidproduct {
    width: 100%;
    height: 1115px;
    max-height: 1120px;
  }
  
  
  
  
  .color-fotecproduct {
    color: #000000;
  }

 
  .square {
    width: 120px;
    height: auto;
    margin: 17px 0;
  }
  .squarekare {
    width: 120px;
    height: auto;
    margin: 17px 0;
  }
  .svgkare {
    width: 80px;
    height: 77px;
    margin-left: -40px;
  }

  .titlekare {
    font-size: 14px;
  }

  .numberkare {
    font-size: 18px;
  }

  
   
  }




@media  (min-width: 320px) and (max-width: 768px) {
  
  .hero .hero-arrow-left {
    left: 0;
    color: #FFFFFF;
    font-size: 30px;
    top: 25%;
  }
  .hero .hero-arrow-right {
    right: 0;
    color: #FFFFFF;
    font-size: 30px;
    top: 25%;
  }
  .hero .img-hero {
    width: 100%;
    height: 100vh;
    max-height: 930px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero .hero-box {
    background: rgba(0, 0, 0, 0.75);
    padding: 30px;
    position: absolute;
  }
  .hero .hero-box .hero-controls {
    color: #FFFFFF;
  }
  .hero .hero-box .hero-controls .control-item {
    padding: 0.5rem;
  }
  .hero .hero-box .hero-controls .control-item i svg {
    color: #FFFFFF;
  }
  .hero .hero-box .hero-content {
    margin-left: 1rem;
  }

  .containerkare {
    flex-direction: column;
  }
  .containerkaremobi {
    display: ruby;
  }
  .mobiletit {
    margin-top: 25px;
    margin-bottom: auto !important;
  }
  .text-blackmobile {
    --bs-text-opacity: 1;
    background-color: rgb(73 64 64 / 18%);
    color: #fff;
    text-align: justify;
  }
  .text-orangemobile {
   
    background-color: rgb(73 64 64 / 18%);
    color: #fff;

    
  }

  /* SCROLLEFFECTBATU */

main {
  height: 100vh;
  overflow-y: scroll;
  /* scroll-snap-type: y mandatory;*/
  scroll-snap-type: y proximity; 
}

main > section {
  /* height: 100vh;*/
  display: flex;
  justify-content: center;
  align-items: center;  
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

main > section:nth-child(odd) {
  
}

main > section > div {
  
}

/* SCROLLEFFECTBATU END */
  .square {
    width: 120px;
    height: auto;
    margin: 17px 0;
  }

  .svgkare {
    width: 80px;
    height: 77px;
    margin-left: -40px;
  }

  .svgkaremobi {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    
    margin-top: -36px;
    
  }

  .titlekare {
    font-size: 12px;
  }
  .titlekaremobi {
    margin: 5px 0;
    /* margin-top: 50px; */
    /* word-spacing: 25px; */
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 12px;
  }
  .numberkare {
    font-size: 18px;
  }

  .appimage {
    position: relative;
  }
  .appimage .appimage-img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .appimage .appimage-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
  }

  .owl-carousel.off.res {
    display: flex;
    padding-top: 13px;
  }

}

.my-auto.res {
  margin-top: 7px;
  margin-bottom: auto !important;
}

.my-auto.fotecres {
  margin-top: -667px;
  margin-bottom: auto !important;
}

.boxres {
  width: 325px;
  height: 59px;
  padding: 38px;
  box-sizing: border-box;
  text-align: center;
  margin: 13px;
  background-color: #ffffff;
  opacity: 90%;
  border-radius: 13px;
}

.boxres img {
  max-width: 70%;
  max-height: 90%;
  margin-left: -142px;
  object-fit: cover;
}

.priceres-containerres {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 40%;
  flex-direction: column;
}

.priceres {
  font-family: revert;
  font-size: -webkit-xxx-large;
  font-weight: bold;
  color: #f26f29;
  padding: 5px;
  margin-top: -47px;
}

.priceresfiyat {
  font-family: revert;
  font-size: -webkit-xxx-large;
  font-weight: bold;
  font-size: 25px;
  color: #f26f29;
  padding: 5px;
  margin-top: -86px;
  margin-left: 131px;
}

.containerresboxres {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  flex-direction: row;
}

.col-6.res {
  flex: 0 0 auto;
  width: 100%;
}




@media  (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  .hero .hero-arrow-left {
    left: 0;
    color: #FFFFFF;
    font-size: 30px;
    top: 25%;
  }
  .hero .hero-arrow-right {
    right: 0;
    color: #FFFFFF;
    font-size: 30px;
    top: 25%;
  }
  .hero .img-hero {
    width: 100%;
    height: 100vh;
    max-height: 1000px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero .hero-box {
    background: rgba(0, 0, 0, 0.75);
    padding: 30px;
    position: absolute;
  }
  .hero .hero-box .hero-controls {
    color: #FFFFFF;
  }
  .hero .hero-box .hero-controls .control-item {
    padding: 0.5rem;
  }
  .hero .hero-box .hero-controls .control-item i svg {
    color: #FFFFFF;
  }
  .hero .hero-box .hero-content {
    margin-left: 1rem;
  }
 
  .maxheight {
    background-image: url(assets/img/bg-main/kampanyalar-bg.jpg);
    width: 100%;
    height: 115vh;
    max-height: 125vh;
  }
  .containerkare {
    flex-direction: column;
  }
  .containerkaremobi {
    display: ruby;
  }
  .mobiletit {
    margin-top: 25px;
    margin-bottom: auto !important;
  }
  .text-blackmobile {
    --bs-text-opacity: 1;
    background-color: rgb(73 64 64 / 18%);
    color: #fff;
    text-align: justify;
  }
   .text-orangemobile {
    background-color: rgb(73 64 64 / 18%);
    color: #fff;
   
    
  }

  /* SCROLLEFFECTBATU */

main {
  height: 100vh;
  overflow-y: scroll;
  /*scroll-snap-type: y mandatory;*/
   scroll-snap-type: y proximity; 
}

main > section {
  /* height: 100vh;*/
  display: flex;
  justify-content: center;
  align-items: center;  
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

main > section:nth-child(odd) {
  
}

main > section > div {
  
}

/* SCROLLEFFECTBATU END */
  .square {
    width: 120px;
    height: auto;
    margin: 17px 0;
  }
  .squarekare {
    width: 120px;
    height: auto;
    margin: 17px 0;
  }
  .svgkare {
    width: 80px;
    height: 77px;
    margin-left: -40px;
  }

  .titlekare {
    font-size: 14px;
  }

  .numberkare {
    font-size: 18px;
  }

  .appimage {
    position: relative;
  }
  .appimage .appimage-img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .appimage .appimage-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
  }

  .owl-carousel.off.res {
    display: flex;
    padding-top: 13px;
  }


  
}

@media  (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
 
  .card-bodykampanya {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    max-height: 180px;
    background-color: #e1f0fb;
  
  }
  
  .owl-carousel.off {
    display: flex;
    padding-top: 165px;
  }
  
  .zoomnews:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
     transform: scale(1.1); 
   }
  .zoom:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
     transform: scale(1.1); 
   }
   /*.zoom:first-child{
    -ms-transform: scale(1.1); /* IE 9 
    -webkit-transform: scale(1.1); /* Safari 3-8 
     transform: scale(1.1); 
   }*/
   .img-fluidproduct {
    width: 100%;
    height: 1115px;
    max-height: 1120px;
  }
  
  /* SCROLLEFFECTBATU */

main {
  height: 100vh;
  overflow-y: scroll;
  /* scroll-snap-type: y mandatory; */
  scroll-snap-type: y proximity;
}
  

main > section {
  /* height: 100vh;*/
  display: flex;
  justify-content: center;
  align-items: center;  
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

main > section:nth-child(odd) {
  
}

main > section > div {
  
}

/* SCROLLEFFECTBATU END */
  
  
  .color-fotecproduct {
    color: #000000;
  }

  .maxheight {
    background-image: url(assets/img/bg-main/kampanyalar-bg.jpg);
    width: 100%;
    height: 115vh;
    max-height: 125vh;
  }
  .containerkare {
    flex-direction: column;
  }
  .containerkaremobi {
    display: ruby;
  }
  .mobiletit {
    margin-top: 25px;
    margin-bottom: auto !important;
  }
  .text-blackmobile {
    --bs-text-opacity: 1;
    background-color: rgb(73 64 64 / 18%);
    color: #fff;
    text-align: justify;
  }
   .text-orangemobile {
    background-color: rgb(73 64 64 / 18%);
    color: #fff;
   
    
  }
  .square {
    width: 120px;
    height: auto;
    margin: 17px 0;
  }
  .squarekare {
    width: 120px;
    height: auto;
    margin: 17px 0;
  }
  .svgkare {
    width: 80px;
    height: 77px;
    margin-left: -40px;
  }

  .titlekare {
    font-size: 14px;
  }

  .numberkare {
    font-size: 18px;
  }

  .appimage {
    position: relative;
  }
  .appimage .appimage-img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .appimage .appimage-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
  }

  .owl-carousel.off.res {
    display: flex;
    padding-top: 13px;
  }
   
  }


.my-auto.res {
  margin-top: 7px;
  margin-bottom: auto !important;
}

.my-auto.fotecres {
  margin-top: -667px;
  margin-bottom: auto !important;
}

.boxres {
  width: 325px;
  height: 59px;
  padding: 38px;
  box-sizing: border-box;
  text-align: center;
  margin: 13px;
  background-color: #ffffff;
  opacity: 90%;
  border-radius: 13px;
}

.boxres img {
  max-width: 70%;
  max-height: 90%;
  margin-left: -142px;
  object-fit: cover;
}

.priceres-containerres {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 40%;
  flex-direction: column;
}

.priceres {
  font-family: revert;
  font-size: -webkit-xxx-large;
  font-weight: bold;
  color: #f26f29;
  padding: 5px;
  margin-top: -47px;
}

.priceresfiyat {
  font-family: revert;
  font-size: -webkit-xxx-large;
  font-weight: bold;
  font-size: 25px;
  color: #f26f29;
  padding: 5px;
  margin-top: -86px;
  margin-left: 131px;
}

.containerresboxres {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  flex-direction: row;
}

.col-6.res {
  flex: 0 0 auto;
  width: 100%;
}
   

@media (min-width: 1200px) {
  /* NAVBAR */
  .navbar {
    max-height: 70px;
    background: rgba(0, 0, 0, 0.5);
    /* border-bottom: 1px white solid; */
  }
  .navbar .nav-charge {
    background-color: rgb(236 117 51);
    padding: 15px 0;
    /* border-bottom: 10px solid #ec7533; */
  }
  .navbar .rounded-item {
    padding: 0 5px;
  }
  .navbar .nav-item {
    margin-right: 20px;
  }
  /* SOLUTIONS */
  .solutions .card-body {
    padding: 80px;
    margin-top: 0;
  }
  .position-xl-absolute {
    position: absolute;
  }
  
}
@media (min-width: 1400px) {
  /* FEATURES */
  .feature .feature-box {
    position: absolute !important;
  }
  /* FEATURES END*/
}
.accordion-fotec .accordion .accordion-item {
  border: 0;
  margin: 20px 0;
}
.accordion-fotec .accordion .accordion-item .accordion-button {
  font-size: 18px;
  font-weight: 700;
  background-color: #f0f0f0;
}
.accordion-fotec .accordion .accordion-item .accordion-button::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
}
.accordion-fotec .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #F0f0f0;
  border-bottom: 1px solid #CECECE;
}
.accordion-fotec .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
}
.accordion-fotec .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}/*# sourceMappingURL=custom.css.map */