@charset "utf-8";
/* CSS Document */
.baslik__h2 {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 4rem;
	justify-content: center;
	width: max-content;
}
/*======= HERO =======*/
.hero {
    position: relative;
    width: 100%;
    max-height: calc(100vh - 80px);
}
.swiper {
    width: auto;
    
    margin-top: 80px;
    object-fit: contain;
    }
.slider-container{
    width: 100%;
	max-width: clamp(1024px, 80vw, 1536px);
	padding-inline: clamp(16px, 0vw, 40px);
    margin: 0 auto;
    position: relative;
}
.swiper-slide {
    width: 100%;
    aspect-ratio: 16/9;
    max-height: calc(100vh - 80px);
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    }

.hero-text {
    position: absolute;
    text-align: left;
    top:-150px;
    left: 0px;
    width: 73%;
    padding: 15px;
    }
    .B {
      color: black;
      }
    .W {
      color: white;
      }
      .hero-text h1 {
          font-size: 3.5rem;
          font-weight:600;
          line-height: 4.5rem;
          padding-bottom: 2rem
        }
      .hero-text p {
          font-size: 1.5rem;
          font-weight: normal;
          line-height: 2.2rem;
          padding-bottom: 3rem;
      }
    .swiper-button-next,
    .swiper-button-prev {
        color: white;
        padding: 0 3rem;
        font-weight: 600;
       opacity: .60
    }

    .swiper-pagination-bullets .swiper-pagination-bullet {
      background: #11437B;
      opacity: 0.6;
    }

    .swiper-pagination-bullet-active {
      opacity: 1;
    }
      .swiper-btn {
          background-color: #fff;
          padding: 1rem 2rem;
          text-decoration: none;
          font-weight: 600;
          font-size: 0.9rem;
          color: #293875;
          border-radius: 50px;
      }
      a.swiper-btn::hover, a.swiper-btn::focus {
            background-color: #293875;
            color: #fff;
}
/*======= HAKKIMIZDA =======*/
.about {
    width: 100%;
    /*height: auto;*/
    background-color: #f6f6f6; 
    padding: 4rem 1.25rem;
}
.iki_column {
    display: flex;
    column-gap: 2%;
}
.about_text, .about_img {
    max-width: 50%;
    height: 350px;
    padding: 0;
    margin: 0;
}
.about_img {
    object-fit: cover;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
}
.about_img img {
    height: 350px;
}
.hakkimizda-txt {
    padding-bottom: 2rem;
}
.hakkimizda-button {
    padding: .75rem 1rem;
    border: 0;
    border-radius: 50px;
    background-color: #2c58d5;
    color: #fff;
    font-weight: 600;
    margin-top: 2rem;
    font-size: .875rem;
}
/*======= KARD SLIDER =======*/
.urunler {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    background: #fff;
}
.wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.wrapper .card {
	width: 330px;
	height: auto;
	margin: 0 auto;
	margin: .5%;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
	transition: 0.2s ease;
}
.wrapper .card:hover {
	border-color: #eee;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.wrapper .__he {
	background: #509fdd;
}
.wrapper .__md {
	background: #5378b7;
}
.wrapper .__ld {
	background: #00BADF;
}
.wrapper .__sd {
	background: #5378B7;
}
.wrapper .card .card-content .__hi {
	background: url("file:///C|/Users/leven/OneDrive/WEB_SITELERI/v07 - Copy/assets/images/background-bg.jpg") no-repeat center;
}
.card .card-image {
	position: relative;
}
.card .card-image img {
	width: 100%;
	padding: 10px;
	border-radius: 22px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.card .card-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: auto;
	padding: 1.25rem 0 2.25rem 0;
	
}
.card .card-content .card-baslik {
	text-align: center;
	padding: 0 0 2rem 0;
	color: #fff;
	font-size: 1.25rem;
	
}
.card .card-content .card-button {
	padding: .75rem 4rem;
	text-align: center;
	border-radius: 50px;
	background-color: #fff;
	color: #333;
	font-weight: 600;
	border: none;
    font-size: 1rem;
}
/*======= hizmetlerimiz =======*/
.hhb__tumurun_icerik {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.hhb__solurun_icerik, .hhb__sagurun_icerik {
	width: 35%;
	display: flex;
	flex-direction: column;
}
.hhb__solurun_icerik {
	text-align: right;
	padding-right: 2rem;
}
.hhb__sagurun_icerik {
	text-align: left;
	padding-left: 2rem;
}
.hhb_urun_icerik {
	display: flex;
	width: 100%;
	column-gap: 1rem;
	padding-top: 2rem;
}
.hhb__content {
	width: 90%;
}
.hhb__content p {
	margin: 0;
	padding: 0;
}
.hhb__ikon {
	margin: 0 auto;
	position: relative;
}

.hhb__ikon::after {
	bottom: 0;
    left: 32px;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
    border-style: dotted;
    border-width: 0 0 0 3px;
    border-color: #00BADF;
	
}
.icon_content {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: #00BADF;
	padding: 16px;
	position: relative;
	z-index: 2;
}
.hhb__riikon {
	font-size: 32px;
	color: #fff;
    position: absolute;
    left: 16px;
    top: 8px;
}
.hhb__baslik {
	padding: 16px 0 2rem 0;
}

/*=============== DIGER ===============*/
.__diger {
	width: 100%;
	background: url("file:///C|/Users/leven/OneDrive/WEB_SITELERI/v07 - Copy/assets/images/shape-bg-01.png");
	padding: 5rem 0;
}
.sabit_kartlar {
	display: flex;
	justify-content: space-between;
}
.sabit_kart_01 {
	width: 30%;
	min-width: 300px;
	display: block;
	overflow: hidden;
	background-color: #fff;
	color: #333;
	border-radius: 22px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.sabit__kart_imaj {
	object-fit: cover;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
	
}
.sabit__kart_imaj img {
	transition: transform 0.4s;
	height: 100%;
}
.sabit__kart_imaj img:hover {
	transform: scale(1.2);
}
.sabit_kart_01 h3 {
	color: #000;
	display: flex;
  	justify-content: space-between;
	padding: 2rem 1rem 1rem ;
}
.sabit_kart_01 h3 i {
	font-size: 2rem;
}
.sabit_kart_01 p {
	padding: 0 1rem 2rem;
}
@media only screen and (max-width: 1024px) {
    .sabit_kartlar {
	flex-direction: column;
        grid-row-gap: 2rem;
        align-items: center;
}
    .sabit_kart_01 {
        width: 70%;
    }
}
@media only screen and (max-width: 767px) {
    .swiper {
    margin-top: 60px;
    
    }
    .iki_column {
        flex-direction: column;
        row-gap: 2rem;
    }
    .about_text, .about_img {
        min-width: 90%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    .about_img img {
    height: auto;
}
    .card-wrapper {
		margin: 0 10px 25px;
	}
	.card-wrapper .swiper-slide-button {
		display: none;
	}
    
    
    .hhb {
        padding-left: 1rem;
    }
    .hhb__tumurun_icerik {
		flex-direction: column;
		text-align: left;
		padding-left: 0rem;
	}
	.hhb__solurun_icerik, .hhb__sagurun_icerik {
	width: 100%;
    }
    .hbb_urun_icerik {
        padding-right: 2rem;
    }
    
	.bilgi__icerik {
	flex-direction: column;
	}
	.aciklama, .sirket, .adres {
		width: 100%;
	}
	.aciklama, .sirket {
		border-right: none;
	}
	.sirket {
		padding-bottom: 2rem;
	}
	.telif {
		flex-direction: column;
		text-align: center;
	}
}