@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,700|Montserrat:400,500,700');
@import 'css/bootstrap.min.css';
@import 'css/animate.css';
@import 'css/magnific-popup.css';
@import 'css/owl.carousel.min.css';
@import 'css/slick.css';
@import 'css/font-awesome.min.css';
@import 'css/themify-icons.css';
@import 'css/ionicons.min.css';

@font-face {
    font-family: 'din_trblack';
    src: url('dinblacktr-webfont.woff2') format('woff2'),
         url('dinblacktr-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}


body{
	
	    background: url(../assets/img/body.png) repeat;
	
}

.navbar-light .navbar-toggler {background: #fff;position: absolute;right: 10px;top: 0;}

.comment{
	background-color:white;
	    padding: 2rem;
}

.bg-light {
     background-color: #1c395700!important;
    width: 100%;
    margin-top: 1rem;
    z-index: 1;
}


.logo{
	max-width:29%;
}

.header-position{
	
	position: absolute;
	width: 100%;
	
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #e9e9e9;
}

.navbar-nav{
	    background-color: #41911c;
    border-radius: 0.5rem;
    padding: 0.2rem;
	    box-shadow: 8px 5px 1px #275e06;
	
}

.nav-item{
	    padding: 0rem 1rem;
}

.head-img{
       background: url(../assets/img/header.png) no-repeat;
    height: 653px;
    background-size: cover;
}

.head-img1 {
    background: url(../assets/img/arkaplan.png) no-repeat;
    height: 350px;
    background-size: cover;
}

.head-img2 {
    background: url(../assets/img/argaplan.png) no-repeat;
    height: 350px;
    background-size: cover;
}

.icon{
	    border-radius: 61px;
    max-width: 68%;
    border: 2px solid black;
}

.text-position-1{
	margin-top: 11rem;
	font-size: 1.5rem;
	color:white;
	text-align:center;
}


.header-like{
     max-width: 75% !important;
    top: 29%;
    margin-top: 12rem;
    left: 59%;
	float:right;
}

.head-text {
    color: #5e00be;
    text-align: center;
    font-size: 3rem;
}

.like-icon{
    max-width: 8%;
	height:auto;
}

.btn{
	border: 2px solid #adadad;
	color:black;
	background-color:white;
	border-radius:0.5rem;
	margin-top:1rem;
	 
}

.information-text{    
font-size: 1.6rem;
color: #3d3d3d;
	}


.card-ins{
    background: -webkit-linear-gradient(#da4f8d,#e6617f,#fd895e,#fe9c4f,#feb23f,#febd36,#fcc92d,#fbd224,#f9dc1d );
    color: white;
    border-radius: 0.5rem;
    position: relative;
	    flex: 1 1 auto;
    padding: 1.25rem;
	
}

.card-ins1{
	    color: white;
    background: linear-gradient(120deg, #2395b2 0%, #64cde5 100%);
    border-radius: 0.5rem;
    position: relative;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card{
	    margin-top: 2rem;
}

.card-you{
    background: -webkit-linear-gradient(#c42e31,#dd3e3a );
    color: white;
    border-radius: 0.5rem;
    position: relative;
	    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-fac{
    background: -webkit-linear-gradient(#2d4474,#405d99 );
    color: white;
    border-radius: 0.5rem;
    position: relative;
	    flex: 1 1 auto;
    padding: 1.25rem;
}

.price{
font-size: 2rem;
margin-top:2rem;
}

.packets-icon{
	    position: absolute;
    top: -7%;
    left: -3%;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #41911c;
    border-color: #275e06;
}


.packets-about-text{
	    font-size: 1.5rem;
    text-align: center; 
    color: #dc518a;
	margin:1rem 0rem 0;
}

.media-body{
	color:#3d3d3d;
}

.features-icon{
	max-width:6%;
}

.customers{
	  background: -webkit-linear-gradient(#e76f2e,#e58f35,#e49f39,#e4a63b );
	 padding:4rem;
}

.number{
	    font-size: 3.5rem;
		margin-top:2rem;
}

.customers-icon{
	    max-width: 2rem;
    margin-bottom: 0.3rem;
}



.footer {
        background: url(../assets/img/footer.png) no-repeat;
	    background-size: cover;
}



.slideshow {
  position: relative;
}


.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

.prev {
    cursor: pointer;
    position: absolute;
    top: 74%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
	    left: 15%;
}

.next {
    cursor: pointer;
    position: absolute;
    top: 74%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


.next {
    position: absolute;
    right: 15%;
    border-radius: 3px 0 0 3px;
}



.dot-container {
  text-align: center;
}

.dot {
  cursor: pointer;
  height: 16px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


.active, .dot:hover {
  background-color: #717171;
}


q {font-style: italic;}


.author {color: #897ceb;}

.fa-quote-left{
    color: #897ceb !important;
}

.job{
	color:#b5aec4;
}

.checked {
  color: orange;
}

.active, .dot:hover {
    background-color: #fb397d;
}

.fa-angle-left:before {
    content: "\f104";
    color: #d7c3c9;
}


.fa-angle-right:before {
    content: "\f105";
    color: #d7c3c9;
}

.note-head{
	color:#3e0ea7;
	text-align:center;
	    font-size: 3rem;
}

.note-text{
	color:#7a738b;
	text-align:center;
}


.mt-6{
	margin-top:5rem;
}

.footer-position{
    font-size: 1.5rem;
    color: white;
    text-align: center;
	    padding: 4rem 0rem;
}

.footer-text{
	text-align:left;
    font-size: 2.2rem;
	font-weight: bold;
}

.footer .h1, h1 {
    font-size: 3.5rem;
    font-weight: bold;
}


.footer-mt-mb {
	    margin-top: 12rem;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: white;
    text-align: center;
}

.footer-menu{
	       list-style-type: none;
    text-align: left;
    border-left: 2px solid #eb1f80;
	padding: 0rem 0.4rem;
}

.footer-menu li a{
	color:white;
	font-weight:bold;
}


@media (max-width:505px){
	
	.text-position-1 {
    margin-top: 7rem;
	font-size:1.3rem;
}
	.header-like {
    max-width: 100% !important;
}
.mobile-img-none{
	display:none;
}
}

@media (max-width:700px){
	
	.footer-mt-mb {
    margin-top: 5rem !important;
    font-size: 1rem !important;
}
	
	
}

@media  (min-width:992px) and (max-width:1022px){
	
.header-position{
	
	position: absolute;
	width: 89%;
	
}
	
	
}





.count { font-size: 2rem;     margin-top: 2.5rem; float:left;     margin-right: 0.5rem;}
.social .panel { color:#fff;  }
.panel-body h6{
	font-size:0.8rem;
}
.kutular {
	background-color: #e7e7e7;
    border-radius: 15px;
	padding: 2%;
}
.kutular1 {
	background-color: #e7e7e7;
    border-radius: 15px;
	    margin-top: 1%;
    padding: 2%;
}
.ikonlar:hover {
	z-index:2;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);  
    -moz-transform: scale(1.1);
    transform: scale(1.1);

}
.cool_facts_area {
    position: relative;
    z-index: auto;
   background: linear-gradient(to top, #e4a73b, #e76c2e);
    padding: 80px 0 80px 0;
}


.cool_facts_area:after {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    content: ''
}

.cool-facts-content > i {
    color: #ffffff;
    font-size: 36px;
}

.counter-area {
    min-width: 100px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.counter-area > h3 {
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
}


.packets h3 {
    color: #5b32b4;
    display: inline-block;
    border-bottom: 1px solid black;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 40px;
}
* {
    margin: 0;
    padding: 0;
}


#scrollUp {
    bottom: 0;
    font-size: 24px;
    right: 30px;
    width: 50px;
    background-color: #fb397d;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
}



/* --------------------------
:: 10.0 Testimonials Area CSS
-------------------------- */

.clients-feedback-area .client-name > h5 {
    color: #5b32b4;
    font-size: 22px;
    margin-top: 5px;
}

.clients-feedback-area .star-icon > i {
    font-size: 18px;
    color: #f1b922;
}

.clients-feedback-area .client-description > p {
    max-width: 1010px;
    margin: auto;
    margin-bottom: 15px;
    font-size: 22px;
}

.clients-feedback-area .client > i {
    font-size: 48px;
    color: #897ceb;
    margin-bottom: 30px;
}

.clients-feedback-area .client-name > p {
    color: #b5aec4;
}

.clients-feedback-area .slick-dots {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clients-feedback-area .slick-dots li button {
    width: 12px;
    height: 12px;
    text-indent: -999999999999999999999999px;
    border: 3px solid #a49fba;
    background-color: #fff;
    border-radius: 50%;
    margin: 5.5px;
    outline: none;
}

.clients-feedback-area .slick-dots li.slick-active button {
    background-color: #fb397d;
    border-color: #fb397d;
}

.clients-feedback-area .slick-slide.client-thumbnail {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 129px;
}


.clients-feedback-area .slick-slide img {
    display: block;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.clients-feedback-area .slick-slide.slick-current img {
    width: 100px !important;
    height: 100px !important;
}

.clients-feedback-area .slick-arrow {
    position: absolute;
    width: 30px;
    background-color: #fff;
    height: 100%;
    text-align: center;
    font-size: 24px;
    color: #b5aec4;
    display: block;
    line-height: 550%;
    left: 0;
    z-index: 90;
    cursor: pointer;
}

.clients-feedback-area .slick-arrow.fa-angle-right {
    left: auto;
    right: 0;
    top: 0;
}


@media only screen and (max-width: 600px) {
  .text-position0 {
   display:none;
}
}
@media only screen and (max-width: 600px) {
  .text-position-1 h1 {
   font-size:3rem;
}
.icon {
    max-width: 51px !important;
}
}
strong label{
    color:#5b32b4;
}@media only screen and (max-width: 768px) {
    .buy {
        margin-top: 60px;
        margin-bottom: 50px;
    }
    .buy-title{
        height: 100px;
    }
    .buy-title h1{
        font-size: 30px;
    }
    .paketler{
        margin-top: 10px;
    }
    .paketler-title{
        text-align: center;
        height: 100px;
    }
    .paketler-title h1{
        font-size: 25px;
    }
    .paketler h3{
        font-size: 30px;
    }
}
.buy{
    margin-top: 50px;
    margin-bottom: 150px;
}
.buy-title{
    margin-bottom: 50px;
    height: 200px;
    background:  #936DDD;
    display: flex;
    justify-content: center;
    align-items: center;
}
.buy-title h1{
    text-transform: uppercase;
    color: white;
    
}

.btn-buy{
    background: #5b32b4;
    color: white;
    text-transform: uppercase;
}