/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.lndg-wrapper {
    font-family: var(--font-family) !important;
    font-weight: 400;
    color: var(--lndg-color);
    position: relative;
    overflow: hidden;
}

section.lndg-wrapper__header {
    padding: 20px 24px 0;
}

*::-webkit-scrollbar {
    width: 3px;
    background-color: var(--lndg-spec-color-3);
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--lndg-spec-color);
}

/*  */
.scroll-content::-webkit-scrollbar-thumb {
    background-color: var(--lndg-spec-color);
}
/*  */

.lndg-container {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: -webkit-gradient(linear, left top, left bottom, from(#6B0892), color-stop(50%, #20022C));
    background: -o-linear-gradient(top, #6B0892 0%, #20022C 50%);
    background: linear-gradient(to bottom, #6B0892 0%, #20022C 50%);
}

/* start banner landing */
.lndg-wrapper__header--banner {
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 23.718%;
    background-size: contain;
}

html[lang="tr"] .lndg-wrapper__header--banner {
    background-image: url('../media/banners/desktop/lndg-banner-desktop.webp');
}

html[lang="en"] .lndg-wrapper__header--banner {
    background-image: url('../media/banners/desktop/lndg-banner-desktop.webp');
}
/* end banner landing */
/* end landing page header */

/* start landing page main section */
.lndg-main__container {
    width: 100%;
    position: relative;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    /* margin-bottom: 1.313rem; */
}

.lndg-wrapper__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    margin-bottom: clamp(2.438rem, 10vh, 10.75rem);
}

.lndg-abs-img {
    position: absolute;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 1;
}

.lndg-abs-img div {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.lnd-abs-l--2:hover {
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
}
.lnd-abs-r--2:hover {
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px);
}

.lnd-abs-l {
    left: 0;
}

.lnd-abs-r {
    right: 120px;
}

.lnd-abs-l--1-bg {
    background-image: url('../media/icons/left-1.webp');
}

.lnd-abs-l--2-bg {
    background-image: url('../media/icons/left-2.webp');
}

.lnd-abs-l--3-bg {
    background-image: url('../media/icons/left-3.webp');
}

.lnd-abs-r--1-bg {
    background-image: url('../media/icons/right-1.webp');
}

.lnd-abs-r--2-bg {
    background-image: url('../media/icons/right-2.webp');
}

.lnd-abs-r--3-bg {
    background-image: url('../media/icons/right-3.webp');
}

.lnd-abs-l--1 {
    width: 244px;
    height: 244px;
    top: 103px;
    left: 27px;
}

.lnd-abs-l--2 {
    width: 113px;
    height: 113px;
    top: 750px;
    left: 12px;
}

.lnd-abs-l--3 {
    width: 156px;
    height: 156px;
    top: 1276px;
    left: 108px;
}

.lnd-abs-r--1 {
    width: 156px;
    height: 156px;
    top: 63px;
}

.lnd-abs-r--2 {
    width: 113px;
    height: 113px;
    top: 606px;
    right: 2%;
}

.lnd-abs-r--3 {
    width: 210px;
    height: 210px;
    top: 1151px;
    right: 2%;
}

.animated {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 5800ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 5800ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 5800ms cubic-bezier(0.23, 1, 0.32, 1);
}

.animated.inview {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
}

.fadeInRight {
    -webkit-transform: translateX(-55px);
        -ms-transform: translateX(-55px);
            transform: translateX(-55px);
}

.fadeInLeft {
    -webkit-transform: translateX(155px);
        -ms-transform: translateX(155px);
            transform: translateX(155px);
}

.lnd-abs-r--1 {
    right: 5%;
    -webkit-transform: translateX(145px);
    -ms-transform: translateX(145px);
    transform: translateX(145px);
}
/* end abs-images */

.lndg-wrapper__container {
    width: 100%;
    padding-right: 0.938rem;
    padding-left: 0.938rem;
    margin-right: auto;
    margin-left: auto;
}

/* start lndg-info */
.lndg-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 100%;
    padding-top: 4.5rem;
}

.lndg-info--container {
    width: 89%;
    max-width: 1208px;
    margin: 0 auto;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    position: relative;
    z-index: 2;
}

.lndg-heading {
    text-align: center;
    margin: 0 auto 5.75rem;
}

.lndg-heading__item {
    font-size: clamp(1.375rem, 5vw, 1.75rem);
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    max-width: 1200px;
    padding: 0 16px;
    color: var(--lndg-spec-color);
    margin-bottom: 1.563rem;
}

.lndg-heading__item-sub-info {
    font-weight: 500;
    font-size: clamp(0.75rem, 3vw, 1.5rem);
    line-height: clamp(0.879rem, 3vw, 1.758rem);
    text-align: center;
}

/* start win-info */
.lndg-main__win-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 6.5rem;
}

.lndg-main__win-info-main {
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 23px;
    color: var(--lndg-color);
    margin: 0 auto;
}

.lndg-win-info {
    border: 3px solid var(--lndg-spec-color-2);
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-bottom: 57px;
}

/* start ndg-win-info__table */
.ndg-win-info__table {
    border-collapse: collapse;
    width: 100%;
}

.lndg-win-info__table {
    border: none;
    border-collapse: collapse;
}
.lndg-win-info__table th:first-child,
.lndg-win-info__table td:first-child {
    border-right: 3px solid var(--lndg-spec-color-2);
}

.lndg-win-info__table thead tr,
.lndg-win-info__table tr:not(:last-child) {
    border-bottom: 3px solid var(--lndg-spec-color-2);
}

.lndg-win-info__table thead th,
.lndg-win-info__table tbody td {
    padding: 27px 15px;
    text-align: center;
    font-size: clamp(0.875rem, 3vw, 1.5rem);
    font-weight: 700;
}

.lndg-win-info__table-thead th {
    color: var(--lndg-spec-color);
}

/* end ndg-win-info__table */
/* end win-info */

/* start lndg-info__p */
.lndg-info__p {
    font-size: clamp(0.75rem, 3vw, 1.5rem);
    font-weight: 500;
    line-height: clamp(0.879rem, 5vw, 1.758rem);
    text-align: center;
    margin-bottom: 1.875rem;
}

.lndg-info__p:last-child {
    margin-bottom: 0;
}

.lndg-info__p a {
    color: var(--lndg-spec-color);
}
/* end lndg-info__p */

/* start play btn section */
.lndg-main__play-btn-box  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6.25rem;
}

