*{
	font-family: 'Poppins', sans-serif;
}

body {
	background-color: #222222;
	min-height: 100vh;
}

.konteyner {
	margin: 0px;
	padding: 0px;
	background-color: #222222;
	width: 100%;
	height: auto;
}

.basliq {
	margin-bottom: 15px;
	width: 100%;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

 .bloqlar {
	text-align: center;
	color: white;
	margin-bottom: 20px;
}

.bloqLinkKonteyner {
	text-align: center;
}

.konteyner1 {
	margin-bottom: 20px;
}

.bloqLinkKonteyner button {
	background-color: #222222;
	width: 80%;
	height: 36px;
	color: white;
	text-decoration: none;
	border: none;
	outline: none;
	border-radius: 6px;
	font-size: 1em;
	box-shadow: 0px 0px 5px dodgerblue;
}

.orta {
	background-color: #222222;
	height: 40vh;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 30px;
	padding: 5px;
	box-sizing: border-box;
	overflow: scroll;
	box-shadow: 0px 0px 8px rgb(52, 166, 231);
	border: none;
	border-radius: 10px;
	color: white;
}
.ortaExpanded {
	height: auto;
	overflow: visible;
	box-shadow: none;
	cursor: pointer;
}

.expandBtn {
	background-color: royalblue;
	padding: 5px 10px;
	border: none;
	border-radius: 6px;
	color: white;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 0.9em;
	cursor: pointer;
}

.btncontainer {
	width: 100%;
	text-align: center;
}


.linkWrapper {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.kecidlink {
	background-color: #222222;
	width: 300px;
	height: 46px;
	border: solid 2px dodgerblue;
	border-radius: 23px;
	font-size: 18px;
	outline: none;
	box-shadow: 0px 0px 10px rgb(1, 152, 253);
	text-decoration: none;
	color: white;
	cursor: pointer;
}

.kecidlink:hover{
	background-color: dodgerblue;
	transition-duration: 1s;
}


.kecidlink:active {
	background-color: mediumpurple;
	box-shadow: none;
}

.linkWrapper .newText {
	color: red;
	font-size: 0.8em;
}

.followText {
	color: white;
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
}

.follow {
	display: flex;
	justify-content: center;
	align-items: center;
}

.follow .insta {
	margin-left: 15px;
	margin-right: 15px;
}

.follow a img {
	width: 72px;
	height: 72px;
	cursor: pointer;
}

.metnbasliq {
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}


.metn {
	width: 98%;
	text-align: justify;
	font-size: 16px;
	padding-bottom: 10px;
}

.bloqgiris {
	width: 98%;
}

.blogsekil {
	width: 70%;
	height: auto;
	margin-left: 15%;
	margin-right: 15%;
}

.konteyner .orta .metn .bloqbasliq {
	text-align: left;
}


.proqramlar {
	width: 100%;
	font-size: 15px;
	font-weight: lighter;
}




#installApp {
	background-color: rgb(20, 123, 220);
	color: rgb(255, 255, 255);
	width: auto;
	height: 40px;
	border-radius: 20px;
	font-size: 0.9em;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px 15px;
	border: solid 2px white;
	box-sizing: border-box;
	box-shadow: 0px 0px 14px rgb(255, 0, 235);
	display: none;
	cursor: pointer;
  }


  #internetMessage {
	width: 100%;
	text-align: center;
	margin-top: 5px;
  }



/* .iframe-container{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; 
	height: 0;
	margin-top: 10px;
  }
  
  .iframe-container iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
  } */




@media only screen and (min-width: 800px) {



.basliq {
	/* background-color: crimson; */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1000px;
	height: auto;
	color: black;
	font-size: 18px;
	padding: 10px 0px;
	box-sizing: border-box;
}

.bloqLinkKonteyner button {
	width: 300px;
	cursor: pointer;
}

.orta {
	background-color: #222222;
	height: 40vh;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.metnbasliq {
	margin-top: 10px;
	padding-top: 10px;
	font-size: 20px;
}


.metn {
	text-align: justify;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	font-size: 18px;
}


.blogsekil {
	width: 70%;
	height: auto;
	margin-left: 15%;
	margin-right: 15%;
}


.bloqgiris {
	text-align: justify;
}



.ekonom-plan {
	height: 305px;
	width: auto;
}

.ekonom-model {
	height: 300px;
	width: auto;
}



footer {
	font-size: 20px;
	color: white;
	text-align: center;
	width: 100%;
	height: 80px;
	line-height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	position: relative;
	font-family: 'Poppins', sans-serif;
}



}