@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

html {
    height: 100%;
    background: #ffffff;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}

a:focus, a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }
  
.header {
    height: 100px;
    background-color: #000000;
}

.main {
   /* padding-left: 15px;*/
    padding-right: 15px;
    padding-bottom: 15px;
    background-size : cover;
    box-sizing: border-box;
}

._form .input-select,._form [type=checkbox],._form [type=checkbox]+span,._form [type=password],._form [type=radio],._form [type=radio]+span,._form [type=submit],.btn-reload,._form [type=text],._form [type=email],._form [type=number]{
    display:block;
    height:50px;
    line-height:50px;
    color:#333;
}
._form [type=checkbox]:checked+span:before,._form [type=radio]:checked+span:before{
    background:#fa00d9;
}
._form label.input-check [type=checkbox],._form label.input-check [type=radio]{
    margin-right:12.5px
}
._form [type=radio]+span:before{
    border-radius:50%
}
._form [type=checkbox],._form [type=radio]{
    display:none
}
._form [type=checkbox]+span:before,._form [type=radio]+span:before{
    position:relative;
    top:-1px;
    content:"";
    width:18px;
    height:18px;
    display:inline-block;
    vertical-align:middle;
    float:none;
    margin-right:12.5px;
    background:#ccc;
}
._form [type=checkbox],._form [type=checkbox]+span,._form [type=password],._form [type=radio],._form [type=radio]+span,._form [type=submit],.btn-reload,._form [type=text],._form [type=email],._form [type=number],._form fieldset,._form label,._form label input+span:before,._form legend,._form textarea{
    -webkit-transition-property:background-color,color,border;
    transition-property:background-color,color,border;
    -webkit-transition-duration:.3s;
    transition-duration:.3s;
    -webkit-transition-timing-function:ease;
    transition-timing-function:ease;
    -webkit-transition-delay:0s;
    transition-delay:0s
}
._form [type=checkbox]:checked,._form [type=checkbox]:checked+span,._form [type=radio]:checked,._form [type=radio]:checked+span{
    color:#333;
}

._form label:hover [type=checkbox]:not(:checked)+span:before,._form label:hover [type=radio]:not(:checked)+span:before, ._form select:before{
    background:#ebebeb
}
.footer {
    height: 50px;
    background-color: #8546b3;/*#4242D5;*/
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 12px;
}

.popover {
    width: 250px;
}

.popover-content {
    height: 345px;
    overflow: scroll;
}

.set-language {
    font-weight: bold;
    color: #8546b3;
    cursor: pointer;
}

.copyright {
    line-height: 50px;
}

.footer-menu {
    line-height: 50px;
    text-align: right;
}

.footer-menu ul {
    list-style: none;
}

.footer-menu li{
    float: left;
    margin-right: 5px;
}

.footer-menu a {
    height: 50px;
    line-height: 50px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
}

.footer-seperator {
    font-size:15px;
    color: #000;
    padding: 0 5px;
}

.content {
    width: 90%;
    height: 500px;
    overflow-y: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    background: rgba(0, 0, 0, .5);
    color:#070101 ;
    padding: 20px;
    text-align: justify;
}

.bg-none {
    background: none;
}


/* 01 Eylül 2020 */
.copyright a{
    height: 50px;
    line-height: 50px;
    color: #ffffff ;
    text-decoration: none;
    text-align: center;
}

.refDiv {
    border: 1px solid rgb(255, 255, 255, 0.3);
    text-align: center;
    margin: 15px;
    padding: 15px;

}

.refImg {
    width: 90%;
}

.refP {
    margin-bottom: initial;
    margin-top:10px;
    font-size: 14px;
}

#couForm {
    height: 600px;
}



.contact{
    align-self: center;

    border: 1px solid #555;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 20px;
    height: auto;
    color: #fff;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    width: 80%;
    margin:auto;
  }
  
  * {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}
html {
    background: #efe8e4;
}
._form {
    width: 60%;
    display: block;
    margin-bottom: 20px;
}
._form .input-select,
._form [type="checkbox"],
._form [type="checkbox"] + span,
._form [type="radio"],
._form [type="radio"] + span,
._form [type="submit"],
._form [type="text"] {
    display: block;
    line-height: 50px;
    color: rgb(0, 0, 0);
}
._form [type="submit"],
._form [type="text"] {
    padding: 0 12.5px;
}
._form [type="submit"] {
    background: #3a3939a9;
    margin-top: 25px;
    color: #fff;
    cursor: pointer;
}
._form textarea {
    padding: 12.5px;
    min-height: 100px;
    resize: vertical;
    color: rgb(241, 236, 236);
}

