* {
	padding:0;
	margin:0;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
a {
	color:#5f0099;
}
a:hover {
	color:#5f0099;
}
h1, h2, h3 {
	font-weight: 700;
}
h4, h5 {
	font-weight:600;
}
h6 {
	font-weight:500;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#000000;
}
/* 📌 Navbar Genel Stili */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px; /* Navbar yüksekliği */
    background-color: white !important;
    z-index: 1030;
    padding: 0 10px; /* Daha iyi hizalama için yatay padding */
    display: flex;
    align-items: center; /* İçeriği dikey olarak ortalar */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}

/* 📌 Navbar Logo Hizalama */
.navbar-brand {
    display: flex;
    align-items: center; /* Navbar içindeki logo ortalansın */
    height: 100%;
    padding-left: 10px; /* Logoyu biraz sağa kaydır */
}

.navbar-brand img {
    max-height: 55px; /* Logonun fazla büyük olmamasını sağla */
    width: auto;
    margin-top: -5px; /* Logoyu biraz yukarı kaydır */
    transition: all 0.3s ease-in-out; /* Hover efekti için */
}

/* 📌 Navbar Scroll Olduğunda (Aşağı Kayınca) Küçülen Logo */
.nav-scroll .navbar-brand img {
    max-height: 50px;
    transition: all 0.3s ease-in-out;
}

/* 📌 Navbar Menü Stili */
.navbar-nav .nav-item {
    margin: 0 5px;
}

.navbar-nav .nav-link {
    color: #7F97AD;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    padding: 0;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #5f0099 !important;
    font-weight: bold;
    border-bottom: 2px solid #5f0099;
}

/* 📌 Navbar Butonu (Mobil Menü Aç/Kapat) */
.navbar-toggler {
    border: none;
    background: transparent;
    padding: 10px;
    outline: none;
}

.navbar-toggler:focus {
    outline: none;
}

/* 📌 Navbar Açılır Butonu İçindeki Çizgiler */
.navbar-toggler span {
    color: #5f0099; /* Butonun rengini mor yaptım (önceden beyaz olduğu için görünmüyordu) */
    font-size: 22px;
}

/* 📌 Mobilde Navbar Görünümü */
@media (max-width: 991px) {
    .navbar {
        padding: 5px 10px; /* Mobilde padding ayarlandı */
    }

    .navbar-collapse {
        background: white;
        padding: 10px;
    }

    .navbar-nav .nav-item {
        text-align: center;
        padding: 5px 0;
    }

    /* 📌 Mobilde Logo Küçültme */
    .navbar-brand img {
        max-height: 35px;
        margin-top: 0;
    }
}

/* 📌 Mobilde Menü Açıldığında Ekrana Oturt */
@media (max-width: 768px) {
    .navbar-collapse.show {
        display: block;
    }

    .navbar-toggler {
        padding: 8px;
    }
}

.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-scroll .nav-link:hover:after {
	background-color: #2388ed;
}
.nav-scroll .active {
	position: relative;
}
.banner {
    background: linear-gradient(to right, #7a60ff, #cd9ffa);
    position: relative;
    text-align: center;
    color: white;
    margin-top: 75px; /* Navbarın yüksekliği kadar boşluk bırak */
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 10vh; /* Bannerın yüksekliğini düzenle */
    padding: 80px 0; /* İçeriğin biraz daha iyi oturmasını sağla */
    height: 10vh; /* 📌 Banner yüksekliği (viewport yüksekliğinin %50'si) */
    width: 100%; /* 📌 Tam genişlik */
	
}

/* 📌 Arkaplan Overlay Efekti */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Hafif koyu arkaplan efekti */
    z-index: 1;
}

/* 📌 Banner İçeriği */
.banner-text {
    position: relative;
    z-index: 2; /* Overlay altında kalmaması için */
    max-width: 800px;
    margin: auto;
    padding: 20px;
    text-align: center;
}

/* 📌 Slogan Yazısı */
.slogan-text {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); /* Hafif gölge efekti */
	text-transform: none !important;
}

