@font-face {
  font-family: "Muli-Regular";
  src: url("../fonts/muli/Muli-Regular.ttf"); }
@font-face {
  font-family: "Muli-SemiBold";
  src: url("../fonts/muli/Muli-SemiBold.ttf"); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input, textarea, select, button {
  font-family: "Muli-Regular"; }

p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0; }

img {
  max-width: 100%; }

ul {
  padding-left: 0;
  margin-bottom: 0; }

a {
  text-decoration: none; }

:focus {
  outline: none; }

.wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F7FD;

}

.inner {
  position: relative;
  width: 435px; }

.image-1 {
  position: absolute;
  bottom: -12px;
  left: -191px;
  z-index: 99; }

.image-2 {
  position: absolute;
  bottom: 0;
  right: -129px; }

form {
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 77px 61px 66px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }

h3 {
  text-transform: uppercase;
  font-size: 25px;
  font-family: "Muli-SemiBold";
  color: #333;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 33px; }
    h3::before {
        content: '';
        position: relative;
        width: 18px;
        height: 1px;
        display: inline-block;
        vertical-align: middle;
        background-color: #9c9c9c;
        margin-right:4px;
    }
    h3::after {
        content: '';
        position: relative;
        width: 18px;
        height: 1px;
        display: inline-block;
        vertical-align: middle;
        background-color: #9c9c9c;
        margin-left:4px;
    }

.form-holder {
  position: relative;
  margin-bottom: 21px; }
  .form-holder span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #333; }
    
    .form-holder span.lnr-lock {
      left: 2px; }

.form-control {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  width: 100%;
  height: 38px;
  background: none;
  padding: 3px 42px 0px;
  color: #666;
  font-family: "Muli-SemiBold";
  font-size: 16px; }
  .form-control::-webkit-input-placeholder {
    font-size: 14px;
    font-family: "Muli-Regular";
    color: #999;
    transform: translateY(1px); }
  .form-control::-moz-placeholder {
    font-size: 14px;
    font-family: "Muli-Regular";
    color: #999;
    transform: translateY(1px); }
  .form-control:-ms-input-placeholder {
    font-size: 14px;
    font-family: "Muli-Regular";
    color: #999;
    transform: translateY(1px); }
  .form-control:-moz-placeholder {
    font-size: 14px;
    font-family: "Muli-Regular";
    color: #999;
    transform: translateY(1px); }
  .form-control:focus {
    border-bottom: 1px solid #accffe; }
.inner .Register-action {
  text-align: center;
}
.inner .Register-action a{
  
	color: #f0fafb;
	background-color: #99ccff;
}

@media (max-width: 991px) {
  .inner {
    width: 400px;
    left: 4%; } }
@media (max-width: 767px) {
    .inner {
        width: 100%;
        left: 0;
    }

    .image-1, .image-2 {
        display: none;
    }
}




/*Burası ödeme sayfası için özel yazıldı*/
.wrapper-checkout {
    min-height: 100vh;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-direction:row;
    background: #F4F7FD;
   
}

.inner-checkout {
    position: relative;
    width:800px;
   
}

.form-checkout {
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 77px 61px 66px;
    background: #fff;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.form-holder-checkout {
    position: relative;
    margin: 21px;
    width:40%;
}

    .form-holder-checkout span {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 15px;
        color: #333;
    }
.form-holder-checkout .lnr-right {
    position: absolute;
    left:280px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #333;
}
    .form-holder-checkout .lnr-right-text {
        position: absolute;
        left: 280px;
        top: -80%;
        transform: translateY(-50%);
        font-size: 15px;
        color: #333;
        width:120px;
        border:1px solid black;
        padding:6px;
        border-radius:4px 4px 4px 0px ;
        background-color:white;
        z-index:99;
        display:none;
    }
    @media only screen and (max-width:1024px) {
        .form-holder-checkout .lnr-right {
       
        left: 240px;
        
       
    }
        .form-holder-checkout .lnr-right-text {
            position: absolute;
            left: 200px;
            top: -80%;
            transform: translateY(-50%);
            font-size: 15px;
            color: #333;
            width: 120px;
            border: 1px solid black;
            padding: 6px;
            border-radius: 4px 4px 4px 0px;
            background-color: white;
            z-index: 99;
            display: none;
        }
}
@media only screen and (max-width:576px) {
    .form-holder-checkout .lnr-right {
        left: 180px;
    }
    .form-holder-checkout .lnr-right-text {
        position: absolute;
        left: 160px;
        top: -80%;
        transform: translateY(-50%);
        font-size: 15px;
        color: #333;
        width: 120px;
        border: 1px solid black;
        padding: 6px;
        border-radius: 4px 4px 4px 0px;
        background-color: white;
        z-index: 99;
        display: none;
    }
}
@media only screen and (max-width:420px) {
    .form-holder-checkout .lnr-right {
        left: 280px;
    }
}
        .form-holder-checkout span.lnr-lock {
            left: 2px;
        }

.form-control-checkout {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    width: 100%;
    height: 38px;
    background: none;
    padding: 3px 42px ;
    color: #666;
    font-family: "Muli-SemiBold";
    font-size: 16px;
}

    .form-control-checkout::-webkit-input-placeholder {
        font-size: 14px;
        font-family: "Muli-Regular";
        color: #999;
        transform: translateY(1px);
    }

    .form-control-checkout::-moz-placeholder {
        font-size: 14px;
        font-family: "Muli-Regular";
        color: #999;
        transform: translateY(1px);
    }

    .form-control-checkout:-ms-input-placeholder {
        font-size: 14px;
        font-family: "Muli-Regular";
        color: #999;
        transform: translateY(1px);
    }

    .form-control-checkout:-moz-placeholder {
        font-size: 14px;
        font-family: "Muli-Regular";
        color: #999;
        transform: translateY(1px);
    }

    .form-control-checkout:focus {
        border-bottom: 1px solid #accffe;
    }
#billing-adress {
    width: 100%;
    position: relative;
    z-index: 9;
   
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
}
#billing-check-row{
    width:100%;
    margin-bottom:1rem;
    display:flex;
    flex-direction:row;
}
    #billing-check-row p{
        margin-left:0.5rem;
    }

 