.lndg-main__play-btn {
    display: inline-block;
    color: var(--lndg-bg-color);
    text-align: center;
    font-size: clamp(0.75rem, 3vw, 1.375rem);
    line-height: clamp(35px, 10vw, 70px);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
            flex: 0 1 300px;
    height: clamp(35px, 10vw, 70px);
    border-radius: 10px;
    background: var(--lndg-spec-color-5);
    border: var(--transparent-border);
    -webkit-transition: color .6s ease-in, background-color .6s ease-in, border-color .6s ease-in;
    -o-transition: color .6s ease-in, background-color .6s ease-in, border-color .6s ease-in;
    transition: color .6s ease-in, background-color .6s ease-in, border-color .6s ease-in;
    cursor: pointer;
}

.lndg-main__play-btn:hover {
    background-color: transparent;
    color: var(--lndg-color);
    border: 1px solid var(--lndg-color);
}
/* end play btn section */

/* start accordion */
.accordion-outer-block{
    width: 89.377%;
    margin-bottom: 38px;
    z-index: 2;
}

.accordion-title{
    width: 100%;
    padding: 33px 48px;
    background-color: var(--lndg-spec-color-2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.accordion-title h3{
    font-size: clamp(0.75rem, 3vw, 1.25rem);
    font-weight: 700;
    line-height: 34px;
}

.accordion-content{
    display: block;
    overflow: hidden;
    height: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.accordion-content li{
    font-size: clamp(0.875rem, 4vw, 1.25rem);
    font-weight: 400;
    line-height: 24px;
}

.accordion-content.open{
    border-radius: 15px;
    color: #161616;
    background-color: var(--lndg-spec-color-2);
    height: auto;
    padding: 22px 5px 22px 0;
    max-height: 632px;
}

.accordion-title.open i:after{
    content: "";
    width: 25px;
    height: 25px;
    background: url('../media/icons/minus_icon.png') no-repeat center center;
    background-size: contain;
    -webkit-transition: all 0.3ms ease;
    -o-transition: all 0.3ms ease;
    transition: all 0.3ms ease;
    color: var(--lndg-color);
}

.rotate {
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.rotate.down {
    -webkit-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
            transform:rotate(360deg);
}

.accordion-title i:after {
    content: '';
    width: 25px;
    height: 25px;
    background: url("../media/icons/plus_icon.png") no-repeat center center;
    background-size: cover;
    margin-left: auto;
    display: block;
}

.accordion-content .scroll-content{
    height: auto;
    max-height: 570px;
    overflow: auto;
}

.accordion-list{
    list-style: none;
    max-height: 750px;
    padding: 0px 43px 0px 48px;
}

.accordion-list li{
    color: #fff;
    padding: 22px 0;
}

.accordion-list li:first-child {
    padding-top: 0;
}

.accordion-list li:not(:last-child) {
    border-bottom: 1px solid rgba(32, 3, 44, 0.5);
}

.accordion-list li:first-child {
    padding: 0 0 22px;
}

.accordion-list p{
    margin-top: 4px;
    margin-bottom: 10px;
}

.lndg-info .accordion-list::-webkit-scrollbar {
    -webkit-appearance: none;
}

.lndg-info .accordion-list {
    /* For Firefox */
    scrollbar-width: thin;
    scrollbar-color: var(--lndg-spec-color) #b30101;
}

.lndg-info .accordion-list li {
    font-size: clamp(0.75rem, 3vw, 1.25rem);
}
/* width */
.lndg-info .accordion-list::-webkit-scrollbar:vertical {
    width: 2px;
}

/* Track */
.lndg-info .accordion-list::-webkit-scrollbar-track {
    background: #d5d5d5;
    border-radius: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Handle */
.lndg-info .accordion-list::-webkit-scrollbar-thumb {
    background: #d5d5d5;
    border-radius: 2px;
    border: 2px solid #000;
    height: 181px;
}
/* end accordion */

/* end lndg-info */
/* end landing page main section */