@charset "UTF-8";

* {
  font-family: 'League Spartan', sans-serif;
  font-style: normal;
}

body {
  font-family: "League Spartan", sans-serif;
  background-color: #f8f9fa;
  color: #334d66;
}

header {
  background-color: #343a40;
  color: white;
}

.btn-primary {
  border-radius: 3rem;
  font-size: 1.7rem;
  padding: 1rem;
  padding-left: 1.9rem;
  padding-right: 1.9rem;
  width: 14rem;
}

.navbar-brand {
  font-weight: bold;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  margin-right: 10px;
}

.nav-link {
  color: #334d66;
  margin-left: 5rem;
  font-size: 1.2rem;
}

.nav-link:hover {
  color: #007bff;
}

.banner {
  background: url("../img/home/banner.png") no-repeat center center;
  background-size: cover;
  height: 59rem;
  position: relative;
  width: 100%;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(51, 77, 102, 0.7), rgba(51, 77, 102, 0));
  z-index: 1;
}

.banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 24%;
  background: linear-gradient(to top, #f8f9fa, transparent);
}

.banner-content,
.phone-img {
  z-index: 2;
  position: relative;
}

.phone-img {
  max-width: 260px;
}


.banner h1 {
  font-size: 3.8rem;
  font-weight: 700;
}

.banner h1 span {
  font-size: 6rem;
  font-weight: 700;
}

