/*
Theme Name: Genel - Sohbet Teması
Theme URI: http://1001renk.com/
Description: Bu tema / 1001renk.com Ürünüdür.
Author:  Utku & AspavA - Photoshop / Css / HTML5
License: GNU General Public License
License URI: license.txt
Tags: Genel teması
*/
/* AspavA */

::-webkit-scrollbar {
    width: 1px;
    background-color: #eaeaea;
    border-left: 0px solid #0f3b77;
}
::-webkit-scrollbar-thumb {
    background-color: #0f3b77;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #212121;
}

@media (min-width: 1200px) {
  .container {
    width: 1275px;
  }
}

p {font-family: 'Poppins', sans-serif !important;}
h1,h2,h3,h4,h5 {font-family: 'Poppins', sans-serif !important;}
a {font-family: 'Poppins', sans-serif !important;}
span {font-family: 'Poppins', sans-serif  !important;}
strong {font-family: 'Poppins', sans-serif  !important; font-weight: 600;}
b {font-family: 'Poppins', sans-serif  !important; font-style: normal;}
span {font-family: 'Poppins', sans-serif  !important; font-style: normal;}
em {font-family: 'Poppins', sans-serif  !important; font-style: normal;}
li {font-family: 'Poppins', sans-serif  !important;}
ul {font-family: 'Poppins', sans-serif  !important; list-style-type: none !important; }
i {font-family: 'Poppins', sans-serif  !important; font-style: normal;}
.btn {font-family: 'Poppins', sans-serif  !important; font-style: normal;}

