@charset "utf-8";
/* CSS Document */

a:hover
{
	text-decoration: none;
	color: white;
}

.logo
{
	width: 200px;
}

p
{
	color: #262626 !important;
	padding: .2rem .4rem;
	text-align: center;
	font-weight: 500;
	font-size: 15px;
}

.bolgeyeenyakin
{
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80vw;
    text-align: center;
    background-color: lightseagreen;
    color: black;
    padding: 5px 2px;
    border-radius: 7px;
    font-weight: bolder;
	font-size: 17px;
}

.bolgeyeenyakin span
{
	color: white;
	font-size: 25px;
}

.nav-link
{
	color: #241f1f !important;
	font-weight: bolder;
}
.dgizle
{
	display: none !important;
}

.carousel, .carousel-item img 
{
	height: 60vh !important;
	object-fit: cover;
}

footer
{
	background-color: lightseagreen;
}

	header
	{
		padding: 0px !important;
		color: #241f1f !important;
	}


	h1
	{
		color: dodgerblue !important;
		text-align: center;
		font-weight: bolder;
		font-size: 40px;
		padding: 1.5rem 0px;
	}
	.navbar
	{
		box-shadow: 0px 0px 5px 1px black;
	}

	.resimleri
	{
		width: 100%;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border: solid 2px orange;
	}

	.seksionlar
	{
		padding: 40px 0px !important;	
	}

	.seksionlar2
	{
		padding: 10px 0px !important;	
	}

	h2
	{
		background-color: lightseagreen;
		padding: 5px;
		text-align: center;
		font-family: Calibri, Arial, Times;
		font-weight: bolder;
		font-size: 20px;
		color: white;
		text-shadow: 1px 1px 3px black;
		margin: 0px !important;
	}
