 @import url('https://fonts.cdnfonts.com/css/indonesia');
 html {
 	--scrollbarBG: white;
 	--thumbBG: #0c345e;
 }
 body::-webkit-scrollbar {
 	width: 15px;
 }
 body {
 	scrollbar-width: thin;
 	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
 }
 body::-webkit-scrollbar-track {
 	background: var(--scrollbarBG);
 }
 body::-webkit-scrollbar-thumb {
 	background-color: var(--thumbBG) ;
 	border-radius: 6px;
 	border: 3px solid var(--scrollbarBG);
 }
 button {
 	/* Diğer stillendirmeler */
 	/* ... */
 	padding: 10px 20px;
 	cursor: pointer;
 	transition: transform 0.3s ease; /* Transform özelliğinde geçiş efekti tanımlandı */
 }

 button:hover {
 	transform: scale(1.05); /* Butonun boyutunu biraz büyüt */
 }
 .carousel-item {
 	transition: transform 0.6s ease;
 }

 .carousel-item-next.carousel-item-left,
 .carousel-item-prev.carousel-item-right,
 .carousel-item.active {
 	transition: transform 0.6s ease;
 }

 .carousel-item-next,
 .carousel-item-prev.carousel-item-right.carousel-item-left,
 .carousel-item.active.carousel-item-left {
 	transform: translateX(0%);
 }

 .carousel-item-prev,
 .carousel-item-next.carousel-item-right.carousel-item-left,
 .carousel-item.active.carousel-item-right {
 	transform: translateX(0%);
 }

 .carousel-item-next.carousel-item-left,
 .carousel-item-prev.carousel-item-right {
 	transform: translateX(-100%);
 }

 .carousel-item-prev.carousel-item-right,
 .carousel-item-next.carousel-item-left {
 	transform: translateX(100%);
 }

 .navmenu::-webkit-scrollbar {
 	width: 15px;
 }
 .navmenu {
 	scrollbar-width: thin;
 	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
 }
 .navmenu::-webkit-scrollbar-track {
 	background: var(--scrollbarBG);
 }
 .navmenu::-webkit-scrollbar-thumb {
 	background-color: var(--thumbBG) ;
 	border-radius: 6px;
 	border: 3px solid var(--scrollbarBG);
 }
 body {
 	background: #DDE8FF;
 	font-family: "Arial Nova", sans-serif; 
 }

 .hbar {
 	padding: 5px;
 	padding-top: 10px;
 }
 .hbar .cizgi {
 	position: relative;
 	top: -5px;
 	background: #F15A29;
 	width: 2px !important;
 	height: 34px;
 	padding: 1.7px;
 	border-radius: 5px;
 }

 .hbar .item {
 }
 .hbar .item2 .col-auto {
 	margin-right: 0;
 }
 .hbar .item a {
 	color: #545454;
 	text-decoration: none;
 	cursor: pointer;
 }
 .hbar .item img {
 	width: 30px;
 	position: relative;
 	top: -3px;
 }
 .hbar .item2 {
 	margin-left: auto;
 }
 .hbar .item2 img {
 	width: 20px;
 	position: relative;
 	top: -2px;
 }
 .hbar .item2 .mkayit {
 	padding: 5px 10px;
 	color: #001D44;
 	background: transparent;
 	border: none;
 	border-bottom: 4px solid #F07B01;
 	font-size: 14px;
 }
 .hbar .item2 .mgiris {
 	padding: 5px 10px;
 	border-radius: 5px;
 	color: #dde8ff;
 	background: #001D44;
 	border: 1px solid silver;
 	font-size: 14px;
 }
 .hbar .item2 .msepet {
 	padding: 6px 10px;
 	border-radius: 5px;
 	background: #F07B01;
 	color: white;
 	font-size: 14px;
 	border: none;
 }
 .qnavbar {
 	padding: 15px;
 }
 .qnavfixed {
 	position: fixed;
 	top: -100px;
 	height: 90px;
 	width: 100%;
 	z-index: 2;
 	padding: 0;
 	background: #dde8ff;
 	border-bottom: 3px solid #1a323d;
 	animation: slideDown 0.5s forwards;
 }

