@charset "utf-8";

body {
	padding: 0px;
	margin: 0px;
	height:100vh;
	min-width: 300px;
	background-color: #FFF;
    overflow-x: hidden;
    font-family: "Sanchez", serif;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, input, textarea, select, label, legend, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
html{
    height:100vh;
    position:relative;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button, html [type="button"],[type="reset"], [type="submit"] {
    -webkit-appearance: button; /* 2 */
}
ol, ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
img {
	border: 0px;
}
input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
input[type="button"]:focus, 
input[type="submit"]:focus, 
select:focus {
	outline-color: transparent;
	outline-style: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
input, textarea, select {
	font:400 13px/28px 'MBEmpire', sans-serif;
	color: #333333;
}
::-moz-selection {
	background-color: #231f20;
	color: #fff;
	text-shadow: none;
}
::selection {
	background-color: #231f20;
	color: #fff;
	text-shadow: none;
}
.highlight {
	padding: 0 3px;
	background-color: #231f20;
	color: #fff;
	text-shadow: none;
}
a,
a span,
a h2,
a p,
input[type=button],
input[type=submit]{
	text-decoration: none;
	-webkit-transition:all 200ms linear;
  	-moz-transition:all 200ms linear;
  	-o-transition:all 200ms linear;
  	-ms-transition:all 200ms linear;
  	transition:all 200ms linear;
}
.center{
    text-align: center;
}
/*----POPUP-ALERT---*/
.modalAlert{
    width:100%;
    height:auto;
    display:block;
    background:#FFF;
    max-width:420px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    overflow:hidden;
    padding: 10px 24px !important;
}
.modalAlert span.Baslik{
    float:left;
    width:100%;
    height:auto;
    font:700 18px/40px 'Sanchez', sans-serif;
    color: #2c236b;
}
.modalAlert .AlertText,
.modalAlert .AlertButon{
    float:left;
    width:100%;
    height:auto;
    padding:30px 0px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.modalAlert .AlertText{
    font:400 13px/20px 'Sanchez', sans-serif;
    text-decoration:none;
    color:#666666;
    padding:20px 0px;
}
.modalAlert .AlertButon{
    padding:20px 0px;
}
.modalAlert .AlertButon a{
    float: left;
    width:auto;
    height:auto;
    display: block;
    font:500 13px/20px 'Sanchez', sans-serif;
    color:#333333;
}
.modalAlert .AlertButon a:hover{
    color:#FFF;
}
/*----POPUP-ALERT---*/
.mainWrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding: 0px;
    text-align: center;
    letter-spacing: -4px;
}
.mainWrapper .Content{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    letter-spacing: 0px;
    text-align: center;
	background-color: #f5eee0;
    position: relative;
}
.mainWrapper .Content::after{
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100vh;
    z-index: 1;
    background-image: url('../images/left.png');
    background-size: contain;
    background-position: left -90px center;
    background-repeat: no-repeat;
}
.mainWrapper .Content::before{
    content: "";
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100vh;
    z-index: 1;
    background-image: url('../images/right.png');
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}
.mainWrapper .Content .capsule{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 900px;
    height: auto;
    letter-spacing: 0px;
    position: relative;
    z-index: 5;
    padding: 30px 0;
}
.mainWrapper .Content .capsule span.Logo{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 200px;
    height: auto;
    letter-spacing: 0px;
}
.mainWrapper .Content .capsule span.Logo img{
    float: left;
    width: 100%;
    height: auto;
}
.mainWrapper .Content .capsule span.Logo p{
    float: left;
    width: 100%;
    height: auto;
	font:900 20px/24px 'Sanchez', sans-serif;
    color: #65BAAF;
    padding: 5px 0px;
    text-transform: uppercase;
    text-align: center;
}
.mainWrapper .Content .capsule span.Text01{
    float: left;
    width: 100%;
    height: auto;
	font:700 30px/34px 'Sanchez', sans-serif;
    color: #bf97cb;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #3a1343;
}
.mainWrapper .Content .capsule span.Text02{
    float: left;
    width: 100%;
    height: auto;
	font:600 20px/24px 'Sanchez', sans-serif;
    color: #3a1343;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
}
.mainWrapper .Content .capsule span.Text02 b{
    font-weight: 700;
}
.mainWrapper .Content .capsule span.Text02 a{
    margin-top: 20px;
    color: #3a1343;
    display: inline-block;
    width: auto;
    height: auto;
	font:500 14px/24px 'Sanchez', sans-serif;
    color: #3a1343;
    margin-top: 30px;
    padding-left: 32px;
    background-image: url(../images/instagram.svg);
    background-size: 24px 24px;
    background-position: left center;
    background-repeat: no-repeat;
}
.mainWrapper .Content .capsule span.Text02 a:hover{
    opacity: .6;
}
.accordion{
    display: inline-block;
    width: 100%;;
    margin-bottom: 20px;
}
.accordion-item{
    border-color:rgba(58, 19, 67,.2);
}
.accordion-button:not(.collapsed) {
    color: #3a1343;
    background-color: rgba(58, 19, 67,.1);;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button{
    font-weight: 700 !important;
}
.accordion-body{
    text-align: left;
}
@media only screen and (max-width: 1250px) {
    .mainWrapper .Content .capsule{
        background-size: 50vw auto;
    }
    .mainWrapper .Content::after{
        left: -8vw;
    }
    .mainWrapper .Content::before{
        right: -8vw;
    }
}
@media only screen and (max-width: 900px) {
    .mainWrapper .Content{
        text-align: center;
    }
    .mainWrapper .Content .capsule span.Logo{
        max-width: 150px;
    }
    .mainWrapper .Content .capsule{
        background-size: 80vw auto;
        padding: 20vw 30px ;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        min-height: 100vh;
    }
}

@media only screen and (max-width: 600px) {
    .mainWrapper .Content .capsule span.Logo{
        max-width: 120px;
    }
    .mainWrapper .Content::after{
        display: none;
    }
    .mainWrapper .Content::before{
        display: none;
    }
    .mainWrapper .Content .capsule{
        background-size: 80vw auto;
        padding: 20vw 30px ;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        min-height: 100vh;
    }
}