/* 📌 Responsive Tasarım */
@media (max-width: 768px) {
    .banner {
        min-height: 40vh;
        padding: 60px 20px;
    }

    .slogan-text {
        font-size: 22px;
    }
}


.slogan-text {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    font-style: italic;
}


.text-uppercase {
    text-transform: none !important;
}

.prelative {
	position:relative
}
.section-padding {
	padding:1px 0px !important;
}
.sectioner-header {
	width:69%;
	margin:0 auto;
}
.line {
	height: 2px;
	width: 50px;
	background: #8e1efc;
	display: block;
	margin: 20px auto 20px;
}
.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #8e1efc;
	margin-left: -75px;
}
.sectioner-header p {
	color:#818992;
	font-size: 17px;
}
.section-content {
	margin-top: 80px;
}
.icon-box {
	margin-bottom:50px;
}
.icon-box i {
	display: block;
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 100px;
	background: #7a60ff;
	background:  linear-gradient(to left, #7a60ff, #cd9ffa);
	color: #ffffff;
	font-size: 50px;
	line-height: 135px;
	margin: 0 auto;
}
.icon-box h5 {
	margin-top:30px;
}
.icon-box p {
	color: #818992;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}
.about-btn {
	color: #8e1efc;
	padding: 10px 40px;
	border: 2px solid #8e1efc;
	border-radius: 7px;
	margin-top: 30px;
	display: inline-block;
	font-size: 18px;
}
.about-btn:hover {
	background:#8e1efc;
	color:#ffffff;
	text-decoration:none;
}

.single-feature {
	margin-bottom: 80px;
	margin-top: 40px;
}
.single-feature h5 {
	font-size: 16px;
}
.media-right-margin {
	margin-right:25px;
}
.single-feature p {
	font-size: 13px;
}

.icon-border span {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	color: rgb(142, 30, 252);
	font-size: 18px;
	line-height: 50px;
	border: 1px solid rgb(142, 30, 252);
}

.testimonial {
	background: #7a60ff;
	background: linear-gradient(to left, #7a60ff, #cd9ffa);
	padding:100px 0px;
	position:relative;
}
.testimonial::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.bx-prev {
	left: -90px !important;
	background: url(images/arrow-left.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-next {
	right: -90px !important;
	background: url(images/arrow-right.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-wrapper {
	border: none !important;
	background: rgba(255, 255, 255, 0.81) !important;
	border-radius: 5px !important;
	box-shadow:none !important;
}
.slider-item {
	padding:20px;
}
.slider .title {
	display: block;
	position: relative;
	margin: 0 0 20px;
	font-size: 1.125em;
	line-height: 1.25;
}
.slider .title span {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
}

.language-selector {
    position: relative;
    display: inline-block;
}

.language-selector button {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    border-radius: 5px;
}

.language-selector button img {
    width: 20px;
    height: 15px;
}

.language-selector .dropdown-menu {
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    list-style: none;
    padding: 5px 0;
    display: none;
    width: 120px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.language-selector .dropdown-menu li {
    padding: 8px 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
}

.language-selector .dropdown-menu li:hover {
    background: #f0f0f0;
}

.language-selector .dropdown-menu img {
    width: 20px;
    height: 15px;
}

#contact_form .form-input {
	border: 1px solid #e4e4e4;
}
input {
	height: 42px;
	padding: 0 1rem;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:0;
}
#contact_form textarea {
	resize: none;
	padding: 1rem;
	height: 150px;
	background: #fff;
	border: 0;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-grad {
 padding: .7rem 2rem;
	display: inline-block;
	color: #fff;
	border-radius: 2rem;
	border: 0;
	background: #7a60ff;
	background: linear-gradient(to left, #7a60ff, #cd9ffa);
	cursor:pointer;
}
.contact-info {
	padding: 2rem 2rem 1rem;
	border-radius: 8px;
	background: #7a60ff;
	background: linear-gradient(to left, #7a60ff, #cd9ffa);
}
.contact-item {
	margin:65px 0px;
}
.contact-item i {
	font-size: 20px;
}
.contact-item p {
	line-height: 20px;
	margin: 0;
}
.contact-info p,
.contact-info a,
.contact-info h5 {
    color: #ffffff !important; /* 📌 Yazıları beyaz yap */
}
.footer-copy {
    background: #f8f9fa; /* Daha yumuşak bir arka plan */
    color: #333; /* Daha okunaklı koyu gri metin */
    font-size: 14px;
    text-align: center;
    padding: 40px 20px; /* Üst-alt padding artırıldı */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; /* Küçük ekranlarda dikey hizalama için */
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.05); /* Hafif üst gölge */
}

.footer-copy p {
    margin-bottom: 0px;
    font-weight: 500; /* Yazıyı biraz daha kalınlaştır */
    letter-spacing: 0.5px; /* Daha okunaklı hale getir */
}

.footer-logo {
    width: 200px; /* Logonun boyutu biraz küçültüldü */
    margin-right: 15px;
    transition: transform 0.3s ease-in-out, opacity 0.3s; /* Animasyon ekleme */
}

.footer-logo:hover {
    transform: scale(1.05); /* Hover efekti: Hafif büyütme */
    opacity: 0.9;
}

/* Mobil uyumluluk: Küçük ekranlarda dikey hizalama */
@media (max-width: 768px) {
    .footer-copy {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.contact {
    margin-bottom: 50px; /* 50px boşluk ekler */
}

@media all and (max-width:991px) {

#contact_form {
	margin-bottom:20px;
}
}
@media (max-width: 768px) {
    .banner {
        min-height: 15vh; /* Daha küçük banner */
        padding: 20px 10px; /* İçeriğe daha uygun padding */
    }

    .banner-text {
        padding: 5px;
    }

    .slogan-text {
        font-size: 18px; /* Yazı boyutunu küçült */
    }
}

@media all and (max-width: 768px) {

    /* 📌 Banner yüksekliğini küçült */
    .banner {
        min-height: 15vh; /* Mobilde daha küçük banner */
        padding: 10px 5px;
    }

    .banner-text {
        padding: 5px;
    }

    .slogan-text {
        font-size: 18px; /* Küçük ekranlarda yazı boyutunu küçült */
    }

    /* 📌 İçerik boşluklarını düzenle */
    .section-padding {
        padding: 20px 0px !important;
    }

    /* 📌 Başlıkları küçült */
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 22px;
    }

    .banner-text p {
        margin: 15px 0px;
    }

    /* 📌 Görsellerin mobilde düzgün görünmesi için */
    .banner-text ul li a img {
        width: 120px;
        border-radius: 7px;
    }

    .sectioner-header {
        width: 90%;
    }

    .sectioner-header p {
        font-size: 14px;
    }

    /* 📌 Konteyner üst boşluğu düzelt */
    .container {
        padding-top: 30px !important;
    }

    /* 📌 İçerikler arasındaki boşluğu azalt */
    .single-feature {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    /* 📌 Takım fotoğraflarını küçült */
    .team-detail {
        margin-top: 10px;
    }

    .team-detail img {
        width: 50%;
    }

    /* 📌 Slider'ı daha küçük ekrana uydur */
    .bx-wrapper {
        margin: 0px 10px !important;
    }

    /* 📌 Testimonial bölümü */
    .slider .test-img img {
        margin: 0 auto;
    }

    .section-content {
        margin-top: 5px;
    }

    /* 📌 İletişim formu için düzeltmeler */
    #contact_form {
        margin-bottom: 20px;
    }

    .contact-item {
        font-size: 12px;
    }

    /* 📌 Paragraflar arasında fazla boşluğu kaldır */
    .p {
        margin-top: 0;
        margin-bottom: 10px !important;
    }

    /* 📌 FadeIn animasyonu */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(50px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .animate-fadeInUp {
        opacity: 0;
        animation: fadeInUp 1.5s ease-out forwards;
        animation-delay: 0.5s;
    }
}