.header {background-image: linear-gradient(-60deg, #fff 50%, #003680 30%); height: 100vh; width: 100%; padding: 0px; z-index: 999; }
#sohbet {width: 100%; height: 100vh;}
#genel {width: 100%; height: 100vh;}

.btn-app-store{
    background: rgba(0, 0, 0, 0.3);
	color: white;
	position: relative;
	height: 55px;
	padding-left:35px;
	padding-right: 20px;transition: all 0.5s ease;
    position: absolute; position: relative; z-index: 999;
    font-size: 16px !important
}
.btn-app-store:hover {background: #fff; color: #032c64;transition: all 0.5s ease;}
.btn-app-store i{
	font-size: 28px;
	position: absolute;
	left: 5px;
    margin-top: 5px;
}
.btn-app-store .small{
	display: block;
	font-size: 14px;
	line-height: 12px;
	margin-bottom: 2px;
    margin-top: 5px;
}
.btn-app-store .big{
	display: block;
	text-align: left;
	font-size: 21px;
	line-height: 21px;
    font-weight: 500;
}
.btn {font-weight: 500;}




section {
	position: absolute;
    top: 0px;
	width: 100%;
	height: 100vh;
	background: #000;
	overflow: hidden;
	animation: bgColor 20s linear infinite;
    z-index: 100;
}
.bgPulse {
	width: 100%;
	height: 400px;
}
.bgPulse span {
	position: absolute;
	width: 90px;
	height: 90px;
    border-radius: 150px;
    border: 5px solid #efdc0c;
	background: rgba(0, 0, 0, 0.02);
}
.bgPulse span:nth-child(3n+1) {
	background: transparent;
	border: 5px solid #fff;
}
.bgPulse span:nth-child(1) {
	top: 10%;
	left: 2%;
	animation: animate 10s linear infinite;
    border: 5px solid #ffffff;
}
.bgPulse span:nth-child(2) {
	top: 25%;
	left: 15%;
	animation: animate 12s linear infinite;
    border: 5px solid #fff;
}
.bgPulse span:nth-child(3) {
	top: 60%;
	left: 55%;
	animation: animate 15s linear infinite;
    border: 5px solid #00ff21;
}
.bgPulse span:nth-child(4) {
	top: 50%;
	left: 70%;
	animation: animate 6s linear infinite;
}
.bgPulse span:nth-child(5) {
	top: 50%;
	left: 30%;
	animation: animate 9s linear infinite;
}
.bgPulse span:nth-child(6) {
	top: 80%;
	left: 85%;
	animation: animate 8s linear infinite;
    border: 5px solid #830656;
}
.bgPulse span:nth-child(7) {
	top: 80%;
	left: 5%;
	animation: animate 5s linear infinite;
}
.bgPulse span:nth-child(8) {
	top: 80%;
	left: 20%;
	animation: animate 14s linear infinite;
    border: 5px solid #c91212;
}
.bgPulse span:nth-child(9) {
	top: 15%;
	left: 35%;
	animation: animate 11s linear infinite;
}
.bgPulse span:nth-child(10) {
	top: 25%;
	left: 90%;
	animation: animate 10s linear infinite;
}
.bgPulse span:nth-child(11) {
	top: 15%;
	left: 60%;
    animation: animate 13s linear infinite;
    border: 5px solid #00ff21;
}
.bgPulse span:nth-child(12) {
	top: 25%;
	left: 85%;
    animation: animate 12s linear infinite;
    border: 5px solid #000;
}
.bgPulse span:nth-child(13) {
	top: 35%;
	left: 70%;
    animation: animate 9s linear infinite;
    border: 5px solid #8e07a2;
}
.bgPulse span:nth-child(14) {
	top: 45%;
	left: 45%;
    animation: animate 6s linear infinite;
    border: 5px solid #000;
}
.bgPulse span:nth-child(15) {
	top: 85%;
	left: 60%;
    animation: animate 15s linear infinite;
    border: 5px solid #a33e04;
}
.bgPulse span:nth-child(16) {
	top: 55%;
	left: 10%;
    animation: animate 12s linear infinite;
    border: 5px solid #fff;
}



@keyframes animate {
	0% {
		transform: scale(0) translateY(0) rotate(0deg);
		opacity: 1;
	}
	100% {
		transform: scale(1) translateY(-100px) rotate(360deg);
		opacity: 0;
	}
}

@keyframes bgColor {
	0% {
		background: rgba(255, 255, 255, 0.00);
	}
	25% {
		background: rgba(255, 255, 255, 0.00);
	}
	50% {
		background: rgba(255, 255, 255, 0.00);
	}
	75% {
		background: rgba(255, 255, 255, 0.00);
	}
	100% {
		background: rgba(255, 255, 255, 0.00);
	}
}




.card-container.card {
    max-width: 350px;
    padding: 40px 40px; 
    position: absolute; position: relative; z-index: 999;
}

.btn {
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.card {
    background-color: none;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 70px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.5s ease;
    position: absolute; position: relative; z-index: 999;
    color: #fff;
    transition: all 0.5s ease;
}

.card:hover>.profile-img-card {border: 2px solid #0f3b77;transition: all 0.5s ease;}

.profile-img-card {
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all 0.5s ease;
    padding: 5px;
    display: block;
}
.skarsila {padding: 0px;}
.skarsila span { color: #fff; text-align: center !important; display: block; font-size: 16px;}
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.form-bildiri {
    display: block;
    color: #fff;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif !important;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.asp {border: #fff;
    background: #fff;
    padding: 0px;
    width: 80px;
    height: 80px;
    border-radius: 150px !important;
    margin-top: -20px;
     position: relative; z-index: 999;
     transition: all 0.5s ease;
}

.asp1 {border: #fff;
    background: #fff;
    padding: 0px;
    width: 80px;
    height: 80px;
    border-radius: 150px !important;
    margin-top: -20px;
    transition: all 0.5s ease;
    position: relative; z-index: 999;
}
.asp i {font-size: 40px;}
.asp i.icon-user-1 {color: #032c64 !important; }
.asp1 i.icon-lock-open-alt-1 {color: #032c64 !important}
.form-control {
   font-family: 'Poppins', sans-serif !important;         
    font-weight: 500;
  display: block;
  width: 100%;
  height: 60px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff !important;
  border-radius: 0px 8px 8px 0px !important;
  text-align: center;
  transition: all 0.5s ease;margin-top: 11px; margin-left: -17px;
  position: relative; z-index: 100;
          
}


.form-control:hover {color: #000 !important; transition: all 0.5s ease; border-color: #fff !important}
.inputt1 i {color: #414141 !important}
.inputt2 i {color: #414141 !important}
.inputt2 i:hover>.icon-lock-5 {color: #dd7346 !important}
.form-control:focus {
  border-color: none !important;
  font-weight: 500;
  outline: 0;
  box-shadow: none !important;
  border-color: rgba(255, 255, 255, 0.00) !important;
  -webkit-box-shadow: none !important;
  color: #000 !important;
}

.input-group:hover>.asp {background: #efdc0c !important;transition: all 0.5s ease; }
.input-group:hover>.asp1 {background: #efdc0c !important;transition: all 0.5s ease; }
.form-control::-moz-placeholder {
  color: #000 !important;
  font-weight: 500;
  opacity: 1;
  box-shadow: none !important;
}
.form-control:-ms-input-placeholder {
  color: #000 !important;
  font-weight: 500;
  box-shadow: none !important;
}
.form-control::-webkit-input-placeholder {
  color: #000 !important;
  font-weight: 500;
  box-shadow: none !important;
}

.btn-sohbet {
  font-family: 'Poppins', sans-serif !important;
  color:#000  !important;
  background-image: linear-gradient(to right , #fff);
  border: none !important;
  padding: 16px 0px !important;
  font-size: 16px !important;
  font-weight: 500;
  border-radius: 8px !important;
  transition: all 0.5s ease;
  text-align: center !important;
  text-overflow: ellipsis !important;  
white-space: nowrap !important; 
width: 100%; 
margin-top: 5px;
}

.btn-sohbet i {position: absolute; left: 3px; top: 9px;transition: all 0.5s ease;}
.btn-sohbet:hover {color: #fff !important; transition: all 0.5s ease; background-image: linear-gradient(to right , #fdb301 , #C00 , #000 ) !important; border: none !important;}
.gplay11 {background: #000 !important; color: #fff !important;font-family: 'Poppins', sans-serif !important; font-weight: 500 !important;}
.store {background: #c00 !important; color: #fff !important;font-family: 'Poppins', sans-serif !important; font-weight: 500 !important;}
.gmirc11 {background: #fdb301 !important; color: #fff !important;font-family: 'Poppins', sans-serif !important; font-weight: 500 !important; text-decoration: none !important;}

.btn-app-store:hover {background: #032c64 !important; color: #fff !important;transition: all 0.5s ease;}


.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}



#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 500px;
    margin-right: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #0f3b77;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: #0f3b77;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #0f3b77;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: #032c64;
}

#menu-toggle {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
 font-weight: 500; border-radius: 150px; background: none; border: 3px solid #032c64; width: 100px; height: 100px; padding: 30px 20px; color: #032c64 !important; margin-right: -20px; margin-top: -20px;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}



.genel {background-image: linear-gradient(60deg, #003680 50%, #fff 30%); height: 100vh; width: 100%; padding: 0px; z-index: 999; }
.karsilama {position: relative; z-index: 999; color: #000 !important; margin-top: 150px; padding: 45px 50px 0px 115px; font-size: 16px !important; }
.karsilama h3 {font-size: 16px !important; text-align: center;}
.karsilama h2 {font-size: 18px !important; text-align: center;}

/*1280 ve 1097 ekran arası media özelliği yani büyüteç 175%*/

@media screen and (min-width:1097px) and (max-width:1279px) {
    .karsilama {margin-top: 110px !important;transition: all 0.5s ease;}
.karsilama h3 {font-size: 12px !important;transition: all 0.5s ease;}
.karsilama h2 {font-size: 14px !important;transition: all 0.5s ease;}

.btn-app-store{
    background: rgba(0, 0, 0, 0.3);
	color: #fff;
	position: relative;
	height: 35px;
	padding-left:25px;
	padding-right: 20px;
    transition: all 0.5s ease;
    position: absolute; position: relative; z-index: 999;
    font-size: 10px !important;line-height: 70% !important;
}
.btn-app-store:hover {background: #fff; color: #032c64;transition: all 0.5s ease;}
.btn-app-store i{
	font-size: 20px !important;
	position: absolute;
	left: 0px;
    margin-top: 0px;
}
.btn-app-store .small{
	display: block;
	font-size: 10px !important;
	margin-bottom: 2px;
    margin-top: 0px;line-height: 120% !important;
}
.btn-app-store .big{
	display: block;
	text-align: left;
	font-size: 10px !important;
	line-height: 21px;
    font-weight: 500;
}
.btn {font-weight: 500;}

.card {margin-top: 30px !important;transition: all 0.5s ease;}

.form-control {
  font-family: 'Poppins', sans-serif !important;         
  font-weight: 500;
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 12px;
  font-size: 14px !important;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff !important;
  border-radius: 0px 8px 8px 0px !important;
  text-align: center;
  transition: all 0.5s ease;margin-top: 11px; margin-left: -17px;
  position: relative; z-index: 100;
          
}

.form-control:hover {color: #000 !important; transition: all 0.5s ease; border-color: #fff !important}
.inputt1 i {color: #414141 !important}
.inputt2 i {color: #414141 !important}
.inputt2 i:hover>.icon-lock-5 {color: #dd7346 !important}

.form-control:focus {
  border-color: none !important;
  font-weight: 500;
  outline: 0;
  box-shadow: none !important;
  border-color: rgba(255, 255, 255, 0.00) !important;
  -webkit-box-shadow: none !important;
  color: #000 !important;
}

.input-group:hover>.asp {background: #efdc0c !important;transition: all 0.5s ease; }
.input-group:hover>.asp1 {background: #efdc0c !important;transition: all 0.5s ease; }
.form-control::-moz-placeholder {
  color: #000 !important;
  font-weight: 500;
  opacity: 1;
  box-shadow: none !important;
}
.form-control:-ms-input-placeholder {
  color: #000 !important;
  font-weight: 500;
  box-shadow: none !important;
}
.form-control::-webkit-input-placeholder {
  color: #000 !important;
  font-weight: 500;
  box-shadow: none !important;
}


.btn-sohbet {
  font-family: 'Poppins', sans-serif !important;
  color:#000  !important;
  background-color: #fff;
  border-color: #fff;
  padding: 10px 0px !important;
  font-size: 16px !important;
  font-weight: 500;
  border-radius: 8px !important;
  transition: all 0.5s ease;
  text-align: center !important;
  text-overflow: ellipsis !important;  
white-space: nowrap !important; 
width: 100%; 
margin-top: 5px;
}


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.asp {border: #fff;
    background: #fff;
    padding: 0px;
    width: 60px;
    height: 60px;
    border-radius: 150px !important;
    margin-top: -20px;
     position: relative; z-index: 999;
     transition: all 0.5s ease;
}

.asp1 {border: #fff;
    background: #fff;
    padding: 0px;
    width: 60px;
    height: 60px;
    border-radius: 150px !important;
    margin-top: -20px;
    transition: all 0.5s ease;
    position: relative; z-index: 999;
}
.asp i {font-size: 40px;}
.asp i.icon-user-1 {color: #032c64 !important; }
.asp1 i.icon-lock-open-alt-1 {color: #032c64 !important}

#menu-toggle {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
 font-weight: 500; border-radius: 150px; background: none; border: 3px solid #032c64; width: 70px; height: 70px; padding: 20px 0px; color: #032c64 !important; margin-right: -10px; margin-top: -20px;
    
}

}


/*1280 ve 1097 ekran arası media özelliği yani büyüteç 175% bitiş*/



/*1920 ve 1745 ekran arası media özelliği yani büyüteç 100% bitiş*/

@media screen and (min-width:1745px) and (max-width:1920px) {
 .card {margin-top: 180px !important;transition: all 0.5s ease;}
 .karsilama {margin-top: 280px !important;transition: all 0.5s ease; padding: 44px 0px 0px 100px !important;}
.karsilama h2 {text-align: center !important;}
.karsilama h3 {text-align: center !important;}
}


@media screen and (min-width:768px) and (max-width:1024px) {
.header {background-image: linear-gradient(-53deg, #fff 50%, #003680 30%); height: 100vh; width: 100%; padding: 0px; z-index: 999; }
.card {width: 60% !important; float: left;}
.karsilama h2 {display: none !important;}
.karsilama h3 {display: none !important;}
.karsilama {width: 40% !important; float: left; padding: 0px; margin-top: 150px !important;}
.karsila {width: 100% !important;}
.gplay {width: 100% !important; display: block; margin-top: 100px;}
.gplay1 {width: 100% !important; display: block; margin-top: 0px;}
.gmirc {width: 100% !important; display: block; margin-top: 0px;}
.btn-app-store{
    background: rgba(0, 0, 0, 0.53);
	color: #fff;
}
}

@media screen and (min-width:360px) and (max-width:640px) {
.header {background-image: linear-gradient(0deg, #fff 10%, #003680 30%); height: 100vh; width: 100%; padding: 0px; z-index: 999; }
.card {margin-top: 40px !important; padding:15px !important;}
.karsilama {margin-top: -40px !important; width: 100% !important; padding: 5px;}
.karsilama h2 {display: none !important;}
.karsilama h3 {display: none !important;}
.gplay {width: 100% !important; display: block; float: left !important;}
.gplay1 {width: 100% !important; display: block; float: left !important;}
#menu-toggle {
color: #fff !important; border-color: #fff !important;
}

}


