/*=============== METTRESSES ===============*/

body{
    background-color: #FFFF;
}

.main_2 {
    display: flex;
    flex-direction: column;
    background-color: #FFFF;
    /* override */
    overflow: hidden !important;
}

.matt-text {
    margin-top: 6rem;
    line-height: 2.8rem;
    text-align: center;
}

.matt-dolar {
    font-size: 2.5rem !important;
}

.matt-text p {
    font-family: orta;
    letter-spacing: 1px;
}    

.matt-text h1 {
    font-family: semibold;
    letter-spacing: 1px;
}

.matt-text span {
    font-family: light;
    font-size: .8rem;
}

.matt-box-container {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    padding: 0 5rem;
}

.matt-box {
    width: 300px;
    height: 320px;
    border-radius: .2rem;
    position: relative;
    transition: all .3s linear;
}

.matt-box:hover {

    box-shadow: rgb(0 0 0 / 34%) 0px 0.125rem 0.75rem 0px;
}

.matt-img-hover {
    display: none !important;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: .2rem .2rem 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.matt-img-box {
    width: 100%;
    position: relative;
}

.matt-sale .ori {
    display: none;
}

.matt-box:hover .matt-img-hover {

    display: inline !important;
}

.matt-box:hover .size {

    display: inline;
}

.matt-box:hover .ori {

    display: block;
}

.matt-box:hover .matt-sale p:nth-child(1) {

    display: none;
}

.matt-box:hover .matt-sale p:nth-child(2) {

    display: none;
}

.matt-box:hover .matt-sale-box p {

    display: none;
}

.soft_blue {
    background-color: #ebeef7;
}

.dark_blue {
    background-color: #E4ECF3;
}

.brown {
    background-color: #FDF5F5;
}

.green {
    background-color: #EFF4F3;
}


.matt-img {
    width: 100%;
    border-radius: .2rem .2rem 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.matt-sale-box {
    position: absolute;
    top: .5rem;

}

.matt-sale-box p {
    margin-left: .6rem;
    margin-top: .5rem;
    color: #FFFFFF;
    font-family: semibold;
    font-size: 20px;

}

.matt-price {
    margin-left: .6rem;
    color: #FFFFFF;
    background-color: #00706E;
    padding: .3rem .6rem;
    border-radius: 1rem;
    font-size: 10px;
    font-family: regular;
    letter-spacing: 1px;
}

.matt-sale p {
    margin: .3rem 0;

}

.matt-sale .ori {

    font-family: semibold;
    font-size: 1.2rem;
    color: #394E73;

}

.matt-sale p:nth-child(1) {

    font-family: regular;

}

.matt-sale p:nth-child(2) {

    font-family: semibold;
    color: #00706E;

}

.matt-box .size {

    font-family: light;
    font-size: 14px;
    opacity: .7;
    letter-spacing: 1px;
    margin-left: 1rem;

}

.matt-sale span {
    margin-left: .2rem;
    font-size: 14px;
    text-decoration: line-through;
    color: black;
}

.matt-description {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    align-items: flex-end;
    min-height: 52.8px;
}

.matt-btn {
    padding: .4rem 1rem;
    border-radius: 1rem;
    background-color: transparent;
    border: 2px solid #394E73;
    font-family: orta;
    color: #394E73;
    transition: all .3s linear;
    letter-spacing: 1px;
}

.matt-btn:hover {
    background-color: #394E73;
    color: #FFFFFF;
}

.matt-info {
    position: absolute;
    top: -1.5rem;
    padding: .3rem .7rem;
    border-radius: .3rem;
    font-size: 12px;
    font-family: light;
    letter-spacing: 1px;
    color: #394E73;
}

/*===============  ===============*/

.matt-box_con {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.matt_border_right {
    border-right: 1px solid rgb(182, 176, 176);

}


.info {

    width: 300px;
    padding: 1rem;
    margin-top: 2rem;
    border-radius: .2rem;
    font-family: orta;
    font-size: 15px;

}


/*===============  ===============*/


.star-box {
    margin-top: 2rem;
    width: 300px;
    display: flex;
    align-items: center;

}

.star {
    fill: #F3D26A;
    display: flex;
    margin-right: .5rem;
}

.start-box-comment {
    font-family: light;
    font-size: 12px;
}


.start-box-tooltip {
    position: relative;
    display: inline-block;
    margin-left: .5rem;
    border: 1px solid rgb(136, 130, 130);
    border-radius: 50%;
    padding: 0 .3rem;
}

.start-box-tooltip .tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 9%) 0px 0px 0.75rem;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: .5rem .8rem;

    /* Position the tooltip */
    position: absolute;
    top: 25px;
    left: -85px;
    z-index: 1;
}

.start-box-tooltip:hover .tooltip-text {
    visibility: visible;
}

/* 1. */


.support-btn {
    margin: 1rem 0rem .5rem 0;

}

.support-btn button {
    font-family: semibold;
    margin: 0rem .5rem;
    background-color: #FFFFFF;
}

.support-box {
    width: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 475px;
}

.support-description-box {

    line-height: 1.6rem;
    font-family: light;
    font-size: 14px;
    margin-left: .8rem;
}

.support-description {
    display: none;
}

.support-description.active {

    display: block;
}

.support-description ol {
    list-style-type: disc;
}

.support-description ol li {

    opacity: .7;
}

.support-description p {
    margin: .4rem 0rem;

}

#menu-indicator_2 {
    background-color: #394E73;
    position: absolute;
    transition: all .3s linear;
}