.pleri
{
	border: solid 2px orange;
	margin: 0px !important;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
	.alari
{
	width: 100%;
	display: block;
	color: lightseagreen;
	font-weight: bolder;
	font-size: 18px;
	font-family: sans-serif;
	letter-spacing: 2px;
}

.alari:hover
{
	text-decoration: none;
	color: black;
}

	.cercevesi
{
	box-shadow: 0px 5px 8px 0px #707070;
    border-radius: 9px;
	margin-bottom: 2rem;
}

.teltel
{
	color: white;
    font-weight: bolder;
    text-align: right;
    width: 100%;
	padding-right: 10%;
    display: block;
    font-size: 25px;
    font-family: sans-serif;
	
    background-color: lightseagreen;
}

.reklam
{
    position: absolute;
    width: 80px;
    top: -18px;
    left: 20px;
    background-color: lightseagreen;
    padding: 5px;
    border-radius: 50%;
    height: 80px;
    border: solid 3px #422b22;
}

.teltel span
{
	
}

.telteli
{
position: fixed;
    bottom: 10vh;
    width: 100%;
    background-color: rgb(66 43 34);
    padding: 3px 0px 3px 0px;
	
}

.whatsappii
{
	display: none;
    position: absolute;
    right: 0;
    top: -40px;
    right: 5px;
    background-color: white;
    color: lightseagreen;
    padding: 2px 10px;
    font-weight: bold;
    border-radius: 25px;
    box-shadow: 0px 1px 8px 0px black;
}


.logosu
{
    position: absolute;
    width: 100%;
    z-index: 5;
    width: 80%;
    top: 8%;
    right: 10%;
}

.logosutel
{
	    position: absolute;
    top: 25%;
    z-index: 6;
    width: 80%;
    display: block;
    text-align: center;
    color: black;
    font-size: 2rem;
    background-color: rgb(255 246 0 / 43%);
    padding: 0rem 0.5rem;
    font-weight: bolder;
    text-shadow: 0px 0px 2px black;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.logosu2
{
font-size: 20px;
    /* padding: 0px; */
    background-color: black;
    color: yellow;
    padding: 5px 1rem 5px 1rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    border-radius: 15px;
    position: absolute;
    z-index: 6;
    top: 35%;
    width: 70%;
    right: 15%;
}


.orta
{
	position: absolute;
    bottom: 20%;
    z-index: 6;
    display: inline-table;
    margin-right: auto;
    margin-left: auto;
    /* width: 80%; */
    left: 0;
    right: 0;
	font-size: 1.3rem;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 6px black;
}
	
@media (max-width: 820px)
{
	.resimleri
	{
		object-fit: cover;
	}
	.dgizle
	{
		display: block !important;
	}
	.mgizle
	{
		display: none;
	}
	.navbar-brand
	{
		display: block;
    margin-left: auto;
    margin-right: auto;
		padding: 0 !important;
	}
	
	.telefonet
	{
		display: block;
    width: 100% !important;
    padding: 5px;
    text-align: center;
    background-color: lightseagreen;
    color: white;
	}
	.whatsapp
	{
		background-color: lightseagreen;
	}

	
	h1
	{
		color: lightseagreen !important;
		text-align: center;
		font-weight: bolder;
		font-size: 28px;
		padding: .5rem 0px 0px 0px;
	}
	.carousel, .carousel-item img 
{
	height: 100vh !important;
}
}



.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.mypage-alo-ph-circle1 {
	width: 90px;
	height: 90px;
	top: 12px;
	left: 12px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(30, 30, 30, 0.4);
	opacity: .1;
	opacity: .5;
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.mypage-alo-ph-circle-fill1 {
	width: 60px;
	height: 60px;
	top: 28px;
	left: 28px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	opacity: .4 !important;
}
.mypage-alo-ph-img-circle1 {
	width: 30px;
	height: 30px;
	top: 43px;
	left: 43px;
	position: absolute;
	background: rgba(30, 30, 30, 0.1) url(whatsapp-icon-logo-8CA4FB831E-seeklogo.com.png) no-repeat center center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	background-size: 100%;
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes tada {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 10%, 20% {
 -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
 30%, 50%, 70%, 90% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
 40%, 60%, 80% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 10%, 20% {
 -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
 30%, 50%, 70%, 90% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
 40%, 60%, 80% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 50% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 50% {
 opacity: 1;
}
}
@keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 50% {
 opacity: 1;
}
}
.mypage-alo-phone1 {
	position: fixed;
	bottom: 100px;
	left: 0;
}
.mypage-alo-ph-circle 1 {
 border-color: yellow;
}
.mypage-alo-ph-circle-fill1 {
	background-color: yellow;
}
.mypage-alo-ph-img-circle1 {
	background-color: yellow;
}
.mypage-alo-phone:hover .mypage-alo-ph-circle1 {
	border-color: yellow;
}
.mypage-alo-phone:hover .mypage-alo-ph-circle-fill1 {
	background-color: yellow;
}
.mypage-alo-phone:hover .mypage-alo-ph-img-circle1 {
	background-color: yellow;
}
/*************** WHATSAPP. ***************/.mypage-whatsapp-phone {
	position: fixed;
	left: 0px;
	bottom: 0px;
	visibility: visible;
	background-color: transparent;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index: 200000 !important;
}
.mypage-whatsapp-ph-img-circle {
	width: 30px;
	height: 30px;
	top: 43px;
	left: 43px;
	position: absolute;
	background: rgba(30, 30, 30, 0.1) url(../WHATSAPP.png) no-repeat center center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: .7;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	background-color: black;
	background-size: 70%;
}
.mypage-whatsapp-ph-circle-fill {
	width: 60px;
	height: 60px;
	top: 28px;
	left: 28px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: rgb(255 235 59 / 40%);
	opacity: .75 !important;
}
.mypage-whatsapp-ph-circle {
	width: 90px;
	height: 90px;
	top: 12px;
	left: 12px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgb(255 235 59 / 40%);
	opacity: .1;
	border-color: yellow;
	opacity: .5;
}
/***************TELEFON. ***************/.mypage-alo-phone {
	position: fixed;
	right: 0px;
	bottom: 0px;
	visibility: visible;
	background-color: transparent;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index: 200000 !important;
}
.mypage-alo-ph-img-circle {
	width: 30px;
	height: 30px;
	top: 43px;
	left: 43px;
	position: absolute;
	background: rgba(30, 30, 30, 0.1) url(../dienthoai.png) no-repeat center center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: .7;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	background-color: black;
	background-size: 70%;
}
.mypage-alo-ph-circle-fill {
	width: 60px;
	height: 60px;
	top: 28px;
	left: 28px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: rgb(255 235 59 / 40%);
	opacity: .75 !important;
}
.mypage-alo-ph-circle {
	width: 90px;
	height: 90px;
	top: 12px;
	left: 12px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgb(255 235 59 / 40%);
	opacity: .1;
	border-color: yellow;
	opacity: .5;
}