._form label.input-select select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-indent: 5px;
    position: relative;
    top: -2px;
    color: #000000;
    background: 0 0;
}
._form label.input-check,
._form label.input-select {
    cursor: pointer;
}
._form fieldset:not(:first-of-type) {
    margin-top: 33.33px;
}
._form legend {
    margin-bottom: 10px;
}
._form .input-select,
._form [type="text"],
._form textarea {
    border: 2px solid #636161;
}
._form [type="submit"] {
    border: 2px solid #050505a8;
}
._form .input-select,
._form .input-text,
._form [type="checkbox"] + span:before,
._form [type="submit"],
._form [type="text"],
._form textarea {
    border-radius: 20px;
}

._form .input-select,
._form [type="text"],
._form textarea {
    background: #f3f3f3f5;
}
._form [type="checkbox"],
._form [type="checkbox"] + span,
._form [type="radio"],
._form [type="radio"] + span,
._form [type="submit"],
._form [type="text"],
._form fieldset,
._form label,
._form label input + span:before,
._form legend,
._form textarea {
    -webkit-transition-property: background-color, color, border;
    transition-property: background-color, color, border;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
._form [type="submit"]:hover {
    background: #d600a8;
    border: 2px solid #383535;
}
._form .input-select:hover,
._form [type="text"]:hover,
._form textarea:hover {
    background: #ebebeb;
    border-color: #000000;
    color: #000;
}
._form .input-select:active,
._form [type="text"]:active,
._form textarea:active {
    background: #ebebeb;
    border-color: #080805;
    color: #000000;
}
._form .input-select:focus,
._form [type="text"]:focus,
._form textarea:focus {
    background: #fafafa;
    border-color: #50504d;
    color: #000000;
}

#form legend {
    color: #fa00d9;
}
h5{
    margin: auto;
    text-align: center;
    font-weight: 400;
    margin-top:0;
    color: #1f2123;
}

h1{

    margin:auto;
    text-align: center;
    color: #fa00d9;
}
#form {


    position: relative;
    background: rgb(49, 45, 49);
    max-width: 800px;
    margin:auto;
    padding: 25px;
    border-top: 10px solid #000000;
    border-bottom: 10px solid #000000;
    border-radius: 50px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    width: 100%;
}
#form * {
    font-size: 16px;
}
#form [type="submit"],
#form [type="text"],
#form textarea {
    width: 100%;
    display: block;
}
#form legend {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Poppins',sans-serif;
}

body{
   
    font-family: 'Poppins', sans-serif;
     background-color: #ffffff no-repeat center center fixed;  
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100vh;
    padding:0;
    margin:0;

}

p {
    color:  #000000;
    margin: 1.5em 0;
    padding: 0;
}

.container-fluid{
    max-width: 90%;
    
}

.color{
    margin:auto;
}

#form{
    width:center;
    height:center;
}
.myimage {
  margin: auto;
}

.btn-grad {
    background-image: linear-gradient(to right, #008ADC 0%, #E0009B  50%, #E0009B  100%);
    margin-top: 10px;
    padding: 15px 45px;
    text-align: center;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    width: 100%;
    font-size: 15px;
}

.btn-ticket {
    background-image: linear-gradient(to right, #008ADC 0%, #E0009B 50%, #E0009B 100%);
    padding: 10px 10px;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    width: 100%;
    
}

.category-group>.row {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.category-group>.row>.col-2 {
    display: inline-block;
}

.category-element {
    padding: 5px 5px;
    text-align: center;
}

.category-element-img {
    width:50%;
    background-color: #8546b3;
    border-radius: 50px;
}

.category-element-p {
    margin-top: 10px;
    font-size: 10px;
    text-align: center;
    overflow: scroll;
}

@media only screen and (max-width: 991px) {
    .logo-slogan{
        font-size: 14px !important;
    }
  }

.docs-p {
    color: #636b6f;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    font-size: 12px;
}