.support-btn {
    position: relative;
}

.matt-btn_2 {
    margin-top: 4rem;
    width: 300px;
    padding: 1rem 0rem;
    border-radius: .2rem;
    background-color: #394E73;
    font-family: regular;
    color: #FFFFFF;
    transition: all .3s linear;
}

.matt-btn_2:hover {

    background-color: #6379a0;

}


/* 2. */


#menu-indicator_3 {
    background-color: var(--bg-color-1);
    position: absolute;
    transition: all .3s linear;
}

.support-btn_2 {
    position: relative;
}

.support-btn_2 {
    margin: 1rem 0rem .5rem 0;


}

.support-btn_2 button {
    font-family: semibold;
    margin: 0rem .5rem;
    background-color: #FFFFFF;
}

.support-description_2 {
    display: none;
}

.support-description_2.active {

    display: block;
}

.support-description_2 ol {
    list-style-type: disc;
}

.support-description_2 ol li {

    opacity: .7;
}

.support-description_2 p {
    margin: .4rem 0rem;

}


/* 3. */


#menu-indicator_4 {
    background-color: var(--bg-color-1);
    position: absolute;
    transition: all .3s linear;
}

.support-btn_3 {
    position: relative;
}

.support-btn_3 {
    margin: 1rem 0rem .5rem 0;

}

.support-btn_3 button {
    font-family: semibold;
    margin: 0rem .5rem;
    background-color: #FFFFFF;
}

.support-description_3 {
    display: none;
}

.support-description_3.active {

    display: block;
}

.support-description_3 ol {
    list-style-type: disc;
}

.support-description_3 ol li {

    opacity: .7;
}

.support-description_3 p {
    margin: .4rem 0rem;

}

/* 4. */

#menu-indicator_5 {
    background-color: var(--bg-color-1);
    position: absolute;
    transition: all .3s linear;
}

.support-btn_4 {
    position: relative;
}

.support-btn_4 {
    margin: 1rem 0rem .5rem 0;

}

.support-btn_4 button {
    font-family: semibold;
    margin: 0rem .5rem;
    background-color: #FFFFFF;
}

.support-description_4 {
    display: none;
}

.support-description_4.active {

    display: block;
}

.support-description_4 ol {
    list-style-type: disc;
}

.support-description_4 ol li {

    opacity: .7;
}

.support-description_4 p {
    margin: .4rem 0rem;

}

.aff {

    font-family: light;
    margin-top: 1rem;
    font-size: 12px;
    text-decoration: underline;
    color: black;
    white-space: nowrap;
}

/*QUİCK */


.quick-img-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.quick-img {
    -o-object-fit: cover;
       object-fit: cover;

}

.quick-img-box_1 {
    position: relative;
}

.quick-img-box_2 {
    position: relative;
}

.quick-img-text {
    color: #394E73;
    position: absolute;
    bottom: 50px;
    left: 30px;
    font-family: semibold;
    font-size: 24px;
}