/* @keyframes ile animasyon tanımı */
@keyframes slideDown {
	from {
		top: -100px; /* Yukarıda başlangıç noktası */
	}
	to {
		top: 0; /* Aşağıda bitiş noktası */
	}
}
.qnavbar .logo {
	width: 85%;
}
.qnavbar .navimenu {
	display: none;
}
.qnavbar ul {
	display: block;
	height: 45px;
	text-align: right;

}
.qnavbar ul li {
	display: inline-block;
	padding: 10px 0px;
	font-weight: bold;
	list-style-type: none;
}
.qnavbar ul li button {
	background: transparent;
	color: #545454;
	padding: 10px;
	font-size: 18px;
	border: none;
	cursor: pointer;
}
.qnavbar ul li i {
	margin-right: 5px;
	color: #F15A29;
	margin-right: 5px;
}
.qnavbar ul li img {
	width: 60px;
}

/* Dropdown container (hidden by default) */
.qdropdown-content {
	display: none;
	position: absolute;
	background-color: #1a323d;
	min-width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	text-align: center;
}

/* Links inside the dropdown */
.qdropdown-content div {
	width: 50%; 
}
.qdropdown-content a {
	color: #fff;
	padding: 8px 16px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #1a323d;
	font-size: 13px;
}

/* Change color of dropdown links on hover */
.qdropdown-content a:hover {
	background-color: #F15A29;
	animation: none;
}

