/* ========================================================
	Chic Classic - Bootstrap Forms
===========================================================
    ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â DEFAULTS
    ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â LABEL
	ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â INPUT
	ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â CHECKBOX 
    ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â RADIO
	ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â BUTTON
======================================================== */


/* ============ DEFAULTS =========== */

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #333;
    height: 100%;
    background: #4CB8C4;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3CD3AD, #4CB8C4);  /* Chrome 10-25, Safari 5.1-6 */
    /* background: url('https://i.pinimg.com/originals/1a/af/e8/1aafe844797fafb2ba2e26812501467b.gif?v=1'); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-color: #5342B2;
    background-size: 100% 100%;
    background-attachment: fixed;
    animation: marquee 30s infinite linear;
}


@keyframes marquee {
  0% {
    background-position: 0;
  }

  100% {
    background-position: -1190px;
  }
}

.panel {
    position: relative;
    width: 40%;
    z-index: 99;
    margin: 21px auto auto;
    padding: 30px;
    background: #ffffff !important;
    box-shadow: 0px 22px 44px 0px rgba(0, 0, 0, 0.3);
    /* border-radius: 62px 2px 62px 2px; */
}


.panel span {
    color:#fff !important;    
}


.panel a {
    color:#fff !important;    
}


.joinpic{
    /* background-color: #bed7f2; */
    padding: 15px;
    display: block;
    margin-right: -35px;
    margin-top: 29px;
    position: relative;
    height: 83%;
}
.circle2 {
	height: 320px;
	width: 320px;
	display: block;
	position: absolute;
	left: 253px;
	right: 0;
	top: 34%;
	border-radius: 50%;
	/* background: linear-gradient(45deg, #d0434178, #363eaa59); */
	z-index: 10;
	/* background: linear-gradient(360deg, #18253d, #004e8d, #0082c8, #18333d, #18193d, rgba(51, 176, 170, 0.5) 100%), #004685; */ 0.5) 100%), #004685;
	margin:  auto;
	/* box-shadow: 0px -20px 20px rgba(37,13,18, 0.7); */
}
.circle_d2 {
	background: url(../images/circle_d.png) no-repeat 50% 50%;
	background-size: contain;
	height: 278px;
	filter: sepia(34) grayscale(17);
	width: 278px;
	margin: 21px;
	position: absolute;
	z-index: 13;
	animation-name: rotateBack;
	animation-duration: 25s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.circle_m2 {
	background: url(../images/circle_m.png) no-repeat 50% 50%;
	background-size: contain;
	height: 253px;
	filter: hue-rotate(173deg);
	width: 253px;
	margin: 33px;
	position: absolute;
	z-index: 17;
	animation-name: rotate;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.bit2 {
	background: url(../images/bit_pic.png?v=1) no-repeat 50% 50%;
	background-size: contain;
	height: 196px;
	width: 196px;
	margin: 61px;
	position: absolute;
	border-radius: 50%;
	box-shadow: 0px 20px 20px #000;
	z-index: 34;
	/* -webkit-animation: flash 16s linear 0s infinite; */
	-moz-animation: flash 16s linear 0s infinite;
	-ms-animation: flash 16s linear 0s infinite;
	-o-animation: flash 16s linear 0s infinite;
	/* animation: flash 16s linear 0s infinite; */
	cursor: pointer;
}
@keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes rotateBack { from { transform: rotate(360deg); } to { transform: rotate(0deg); } }




.joinpic img{
    position: absolute;
    /* background-color: #a1c5f0; */
    padding: 0px;
    right: -34px;
    border-radius: 5px;
    width: 93%;
    box-shadow: 0px 22px 44px 0px rgb(0 0 0 / 72%);
}
select{
    position: relative;
    z-index: 2;
    margin-bottom: 23px !important;
    height: auto !important;
    width: 100%;
    display: block;
    padding: 10px 0 !Important;
    border: solid 1px #c6c6c6;
    will-change: background-position;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    border-radius: 3px !important;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #5F47B6 96%);
    background-position: -1920px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

.top {
    margin-top: 45px;
}

h1 {
    font-size: 37px;
    font-weight: bold;
    line-height: 35px;
    line-height: 300%;
    color: #000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

h2 {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.h3,
h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    /* opacity: 0.2; */
}

.form-bg {
    position: absolute;
    height: 217px;
    width: 205px;
    background-size: contain;
    top: -60px;
    right: -125px;
    z-index: 0;
    float: right;
}

.bot-text {
    color: #ebe8f6;
    padding: 10px 0 0 0;
    text-align: center;
}

.page-header {
    min-height: 70vh;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.getspon{
    font-size: 15px;
}
/* ============ LABEL =========== */

label {
    color: #000;
    font-size: 13px;
    margin-bottom: 5px !important;
    font-weight: 600;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    /* margin: 30px 0 30px; */
    display: inline-block;
}

.floating-label {
    /* -webkit-transform: translateY(-38px); */
    /* transform: translateY(-38px); */
    /* position: absolute; */
    margin-bottom: 0px;
}

.label-active {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    color: #062657;
}

.label-required:before {
    content: '*';
    color: #5F47B6;
    position: absolute;
    margin-left: -10px
}


/* ============ INPUT =========== */

select {
    position: relative;
    z-index: 2;
    margin-bottom: 23px;
    width: 100%;
    border-radius: 5px !important;
    box-shadow: 0px 0px 0px #9e9e9ea3;
    border: 0px;
    /* border-radius: 0px !important; */
    display: block;
    padding: 10px 0px 10px 10px;
    border-bottom: solid 2px #cdcdcd;
    will-change: background-position;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    border-radius: 3px;
    background: #0c3e4c !important;
    background-position: -1920px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
    border:0px !important;
}

#kitbox h6 {
	color:#fff !important;
}





input[type=email],
input[type=text],
input[type=datepicker],
input[type=password],
input[type=number] {
    position: relative;
    z-index: 2;
    margin-bottom: 23px;
    width: 100%;
    border-radius: 5px !important;
    display: block;
    border: solid 0px;
    padding: 10px 0px 10px 10px;
    border-bottom: solid 0px #c6c6c69e;
    box-shadow: 0px 0px 5px #9e9e9ea3;
    will-change: background-position;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    border-radius: 0px;
    background: #ffffff;
    background-position: -1920px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

textarea {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    width: 100%;
    display: block;
    border: none;
    padding: 10px 0;
    border-bottom: solid 1px #9B9B9B;
    will-change: background-position;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 98%, #5F47B6 98%);
    background-position: -1920px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

input[type=email].input-active,
input[type=email]:focus,
input[type=text].input-active,
input[type=text]:focus,
input[type=datepicker].input-active,
input[type=datepicker]:focus,
textarea.input-active,
textarea:focus,
input[type=password].input-active,
input[type=password]:focus,
input[type=number].input-active,
input[type=number]:focus {
    background-position: 0 0;
    box-shadow: none;
    outline: 0;
}

input[type=email].input-active,
input[type=email]:focus:after,
input[type=text].input-active,
input[type=text]:focus:after,
input[type=datepicker].input-active,
input[type=datepicker]:focus:after,
textarea.input-active,
textarea:focus:after,
input[type=password].input-active,
input[type=password]:focus:after,
input[type=number].input-active,
input[type=number]:focus:after {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    width: 100%;
    display: block;
    border: none;
    padding: 10px 10px;
    border-bottom: solid 2px #478eca;
    will-change: background-position;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    background: #07316200;
    background-position: -1920px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #052af6;
    font-size: 13px;
    font-weight: 400;
}

input[type=email]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=datepicker]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder {
    transition: all .2s cubic-bezier(.64, .09, .08, 1);
}

input[type=radio]:after,
input[type=radio]:before {
    content: '';
    position: absolute;
    transition: all .3s cubic-bezier(.64, .09, .08, 1)
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
    top: -2px;
    margin-left: -1px;
    margin: 5px 12px 5px 0px;
}

input[type=checkbox]:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #9b9b9b;
    border-radius: 3px;
    background: #f9f9f9;
    position: absolute;
    top: -2px;
    margin-left: -1px;
}

input[type=checkbox]:after {
    content:url(../images/check.png);
    color: #fff;
    background: #210003;
    position: absolute;
    top: -2px;
    margin-left: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #12024c;
    border-radius: 3px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.64, .09, .08, 1);
    will-change: opacity;
}

input[type=checkbox]:checked:after {
    opacity: 1
}

input[type=radio] {
    position: relative;
    top: 2px;
    left: 2px;
    margin: 0 8px;
    cursor: pointer
}

input[type=radio]:before {
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #5F47B6;
    display: inline-block;
    top: -5px;
    left: -8px;
    background-image: radial-gradient(circle, #5F47B6 60%, #fff 70%);
    background-size: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    will-change: background-size;
    z-index: 2
}

input[type=radio]:after {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%
}

input[type=radio]:checked:before {
    background-size: 14px 14px
}


/* ============ BUTTON =========== */

.chic-button {
    margin-top: 20px;
    padding: 10px 17px;
    width: fit-content;
    display: block;
    /* float: right; */
    margin: auto;
    background: #5F47B6;
    border-radius: 50px;
    color: #fff;
    background: #4CB8C4;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3CD3AD, #4CB8C4);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(45deg, #30bfff, #004363); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* border: 1px solid #ffffff00; */00; */
    font-weight: 400;
    /* width: 100%; */
}

.chic-button:hover {
    background-color: #2196F3;  
}

.signup{
	position:absolute;
	text-align:center;
	margin: auto;
	left: 0;
	top: 20%;
	right: 0;
}
.signup h3{
	font-size: 249px;
	color: white;
}
        
.clipboard {
   
background: linear-gradient(#ffeb3b, rgb(210 71 90)),   url(https://i.pinimg.com/originals/cc/e0/c7/cce0c7dâ€¦.jpg) center center no-repeat;
  
/*  below values are optional */
   
background-attachment:fixed;
   
background-size: cover;
   
-webkit-background-size: cover;
   
-moz-background-size: cover;
   
position: absolute;
   
top: 0px;
   
left: 0px;
   
/*     background: linear-gradient(
45deg
, #85f1ff, #4bafff); */
   
right: 0px;
   
bottom: 10px;
   
/* background-color: #d3d0c9; */
   
/* background-image: url(pics/pittsburgh.jpg); */
   
background-size: cover;
   
clip-path: ellipse(53% 40% at 50% 11%);
   
background-position: center center;
}
/* EN SON EKLENEN CSSLER */


/* ============ MODAL =========== */

.modal-body {
    position: relative;
    padding: 0px;
}

.modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    border: 1px solid transparent;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .0);
    */ box-shadow: 0 3px 9px rgba(0, 0, 0, .0);
    */
}

.modal-header {
    padding: 10px;
    border: none;
    display: block;
}

.modal-dialog {
    width: 360px;
    margin: 90px auto;
}

button.close {
    color: #fff;
    outline: none;
}

.close {
    color: #fff;
    opacity: 0.6;
}

.close:hover {
    color: #fff;
    opacity: 0.8;
}

.modal-header .close {
    margin-top: -35px;
}


@media screen and (max-width:500px){
	.panel{
		width:88%;
	}
  .circle2 {
	height: 320px;
	width: 320px;
	display: block;
	position: absolute;
	left: -5%;
	right: 0;
	top: -111%;
	border-radius: 50%;
	/* background: linear-gradient(45deg, #d0434178, #363eaa59); */
	z-index: 10;
	/* background: linear-gradient(360deg, #18253d, #004e8d, #0082c8, #18333d, #18193d, rgba(51, 176, 170, 0.5) 100%), #004685; */ 0.5) 100%), #004685;
	margin:  auto;
	/* box-shadow: 0px -20px 20px rgba(37,13,18, 0.7); */
}

    .joinpic{
    /* background-color: #bed7f2; */
    padding: 15px;
    display: block;
    margin-right: -30px;
    margin-top: 89px;
    position: relative;
    display: none;
}
.joinpic img{
    position: absolute;
    background-color: #a1c5f0;
    padding: 15px;
    right: 0%;
    top:-110px;
    width: 110.2%;
    height:auto;
}
}

@media screen and (min-width:240px) {
	select {
    position: relative;
    z-index: 2;
    margin-bottom: 23px;
    width: 100%;
    border-radius: 5px !important;
    box-shadow: 0px 0px 0px #9e9e9ea3;
    border: 0px;
    /* border-radius: 0px !important; */
    display: block;
    padding: 10px 0px 10px 10px;
    border-bottom: solid 2px #cdcdcd;
    will-change: background-position;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    border-radius: 3px;
    background: #0c3e4c !important;
    background-position: -1920px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
    border:0px !important;
}

#kitbox h6 {
    color: #fff !important;
}
}


@media screen and (min-width:700px) {

#kitbox h6 {
    color: #000 !important;
}
	select {
    position: relative;
    z-index: 2;
    margin-bottom: 23px;
    width: 100%;
    border-radius: 5px !important;
    box-shadow: 0px 0px 8px #9e9e9ea3 !important;
    border: 0px;
    /* border-radius: 0px !important; */
    display: block;
    padding: 10px 0px 10px 10px;
    border-bottom: solid 2px #cdcdcd;
    will-change: background-position;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    border-radius: 3px;
    background: #ffffff !important;
    background-position: -1920px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
    border:0px !important;
}
}