.quick-text {
    margin: 6rem 0 4rem 0;
    line-height: 2.8rem;
    text-align: center;
}

.quick-text h1 {

    font-family: semibold;

}

.quick-text span {

    font-family: light;
}

.quick-btn {

    margin-top: 4rem;
    width: 150px;
    padding: 1rem 0rem;
    border-radius: .2rem;
    background-color: #394E73;
    font-family: regular;
    color: #FFFFFF;
    position: absolute;
    bottom: 50px;
    right: 30px;
    transition: all .3s linear;
}

.quick-btn:hover {

    background-color: #6379a0;
}

/* quiz */

.quiz {

    margin: 6rem 0 4rem 0;
    line-height: 2.8rem;
    text-align: center;

}

.quiz-text h1 {
    font-family: semibold;
}

.quiz-text {
    margin-bottom: 2rem;
}

.quiz-description {
    background-image: url(img/mattq-dt.svg);
    width: 70%;
    height: 10rem;
    margin: 0 auto;
    position: relative;

}

.quiz-description p {

    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: orta;

}

.quiz-description button {

    text-align: center;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    padding: .7rem 0rem;
    border-radius: .2rem;
    background-color: #394E73;
    font-family: regular;
    color: #FFFFFF;
    font-family: orta;
    font-size: 16px;
    transition: all .3s linear;
}


.quiz-description button:hover {

    background-color: #6379a0;

}

/* information */

.information_description .swiper-pagination {
    bottom: -3px !important;
}

.information {

    position: relative;
    padding-bottom: 1rem;

}

.information img {
    width: 100%;
    height: auto;
    background-position: center;
}


.information_description {
    position: absolute;
    top: 50px;
    left: 50px;
}

.information_description h2 {
    color: #FFFFFF;
    font-family: semibold;
    margin-bottom: 2rem;

}

.information_description .info_2 {
    color: #FFFFFF;
    transition: all .3s linear;
}

.info-head_2 {
    margin-top: 1rem;
}


.info_2 .info-title {
    color: #FFFFFF;
    font-family: regular;
    font-size: 18px;
    cursor: pointer;
    opacity: .7;
    transition: all .3s linear;
    border-bottom: 1px solid #FFFF;

}

.info_2 .info-title:hover {

    opacity: 1;

}

.info_2 .info-text {
    color: #FFFFFF;
    font-family: light;
    font-size: 14px;
    display: none;
}



.info_2 .info-text.active {

    display: block;

}

/*help */


.help {
    margin: 4rem 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.help-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



.help-box h5 {

    font-family: orta;
    letter-spacing: 1px;
    font-size: 18px;
}

.help-box p {

    font-family: light;
    margin-top: .5rem;
    font-size: 12px;
    text-align: center;
}

.help-box a {

    font-size: 12px;
    margin-top: .3rem;
    font-family: light;
    color: black;
    font-weight: bold;


}

.help-img {
    width: 80px;
}


/* question */

.question-box {
    background-color: #eeee;
}

.questions {
    margin: 2rem 0;
    display: flex;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    justify-content: center;

}

.asked {
    font-family: semibold;
    max-width: 200px;
    font-size: 22px;

}


.questions-box_2 {
    display: flex;
    flex-direction: column;
}

.question {

    width: 450px;
    margin-bottom: 1.5rem;
}

.question .question-title {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.question .question-title p {

    font-family: regular;
    transition: all .3s linear;
    font-size: 16px;

}

.question .question-text {

    font-family: light;
    display: none;
    font-size: 14px;
    line-height: 20px;
    margin-top: .5rem;
    opacity: .7;
    max-width: 400px;

}

.question .question-text.active {

    display: block;
}

.question-btn {
    transition: all .3s linear;
    background-color: transparent;
}

.role {

    transform: rotate(45deg);
}

.role_2 {

    transform: rotate(-45deg);
}


.help .swiper-wrapper {
    align-items: center;
}


.help .swiper {
    width: 100%;
    height: 100%;
}

.help .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}



.help .swiper-slide img {
    display: block;
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
}

.help .swiper-pagination {
    position: inherit !important;
    margin-top: 1.5rem;
}

.lazy {

    display: block;
    width: 100%;
}

.owl-carousel .owl-stage-outer {
    /* override */
    overflow: initial !important;
}