.banner p {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

.phone-img {
  max-width: 343px;
  position: relative;
  margin-right: 2rem;
  margin-top: 4rem;
}

.social-media-icons {
  position: absolute;
  top: 2rem;
  right: 2rem;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 20px;
}

.social-media-icons a {
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-media-icons a:hover {
  color: #f0f0f0;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}



.btn-dark {
  background-color: #000;
  border-color: #000;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 1rem;
}

.btn-dark span {
  font-size: 1.6rem;
}

.btn-dark:hover {
  background-color: #333;
}

.btn-logo {
  height: 40px;
  margin-right: 10px;
}

.apple {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.btn-dark .text-start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.btn-dark .text-start div {
  font-size: 1.2rem;
}

.btn-dark .text-start span {
  font-size: 1.9rem;
  font-weight: bold;
}

.awards-section {
  margin-top: 50px;
}

.awards-section h3 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 2px;
}

.awards-section p {
  font-size: 1.5rem;
}

.new-banner {
  background: url("../img/home/phones.png") no-repeat right center;
  background-size: 50%;
  position: relative;
  height: 62rem;
  width: 98vw;
}

.new-banner .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.new-banner .banner-content {
  position: relative;
  z-index: 1;
  max-width: 50%;
}

.new-banner h1 {
  font-size: 4rem;
  font-weight: 700;
}

.new-banner p {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.blur-effect {
  width: 100%;
  height: 10rem;
  background: linear-gradient(to top, rgba(248, 249, 250, 1), rgba(248, 249, 250, 0));
  margin-top: -10rem;
  position: relative;
  z-index: 2;
}


.translucent-section {
  background-color: rgba(51, 77, 102, 0.8);
  padding: 60px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  margin-top: -12rem;
  color: #fff;
  backdrop-filter: blur(3px);
}

.icon-title {
  text-align: center;
  margin-bottom: 30px;
}

.icon-title img {
  margin-bottom: 10px;
  max-height: 80px;
}

.icon-title h3 {
  font-size: 3rem;
  font-weight: bold;
}

.icon-title p {
  font-size: 1.5rem;
}

.second-section {
  background-color: #e0e0e0;
  padding: 60px;
  border-radius: 10px;
  margin-top: 14rem;
}

.partner-logo {
  height: 80px;
  width: auto;
  transition: transform 0.3s ease;
  margin: 0 20px;
}

.partner-logo:hover {
  transform: scale(1.1);
}

.card-slider-wrapper {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.card-slider {
  display: flex;
  transition: transform 0.5s ease;
}

.card {
  background-color: #334D67CC;
  color: white;
  border: none;
  border-radius: 1rem;
  min-width: 31% !important;
  max-width: 31% !important;
  height: 450px;
  margin: 0 10px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.card-body {
  padding: 20px;
  padding-bottom: 0;
  overflow: hidden;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.card-text {
  font-size: 1.2rem;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.card-img {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.slider-btn {
  background-color: #a9a9a9;
  border: none;
  color: white;
  padding: 10px;
  cursor: pointer;
  margin-right: 10px;
}

.slider-btn:hover,
.slider-btn:checked,
.slider-btn:active,
.slider-btn:target,
.slider-btn:focus {
  background-color: #334d66;
  border: none;
  color: white;
  padding: 10px;
  cursor: pointer;
  margin-right: 10px;
}

.download-section {
  background: linear-gradient(to right, rgba(51, 77, 102, 0) 0%, rgba(51, 77, 102, 0.8) 80%, rgb(51, 77, 102) 100%),
    url("../img/home/home-downloadnow.png") no-repeat left center;
  background-size: cover;
  height: 438px;
  position: relative;
  border-radius: 1rem;
}


.download-section img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.download-section .btn-dark .text-start div {
  font-size: 1.4rem;
}

.download-section .btn-dark .text-start span {
  font-size: 1.9rem;
  font-weight: bold;
}

.download-content {
  top: 60px;
  right: 10px;
  text-align: right;
  color: white;
  padding: 20px;
}


.download-content h2 {
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
}

.download-buttons {
  margin-top: 60px;
}

.download-content .btn {
  font-size: 1.2rem;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 1.6rem;
}

.download-content .btn-logo {
  height: 50px;
  margin-right: 10px;
}

.smart-home-section {
  text-align: left;
}

.smart-home-title {
  font-size: 3rem;
  font-weight: bold;
  color: #343a40;
  margin-bottom: 30px;
}

.smart-home-card-slider-wrapper {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.smart-home-card-slider {
  display: flex;
  transition: transform 0.5s ease;
}

.smart-home-card {
  background-color: #fff;
  color: #334d66;
  border: 1px solid #ddd;
  border-radius: 10px;
  min-width: 31% !important;
  max-width: 31% !important;
  height: 450px;
  margin: 0 10px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.smart-home-card-img-top {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.smart-home-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.smart-home-card-type {
  font-size: 0.9rem;
  padding: 5px 10px;
  border-radius: 5px;
}

.smart-home-card-date {
  font-size: 0.9rem;
  color: #888;
}

.smart-home-card-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.smart-home-card-text {
  font-size: 1rem;
  color: #888;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.smart-home-card-link {
  font-size: 1rem;
  color: #888;
  text-decoration: none;
  font-weight: bold;
}

.smart-home-slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.smart-home-slider-dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.smart-home-slider-dot.active {
  background-color: #343a40;
}

.partners-section {
  /* background-color: #fff; */
}

.partners-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #334D67;
}

.partners-desc {
  font-size: 1.2rem;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #666666;
}

.partner-logo {
  height: 40px;
  width: auto;
  margin: 20px;
  transition: transform 0.3s ease;
}

.partner-logo:hover {
  transform: scale(1.1);
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.partner-logos .partner-logo {
  flex: 1 1 calc(23%);
  max-width: calc(30%);
  margin: 20px 0;
  transition: transform 0.3s ease;
}


.btn-light {
  font-size: 1.2rem;
  padding: 10px 20px;
}

.awards-section {
  text-align: left;
}

.awards-title {
  font-size: 3rem;
  font-weight: bold;
  color: #334D67;
  margin-bottom: 20px;
}

.awards-desc {
  font-size: 1.5rem;
  color: #3D3B3B;
  margin-bottom: 40px;
}

.awards-section .row {
  text-align: center;
}

.awards-section h3 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 2px;
}

.awards-section p {
  font-size: 1.2rem;
}

.footer-section {
  background-color: #334d66 !important;
}

.footer-section h5 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.footer-section ul {
  padding-left: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #ffffff;
  text-decoration: none;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}

.footer-section .d-flex a {
  font-size: 1.5rem;
  color: #ffffff;
  text-decoration: none;
}

.footer-section .d-flex a:hover {
  color: #007bff;
}

.banner-section {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.banner-background {
  background: url("../img/home/pages-bg.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner-section .container {
  position: relative;
  z-index: 2;
}

.banner-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.banner-desc {
  font-size: 1.2rem;
}

.gateway-section {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.gateway-title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #334D67;
  margin-bottom: 20px;
}


.gateway-desc {
  font-size: 1.2rem;
  color: #666666;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.privacy-section,
.commitment-section {
  margin-top: 1rem;
}

.section-title {
  font-size: 3rem;
  color: #334D67;
  font-weight: bold;
  margin-bottom: 15px;
}

.section-desc {
  font-size: 1.5rem;
  color: #3D3B3B;
  line-height: 1.6;
}

.image-container {
  position: relative;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.commitment-section .image-overlay {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
}

.content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  /* İçeriğin tam yüksekliğini kapsayacak şekilde ayarladık */
}


.container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.container-fluid .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

.content-container {
  padding: 20px 40px !important;
}

.text-left {
  padding: 20px;
}

.partnership-section {
  background-color: #334d66 !important;
  padding: 50px 0;
  margin-bottom: 1rem;
}

.partnership-section .section-title {
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 20px;
}

.partnership-section .section-desc {
  font-size: 1.2rem;
  color: #ffffff;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.partner-logo {
  max-width: 140px;
  height: auto;
}

.partner-desc {
  font-size: 1.3rem;
  color: #ffffff;
}

.white-line {
  border-top: 1px solid #ffffff;
  margin: 20px 0;
}

.discover-download-section {
  padding: 50px 0;
}

.discover-download-title {
  font-size: 3rem;
  color: #334D67;
  font-weight: bold;
}

.discover-download-section .btn-dark .text-start div {
  font-size: 1.4rem;
}

.discover-download-section .btn-dark .text-start span {
  font-size: 2.2rem;
  font-weight: bold;
}

.btn-logo {
  height: 4rem;
  margin-right: 10px;
}

.btn-logo.apple {
  height: 4rem;
}

.service-section {
  display: flex;
  align-items: center;
}

.service-title {
  font-size: 2rem;
  color: #334d66 !important;
  margin-bottom: 20px;
  padding: 1rem;
}

.service-desc {
  font-size: 1.2rem;
  color: #334d66 !important;
  padding: 1rem;
}

.service-slider {
  position: relative;
  /* Konumlandırma için relative ayarlandı */
}

#myCarousel {
  margin: 0;
  /* Varsayılan margin'i sıfırla */
  padding: 0;
  /* Varsayılan padding'i sıfırla */
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  /* Buton genişliği */
  height: 50px;
  /* Buton yüksekliği */
  border-radius: 50%;
  /* Yuvarlak yap */
  display: flex;
  /* Flexbox kullan */
  align-items: center;
  /* Dikey ortala */
  justify-content: center;
  /* Yatay ortala */
  background-color: gray;
  /* Arka plan rengi */
}

.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.custom-next:hover {
  background-color: #334d66 !important;
}

.custom-prev:hover {
  background-color: #334d66 !important;
}

.custom-prev {
  left: -20px;
  background-color: gray;
}

.custom-next {
  right: -20px;
  background-color: gray;
}

.carousel-container {
  margin-right: 30px;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100%, 100%;
}

.carousel-inner img {
  height: 100%;
  object-fit: cover;
}

.support-maintitle {
  font-size: 3.2rem;
  font-weight: bold;
}

.accordion-button {
  color: #334D67;
  font-weight: bold;
}

.accordion-button:not(.collapsed) {
  background-color: #F0F0F0;
  color: #334D67;
}

.accordion-body {
  background-color: #F0F0F0;
  color: #3D3B3B !important;
  padding: 2.8rem;
}


.device-image {
  margin-right: 20px;
}

.device-instruction {
  margin: 0;
  line-height: 1.5;
  font-size: 1.2rem;
  color: #3D3B3B !important;
}

.device-instruction-w-img {
  margin-left: 7rem;
  color: #3D3B3B !important;
}

.accordion-button::after {
  display: none;
}

.custom-accordion-button {
  background-image: url('../img/support/support-plus.png');
  background-repeat: no-repeat;
  background-position: 0.8rem center;
  background-size: 1.2rem;
  padding-left: 3rem;
}

.custom-accordion-button.collapsed {
  background-image: url('../img/support/support-plus.png');
}

.custom-accordion-button:not(.collapsed) {
  background-image: url('../img/support/support-minus.png');
}

.download-logos img {
  width: 75%;
}

.download-content {
  position: absolute;
  top: 2rem;
  right: 2rem;
  /* Tüm içerikleri sağa hizalar */
  text-align: right;
  /* İçerikteki yazıyı sağa hizalar */
}

.download-buttons {
  gap: 0.5rem;
  margin-right: -4rem;
}