#uyelik-sozlesmesi {
    background: rgba(0,0,0,.4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
    overflow-y: scroll;
}


#uyelik-sozlesmesi .helper {
    display: inline-block;
    height: 60%;
    vertical-align: middle;
}

    #uyelik-sozlesmesi > div {
        background-color: #fff;
        box-shadow: 10px 10px 60px #555;
        display: inline-block;
        height: auto;
        max-width: 851px;
        min-height: 100px;
        vertical-align: middle;
        width: 80%;
        position: relative;
        border-radius: 8px;
        padding: 15px 5%;
        margin: 2rem;
    }
#kvkk-metni {
    background: rgba(0,0,0,.4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
    overflow-y: scroll;
}
#kvkk-metni .helper {
    display: inline-block;
    height: 60%;
    vertical-align: middle;
}

#kvkk-metni > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 851px;
    min-height: 100px;
    vertical-align: middle;
    width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    margin: 2rem;
}

.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

    .popupCloseButton:hover {
        background-color: #ccc;
    }

.pop-up-uyelik-sozlesmesi {
    cursor: pointer;
    font-size: 20px;
    margin: 4px;
    display: inline-block;
    font-weight: bold;
}
.pop-up-kvkk {
    cursor: pointer;
    font-size: 20px;
    margin: 8px;
    display: inline-block;
    font-weight: bold;
}
.payment-info {
    width: 30%;
   margin-left:10px;
    background-color:#0F15A2;
    height: 300px;
    padding:40px 10px;
    text-transform: uppercase;
    margin-top:62px;
    color:white;
    border-radius:8px;
    transition:all 0.3s;
}
    .payment-info:hover {
        background-color: #0F15b2;
        height: 320px;
        padding: 50px 20px;
    }

    
    @media only screen and (max-width:768px) {
        .inner-checkout {
        position: relative;
        width: 700px;
    }
    .form-checkout {
        padding: 15px 10px 14px;
    }
    .form-holder-checkout {
        position: relative;
        margin: 14px;
        width: 40%;
    }
    .payment-info {
        width: 100%;
        position: fixed;
        bottom: -20px;
        background-color: #0F15A2;
        z-index: 99;
        border: 1px solid black;
        margin: 1rem;
        height: auto;
    }
}
@media only screen and (max-width:576px){
    .payment-info {
        width: 100%;
        position: fixed;
        bottom: -20px;
        background-color: #0F15A2;
        z-index: 99;
        border: 1px solid black;
        margin: 1rem;
        height: auto;
    }
}
@media only screen and (max-width:420px){
    .form-holder-checkout {
        position: relative;
        margin: 14px;
        width: 100%;
    }
}


