* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "BAFranknatan-Bold";
}

@font-face {
    font-family: "BAFranknatan-Bold";
    src: url("../font/BAFranknatanBold.woff") format("woff"), url("../font/BAFranknatanBold.woff2") format("woff2");
}

@font-face {
    font-family: "BAFranknatan-light";
    src: url("../font/BAFranknatanLight.woff") format("woff"), url("../font/BAFranknatanLight.woff2") format("woff2");
}

/* -------
 page css start here 
 ------ */
.main-wrapper {
    background: #FFE2DE;
    min-height: 100vh;
    position: relative;
    padding-bottom: 6.1654dvh;
}

.header {
    background: linear-gradient(180deg, #5B394D 0%, #291923 100%);
    position: relative;
    z-index: 1;
    direction: ltr;
}

.pagination-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.header, .middle-main-wrapper {
    padding: 5.61402dvh;
    /* padding: 112px; */
}

.middle-sec {
    padding: 3.9599dvh 5.61402dvh;
}

.header::before {
    background-image: url(../img/header-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: plus-lighter;
    z-index: -1;
}

header.header {
    /* min-height: 295px; */
    height: 29.436dvh;
}

.header-main-left, .header-main-right {
    flex: 1;
}

.header-left-main {
    flex: 1;
    max-width: 25.965dvh;
    min-width: 100px;
}

.header-left-main img {
    width: 100%;
}

.header-middle-wrapper {
    flex: 1;
}

.header-main-sec {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    container-type: inline-size;
    flex-wrap: nowrap;
}

.header-main-left {
    display: flex;
    gap: 3.83cqi;
    align-items: center;
}

.header-middle-wrapper h6, .header-middle-wrapper h6 span {
    color: #fffbfb;
    text-align: center;
    font-size: 3.31dvh;
    font-weight: 400;
    line-height: normal;
    direction: rtl;
    font-family: "BAFranknatan-light";
}

.header-middle-wrapper h6 {
    font-size: 5.01254dvh;
    font-weight: 700;
    line-height: 4.6dvh;
    width: 10dvw;
}

.header-middle-wrapper h6 span {
    display: block;
}

.header-right-wrapper h6 {
    color: #291923;
    text-align: center;
    font-size: 10.0251dvh;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.header-right-wrapper {
    border-radius: 1.3cqi;
    border: .34cqi solid #13111C;
    background: linear-gradient(2deg, #EF5070 -6.51%, #F2B660 61.93%);
    box-shadow: 0px 9px 11px 0px rgba(0, 0, 0, 0.25);
    padding: .62122cqi;
    max-width: 51.0274dvh;
    margin-left: auto;
    height: 18.246dvh;
    /* max-height: 11.4cqmax; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.middle-head-content {
    display: flex;
    align-items: end;
    gap: 1.681236cqi;
    position: relative;
    flex-wrap: nowrap;
}

.middle-main-wrapper {
    border-radius: 1.512095dvh;
    border: .55dvh solid #F2B660;
    background: #FFF;
    container-type: inline-size;
    height: 55.948dvh;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.25));
    position: relative;
}

.middle-head-content .title-content {
    color: #000;
    text-align: right;
    font-size: 6.29722dvh;
    font-weight: 700;
    line-height: normal;
    position: relative;
    margin-bottom: .80605dvh;
    /* font-size: 125px; */
    display: flex;
    align-items: center;
    gap: 10px;
}

.middle-head-content h4.title-content:not(:last-child)::before {
    position: absolute;
    top: 0;
    left: -.841cqi;
    width: .25cqi;
    content: "";
    background: #000000;
    height: 100%;
    bottom: 3px;
}

.middle-head-content h4:not(:last-child) {
    /* margin-left: 1.681236cqi; */
}

.middle-head-content h4:not(:first-child) {
    font-weight: 400;
    font-family: "BAFranknatan-light";
}

a.title-btn, a.btn-text {
    color: #FFF;
    text-align: right;
    font-size: 3.258143dvh;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 2.52016dvh;
    background: #EF806F;
    padding: 0.501253dvh 1.612901dvh;
    text-decoration: none;
    display: inline-flex;
    align-items: end;
    width: fit-content;
    cursor: pointer;
}
.yellow-btn {
    color: #FFF;
    text-align: right;
    font-size: 3.258143dvh;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 2.52016dvh;
    background: #F2B660;
    padding: 0.501253dvh 1.612901dvh;
    text-decoration: none;
    display: inline-flex;
    align-items: end;
    width: fit-content;
    cursor: pointer;
}
.btn-text + .btn-text {
    margin-right: 10px;
}
.group-btn {
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    bottom: -2.4dvh;
}

.title-sec-main {
    padding-bottom: 2.6dvh;
}
.descrition-sec-main {
    overflow-y: auto;
}
.descrition-sec-main::-webkit-scrollbar {
    width: 0px;
    height: 0px
}

.desc-main-wrap p.text-content, .inner-group, .inner-group p {
    color: #000;
    text-align: right;
    display: flex;
    flex-direction: column;
    font-size: 5.0378dvh;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    /* font-size: 100px; */
    text-decoration: initial;
    white-space: nowrap;
}

.descrition-sec-inner, .descrition-outer {
    display: inline-flex;
    gap: 5.01253dvh;
    width: 100%;
}
/* .descrition-outer {
    padding-top: 3.00752dvh;
} */
.descrition-sec-inner .column-des, .descrition-title .column-des {
    display: flex;
    flex-direction: column;
    gap: 2.621dvh;
}
.descrition-sec-inner .column-des {
    border-radius: 1.01dvh;
    background: #FFF3E2;
    padding: 2dvh;
}
.descrition-title, .descrition-sec-inner {
    position: relative;
    padding-top: 3.00752dvh;
    margin-top: 3.4dvh;
}
.descrition-title {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.descrition-title .desc-main-wrap {
    break-inside: avoid;
    margin-bottom: .5dvh;
}
.descrition-title:before, .descrition-sec-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.6dvh;
    background: #F2B660;
    border-radius: 10px;
}
.desc-btn {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pagination-wrapper ul li {
    list-style: none;
}

.pagination-wrapper ul {
    gap: .95766dvh;
    padding: 0;
}

.pagination-wrapper, .pagination-wrapper ul {
    display: flex;
    align-items: end;
    justify-content: center;
    margin: 0;
    direction: ltr;
    flex-wrap: wrap;
}

.pagination-wrapper ul li a {
    display: flex;
    width: 7.519dvh;
    height: 4.512dvh;
    /* min-width: 5.3cqmin; */
    /* min-height: 4cqmin; */
    border-radius: .6cqi .6cqi 0px 0px;
    background: #E2C9D8;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: center;
    font-size: 2cqmin;
    font-size: 2.25564dvh;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
    font-family: "Open Sans", serif;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.flow-bar {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #291923;
    transition: 0.5s ease;
    z-index: -1;
}

.pagination-wrapper ul li a.active {
    background: #5B394D;
    color: #fff;
    height: 6.166dvh;
    position: relative;
    z-index: 2;
}

/* new css  */
/* @media screen and (max-width: 1950px) {
    .pagination-wrapper ul {
        gap: 12px;
    }
    .pagination-wrapper ul li a {
        font-size: 2cqmin;
    }
    .middle-head-content .title-content {
        font-size: 3.1cqi;
    }
    .descrition-sec-inner {
        margin-top: 1cqi;
    }
    .desc-main-wrap p.text-content {
        font-size: 2.5cqi;
    }
    .descrition-sec-inner .column-des {
        gap: 1.37cqi;
    }
    a.title-btn, a.btn-text {
        font-size: 1.9cqi;
    }
}
@media screen and (max-height: 1600px) {
    header.header {
        padding: 2.2521cqi 3.2521cqi;
    }
    .middle-head-content .title-content {
        font-size: 3.15cqi;
    }
    .desc-main-wrap p.text-content {
        font-size: 2.3cqi;
    }
    .descrition-sec-inner .column-des {
        gap: 1.5cqi;
    }
    a.title-btn, a.btn-text {
        font-size: 1.583cqi;
    }

} */