/* Show the dropdown menu on hover */
.qdropdown:hover .qdropdown-content {
	display: block;
}
.manset {
	font-family: 'Arial', sans-serif;
	padding: 25px 0;
}
.manset .mansetitem {
	padding: 40px;
	text-align: left;
	margin: 0 auto;
	animation: slideInFromTop 4s ease forwards; /* Animasyon süresi ve geçiş tipi */
	opacity: 0; /* Başlangıçta opaklık ayarı */
}
@keyframes slideInFromTop {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



.manset .mansetfiyat p {
	margin: 0;
	color: #fff;
}
.manset .mansetbaslik {
	margin: 0;
	font-size: 33px;
	font-weight: bold;
	text-align: left;
	color: #001D44;
	margin-top: -20px;
}
.manset .mansetaciklama {
	margin: 0;
	font-size: 16px;
	text-align: left;
	color: #1A323D;
}


.manset .manseticon img {
	width: 100%;
}
.manset .mansetimg img {
	width: 100%;
}
.mansetlink {
	padding: 5px 20px;
	margin-top: 20px;
	border: 1px solid #F07B01;
	border-radius: 5px;
	font-weight: bold;
	background: #F3F5F9;
	color: #F07B01;
}
.domainsorgu {
	background: #1A323D;
	text-align: center;
	padding: 10px;
}
.domainsorgu img {
	position: absolute;
	width: 200px;
	left: 0;
	top: -93px;
}
.domainsorgu form {
	background: transparent;
	border: 1px solid white;
	border-radius: 10px;
	padding: 6px;
}
.domainsorgu input {
	background: transparent;
	width: 70%;
	padding: 10px;
	border-radius: 10px;
	border: none;
	outline: none;
	color: #dde8ff;
}
.domainsorgu button {
	width: auto;
	padding: 5px 10px;
	border: none;
	border-radius: 10px;
	font-weight: bold;
	background: #F07B01;
	color: #fff;
	font-size: 14px;
}
.domainsorgu .aciklama {
	font-size: 15px;
	color: #dde8ff;
	margin: 0;
}
.hizmetler {
	margin-top: 20px;
}
.hizmetler .baslik {
	margin: 0;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #001D44;
}
.hizmetler .aciklama {
	text-align: center;
	margin: 0;
	color: #001D44;
	font-size: 18px;
}
.hizmetler .row {
	margin-top: 20px;
}
.hizmet {
	-ms-flex: 0 0 28%;
	flex: 0 0 30%;
	max-width: 30%;
	padding: 10px;
	border-radius: 15px;
	margin: 5px auto;
	height: 305;
}
.hizmet .arka {
	position: relative;
	right: -40px;
	background: #1A323D;
	padding: 20px;
	border-radius: 15px;
}
.hizmet .paketbaslik {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 2px;
	color: #DDE8FF;
}

.hizmet .paketaciklama {
	font-size: 15px;
	text-align: center;
	color: #DDE8FF;
	margin: 10px 0;
}
.hizmet .paketfiyat {
	display: flex;
}
.hizmet .sagbar {
	width: 50%;
}
.hizmet .solbar {
	width: 50%;
}
.hizmet .paketucret {
	text-align: right;
	font-size: 34px;
	font-weight: bold;
	color: #DDE8FF;
}
.hizmet .ucretkucuk {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	color: #DDE8FF;
}
.hizmet .paketsure {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	color: #DDE8FF;
}
.hizmet .altaciklama {
	text-align: center;
	font-size: 14px;
}
.hizmet .paketal {
	width: 100%;
	border-radius: 10px;
	border: none;
	font-weight: bold;
	font-size: 17px;
	padding: 7px;
}
.hizmetler .renk1 {
	background: #F07B01;
}
.hizmetler .renk1 .altaciklama {
	color: #F07B01;;

}
.hizmetler .renk1 .paketal {
	background: #F07B01;
	color: #DDE8FF;;
}
.hizmetler .renk2 {
	background: #009595;
}
.hizmetler .renk2 .altaciklama {
	color: #009595;;

}
.hizmetler .renk2 .paketal {
	background: #009595;
	color: #DDE8FF;;
}
.hizmetler .renk3 {
	background: #F15A29;
}
.hizmetler .renk3 .altaciklama {
	color: #F15A29;;

}
.hizmetler .renk3 .paketal {
	background: #F15A29;
	color: #DDE8FF;;
}
.qtabs {
	background: #1A323D;
	padding: 20px;
	color: #DDE8FF;
	margin-top: 20px;
	height: 320px;
}
.qtabs img {
	width: 100%;
}
.qtabs p {
	margin: 5px 0;
}
.qtabs p b {
	color: #f15a29;
}
.qtabs .nav-tabs {
	border: none;
	background: #DDE8FF;
	width: 40%;
	border-radius: 10px;
	margin-bottom: 20px;
}
.qtabs .nav-item {
	text-align: center;
	margin: 5px auto;
}
.qtabs .nav-item .active {
	background: transparent;
	border: none;
	color: #f15a29;
	font-weight: bold;
}

.qbilgi {
	text-align: center;
	padding: 50px;
	color: #001437;
}
.qbilgi img {
	width: 680px;
	margin: 20px 0;
}
.qbilgi p b {
	color: #f15a29;
	font-size: 25px;
}

.qbilgi p {
	margin: 5px;
}

.qfooter {
	background: #1A323D;
}
.qfooter .col-lg-auto {
	margin: 0 auto;
}
.qfooter .hakkimizda {
	font-size: 13px;
	border-top: 1px solid #dde8ff;
	color: #cfcece;
	text-align: center;
	padding-top: 20px;
}
.qfooter .container {
	padding: 30px;
}
.qfooter .col-auto {
	margin: 10px auto;
}
.qfooter .footeraciklama {
	text-align: center;
	font-size: 15px;
	margin-top: 10px;
	color: #b5b5b5;
}
.qfooter .logo {
	width: 100%;
}
.qfooter .baslik {
	text-align: center;
	color: #f15a29;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #f15a29;
}
.qfooter ul {
	text-align: center;
}
.qfooter ul li {
	list-style: none;
	margin-left: -40px;
}
.qfooter ul li a {
	color: #EBE8D4;
	text-decoration: none;
}


.whatsap {
	position: fixed;
	left: 0;
	bottom: 10px;
	width: 160px;
	height: 40px;
	border: none;
	background: #42c161;
	color: white;
	font-size: 15px;
}
.indirim {
	margin: 0;
	margin-bottom: -5px;
	padding: 4px;
	border-radius: 10px;
	font-size: 13px;
	text-align: center;
}
.ind-renk {
	background: #FF914D; 
	color: white;
	animation: opacityChange 1s ease-in-out infinite alternate; 
}
.ind-renk2 {
	background: #CB6CE6; 
	color: white;
	animation: opacityChange 1s ease-in-out infinite alternate; 
}
@keyframes opacityChange {
	from {
		opacity: 1; /* Minimum opaklık değeri */
	}
	to {
		opacity: 0.3; /* Maksimum opaklık değeri */
	}
}
.col-iletisim {
	-ms-flex: 0 0 31%;
	flex: 0 0 31%;
	width: 31%;
	max-width: 100%;
	text-align: center;
	margin: 5px auto;
	background: white;
	padding: 10px;
	border-radius: 10px;
}
.col-iletisim .ibaslik {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid silver;
}
.col-iletisim .iaciklama {

}
@media screen and (max-width:1044px){ 
	.indirim { 
		display: none;
	}
	.hbar {
		background: #1a323d;
		padding: 5px
	}
	.hbar .col-auto {
		margin: 5px auto;
	}
	.hbar .item {
		display: none;
	}
	.hbar .item2 img {
		display: none ;
	}
	.hbar .item2 .mkayit {
		color: #fff;
	}
	.hbar .item2 .mgiris {
		background: #f07b01;
		color: #fff;
	}
	.hbar .item2 .msepet {
		background: #fff;
		color: #f07b01;
	}
	.hbar .item2 .msepet span {
		display: none;
	}
	.qnavbar {
		max-height: 80px;
		overflow: hidden;
		transition: max-height 0.3s ease-out; /* Animasyon süresi ve geçiş türü */
		padding: 0;
	}
	.qnavfixed {
		height: 65px;
	}
	.qnavbaropen {
		position: fixed;
		top: 0;
		left: 0;
		width: 70%;
		height: 100%;
		max-height: 100%; /* Tam ekran yükseklik */
		background: white;
		z-index: 2;
		transition: max-height 0.3s ease-out;
	}
	.qnavbar ul {
		text-align: left;
		margin-left: -40px;
	}
	.qnavbar ul li img {
		display: none;
	}
	.qnavbar .navimenu {
		display: block;
		margin: 10px auto;
		text-align: center;
	}
	.qnavbar .navimenu i {
		background: #f07b01;
		padding: 5px;
		border-radius: 4px;
		color: #fff;
		font-size: 25px;

	}
	.qnavbar .navmenu {
		display: none;
		position: absolute;
		top: 70px;
		width: 100%;
		height: 90%;
		overflow: auto;
	}
	.qnavbar ul li {
		display: inline;
	}
	.qnavbar ul li button {
		background: transparent;
		color: #545454;
		padding: 10px;
		font-size: 15px;
		border: none;
		cursor: pointer;
		font-weight: bold;
		border-bottom: 1px solid black;
	}
	.qdropdown-content {
		display: block;
		position: relative;
		background: transparent;
		min-width: 160px;
		box-shadow: none;
		z-index: 1;
	}
	.qdropdown-content a {
		color: #333;
		padding: 5px 16px;
		text-decoration: none;
		display: block;
		font-weight: 400;
		border-bottom: 1px solid silver;
		text-align: left;
	}
	.manset {
		background: transparent;
	}
	.mansetimg {
		display: none;
	}
	.manset .mansetitem {
		padding: 20px;
		animation: slideInFromTop 1s ease forwards;
	}
	.manset .mansetfiyat {
		position: unset;
	}
	.manset .mansetbaslik {
		margin-top: 0px;
		font-size: 26px;
	}
	.manset .manseticon img {
		display: none;
	}
	.domainsorgu img {
		display: none;
	}
	.domainsorgu button {
		margin-top: 10px;
	}
	.hizmet {
		-ms-flex: 0 0 96%;
		flex: 0 0 96%;
		max-width: 100%;
	}
	.hizmet .arka {
		position: relative;
		right: 0;
	}
	.qtabs {
		padding: 10px 0px;
		height: auto;
	}
	.qtabs .nav-tabs {
		width: 100%;
		font-size: 13px;
	}
	.qtabs p {
		font-size: 13px;
	}
	.qbilgi {
		padding: 2px;
	}
	.qbilgi img {
		width: 100%;
	}
	.qdestek .qimg {
		display: none;
	}
	.qfooter ul {
		text-align: center;
		margin-left: -20px;
	}
	.qfooter ul li {
		list-style: none;
		margin-left: -20px;
	}
	.col-iletisim {
		-ms-flex: 0 0 95%;
		flex: 0 0 95%;
		width: 100%;
	}
}


@keyframes right{
	0%{
		transform:translateX(0)
	}
	40%{
		transform:translateX(10px)
	}
	60%{
		transform:translateX(5px)
	}
	100%{
		transform:translateX(0)
	}
}