/*Complete Payment Sayfası*/
.container-payment{
    width:100%;
    max-width:1366px;
    margin:auto;
    display:flex;
    flex-direction:row;
}
.container-checkAgreement{
    display:flex;
    flex-direction:column;
    width:70%;
}
.row-agreement{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
}
.adress-info {
    display: flex;
    flex-direction: column;
    width:30%;
}
.complete-payment-info {
    width: 100%;
    background-color: #0F15A2;
    height: 300px;
    padding: 40px 10px;
    text-transform: uppercase;
    margin-top: 62px;
    color: white;
    border-radius: 8px;
    transition: all 0.3s;
}
    .complete-payment-info:hover {
        background-color: #0F15b2;
        height: 320px;
        padding: 50px 20px;
    }



.iyzico-payment-form{
    
    z-index:-1;
    padding:20px 0;
    margin:20px 0;
    
    
}

.agreement-error {
    text-align: center;
}
@media only screen and (max-width:768px) {

    .adress-info {
        display: flex;
        flex-direction: row;
        width: 100%;
        position: fixed;
        bottom: -20px;
        z-index:99;
       
      
    }
    .container-checkAgreement {
        display: flex;
        flex-direction: column;
        width: 100%;
        
        
    }
  
}


/*Payment Succesfull*/
.payment {
    border: 1px solid #f2f2f2;
    height: 280px;
    border-radius: 20px;
    background: #fff;
    margin-bottom:2rem;
}

.payment_header {
    background: #0F15A2;
    padding: 20px;
    border-radius: 20px 20px 0px 0px;
}

.check {
    margin: 0px auto;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
}

    .check i {
        vertical-align: middle;
        line-height: 50px;
        font-size: 30px;
    }

.content {
    text-align: center;
}

    .content h1 {
        font-size: 25px;
        padding-top: 25px;
    }

    .content a {
        width: 200px;
        height: 35px;
        color: #fff;
        border-radius: 30px;
        padding: 5px 10px;
        background: rgba(255,102,0,1);
        transition: all ease-in-out 0.3s;
    }

        .content a:hover {
            text-decoration: none;
            background: #000;
        }

/*Activity Detail sayfası*/

#btn-act-detail{
    padding:10px 40px;
    border:1px solid black;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
#btn-act-detail:hover {
   background-color:green;
   border:none;
   color:white;
}

/*CreateActivity Page*/



 #imgClue {
    position: absolute;
    left: 280px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #333;
    
}

#imgClueText {
    position: absolute;
    left: 300px;
    top: -80%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #333;
    width: 120px;
    border: 1px solid black;
    padding: 6px;
    border-radius: 4px 4px 4px 0px;
    background-color: white;
    z-index: 99;
    display:none;
}

@media only screen and (max-width:1024px) {
    #imgClue {
        left: 280px;
    }

    #imgCluetext {
        position: absolute;
        left: 300px;
        top: -80%;
        transform: translateY(-50%);
        font-size: 15px;
        color: #333;
        width: 120px;
        border: 1px solid black;
        padding: 6px;
        border-radius: 4px 4px 4px 0px;
        background-color: white;
        z-index: 99;
        display: none;
    }
}

@media only screen and (max-width:576px) {
    #imgClue {
        left: 180px;
    }

    #imgClueText {
        position: absolute;
        left: 160px;
        top: -80%;
        transform: translateY(-50%);
        font-size: 15px;
        color: #333;
        width: 120px;
        border: 1px solid black;
        padding: 6px;
        border-radius: 4px 4px 4px 0px;
        background-color: white;
        z-index: 99;
        display: none;
    }
}

@media only screen and (max-width:420px) {
    #imgClue {
        left: 200px;
    }
    #imgClueText {
        
        left: 100px;
        
       
        display: none;
    }
}