@import url('https://fonts.googleapis.com/css2?family=Edu+TAS+Beginner:wght@400;500;600;700&family=Nanum+Myeongjo:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');

.ac-dt-list ul li {
    font-weight: 300 !important;
}

.r-tx p {
    font-size: 15px !important;
}

body {
    font-family: Cambria, Georgia !important;
}

.year-drop select,
.month-drop select {
    height: 40px;
    border: 1px solid gray;

}

.yearmonth-dropdown {
    margin-top: 20px;
}

.year-drop {
    margin-bottom: 10px;
}

.year-drop select:focus,
.month-drop select:focus {
    border: 1px solid gray;
    outline: none;
    box-shadow: none;
}

.right-found1,
.left-found1 {
    display: grid !important;
    text-align: center;
}

.left-found1::after,
.right-found1::after {
    width: 100% !important;
    right: 0 !important;
}

#founder1 {
    display: none;
}

@font-face {
    font-family: Cambria, Georgia;
    src: url(public/fonts/Cambria-Font-For-MAC.ttf);
    src: url(public/fonts/Cambria-Font-For-Linux.ttf);
    src: url(public/fonts/Cambria-Font-For-Android.ttf);
    src: url(public/fonts/Cambria-Font-For-Windows.ttf);
}

.hc {
    margin-bottom: 2rem;
}

.srch {
    display: none;
}

a {
    text-decoration: none;
}

.right-issue-img img {
    float: right;
    margin-right: 4%;
}

p {
    font-size: 17px !important;
    letter-spacing: 1px;
    line-height: 26px;
    color: black;
}

.copy-right p {
    color: white !important;
}

.banner-hd img {
    width: 505px !important;
    height: 262px !important;
    object-fit: contain !important;
    filter: drop-shadow(1px 3px 0px white);
}

.k-lg h1 {
    margin-bottom: 0;
    color: red;
    letter-spacing: 2px;
    font-weight: 800;
    filter: drop-shadow(2px 1px 1px black);
}

.fll {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.k-lg img {
    width: 120px;
}

.k-lg {
    width: 88%;
    text-align: center;
}

.inner-nav ul li {
    list-style-type: none;
}

.inner-nav ul li a {
    text-decoration: none;
    font-size: 23px;
    color: white;
    line-height: 48px;
    font-weight: 100;
}

.inner-nav ul {
    background-color: #000;
    padding: 1rem;
    width: 10%;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    transition: all .5s;
    z-index: 9;
}

.inner-nav ul:hover {
    transform: translate(0%, -50%);
}

.logo img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 5px;
    background-color: #d9d9d9;
    background: #ffebe2;
    -webkit-box-shadow: 0 10px 25px -10px rgb(0 0 0 / 30%), inset 8px 6px 10px -10px rgb(0 0 0 / 20%);
    box-shadow: 2px 3px 4px 0px rgb(0 0 0 / 42%), inset 8px 6px 10px -10px rgb(11 0 0 / 26%);
    transition: all .2s;
}

.logo {
    width: 12%;
    margin-left: auto;
    display: flex;
    gap: 13px;
    padding: 13px 0;
}

.inner-banner img {
    width: 100%;
    height: 650px;
    object-fit: fill;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1285px;
}

.inner-banner {
    position: relative;
}

.layout {
    background-color: rgb(0 0 0 / 45%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.banner-hd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.bt {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.bt1 a,
.bt2 a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 12px 48px;
}

.bt1 a {
    border: 1px solid tomato;
    background-color: tomato;
}

.bt2 a {
    border: 1px solid white;
    padding: 12px 22px;
}

.banner-hd h2 {
    color: white;
    font-size: 42px;
    margin-bottom: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.banner-hd h1 {
    font-size: 126px;
    background: none;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: unset;
}

.inner-june {
    overflow: hidden;
}

.left-june {
    width: 100%;
    border: 1px solid red;
    padding: 1rem;
}



.right-june {
    width: 60%;
    position: relative;
}

.left-june img {
    width: 100%;
}

.year {
    display: flex;
    gap: 9rem;
}

#june {
    padding-top: 8rem;
}

.kdmb {
    margin: 5rem 0px 0 0;
}

.kdmb h1 {
    font-size: 43px;
}

.kdmb p {
    font-size: 19px;
    width: 579px;
    margin: 3rem 0;
    letter-spacing: 1px;
}

.bttt1 {
    margin-top: 0;
}

.bttt1 a {
    text-decoration: none;
    letter-spacing: 1px;
    padding: 14px 35px;
    border: 1px solid #990f02;
    background-color: #990f02;
    color: white;
    font-size: 18px;
}

#main-sec {
    position: relative;
    overflow: hidden;
}

.mrq marquee {
    display: flex !important;
    gap: 4rem;
}

.swiper-pagination5 {
    display: flex;
    gap: 14rem;
    top: 109px !important;
    left: 39% !important;
}

.swiper-pagination-bullet {
    width: 0;
    height: 0;
}

.swiper-pagination-bullet-active .news .news-img h1 {
    color: rgb(0, 0, 0) !important;
}

.news-img h1 {
    background: none;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: unset;
}

.swiper-button-next:after {
    display: none !important;
}

.swiper-button-next {
    right: 35px;
}

.swiper-button-next15 img {
    width: 51px;
    padding: 10px;
    border: 1px solid white;
    border-radius: 50%;
    background-color: black;
}

.first-img img {
    border: 1px solid #ff000038;
    padding: 0.5rem;
}

.kd-btn {
    display: flex;
    align-items: baseline;
    gap: 2rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    height: 49px;
}

.bttt2 img {
    width: 140px !important;
    position: relative;
    animation: scrol linear 8.9s infinite;
}

@keyframes scrol {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.letter-slide h3 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 150px;
    letter-spacing: 1px;
    color: black;
}

.letter-slide h3 span {
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 1px;
    color: black;
    font-size: 80px;
    color: black;
}

.letter-slide {
    position: absolute;
    animation: animate20 linear 10.5s infinite;
    width: 2500px;
    overflow: hidden;
    opacity: 0.1;
    top: -32%;
    left: 0%;
    z-index: -1;
}

@keyframes animate20 {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(50px);
    }

    100% {
        transform: translateX(0px);
    }
}

.swiper35,
.swiper36 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-slide35 {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 3rem 0;
}

.swiper-slide35 img {
    display: block;
    width: 60%;
    object-fit: cover;
    border: 1px solid #ff000054;
    padding: 0.5rem;
}

.inner-issue {
    display: flex;
    flex-wrap: wrap;
    margin-top: -5rem;
    width: 100%;
}

.left-issue,
.right-issue {
    width: 50%;
}

.left-issue {
    position: relative;
}

.right-issue {
    padding: 3rem 0 0;
    position: relative;
}

.right-issue::after {
    position: absolute;
    content: "";
    background-color: #f6e2cc;
    background-size: contain;
    height: 460px;
    width: 100%;
    top: 5rem;
    left: -2px;
    border-radius: 70px 0 0 70px;
    z-index: -1;
}

.left-issue::after {
    position: absolute;
    content: "";
    background-color: #f6e2cc;
    background-size: contain;
    height: 460px;
    width: 100%;
    top: 5rem;
    left: 0;
    border-radius: 0 70px 70px 0;
    z-index: -1;
}

.left-issue {
    padding: 12rem 7rem 0;
}

.is-hd-bt {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.issue-hd h1 {
    font-size: 72px;
    font-weight: 900;
    opacity: 0.2;
    margin-bottom: 0;
}

.is-hd h1 {
    font-size: 43px;
    letter-spacing: 1px;
}

.is-hd p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
    width: 472px;
}

.swiper-button-prev85 {
    display: block !important;
}

.swiper-button-prev85:after,
.swiper-container-rtl .swiper-button-next85:after {
    display: none !important;
}

.swiper-button-next85 img,
.swiper-button-prev85 img {
    height: 60px !important;
    width: 60px !important;
    padding: 15px;
    background-color: black;
    border-radius: 50%;
}

.swiper-button-next85,
.swiper-button-prev85 {
    top: 42%;
}

.swiper-button-prev85 {
    left: 3rem;
}

.book-hd {
    text-align: center;
}

.book-hd h1 {
    font-family: Cambria, Georgia;
    font-size: 43px;
    letter-spacing: 1px;
    color: black;
    margin-bottom: 0;
}

.book-hd p {
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 28px;
    width: 763px;
    margin: auto;
    padding: 1rem 0;
}

#books {
    padding-top: 6rem;
}

.wrapper {
    padding: 145px 0 0 0;
    overflow: hidden;
}

.center-slider .slick-slide {
    color: #FFF;
    height: 200px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
}

.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
}

.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.05);
}

.center-slider .slick-current.slick-active img {
    border: 1px solid red;
    padding: 15px;
    border-radius: 0%;
    transform: scale(1);
}

.slick-next,
.slick-prev {
    z-index: 5;
}

.slick-next {
    position: relative;
    top: -20rem !important;
    right: 32rem !important;
    padding: 12px 16px;
    border-radius: 50%;
    background-color: black;
}

.slick-prev {
    left: 31.5rem;
    z-index: 9;
    top: 5rem;
    position: relative;
    background-color: black;
    border: none;
    padding: 12px 16px;
    border-radius: 50%;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
}

.ar {
    width: 329px !important;
    height: 463px !important;
    object-fit: cover;
}

.slick-list {
    overflow: unset !important;
}

.fa-arrow-left {
    color: white;
}

.fa-arrow-right {
    color: white;
}

.slick-track {
    left: -62px !important;
}

.slick-slide img {
    display: block;
    width: 314px !important;
}

.slick-active img {
    transform: scale(0.6);
    border: 1px solid red;
    padding: 0.5rem;
}

.slick-active+.slick-active img {
    transform: scale(0.8);
    border: 1px solid red;
    padding: 0.5rem;
}

.center-slider .slick-current.slick-active img {
    transform: scale(0.8);
    margin-left: 0.5rem;
}

.slick-active+.slick-active+.slick-active+.slick-active img {
    transform: scale(0.8);
    border: 1px solid red;
    padding: 0.5rem;
}

.slick-active+.slick-active+.slick-active+.slick-active+.slick-active img {
    transform: scale(0.6);
}

.slick-slide {
    margin: 0 27px;
}

.slick-list {
    margin: 0 -27px;
}

.dt {
    position: relative;
}

.dt-hd {
    position: absolute;
    bottom: -13rem;
    left: 1.8rem;
    background-color: #f6e8d9;
    text-align: center;
    padding: 1rem 1rem;
    transform: scale(0);
    transition: all 1.9s;
}

.dt-hd h1 {
    color: black;
    letter-spacing: 1px;
    font-size: 35px;
    margin-bottom: 0;
}

.dt-hd h3 {
    color: black;
    letter-spacing: 1px;
    font-size: 25px;
    margin-bottom: 0;
}

.dt-hd h4 {
    color: black;
    letter-spacing: 1px;
    font-size: 22px;
    margin-bottom: 2rem;
}

.dt-hd a {
    text-decoration: none;
    color: black;
    padding: 14px 48px;
    background-color: #990f02;
    color: white;
}

.center-slider .slick-current.slick-active .dt-hd {
    transform: scale(1);
}

#secont-se {
    position: relative;
    overflow: hidden;
}

.inner-part {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.container155 {
    max-width: 1200px;
    margin: auto;
}

.inner-part {
    padding: 5rem 2rem;
    background-color: #f6e2cc;
}

.part-bt a {
    text-decoration: none;
    color: white;
    padding: 14px 21px;
    background-color: #990f02 !important;
    font-size: 20px;
    letter-spacing: 1px;
}

.part-w h1 {
    font-size: 42px;
    color: black;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.container155 {
    position: relative;
    padding: 2rem 0 2rem 2rem;
}

.container155::after {
    position: absolute;
    content: "";
    border: 1px solid #990F02;
    background-size: contain;
    height: 100%;
    width: 50%;
    left: 0%;
    top: 0;
    z-index: -1;
}

#partner {
    margin: 4rem 0;
}

.abt-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    /* flex-wrap: wrap; */
    width: 100%;
    align-items: center;
}

.left-ab {
    width: 55%;
}

.right-ab {
    width: 45%;
}

.first-img {
    position: relative;
    float: right;
}

.first-img img {
    width: 400px;
}

.second-img {
    position: absolute;
    top: 16%;
    left: -12rem;
}

.second-img img {
    width: 250px;
    height: 350px;
    object-fit: cover;
}

.third-img {
    position: absolute;
    bottom: -6rem;
    right: 3rem;
}

.third-img img {
    width: 163px;
}

#about {
    padding: 13rem 0;
    background-color: #f6e2cc;
    clip-path: polygon(0 11%, 100% 0, 100% 89%, 0% 100%);
}

.left-ab h1 {
    font-size: 43px;
    letter-spacing: 1px;
}

.left-ab p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
}

.found {
    display: flex;
    /* flex-wrap: wrap; */
    width: 100%;
    gap: 3rem;
    max-width: 1200px;
    margin: auto;
}

.l-img img {
    width: 200px;
    height: 278px;
    object-fit: cover;
    border-radius: 152px;
    /* filter: drop-shadow(4px 0px 0px red); */
    object-position: top;
}

.left-found,
.right-found {
    display: flex;
    width: 48%;
    align-items: center;
    position: relative;
    padding: 1rem;
}

.r-tx h1 {
    font-size: 27px;
    letter-spacing: 1px;
}

.r-tx {
    padding: 1rem;
    background-color: #faecdc;
    position: absolute;
    left: 31%;
}

.founder-hd h1 {
    text-align: center;
    font-size: 43px;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    font-family: Cambria, Georgia;
    font-size: 43px;
    letter-spacing: 1px;
    color: black;
}

.left-found::after {
    position: absolute;
    content: "";
    border: 1px solid #990F02;
    height: 100%;
    width: 83%;
    top: 0;
    right: -3px;
    z-index: -1;
}

.right-found::after {
    position: absolute;
    content: "";
    border: 1px solid #990F02;
    height: 100%;
    width: 83%;
    top: 0;
    right: -3px;
    z-index: -1;
}

.tyi_3101ol {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding-top: 0rem;
    margin-bottom: 70px;
    grid-template-rows: repeat(2, 1fr);
    row-gap: 10px;
    column-gap: 10px;
    height: 468px;
}

.tyi_3101ol img {
    width: 100%;
}

.tyi_3102ol:nth-child(1),
.tyi_3102ol:nth-child(3) {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.tyi_3102ol:nth-child(2),
.tyi_3102ol:nth-child(4) {
    grid-column-end: span 1;
    grid-row-end: span 1;
}

.swiper58 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-slide58 {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide58 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination111 .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
}

.gal-hd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.gal-bt a {
    text-decoration: none;
    color: black;
    font-size: 22px;
    font-weight: 100;
}

.gal-hd {
    max-width: 1300px;
    margin: auto;
}

/* #gal {} */

.foot-nav {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    width: 700px;
}

.foot-nav li {
    list-style: none;
    border-right: 1px solid;
    padding-right: 10px;
}

.foot-nav li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
}

#footer {
    background-color: #000;
    padding: 3rem 0;
}

.lg {
    display: flex;
    justify-content: space-between;
    color: white;
    align-items: center;
    padding-top: 2rem;
}

.sc-icon {
    display: flex;
    gap: 1.5rem;
    color: white;
}

.lg-img img {
    width: 160px;
}

.lgg {
    width: 13%;
}

.search-box,
.search-box11 {
    width: 62%;
    display: flex;
    justify-content: center;
}

.search-box input,
.search-box11 input {
    width: 74%;
    text-align: center;
    border-right: none !important;
    height: 40px;
    border: 0.5px solid #838383;
    border-radius: 5px 0 0 5px;
}

.field-inline-block input {
    width: 100%;
    height: 42px;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
}

.field-inline-block {
    width: 100%;
}

.search-box input:focus {
    outline: none;
    box-shadow: none;
}

.search-button:focus {
    outline: none;
}

.search-button {
    padding: 0.422333333rem 0.7rem;
}

#button-wrapper {
    width: 13% !important;
}

.lgg img {
    width: 119px;
    filter: drop-shadow(2px 1px 2px black);
    margin-left: 1rem;
}

#wrapper {
    max-width: 100%;
    margin: 0px auto;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    width: 100%;
    z-index: 9999;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}

#button-wrapper {
    /* -webkit-appearance: none; */
    background: unset;
    border: 0;
    height: 70px;
    width: 70px;
    float: right;
    z-index: 99;
}

#button-wrapper:focus {
    outline: none;
}

.menu-button {
    text-decoration: none;
    width: 30px;
    height: 3px;
    background: #444;
    display: inline-block;
    position: relative;
    border: 0px;
    transition: 250ms ease;
}

.menu-button:before {
    content: "";
    position: absolute;
    width: 50px;
    display: block;
    height: 3px;
    left: 0px;
    background: #444;
    transition: 250ms ease-out;
}

.menu-button:before {
    transform: translateY(-15px);
}

.menu-button:after {
    transform: translateY(15px);
}

.button-transform {
    animation: b-anim 1s;
    transform: rotate(45deg);
    background-color: rgb(0 0 0);
    width: 50px;
}

.button-transform:before,
.button-transform:after {
    transform: translateY(0px);
}

.button-transform:before {
    transform: rotate(-90deg);
    background-color: rgb(0 0 0);
}

.button-transform:after {
    opacity: 0;
}

.menu-container {
    position: absolute;
    display: inline-flex;
    flex-flow: column;
    margin-left: 0;
    padding-left: 2rem;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: 500ms ease-out;
    background-color: black;
    width: 31%;
    height: 100vh;
}

.menu-container a {
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: white;
    font-size: 1.7em;
    margin: auto 5px;
    text-decoration: none;
    color: #ffffff;
    transition: transform 500ms ease-out;
    width: 453px;
    margin: 18px auto;
    font-weight: 900;
}

.menu-active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
    position: fixed;
    z-index: 99;
}

.menu-active a {
    transform: skewX(-13deg);
}

.menu-active a:hover,
.menu-active a:focus {
    transform: translateX(30px) skewX(-13deg);
    color: #5e5e5e;
    position: relative;
    -webkit-text-fill-color: #ffffffb3;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #ffffff;
}

.active {
    -webkit-text-fill-color: #ffffffb3 !important;
    -webkit-text-stroke-width: 0.5px !important;
    -webkit-text-stroke-color: #ffffff !important;
    transform: translateX(30px) skewX(-13deg) !important;
    color: #5e5e5e !important;
    position: relative !important;
}

.active:before {
    width: 2px !important;
    height: 100% !important;
    left: -13px !important;
    position: absolute !important;
    content: "" !important;
    background: #5e5e5e !important;
    display: inline !important;
}

.menu-active a:hover:before {
    width: 2px;
    height: 100%;
    left: -13px;
    position: absolute;
    content: "";
    background: #5e5e5e;
    display: inline;
}

@keyframes b-anim {
    100% {
        transform: rotate(405deg);
    }
}

.menu-active .menu-item-1 {
    position: relative;
    animation: menu_move_1 0.2s linear;
    width: 100%;
}

@keyframes menu_move_1 {
    0% {
        transform: translateX(-600px);
    }

    100% {
        transform: translateX(0);
    }
}

.menu-active .menu-item-2 {
    position: relative;
    animation: menu_move_2 0.3s linear;
}

@keyframes menu_move_2 {
    0% {
        transform: translateX(-600px);
    }

    100% {
        transform: translateX(0);
    }
}

.menu-active .menu-item-3 {
    position: relative;
    animation: menu_move_3 0.4s linear;
}

@keyframes menu_move_3 {
    0% {
        transform: translateX(-600px);
    }

    100% {
        transform: translateX(0);
    }
}

.menu-active .menu-item-4 {
    position: relative;
    animation: menu_move_4 0.5s linear;
}

@keyframes menu_move_4 {
    0% {
        transform: translateX(-600px);
    }

    100% {
        transform: translateX(0);
    }
}

.menu-active .menu-item-5 {
    position: relative;
    animation: menu_move_5 0.6s linear;
}

@keyframes menu_move_5 {
    0% {
        transform: translateX(-600px);
    }

    100% {
        transform: translateX(0);
    }
}

.menu-active .menu-item-6 {
    position: relative;
    animation: menu_move_6 0.7s linear;
}

@keyframes menu_move_6 {
    0% {
        transform: translateX(-600px);
    }

    100% {
        transform: translateX(0);
    }
}

.menu-active .menu-item-7 {
    position: relative;
    animation: menu_move_7 0.8s linear;
}

@keyframes menu_move_7 {
    0% {
        transform: translateX(-600px);
    }

    100% {
        transform: translateX(0);
    }
}


.menu-active .menu-item-8 {
    position: relative;
    animation: menu_move_8 0.9s linear;
}

@keyframes menu_move_8 {
    0% {
        transform: translateX(-600px);
    }

    100% {
        transform: translateX(0);
    }
}


.menu-active .menu-item-9 {
    position: relative;
    animation: menu_move_9 1.0s linear;
}

@keyframes menu_move_9 {
    0% {
        transform: translateX(-600px);
    }

    100% {
        transform: translateX(0);
    }
}

.inner-mag {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.5rem;
}

.left-ma {
    width: 70%;
}

.left-ma img,
.right-ma img {
    width: 100%;
    height: 379px;
    object-fit: cover;
}

.right-ma {
    width: 28%;
    background-color: #990F02;
    position: relative;
    overflow: hidden;
}

.inner-r {
    background-color: #710c04;
    border-radius: 26% 29% 29% 29% / 24% 23% 23% 28%;
    height: 324px;
    width: 237px;
    position: absolute;
    top: -2rem;
    left: 20%;
}

.left-ma {
    position: relative;
}

.left-t {
    position: absolute;
    top: 23%;
    right: 2rem;
    color: white;
}

.left-t h1 {
    font-size: 40px;
    color: white;
    letter-spacing: 1px;
}

.left-t p {
    letter-spacing: 1px;
    color: white;
    line-height: 28px;
    width: 400px;
}

.buy a {
    text-decoration: none;
    color: white;
    padding: 7px 29px;
    background-color: #b10000;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 800;
}

.buy {
    margin-top: 1rem;
}

.left-t h6 {
    font-size: 25px;
}

.ddt a {
    text-decoration: none;
    color: white;
    letter-spacing: 0.55px;
    padding: 8px 22px;
    background-color: black;
}

.ddt h1 {
    letter-spacing: 0.55px;
    color: white;
    font-size: 32px;
    text-align: center;
    line-height: 43px;
}

.inner-r {
    position: relative;
}

.ddt {
    position: absolute;
    top: 33%;
    left: 0%;
    width: 100%;
}

.ddt a {
    margin: auto;
}

.sb {
    text-align: center;
}

.sb {
    margin-top: 1.5rem;
}

.dt-mn select,
.mn select {
    width: 220px;
    height: 46px;
    border-radius: 30px;
    padding-left: 1rem;
}

.exp-hd {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 2rem;
    align-items: center;
}

.lf-imm,
.mag-type {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.6rem;
}

.mag-no11 {
    width: 23.4% !important;
    transition: all .3s;
    background-color: #9d00001a;
}

.mag-no {
    width: 31.2%;
    transition: all .3s;
    background-color: #9d00001a;
    height: auto;
}

.mag-no:hover {
    padding: 10px;
    background-color: #990F02;
}

.mag-no:hover h1,
.mag-no:hover h3,
.mag-no:hover h5,
.mag-no:hover p {
    color: white !important;
}

.lf-imm11 {
    width: 100% !important;
    padding: 0 2rem 4rem 2rem !important;
    border-right: none !important;
}

.lf-imm {
    width: 72%;
    padding: 2rem 2rem 4rem 2rem;
    border-right: 1px solid #ff00004a;
}

.read a:nth-child(1) {
    display: none;
}

.uv {
    position: relative;
}

.mag-no {
    padding: 10px;
    cursor: pointer;
    border: 1px solid #ff00002e;
}

.add11 {
    bottom: 18% !important;
}

.mag-no:hover .add {
    opacity: 1;
    margin-top: 0%;
}

.add a {
    text-decoration: none;
    color: #7d1935;
    background-color: rgb(255 255 255);
    padding: 0.3rem 0.4rem;
    position: absolute;
    transition: all .3s;
    font-size: 16px;
}

.add a:hover {
    color: black;
}

.read {
    position: absolute;
    display: inline-grid;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 78%;
    text-align: center;
    opacity: 0;
    transition: all .9s;
}

.read1 {
    top: 67%;
}

.mag-no:hover .read {
    opacity: 1;
}

.read a {
    text-decoration: none;
    color: white;
    background-color: #2b2121;
    padding: 0.3rem 0;
}

.mag-no img {
    width: 100%;
    height: auto !important;
    margin-bottom: 2rem;
}

.exp-hd {
    padding: 1rem 0 1rem 0rem;
    border-top: 0.5px solid rgba(255, 0, 0, 0.205);
    border-bottom: 0.5px solid rgba(255, 0, 0, 0.205);
    margin: 2rem 0 2rem 0;
}

.mag-no h1 {
    font-size: 23px;
    letter-spacing: 0.55px;
    transition: all .3s;
    line-break: anywhere;
}

.mag-no h3 {
    letter-spacing: 0.55px;
    font-size: 22px;
    font-weight: 700;
    transition: all .3s;
}

.mag-no h5 {
    letter-spacing: 0.55px;
    margin-top: 0rem;
    transition: all .3s;
    font-size: 18px;
    font-weight: 800;
}

.pop-tp {
    display: flex;
    gap: 1rem;
    margin-bottom: 10px;
    align-items: center;
}

.pop-img img {
    width: 100px;
}

.mag-type {
    gap: 0 !important;
}

.pop-dt {
    padding-left: 1rem;
    margin-top: 1rem;
}

.p-hd {
    border-bottom: 0.5px solid rgba(255, 0, 0, 0.205);
    padding-left: 1rem;
}

.pop-txt h1 {
    font-size: 25px;
    margin-bottom: 5px;
}

.pop-txt h6 {
    font-size: 21px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 800;
}

.pop-txt h5 {
    font-size: 23px;
    font-weight: 800;
}

.search-box button {
    border: 0.5px solid #00000082;
    border-left: none;
    border-radius: 0 5px 5px 0;
}

.bck {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    font-size: 20px;
    margin: 0.5rem 0;
}

.bck a {
    text-decoration: none;
    color: gray;
    font-size: 20px;
    letter-spacing: 1px;
}

.ev-type {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
}

.ev-tp1 {
    width: 31%;
}

.ev-tp1 img {
    width: 100%;
    height: 322px !important;
    object-fit: cover;
}

.ev-tp12 img {
    height: 460px;
    object-fit: cover;
}

.ev-tp1-txt {
    text-align: center;
}

.ev-tp1-txt h2 {
    font-size: 24px;
    letter-spacing: 0.55px;
    margin-top: 1rem;
}

.ev-tp1 {
    width: 32.3%;
    border: 1px solid #ff00002e;
    padding: 0.55rem;
}

.ev-hd h1 {
    margin: 0.5rem 0;
    font-size: 40px;
    font-family: Cambria, Georgia;
    font-size: 40px;
    letter-spacing: 1px;
    color: black;
}

#up-ev {
    position: relative;
    overflow: hidden;
}

.connect-form {
    display: grid;
}

.connect-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid red !important;
    margin-bottom: 2rem;
    background: none;
    font-size: 25px;
    color: rgb(255, 124, 124);
    padding-left: 10px;
}

.connect-form input:focus,
.connect-form textarea:focus {
    outline: none;
    color: rgb(255, 124, 124);
}

.connect-form textarea {
    border: 1px solid red;
    background: none;
    width: 100%;
    font-size: 25px;
    height: 128px;
    color: rgb(255, 124, 124);
    padding-left: 10px;
}

#connect,
#connect1 {
    height: 100vh;
    width: 100vw;
    background-color: black;
    position: fixed;
    top: 50%;
    left: -60%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    transition: all .2s;
}

.cross {
    position: absolute;
    top: 2rem;
    right: 2rem;
}

.cross img {
    width: 50px;
}

.connect-hd h1 {
    color: red;
    font-size: 38px;
}

.connect-hd p {
    color: red;
    font-size: 38px;
}

.connect-form textarea::placeholder,
.connect-form input::placeholder {
    color: #212517;
    opacity: 1;
}

.connect-form textarea:-ms-input-placeholder,
.connect-form input:-ms-input-placeholder {
    color: #212517;
}

.connect-form textarea::-ms-input-placeholder,
.connect-form input:-ms-input-placeholder {
    color: #212517;
}

.container250 {
    max-width: 90% !important;
    margin: auto !important;
}

.upload input {
    font-size: 31px;
    margin: 2rem 0;
    width: 100%;
}

.subb a {
    text-decoration: none;
    color: white;
    padding: 15px 65px;
    background-color: red;
    font-size: 40px;
}

.inner-connect {
    display: flex;
}

.lc {
    width: 65%;
}

.rc {
    width: 35%;
}

.rc h1 {
    color: white;
    font-size: 128px;
    writing-mode: tb;
    float: right;
    margin-top: 3rem;
    opacity: 0.1;
}

.inner-ab {
    display: flex;
    /* flex-wrap: wrap;*/
    width: 100%;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
}

.left-abv {
    width: 66%;
}

.right-abv {
    width: 38%;
    position: relative;
}

.right-abv img {
    width: 400px;
    height: 519px;
    object-fit: cover;
    padding: 16px !important;
    box-shadow: #990F02 0px 0px 0px 1px;
    border-radius: 152px 0;
    position: relative;
    animation: animates linear 5.5s infinite;
}

.right-abv {
    position: relative;
    width: 400px;
    margin: auto;
}

#abo {
    padding-top: 1rem;
}

.rt-im img {
    border: none;
}

.abt-hd h1 {
    color: black;
    font-size: 35px;
    letter-spacing: 2px;
}

.abt-hd p {
    font-size: 15px;
    letter-spacing: 0.55px;
    line-height: 26px;
}

.inner-f {
    display: flex;
    /*flex-wrap: wrap; */
    width: 100%;
    gap: 2rem;
}

.left-f {
    width: 49%;
}

.right-f {
    width: 49%;
}

.left-f img,
.right-f img {
    width: 100%;

    object-fit: cover;
}

.left-f,
.right-f {
    position: relative;
}

.lay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(360deg, black 15%, transparent 85%);
}

.lay1 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(360deg, black 15%, transparent 85%);
}

.lay {
    text-align: center;
    color: white;
    padding-top: 53%;
}

.lay h2 {
    margin-bottom: 0.3rem;
}

.lay h3 {
    margin-bottom: 1rem;
    font-size: 22px;
}

.lay a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    padding: 10px 24px;
    background-color: white;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 1.5px;
    transition: all .3s;
}

.lay a:hover {
    background-color: #990f02;
    color: white;
}

.in-hdd h1 {
    text-align: center;
    margin: 2rem 0;
    font-size: 45px;
    letter-spacing: 0.55px;
}

#found {
    margin: 4rem 0;
}

.inner-ab {
    position: relative;
}

.inner-ab::before {
    position: absolute;
    content: "";
    background-image: url(../image/111.png);
    background-size: contain;
    height: 3600px;
    width: 77%;
    top: -43%;
    left: 29%;
    background-repeat: no-repeat;
    z-index: -1;
    transform: rotate(-16deg);
    opacity: 0.3;
}

#abo {
    overflow: hidden;
}

#fil {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.fil-hd {
    text-align: center;
}

.fil-hd h1 {
    text-align: center;
    margin-top: 3rem;
    color: white;
    display: inline-block;
    padding: 0px 32px;
    box-shadow: inset black 0px 0px 25px 20px;
}

.inner-fil {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
    margin-bottom: 2rem;
}

.left-fil {
    width: 38%;
    position: relative;
    padding: 12px;
    height: 408px;
}

.left-fil img {
    width: 100%;
    height: 382px;
}

.left-fil::after {
    position: absolute;
    content: "";
    border: 1px solid #990F02;
    background-size: contain;
    top: 0;
    left: 0;
    height: 392px;
    width: 100%;
}

.ol-fl ol {
    display: flex;
    gap: 2rem;
}

.left-fil1 {
    position: relative;
}

.left-fil1::after {
    position: absolute;
    content: "";
    border: 1px solid #990F02;
    background-size: contain;
    top: 0;
    left: 0px;
    height: 100%;
    width: 109%;
}

.right-fil {
    width: 60%;
}

#mm {
    position: relative;
    overflow: hidden;
}

.vdd {
    display: flex;
}

.kathantara p,
.container14 ol li {
    margin-bottom: 0px;
    letter-spacing: 0.55px;
    font-size: 17px;
    line-height: 29px;
}

.kathantara span {
    font-weight: 800;
}

.container14 ol li ol li {
    list-style: lower-alpha;
}

.inner-fil-hd h1 {
    font-size: 36px;
    letter-spacing: 1px;
    border-bottom: 1px solid;
    display: inline-block;
    color: #990F02;
    -webkit-text-stroke-color: red;
}

.bttt2,
.cross {
    cursor: pointer;
}

#founder {
    overflow: hidden;
    margin-top: 2rem;
}

.inner-achyuta-bio {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.left-achyuta,
.right-itirani {
    width: 50%;
    position: relative;
    z-index: -1;
}

.right-itirani {
    width: 50%;
    padding: 3rem 0;
}

.left-itirani {
    width: 50%;
    background-color: #c50008;
    padding: 3rem;
    position: relative;
    left: 6rem;
}

.right-achyuta {
    position: relative;
    padding: 3rem 0;
    width: 50%;
}

.right-achyuta::after {
    position: absolute;
    content: "";
    background-color: red;
    background-size: contain;
    top: 0rem;
    left: -8rem;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#achyuta-bio,
#itirani-bio {
    margin-top: 5rem;
    margin-bottom: 3rem;
}

.left-achyuta img,
.right-itirani img {
    width: 600px;
    height: 400px;
    margin: auto;
    object-fit: cover;
    object-position: top;
}

.ac-name h1 {
    color: white;
    filter: drop-shadow(2px 3px 1px black);
    font-size: 35px;
}

.ac-dt {
    color: white;
}

.ac-dt-list {
    margin-top: 2rem;
}

.ac-dt-list ul li,
.ac-info p,
.iti-dt p,
.iti-ad h5,
.iti-ad1 h5,
.iti-ad ul li {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 28px;
    list-style: square;
    color: rgb(29, 29, 29);
    font-weight: 800;
}

.iti-ad h5,
.iti-ad1 h5 {
    font-weight: 300 !important;
}

.ac-info {
    margin: 2rem 0;
}

.ac-info h3 {
    letter-spacing: 1px;
    text-align: center;
    font-size: 30px;
    color: red;
    font-weight: 800;
    border-bottom: 1px solid;
    width: 662px;
    margin: auto;
    margin-bottom: 1rem;
}

.ac-info span {
    font-weight: 800;
    color: rgb(0, 0, 0);
}

.cnt {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
    align-items: center;
}

.iti-ad,
.iti-ad1 {
    width: 48%;
}

.iti-ad {
    border-right: 1px solid red;
}

.iti-hd h1 {
    color: red;
    letter-spacing: 1px;
    font-size: 40px;
    font-weight: 800;
    border-bottom: 1px solid;
    display: inline-block;
}

.iti-hd {
    text-align: center;
    margin: 2rem 0;
}

#cart {
    margin-bottom: 3rem;
}

.sub-left-fl {
    display: flex;
    gap: 10px;
}

.sub-lef {
    width: 25%;
}

.sub-lef img {
    width: 200px;
    border: 4px solid #990f02;
}

.sub-rig {
    width: 74%;
}

.q-no {
    display: flex;
    flex-wrap: wrap;
    width: 30%;
    justify-content: space-between;
    padding: 5px 10px;
    border: 1px solid #990f02;
    margin-top: 1rem;
}

.sub-inner-cart {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 2rem;
}

.left-cart {
    width: 67%;
}

.right-cart {
    width: 30%;
}

.inner-quantity {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
}

.q-no p {
    font-weight: 900;
    margin-bottom: 0;
    font-size: 21px;
    color: #990f02;
}

.remove-c {
    margin-right: 1rem;
}

.mag-n h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 43px;
    color: #990f02;
    margin-bottom: 1rem;
}

.mag-code h3 {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .6px;
    color: #990f0273;
}

.mag-price h1 {
    font-size: 40px;
    color: #990f02;
    letter-spacing: 1px;
}

.quantity h5 {
    color: #990f02;
    letter-spacing: 0.55px;
    font-size: 20px;
}

.remove-c {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.remove-c span {
    color: #990f02;
}

.remove-c a {
    color: #990f02;
    text-decoration: none;
    letter-spacing: 1px;
}

.ppp {
    list-style-type: none;
    width: 33%;
    text-align: right;
}

.right-cart {
    padding: 1rem;
    background-color: #990f02;
}

.innefr-right-cart {
    color: white;
}

.bttttt a {
    text-decoration: none;
    color: #990f02;
    letter-spacing: 1px;
    padding: 0.5rem 0;
    background-color: white;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 20px;
}

.bttttt {
    margin-top: 2rem;
}

.car-hd h1 {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 1px;
}

.nav-i a {
    text-decoration: none;
    color: black;
    letter-spacing: 0.55px;
    font-size: 20px;
}

.nav-i {
    margin: 2rem 0;
}

.found a {
    color: black;
}

.nm,
.c-name,
.country,
.hs-no,
.apt,
.ct,
.state,
.pin,
.mss {
    width: 100%;
}

.nm {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
}

.nm input {
    width: 49%;
    margin-bottom: 1rem;
    height: 40px;
}

.c-name input,
.country select,
.hs-no input,
.apt input,
.ct input,
.state select,
.pin input {
    width: 100%;
    margin-bottom: 1rem;
    height: 38px;
}

.mss textarea {
    width: 100%;
    margin-bottom: 1rem;
    height: 100px;
}

.nm input,
.c-name input,
.country select,
.hs-no input,
.apt input,
.ct input,
.state select,
.pin input,
.mss textarea {
    border: 0.5px solid rgba(128, 128, 128, 0.24);
    padding-left: 10px;
}

.nm input:focus,
.c-name input:focus,
.country select:focus,
.hs-no input:focus,
.apt input:focus,
.ct input:focus,
.state select:focus,
.pin input:focus,
.mss textarea:focus {
    border: 0.5px solid rgba(255, 0, 0, 0.315);
    outline: none;
    box-shadow: none;
}

.inner-shipping {
    width: 100%;
    margin: auto;
}

.shipping-hd h1 {
    color: white;
    letter-spacing: 1px;
    font-size: 35px;
    text-align: center;
    margin-bottom: 2rem;
}

#login {
    margin: 5rem 0 3rem 0;
}

.inner-login {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.login-logo {
    width: 48%;
}

.login-form {
    width: 52%;
    padding: 2rem;
    box-shadow: 0 2px 33px -11px rgb(255 0 0 / 46%);
}

.login-container {
    max-width: 1000px;
    margin: auto;
}

.login-logo img {
    width: 379px;
    filter: drop-shadow(1px 5px 0px black);
}

.lg-hd h1 {
    font-family: Cambria, Georgia;
    font-size: 35px;
    letter-spacing: 1px;
    color: black;
    margin-bottom: 0;
    margin-bottom: 1rem;
}

.form-type input {
    border: 0.5px solid #80808059;
    border-radius: 0;
    margin-bottom: 1rem;
}

.otp h5 {
    margin: 0.5rem 0;
}

.otp h5,
.forgot h5 {
    letter-spacing: 0.5px;
    font-size: 18px;
    color: gray;
}

.lg-bt,
.lg-bt2,
.lg-bt3,
.lg-bt11 {
    text-align: center;
    margin-bottom: 1rem;
}

.lg-bt a,
.lg-bt2 a,
.lg-bt3 a,
.lg-bt11 a {
    text-decoration: none;
    color: white;
    padding: 0.4rem 0;
    background-color: #990F02;
    display: flex;
    justify-content: center;
    font-size: 20px;
}

.inner-subscribe {
    display: flex;
    width: 100%;
    gap: 1rem;
}

.subscribe-type1,
.subscribe-type2,
.subscribe-type3 {
    width: 32.4%;
    text-align: center;
    box-shadow: black 0px 3px 11px -5px;
    padding: 0rem 0 2rem 0;
}

#subscribe {
    margin: 6rem 0 3rem 0;
}

.rg h3 {
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 1.4rem;
}

.rg h6 {
    font-size: 12px;
    letter-spacing: 0.55px;
}

.rg {
    margin: 3rem 0;
    color: white;
}

.zr {
    height: 100px;
    width: 100px;
    margin: auto;
    position: relative;
    border-radius: 50%;
    background-color: white;
    box-shadow: inset #ffffff 0px 3px 0px 1px, inset grey 0px 6px 0px 0px, black 0px 0px 12px -6px;
    margin-bottom: 2rem;
}

.zr span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sb-bt1 a {
    text-decoration: none;
    padding: 7px 20px;
    border: 1px solid;
    border-radius: 30px;
    background-color: #28707e;
    color: white;
}

.sb-bt2 a {
    text-decoration: none;
    padding: 7px 20px;
    border: 1px solid;
    border-radius: 30px;
    background-color: #93792e;
    color: white;
}

.sb-bt3 a {
    text-decoration: none;
    padding: 7px 20px;
    border: 1px solid;
    border-radius: 30px;
    background-color: #6d1770;
    color: white;
}

.subscribe-type1 {
    background: linear-gradient(180deg, #28707e 59%, white 0);
}

.subscribe-type2 {
    background: linear-gradient(180deg, #93792e 59%, white 0);
}

.subscribe-type3 {
    background: linear-gradient(180deg, #5f0062e8 59%, white 0);
}

.form-t input {
    width: 100%;
    background-color: transparent;
    border: 0.5px solid #ff000038;
    height: 40px;
}

.form-t input:focus {
    border: 0.5px solid #ff000038;
    outline: none;
    box-shadow: none;
}

#register-details {
    margin: 5rem 0;
    position: relative;
}

#register-details::after {
    position: absolute;
    content: "";
    background-image: url(../image/leaf.png);
    background-size: contain;
    height: 100%;
    width: 62%;
    top: 3rem;
    left: 10rem;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 1;
    transform: rotate(108deg);
    filter: grayscale(1);
    opacity: 0.3;
}

.inner-register-details {
    max-width: 500px;
    margin: auto;
}

.form-t {
    display: grid;
    margin-bottom: 1rem;
}

.form-t img {
    width: 99px;
    border-radius: 50%;
    margin: 1rem 0;
    box-shadow: #00000066 0px 3px 20px -4px;
}

.iump-submit-form {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: 2rem;
}

.iump-register-row-left input {
    padding: 16px 59px;
    line-height: 13px;
    background-color: #3ba1da;
    color: white;
    border: none;
}

.ihc-login-link a {
    padding: 16px 59px;
    line-height: 13px;
    box-shadow: #1a1a1a 0px 6px 4px -6px;
    text-decoration: none;
    color: black;
    transition: all .3s;
}

.ihc-login-link a:hover {
    box-shadow: #1a1a1a -1px 3px 7px 0px;
}

.fr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.ihc-order-title {
    position: relative;
    margin: 2rem 0;
}

.ihc-order-title::after {
    position: absolute;
    content: "";
    background-color: #2867b6;
    background-size: contain;
    height: 2px;
    width: 60%;
    bottom: -5px;
    left: 0;
}

.form-t1 {
    margin-bottom: 1rem;
}

#subcribe-details {
    margin: 5rem;
}

.inner-subcribe-details table {
    width: 100%;
    background-color: green;
    margin-bottom: 2rem;
}

table tr {
    height: 40px;
    color: white;
}

.inner-subcribe-details table td,
.inner-subcribe-details table th {
    padding: 1rem 1rem 1rem 2rem;
    color: white;
}

.yl {
    background-color: yellow;
}

.yl th {
    padding: 0;
    color: blue;
    text-align: center;
}

.yl1,
.yl2 {
    position: relative;
}

.pop-dt12 {
    display: flex;
    gap: 1rem;
    padding: 1rem;
}

.pop-dt12 img {
    width: 80px;
}

#cart-popup {
    width: 257px;
    background-color: #ffb6b6;
    position: fixed;
    top: 10%;
    right: -100%;
    transition: all .5s;
    z-index: 9999999999;
    padding-bottom: 1rem;
}

.pp h1 {
    font-size: 26px;
    background-color: #990f02;
    color: white;
    padding: 10px;
}

.pr12 h2 {
    font-size: 20px;
}

.view-cart-bt {
    text-align: right;
    margin-right: 2rem;
}

.view-cart-bt a {
    text-decoration: none;
    color: blue;
}

.cart-popup-new {
    right: 0% !important;
}

.place-order {
    text-align: center;
    margin-top: 2rem;
}

.place-order a {
    text-decoration: none;
    color: white;
    padding: 9px 22px;
    border: 1px solid #990f02 !important;
    border-radius: 30px;
    transition: all .3s;
}

.place-order a:hover {
    background-color: #990f02 !important;
    color: white;
}

.contact-table tr {
    color: black;
    text-align: center;
}

.contact-table table {
    width: 100%;
}

.contact-table tr:nth-child(even) {
    background-color: red;
    color: white;
}

.contact-table table table tr {
    background-color: red !important;
    color: white !important;
}

.contact-table table {
    border: 1px solid black;
    margin-bottom: 2px;
}

.contact-table table tr,
.contact-table table tr td,
.contact-table table tr th {
    border: 1px solid black;
    width: 200px;
}

#contact {
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.contact-table {
    border: 1px solid black;
    padding: 3px;
}

.contact-hd {
    text-align: center;
}

.contact-hd h1 {
    font-size: 25px;
    padding: 11px 31px;
    color: white;
    background-color: red;
    display: inline-block;
    box-shadow: inset black 0px 2px 32px 3px;
}

@import url('https://fonts.googleapis.com/css?family=Stalemate');

*,
*:before,
*:after {
    box-sizing: border-box;
}

.book-cover img {
    max-width: 100%;
}

/* .container {} */

.book-wrapper {
    position: relative;
    margin: 2% auto;
    width: 670px;
}

.book-wrapper img {
    filter: drop-shadow(15px 5px 5px #494338);
}

.pages-container {
    position: absolute;
    top: 4%;
    left: 3%;
    right: 0;
    bottom: 0;
    width: 91.5%;
    height: 91%;
}

.pages [class^="page-num-"] {
    background-image: url("https://img00.deviantart.net/cbb9/i/2005/258/c/4/paper_texture_v5_by_bashcorpo.jpg");
    background-size: auto 100%;
    position: relative;
}

.pages-content {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2% 10% 10% 10%;
}

.content-inner {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
}

.content-inner img {
    width: 71% !important;
}

.book-wrapper {
    user-select: none;
}

.page-num-1 .pages-background {
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(https://openclipart.org/image/2400px/svg_to_png/242093/Vintage-Floral-Texture-Background.png);
    background-size: cover;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.text1 {
    text-align: center;
    margin-top: 3rem;
}

.text p {
    font-size: 13px !important;
    line-height: 18px !important;
}

#book {
    margin: 5rem 0 2rem 0;
}

.anim {
    transition: all 4.5s;
}

.anim-new {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.inner-lg-frm2 {
    display: none;
}

.inner-lg-frm3,
.inner-lg-frm4,
.inner-lg-frm5,
.inner-lg-frm6 {
    display: none;
}

.sign-form,
.back-log {
    text-decoration: none;
    color: grey;
}

.bt-add {
    display: flex;
    gap: 3rem;
    margin: 2rem 0 0 5rem;
}

.bt-add1 a,
.bt-add2 a {
    text-decoration: none;
    color: white;
    padding: 19px 35px;
    background-color: red !important;
    font-size: 20px;
    letter-spacing: 1px;
}

.bt-add1,
.bt-add2 {
    position: relative;
}

.bt-add1::after {
    position: absolute;
    content: "";
    border: 1px solid red;
    background-size: contain;
    height: 78px;
    width: 84%;
    top: -24px;
    left: -10px;
    z-index: -1;
    transition: all .5s;
}

.bt-add1:hover::after,
.bt-add2:hover::after {
    width: 112%;
}

.bt-add2::after {
    position: absolute;
    content: "";
    border: 1px solid red;
    background-size: contain;
    height: 78px;
    width: 84%;
    top: -24px;
    right: -10px;
    z-index: -1;
    transition: all .5s;
}

.yl th {
    color: black !important;
    font-size: 19px;
}

.table2 {
    margin-top: 3rem;
}

.add-material table tr {
    color: black;
    text-align: center;
}

.add-material table tr td {
    border: 1px solid black;
    font-size: 17px;
    padding: 2rem 0.55rem;
    letter-spacing: 0.55px;
}

.add-material table {
    caption-side: bottom;
    border-collapse: separate;
    border: 1px solid;
}

.material-hd h1 {
    font-size: 25px;
    padding: 11px 31px;
    color: white;
    background-color: red;
    display: inline-block;
    box-shadow: inset black 0px 2px 32px 3px;
}

.material-hd {
    text-align: center;
    margin: 2rem 0 3rem 0;
}

.wpb_wrapper p {
    font-size: 19px !important;
}

.wpb_wrapper {
    margin-top: 2rem;
}

.wpb_wrapper p strong {
    border-bottom: 1px solid;
    margin-bottom: 1rem !important;
}

.wpb_wrapper p a {
    text-decoration: none !important;
    color: black !important;
}

.right-connect {
    display: grid;
}

.inner-connect11 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.5rem;
    max-width: 892px;
    box-shadow: red 0px 3px 16px -8px;
    padding: 2rem;
    margin: 2rem auto;
}

.right-connect input,
.right-connect textarea {
    border: 0.5px solid #ff000042;
    margin-bottom: 1rem;
    padding-left: 10px;
    width: 100%;
}

.right-connect input {
    height: 40px;
}

.right-connect textarea {
    height: 150px;
}

.right-connect input:focus,
.right-connect textarea:focus {
    outline: none;
    box-shadow: none;
}

.left-connect,
.right-connect {
    width: 48%;
}

.send a {
    text-decoration: none;
    color: white;
    padding: 9px 29px;
    background-color: red;
    font-size: 21px;
    letter-spacing: 2px;
}

.send {
    text-align: center;
}

#connect11 {
    margin: 4rem 0;
}

header {
    color: rgb(250, 250, 250);
    text-align: center;
    font-size: 1.2em;
}

#gallery-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    z-index: -1;
}

#thumbnail-gallery-container {
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
    padding: 15px 50px 10px 50px;
}

.thumbnail {
    width: 32%;
    margin-bottom: 2%;
    position: relative;
}

img.thumbnail-image {
    width: 100%;
    height: 300px;
    object-position: center center;
    border: 1px solid #990f02;
    border: 1px solid #ff00002e;
    padding: 7px;
}

@media only screen and (max-width: 800px) {
    #gallery-section {
        padding: 10px 10px 0px 10px;
    }

    #thumbnail-gallery-container {
        padding: 0px;
    }
}

.lightbox-overlay {
    display: flex;
    transform: scale(0, 1);
    transition: transform 400ms ease-out;
    transform-origin: center;
    justify-content: center;
    align-items: center;
    background-color: rgb(80, 80, 80, 0.95);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.lightbox-overlay:target {
    display: flex;
    transform: scale(1, 1);
    z-index: 99999;
}

;

.lightbox-content {
    color: rgb(250, 250, 250);
    padding: 1.5em;
    width: 75vw;
    text-align: center;
}

.lightbox-image-title {
    position: relative;
    text-align: center;
}

.lightbox-navigation {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

.close {
    position: absolute;
    background-color: none;
    top: 5px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.close {
    text-decoration: none;
    font-weight: 100;
    font-size: 3em;
    font-family: sans-serif;
    margin-right: 3rem;
}

.close::after {
    content: 'X';
    color: rgb(250, 250, 250);
}

.back,
.next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24%;
    height: 2em;
    color: rgb(255, 255, 255);
    margin: 1%;
}

img.lightbox-image {
    width: 65vw;
    max-height: 65vh;
    object-fit: contain;
}

.patrika-dt h3 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 37px;
    color: red;
    font-weight: 800;
}

.rd-btt {
    margin-top: 2rem;
    text-align: center;
}

.rd-btt a {
    text-decoration: none;
    color: white;
    padding: 12px 20px;
    background-color: #990f02;
}

.readkd-hd span {
    color: red;
    font-size: 20px;
}

#readkd {
    margin: 2rem 0 3rem 0;
}

.forgot {
    cursor: pointer;
    text-align: right;
}

.forgot2 h5 a {
    color: blue;
}

.condition-hd {
    text-align: center;
    margin: 3rem 0 1rem 0;
}

.condition-hd h1 {
    font-size: 30px;
    color: red;
}

#condition {
    margin-bottom: 3rem;
}

.form-t1 label a {
    text-decoration: none;
    color: black;
}

.cr {
    position: relative;
}

.p-para {
    position: absolute;
    top: -6px;
    right: -6px;
    padding: 2px;
    height: 19px;
    width: 19px;
    background-color: #990F02;
    border-radius: 50%;
}

.p-para p {
    color: white;
    font-size: 14px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p-para11 p {
    color: white;
    font-size: 12px !important;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner-lg-frm {
    display: block;
}

.inner-login-profile {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 3rem;
}

.left-profile {
    width: 24%;
}

.right-profile {
    width: 70%;
}

.right-profile11 {
    width: 71%;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.lf-tt {
    width: 30%;
}

.dash-logo img {
    width: 100%;
    height: 360px;
    object-fit: contain;
    padding: 5rem 5rem;
    background-color: white;
    box-shadow: red 0px 0px 20px -10px;
}

.profile-image img {
    width: 176px !important;
    height: 176px;
    box-shadow: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    object-fit: cover;
    object-position: top;
}

.right-profile {
    text-align: center;
    padding: 1rem;
    background-color: #fff1e5;
    box-shadow: #808080ed 0px 2px 10px -3px;
    height: 100%;
}

.profile-image {
    height: 150px;
    width: 150px;
    background-color: none;
    background-color: white;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    margin: auto;
    bottom: -21px;
    left: 50%;
    transform: translate(-50%, 34%);
    box-shadow: grey 0px 0px 25px -5px;
}

.dash-logo {
    position: relative;
}

.nm11 {
    margin-top: 4.5rem;
    color: black !important;
}

.prile-bt {
    position: absolute;
    top: 25px;
    right: 25px;
}

.prile-bt a {
    text-decoration: none;
    color: white;
    background-color: #990F02;
    padding: 8px 20px;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 800;
}

#login-profile {
    margin: 5rem 0;
}

.dashboard-header li {
    list-style: none;
    margin-bottom: 10px;
    height: 30px;
}

.dashboard-header li a {
    text-decoration: none;
    color: black;
}

.dashboard-header li a span {
    margin-left: 4px;
}

.dashboard-header {
    padding: 4rem 2rem 2rem 2rem;
    background-color: #fff1e5;
    position: sticky;
    top: 5rem;
    box-shadow: grey 0px 2px 9px 0px;
}

.profile_heading,
.profile_user_name_wrapper_1,
.profile_user_name_wrapper_1 {
    text-align: left;
}

.profile_user_name_wrapper {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    width: 100%;
}

.profile_user_name_wrapper_1 {
    width: 48%;
}

.profile_user_name_wrapper_1 p {
    padding: 10px;
}

.login-profile-container {
    max-width: 1238px;
    margin: auto;
}

.profile_heading h3 {
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 37px;
    margin-top: 3rem;
}

.profile_user_name_wrapper_1 {
    display: flex;
    align-items: baseline;
}

.uploadOuter {
    text-align: center;
    padding: 20px;
}

.uploadOuter strong {
    padding: 0 10px;
}

.dragBox {
    width: 100%;
    height: 191px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 0;
    color: #999;
    border: 2px dashed #ccc;
    display: inline-block;
    transition: transform 0.3s;
    display: grid;
}

.dragBox input[type="file"] {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}

.draging {
    transform: scale(1.1);
}

#preview {
    text-align: center;
}

#preview img {
    max-width: 100%;
}

.dragBox img {
    width: 53px;
    margin: auto;
}

.form-row {
    margin-bottom: 1rem;
}

.up-pro {
    background-color: red;
    color: white;
    padding: 8px 20px;
    border: none;
}

.form_group input {
    height: 42px;
}

.active11 a {
    color: white !important;
}

.active11 {
    background-color: #990F02;
}

.dashboard-header li {
    padding: 18px;
    border: 1px solid #990F02;
    border-radius: 30px;
    position: relative;
}

.dashboard-header li a {
    position: absolute;
    top: 50%;
    left: 0;
    padding-left: 10px;
    transform: translate(0%, -50%);
}

.price-chart {
    display: flex;
    gap: 7rem;
    align-items: start;
}

.old-price {
    position: relative;
}

.old-price::after {
    position: absolute;
    content: "";
    background-color: #00000099;
    background-size: contain;
    height: 1px;
    width: 100%;
    z-index: 1;
    top: 16px;
    left: 1px;
    transform: rotate(-7deg);
}

.mag-no:hover .old-price::after {
    background-color: white !important;
}

#exp {
    overflow: hidden;
}

.rt-imm {
    width: 28%;
}

.hv h1 {
    font-family: Cambria, Georgia;
    font-size: 43px;
    letter-spacing: 1px;
    color: black;
}

.hv11 {
    text-align: center;
    margin: 2rem 0 1rem 0 !important;
}

.hv11 {
    margin: 0;
}

.swiper-slide36 img {
    width: 100% !important
}

.swiper-container-horizontal>.swiper-pagination115,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    height: 29px !important;
}

.swiper-pagination115 .swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
    background: #fff !important;
    opacity: 1;
}

.swiper-pagination115 .swiper-pagination-bullet-active {
    background-color: #990F02 !important;
}

.swiper-slide-active .left-t {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.inner-magazine-details {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.left-mag-dt {
    width: 39%;
}

.left-mag-dt img {
    width: 86%;
}

.right-mag-dt {
    width: 60%;
}

.mag-name-hd h1 {
    letter-spacing: 0.55px;
    color: black;
    font-size: 34px;
    margin: 0;
    line-height: 39px;
}

.pop-txt p {
    font-size: 13px !important;
    line-height: 21px !important;
}

.product-code span {
    font-family: sans-serif;
    font-style: initial;
    letter-spacing: 1px;
    font-weight: 100;
    color: #80808085;
    text-transform: uppercase;
    font-size: 12px;
}

.descriptiom p {
    letter-spacing: 1px;
    font-size: 19px !important;
    width: 752px;
}

.product-prc h4 {
    letter-spacing: 1px;
    font-size: 20px;
}

.product-prc h4 {
    letter-spacing: 1px;
    font-size: 22px;
    margin-bottom: 0;
    border-bottom: 1px solid;
    display: inline-block;
    color: black;
    font-weight: 800;
}

.product-prc p {
    font-size: 37px !important;
    margin-bottom: 0;
    margin: 10px 0;
}

.old-price1 {
    color: gray;
}

.no-mag span {
    font-size: 28px;
    font-style: normal !important;
    font-family: sans-serif;
    font-weight: 100;
}

.no-mag {
    display: flex;
    gap: 3rem;
    border: 1px solid #990f02;
    padding: 0 1rem;
    color: #990f02;
}

.ad-bt {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 3rem 0;
}

.ad-bt a {
    text-decoration: none;
    color: white;
    padding: 10px 28px;
    background-color: #990f02;
    font-size: 18px;
    transition: all .3s;
    border: 1px solid #990f02;
}

.ad-bt a:hover {
    background-color: transparent;
    border: 1px solid #cf0000;
    color: black;
}

.description-type h1 {
    letter-spacing: 1px;
    font-size: 30px;
    border-bottom: 1px solid black;
    display: inline-block;
    margin-bottom: 1rem;
}

.description-type ul {
    letter-spacing: 0.55px;
    font-size: 19px;
    color: black;
    line-height: 36px;
    margin-top: 1rem;
    padding-left: 0;
}

.magazine-details-container {
    max-width: 1146px !important;
    margin: auto;
}

.details-hd h1 {
    font-size: 45px;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

#magazine-details {
    margin: 2rem 0;
}

.innefr-right-cart12 ul {
    display: flex;
    justify-content: space-between;
}

.pr121,
.total-pr12 {
    display: flex;
    justify-content: space-between;
}

.innefr-right-cart12 ul li {
    list-style: none;
}

.bttttt12 a {
    text-decoration: none;
    color: white;
    letter-spacing: 1px;
    padding: 0.5rem 0;
    background-color: red;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 20px;
}

.bttttt12 {
    margin-top: 2rem;
}

.product-code {
    margin-bottom: 1rem;
}

.product-prc {
    display: flex;
    gap: 1rem
}

.old-price1 {
    position: relative;
}

.old-price1::after {
    position: absolute;
    content: "";
    background-color: #000000ab;
    background-size: contain;
    height: 1px;
    width: 100%;
    top: 15px;
    left: 0;
    z-index: 1;
    transform: rotate(356deg);
}

.ac-dt h5 {
    font-size: 22px;
    line-height: 29px;
}

.right-connect h1 {
    font-size: 31px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.ac p,
.it p {
    font-size: 15px !important;
    padding: 2px 14px;
    background-color: #990f02;
    color: white;
    display: inline-block;
}

.profile-im img {
    width: 106px;
    height: 106px;
    object-fit: cover;
    object-position: top;
    padding: 0;
    border-radius: 50%;
    box-shadow: #959595 1px 1px 14px -1px;
    background-color: #fff1e5;
}

.profile-im {
    position: absolute;
    top: -59px;
    left: 49%;
    transform: translate(-50%, 0);
}

.Summary {
    display: flex;
    justify-content: space-between;
    background-color: #990f02;
    padding: 0.5rem 2rem;
    align-items: center;
}

.Summary img {
    width: 30px;
    height: 30px;
}

.Summary h1 {
    color: white;
    font-size: 30px;
    margin-bottom: 0;
}

.inner-checkout {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 2rem;
    max-width: 1220px;
    margin: auto;
}

.left-checkout {
    width: 33%;
}

.login-form111 {
    padding: 2rem;
    background-color: #ffd3d3ad;
    border-radius: 11px;
}

.right-checkout {
    width: 64%;
    background-color: #ffe1e1;
}

.sub-summary ul li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 0;
    align-items: center;
    border-bottom: 1px dotted #990f02;
    padding-left: 20px;
}

.sub-summary ul {
    padding-left: 0;
}

.left-product {
    width: 20%;
}

.right-product-dt {
    width: 50%;
}

.product-price-dt {
    width: 25%;
}

.left-product img {
    width: 120px;
    object-fit: cover;
}

.right-product-dt h2 {
    font-size: 23px;
    letter-spacing: 0.55px;
    margin-bottom: 0;
}

.right-product-dt h4 {
    font-size: 15px;
    font-family: sans-serif;
    font-style: initial;
    letter-spacing: 0.55px;
    color: gray;
}

.p-qnt span {
    font-size: 21px;
    letter-spacing: 0.55px;
}

.product-price-dt p {
    font-size: 27px !important;
    letter-spacing: 0.55px;
}

.total_amnt_sectin {
    display: flex;
    gap: 30px;
    justify-content: right;
    align-items: baseline;
}

.final_sub_total_price {
    display: flex;
    gap: 90px;
    justify-content: right;
    align-items: baseline;
}

.total_amnt_sectin p,
.total_amnt_sectin span,
.final_sub_total_price p,
.final_sub_total_price span {
    font-size: 30px !important;
    color: black;
}

.total_amnt_sectin,
.final_sub_total_price {
    margin-right: 5rem;
}

.total_amnt_sectin {
    border-bottom: 2px dashed lightgray;
    margin-bottom: 1rem;
}

#checkout {
    margin: 5rem 0;
}

.delivery-charge {
    margin-top: 10px;
}

.sub-summary {
    padding: 1rem;
}

.disp_user_name {
    background: linear-gradient(61deg, #ffe1e1 31%, transparent 0);
    position: relative;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    padding: 10px;
    border: 1px solid #fde2cc;
    -webkit-box-shadow: 0 10px 20px -10px rgb(0 0 0 / 5%);
    box-shadow: 0 10px 20px -10px rgb(0 0 0 / 5%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.disp_user_name_1st {
    width: 100px;
    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
}

.disp_user_name_1st img {
    width: 50px;
    border-radius: 50%;
    border: 1px solid #fabe8e
}

.disp_user_name_2nd h4 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.disp_user_name_2nd h6 {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    color: #4fb56f
}

.chgad_usr_adrs_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.chgad_usr_adrs_icon P {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    margin-left: 10px
}

.chgad_usr_adrs_icon img {
    width: 55px
}

.canva_open_btn {
    text-decoration: none;
    margin: 20px 0;
    border: 1px solid #990f02;
    background: #ffffff;
    color: #990f02;
    padding: 10px 30px;
    letter-spacing: 1px;
    font-size: 16px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.canva_open_btn:hover {
    background: #fde2cc
}

.chgad_usr_adrs {
    padding: 1rem 2rem;
    border: 1px solid #ffe1e1;
    margin-top: 1rem;
}

.selected_address li {
    list-style: none
}

.chgad_usr_adrs {
    padding: 1rem 2rem;
    border: 1px solid #ffe1e1;
    margin-top: 1rem;
    background-color: #ffe1e1;
}

.login-form222 {
    margin-top: 2rem;
    border: 1px dotted #d60000;
    padding: 4px;
}

.profile_subheading,
.update_password_wrapper {
    text-align: left !important;
}

.profile_subheading h5 {
    font-size: 35px;
    letter-spacing: 0.55px;
    margin-bottom: 1.5rem;
}

.profile_menu_content_wrapper {
    width: 400px;
    margin: 2rem 1rem 4rem 1rem;
}

.form-control {
    margin-bottom: 1rem;
    border-radius: 0;
    height: 45px;
}

.update_password_wrapper button {
    background: #990F02;
    color: #fff;
    border: unset;
    padding: 10px 40px;
    letter-spacing: .6px;
    margin-top: 10px;
}

.inner-s {
    position: absolute;
    width: 36%;
    height: 85%;
    top: 50%;
    background-color: black;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem 1rem;
}

#shipping {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.404);
    height: 100vh;
    width: 100%;
    top: -150%;
    transition: all .3s;
}

.c-name {
    display: flex;
    gap: 10px;
}

.hs-no {
    display: flex;
    gap: 10px;
}

.cl img {
    width: 28px;
}

.cl img {
    position: absolute;
    top: 15px;
    right: 15px;
}

.ct {
    display: flex;
    gap: 20px;
}

.swiper-button-prev15::after {
    display: none;
}

.swiper-button-prev15 img {
    padding: 10px;
    background-color: black;
    border-radius: 50%;
}

.swiper-button-prev15,
.swiper-container-rtl .swiper-button-next {
    left: 38px;
    right: auto;
}

#gallery {
    margin: 3rem 0;
}

.total-price {
    height: 100% !important;
}

.bttttt115 {
    text-align: center;
    margin-top: 4rem;
}

.bttttt115 a {
    text-decoration: none;
    color: white;
    background-color: red;
    padding: 12px 22px;
    font-size: 20px;
    letter-spacing: 1px;
}

.lli {
    display: flex;
    justify-content: space-between;
    list-style: square;
}

.ull {
    display: grid;
    padding-left: 0;
}

.pr,
.total-pr {
    display: flex;
    justify-content: space-between;
    list-style-type: square;
}

#empty-cart {
    position: relative;
    height: 100vh;
}

#no-product {
    position: relative;
    height: 75vh;
    width: 100%;
}

.inner-empty-cart,
.inner-no-product {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.empty-cart-dt h1 {
    font-size: 50px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    color: #f73c4f;
}

.empty-cart-dt p {
    font-size: 22px !important;
    font-weight: 600;
    position: relative;
    z-index: 1;
    letter-spacing: .5px;
    color: #c50000;
    text-transform: lowercase;
}

.book-img img {
    width: 383px;
    margin-bottom: 3rem;
    filter: drop-shadow(-3px 6px 2px gray);
}

.shope-more-bt {
    margin-top: 3rem;
}

.shope-more-bt a {
    text-decoration: none;
    color: white;
    padding: 10px 25px;
    background-color: #990f02;
    font-size: 22px;
    letter-spacing: 1px;
}

.no-product-image img {
    width: 365px;
    height: 174px;
    margin-bottom: 2rem;
    object-fit: cover;
    filter: drop-shadow(4px 5px 3px gray);
}

.no-product-dt h1 {
    font-size: 45px;
    color: #ef0000;
}

.all-pd h1 {
    font-size: 50px;
    letter-spacing: 2px;
    color: #ef0000;
}

.all-pd {
    position: relative;
    display: inline-block;
    padding: 0 0.5rem;
}

.all-pd::after {
    position: absolute;
    content: "";
    background-color: rgb(20 34 67 / 23%);
    background-size: contain;
    height: 30%;
    width: 100%;
    bottom: 12px;
    left: 0;
    z-index: -1;
}

.rig-img img {
    width: 60px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rig-img {
    height: 80px;
    width: 80px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    position: relative;
    margin: auto;
    top: -5rem;
}

.inner-pop {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    background-color: green;
    padding: 3rem 2rem 0 2rem;
}

#pop,
#pop1 {
    background-color: rgb(0 0 0 / 70%);
    height: 100vh;
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    z-index: 999999999999;
    transition: all .3s;
    display: none;
}

.afterpop {
    transform: scale(1) !important;
}

.suc-dt h1 {
    color: white;
    letter-spacing: 1px;
    font-size: 52px;
    font-family: Antiqua Roman;
}

.suc-dt p {
    color: white;
    letter-spacing: 1px;
    font-family: Test Founders Grotesk;
    font-size: 20px;
    margin-bottom: 2rem;
}

.suc-dt a {
    text-decoration: none;
    color: green;
    padding: 11px 25px;
    background-color: white;
    font-size: 19px;
    letter-spacing: 2px;
}

.suc-dt {
    position: relative;
    top: -4rem;
}

.inner-event-details {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
    max-width: 1220px;
    margin: auto;
}

.left-event-details-image {
    width: 100%;
}

.left-event-details-image img {
    width: 46%;
}

.right-event-details {
    width: 100%;
}

#event-details {
    margin: 4rem 0;
}

.right-event-details h1 {
    font-size: 33px;
    letter-spacing: 1px;
    color: red;
    line-height: 46px;
}

.right-event-details span {
    color: gray;
    font-size: 20px;
    letter-spacing: 0.55px;
}

.left-itirani11 {
    display: none;
}

.loading-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999999999999999;
    background: rgba(255, 255, 255, .7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.overlay-content {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555
}

.inner-success-msg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1rem 2rem;
    width: 570px;
    text-align: center;
    background-color: #ffffff;
    background-image: url(../images/celb.gif);
    background-size: 150px;
    background-repeat: repeat;
}

#success-msg {
    position: fixed;
    background-color: black;
    height: 100vh;
    width: 100%;
    top: 0;
    overflow: hidden;
}

.success-img img {
    width: 205px;
}

.success-bt a {
    text-decoration: none;
    color: white;
    font-size: 25px;
    background-color: red;
    padding: 2px 23px;
    letter-spacing: 2px;
}

.success-head h3 {
    color: red;
    font-size: 34px;
}

.form-row {
    display: flex;
}

.dob {
    display: flex;
    width: 50%;
    gap: 10px;
    margin-bottom: 1rem;
}

.order-img img {
    width: 95px;
    padding: 5px;
    border: 1px solid #c5c5c5;
}

.order-type {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.right-cart12 {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    width: 100%;
}

.order-hd h3 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 23px;
}

.order-id h6 {
    font-size: 19px;
    letter-spacing: 0.55px;
    color: gray;
    display: grid;
}


.pending-bt a {
    text-decoration: none;
    color: red;
    padding: 3px 10px;
    background-color: #dddddd;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 30px;
}

.pending-bt {
    margin-top: 1rem;
}

.ord {
    width: 48%;
    border: 1px dashed #ff000030;
    padding: 2rem 1rem 1rem;
}

.dts-bt a {
    text-decoration: none;
    color: white;
    padding: 5px 18px;
    background-color: #e50000;
    letter-spacing: 1px;
    border: 1px solid red;
    border-radius: 30px;
    transition: all .3s;
}

.dts-bt a:hover {
    background-color: white;
    color: red;
}

.order-price h6 {
    font-size: 31px;
    letter-spacing: 1px;
}

.order-hd {
    text-align: left;
}

.od-date,
.od-date1 {
    display: flex;
}

.inner-od-dt {
    width: 48%;
}

.mn-od-dt {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 2rem;
    border: 1px solid #80808042;
}

.or-dts {
    width: 100%;
    text-align: left;
}

.s-hd h2 {
    font-size: 25px;
}

.or-dts h1 {
    font-size: 25px;
}

.s-dts h3 {
    font-size: 20px;
    color: black;
    font-weight: 700;
    margin-bottom: 0;
}

.s-dt-ad p {
    font-size: 17px !important;
    font-weight: 500 !important;
}

.od-date p,
.s-dt-ad p {
    margin-bottom: 0 !important;
    font-size: 18px !important;
}

.mgm-img img {
    width: 100px;
    padding: 10px;
    border: 1px solid #80808042;
}

.od-li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    align-items: center;
}

.mgm-img {
    width: 15%;
}

.mg-name-prc {
    width: 79%;
}

.mg-name-prc h3 {
    font-size: 26px;
    margin-bottom: 0;
}

.sub-od-dt {
    padding-top: 1rem;
}

.price-crs span,
.prccc p,
.od-date1 p {
    font-size: 17px !important;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.od-date2 p {
    line-height: 9px;
}

.sub-od-dt {
    margin-top: 1rem;
    padding: 2rem 1rem 0 1rem;
    border: 1px solid #80808042;
}

.od-date1 {
    justify-content: space-between;
}

.sub-od-dt ul {
    padding-left: 0;
}

.left-payment h2 {
    font-size: 24px;
}

.print span,
.con-with-us span {
    font-size: 20px;
    margin-left: 10px;
    color: gray;
}

.rd-mr a {
    color: rgb(236 0 0 / 56%);
    padding: 6px 14px;
}

.rd-mr {
    margin-top: 1rem;
}

.iksfields .output {
    width: 48%;
    float: left;
    list-style: none;
    position: absolute;
    top: 48px;
    left: 44%;
    transform: translate(-50%, 3%);
    margin: 0;
    padding: 0;
    z-index: 99;
    background: #fff;
    height: 435px;
    overflow-x: auto;
    box-shadow: black 1px 0px 4px 0px;
}

.iksfields .output li {
    width: 100%;
    float: left;
    padding: 7px;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
}

.iksfields .output li a {
    display: block;
    position: relative;
    padding-left: 55px;
    min-height: 50px;
}

.iksfields .output li a img.prog {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    object-fit: contain;
}

hr {
    background-color: #808080b3;
}

.dt-hd {
    width: 215px;
}

.logo11 {
    width: 7% !important;
}

.left-t {
    display: none;
}

.flipbookkk {
    margin-top: 15vh !important;
    margin-bottom: 5vh !important;
}

.flipbookkk-title {
    color: #ffa200;
    text-align: center;
    font-size: 5vw !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 900;
    line-height: 75px;
    text-shadow: 1px 3px 0px #373737;
}

@media(min-width: 768px) {
    .flipbookkk-title {
        font-size: 2.5vw !important;
    }
}

.df-ui-share {
    display: none;
}

.df-ui-more {
    display: none;
}

.search-box11 {
    position: absolute;
    top: -50%;
    display: none;
}

.lli h3 {
    font-size: 1.3rem;
}

#copytyp label {
    padding: 6px 22px;
    cursor: pointer;
    box-shadow: #80808061 0px 0px 6px 1px;
    transition: all .5s;
}

#copytyp label:hover {
    box-shadow: inset grey 0px 0px 25px -5px;
}

#copytyp {
    display: flex;
    margin-top: 1rem;
}

.active-copy {
    box-shadow: inset grey 0px 0px 25px -5px !important;
}

#copytyp label:focus {
    background-color: red !important;
}

#copytype label {
    padding: 6px 22px;
    cursor: pointer;
    box-shadow: #80808061 0px 0px 6px 1px;
    transition: all .5s;
}

#copytype label:hover {
    box-shadow: inset grey 0px 0px 25px -5px;
}

#copytype {
    display: flex;
    margin-top: 1rem;
}

.active-copy {
    box-shadow: inset grey 0px 0px 25px -5px !important;
}

#copytype label:focus {
    background-color: red !important;
}

.chk2 input:checked+label {
    box-shadow: inset grey 0px 0px 25px -5px !important;
    padding: 8px 22px;
}

.chk1 input:checked+label {
    box-shadow: inset grey 0px 0px 25px -5px !important;
    padding: 8px 22px;
}

.chk1 input,
.chk2 input {
    opacity: 0;
    width: 100%;
}

.bttttt115 button {
    padding: 8px 20px;
    justify-content: center;
    border: none;
    background-color: #990f02;
    color: white;
    font-size: 20px;
}

.bttttt115 {
    margin: 8rem 0 2rem 0;
}

#replace-pop {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999999999;
    transform: scale(0);
    transition: all .2s;
}

.inner-replace-pop {
    background-color: white;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem 1rem;
    text-align: center;
}

.replace-pop-hd h1 {
    font-size: 22px;
    color: #990f02;
    font-weight: 800;
    letter-spacing: 2px;
}

.replace-bt {
    display: flex;
    gap: 1rem;
    margin: 2rem 0 0;
    justify-content: center;
}

.replace-bt11 a,
.replace-bt22 a {
    text-decoration: none;
    color: white;
    background-color: #990f02;
    letter-spacing: 1.5px;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 100;
    transition: all .3s;
    border: 1px solid #990f02;
}

.replace-bt11 a {
    padding: 7px 36px;
    background-color: white;
    color: #990f02;
    font-weight: 800;
}

.replace-bt11 a:hover {
    background-color: #990f02;
    color: white;
}

.replace-bt22 a:hover {
    background-color: white;
    color: #990f02;
}

.replace-bt22 a {
    padding: 7px 12px;
}

.cancel-pop {
    position: absolute;
    top: 6px;
    right: 8px;
}

.cancel-pop img {
    width: 16px;
}

.year-bt a,
.fa-book {
    text-decoration: none;
    color: white;
    letter-spacing: 2px;
    font-size: 13px;
    padding-left: 5px;
}

.year-bt {
    padding: 3px 7px;
    background-color: red;
    border-radius: 4px;
    gap: 10px;
}

.bokbxlst {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.price-crs {
    margin: 1rem 0;
}

.inner-footer {
    max-width: 1200px;
    margin: auto;
}

.fa-facebook {
    color: #1877F2;
}

.fa-youtube {
    color: #FF0000;
}

.fa-twitter {
    color: #1DA1F2;
}

.fa-facebook,
.fa-youtube,
.fa-twitter {
    font-size: 20px;
}

.bttt2 p {
    position: relative;
    transition: all .3s
}

@keyframes mymove {
    0% {
        color: black;
        text-shadow: gray 2px 4px 3px;
    }

    50% {
        color: red;
        text-shadow: gray 0px 0px 0px;
    }

    100% {
        color: black;
        text-shadow: gray 2px 4px 3px;
    }
}

.gl img {
    width: 37px;
    border-radius: 50%;
}

.gl {
    text-decoration: none;
    color: white;
    letter-spacing: 2px;
    transition: all .3s;
}

.gl:hover {
    color: white;
}

.ch-ml {
    position: relative;
}

.ch-ml-bt {
    position: absolute;
    top: 27%;
    right: 5%;
    transform: translate(-5%, -11%);
}

.ch-ml-bt p {
    color: red !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

.inner-story {
    display: flex;
    /* flex-wrap: wrap; */
    width: 100%;
    gap: 1rem;
}

.auth {
    display: flex;
    gap: 10px;
    margin: 10px 0;
    align-items: baseline;
}

.auth h2 {
    margin-bottom: 0;
    font-size: 22px;
    margin: 1rem 0;
}

#story {
    margin: 2rem 0 3rem 0;
}

.story-by h4 {
    font-size: 20px;
    margin-bottom: 0;
}

.story-by p {
    margin-bottom: 0;
    font-size: 16px !important;
    font-family: 'Edu TAS Beginner', cursive !important;
}

.scl {
    height: 40px;
    width: 40px;
    position: relative;
    background-color: #fff;
    border-radius: 7px;
}

.fb {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.iti-ad1 h5 a {
    font-weight: 800;
}

.d-img {
    height: 50px;
    width: 50px;
    background-color: #fef1e7;
    position: relative;
    border-radius: 50%;
}

.d-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
}

.adrs_icon {
    margin-bottom: 1rem;
}

@-webkit-keyframes ZpjSY {
    0% {
        background-color: #b6b5ba;
    }

    15% {
        background-color: #111;
    }

    25% {
        background-color: #b6b5ba;
    }
}

@keyframes ZpjSY {
    0% {
        background-color: #b6b5ba;
    }

    15% {
        background-color: #111;
    }

    25% {
        background-color: #b6b5ba;
    }
}

@-webkit-keyframes hPhMsj {
    15% {
        background-color: #b6b5ba;
    }

    25% {
        background-color: #111;
    }

    35% {
        background-color: #b6b5ba;
    }
}

@keyframes hPhMsj {
    15% {
        background-color: #b6b5ba;
    }

    25% {
        background-color: #111;
    }

    35% {
        background-color: #b6b5ba;
    }
}

@-webkit-keyframes iUMejp {
    25% {
        background-color: #b6b5ba;
    }

    35% {
        background-color: #111;
    }

    45% {
        background-color: #b6b5ba;
    }
}

@keyframes iUMejp {
    25% {
        background-color: #b6b5ba;
    }

    35% {
        background-color: #111;
    }

    45% {
        background-color: #b6b5ba;
    }
}

@-webkit-keyframes showhide {
    from {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes showhide {
    from {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}

@-webkit-keyframes showchat {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes showchat {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

#whatsapp-chat {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    -webkit-animation-name: showchat;
    animation-name: showchat;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media only screen and (max-width: 480px) {
    #whatsapp-chat {
        max-width: 300px;
        width: 100%;
        bottom: 75px;
    }
}

#whatsapp-chat .whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: var(--regular-font);
    line-height: 0.5;
    color: white;
}

#whatsapp-chat .head-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#whatsapp-chat .head-home small {
    font-size: 12px;
    color: #ffffff;
    font-family: var(--icon-font);
    letter-spacing: .6px;
}

#whatsapp-chat .header-chat {
    background: #31a55c;
    color: #fff;
    padding: 20px;
}

#whatsapp-chat .header-chat h3 {
    margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
    margin: 0;
    line-height: 18px;
}

#whatsapp-chat .info-avatar {
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
    width: 45px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

#whatsapp-chat a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    -webkit-animation-name: showhide;
    animation-name: showhide;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
    background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
    display: block;
}

#whatsapp-chat #get-label {
    font-size: 12px;
    color: #888;
    color: #fff;
}

#whatsapp-chat span.chat-label {
    font-size: 12px;
    color: #888;
}

#whatsapp-chat #get-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    color: #fff;
}

#whatsapp-chat span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

#whatsapp-chat span.my-number {
    display: none;
}

#whatsapp-chat textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 40px;
    outline: none;
    resize: none;
    padding: 10px;
    overflow: hidden;
    font-size: 14px;
}

#whatsapp-chat a#send-it {
    width: 45px;
    font-weight: 700;
    padding: 10px 10px 0;
    background: #fff;
}

#whatsapp-chat a#send-it svg {
    fill: #a6a6a6;
    height: 24px;
    width: 24px;
    margin-bottom: 6px;
}

#whatsapp-chat .first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
}

#whatsapp-chat .first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#whatsapp-chat #get-number {
    display: none;
}

#whatsapp-chat a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
    font-family: var(--regular-font);
}

#whatsapp-chat.hide {
    display: none;
    -webkit-animation-name: showhide;
    animation-name: showhide;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#whatsapp-chat .show {
    display: block;
    -webkit-animation-name: showhide;
    animation-name: showhide;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}

#whatsapp-chat .whatsapp-message {
    padding: 7px 14px 6px;
    background-color: #fff;
    border-radius: 0px 8px 8px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    -webkit-transform-origin: center top 0px;
    transform-origin: center top 0px;
    z-index: 2;
    -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

#whatsapp-chat .whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: #e6ddd4;
    position: relative;
    height: 244px;
}

#whatsapp-chat .whatsapp-chat-body::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("public/images/whatsapp.webp");
}

#whatsapp-chat .dAbFpq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}

#whatsapp-chat .eJJEeC {
    background-color: #fff;
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    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-left: 10px;
    opacity: 0;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    z-index: 1;
    -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .hFENyl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#whatsapp-chat .ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    top: 0px;
    background-color: #9e9da2;
    -webkit-animation-name: ZpjSY;
    animation-name: ZpjSY;
}

#whatsapp-chat .dRvxoz {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: #b6b5ba;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    top: 0px;
    -webkit-animation-name: hPhMsj;
    animation-name: hPhMsj;
}

#whatsapp-chat .kAZgZq {
    padding: 7px 14px 6px;
    background-color: #fff;
    border-radius: 0px 8px 8px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    -webkit-transform-origin: center top 0px;
    transform-origin: center top 0px;
    z-index: 2;
    -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

#whatsapp-chat .bMIBDo {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.54);
    letter-spacing: -0.2px;
    font-family: var(--regular-font);
}

#whatsapp-chat .iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111;
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111;
}

#whatsapp-chat .cqCDVm {
    text-align: right;
    margin-top: 6px;
    font-size: 10px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

#whatsapp-chat .service_chatList {
    position: relative;
    margin-top: 15px;
    padding: 15px;
    background: #fff;
    margin-left: 10px;
    font-size: 14px;
    border-radius: 0 10px 10px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .service_chatList::after {
    position: absolute;
    content: '1:41 AM';
    text-align: right;
    font-size: 10px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    right: 10px;
    bottom: 5px;
}

#whatsapp-chat .service_chatList ul {
    position: relative;
}

#whatsapp-chat .service_chatList ul li {
    position: relative;
    line-height: 25px;
    margin-bottom: 5px;
    color: #141d97;
    opacity: 0.75;
}

#whatsapp-chat .service_chatList ul li:hover {
    opacity: 1;
}

#whatsapp-chat .service_chatList ul li::after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../icons/external_links.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    top: 4px;
    margin-left: 5px;
}

#whatsapp-chat .service_chatList ul h6 {
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width: 480px) {
    #whatsapp-chat #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }
}

a.blantershow-chat {
    background: #fff;
    color: #404040;
    position: fixed;
    z-index: 98;
    bottom: 20px;
    right: 25px;
    border-radius: 50%;
}

a.blantershow-chat img {
    width: 45px;
    -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    border-radius: 50%;
}

.dot {
    display: flex;
}

.dot p {
    font-size: 30px !important;
}

.p1,
.p2,
.p3 {
    position: relative;
}

.p1 {
    animation: anim 2s infinite;
}

@keyframes anim {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-3px);
    }

    75% {
        transform: translateY(-1px);
    }

    100% {
        transform: translateY(0px);
    }
}

.p2 {
    animation: anima 2s infinite;
}

@keyframes anima {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-2px);
    }

    75% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(0px);
    }
}

.p3 {
    animation: animat 2s infinite;
}

@keyframes animat {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-1px);
    }

    75% {
        transform: translateY(-3.5px);
    }

    100% {
        transform: translateY(0px);
    }
}

.typing {
    display: flex;
    gap: 5px;
    align-items: baseline;
    margin: 25px 0 0px 15px;
    display: none;
}

.tpg h6 {
    margin-bottom: 0;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: italic;
}

.ev-hd {
    align-items: center;
    gap: 4rem;
}

.fnd-bt1 a,
.fnd-bt2 a,
.fnd-bt3 a {
    text-decoration: none;
    color: red;
    padding: 12.5px 34px;
    font-size: 17px;
    letter-spacing: 0.55px;
    transition: all .3s;
}

.fnd-bt1 a:hover,
.fnd-bt2 a:hover,
.fnd-bt3 a:hover {
    background-color: #820000 !important;
    color: white !important;
}

.fnd-bt1 a {
    color: white;
    background-color: #990f02;
}

#event-patrika-hata,
#event-award {
    display: none;
}

.mn-bt {
    display: flex;
    position: relative;
    margin: 3rem 0;
    justify-content: center;
}

.mn-bt::after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #ff000070;
    background-size: contain;
    bottom: -10px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.payment-option {
    text-align: center;
    margin-top: 16px;
}

.founder-hd {
    display: flex;
    max-width: 968px;
    margin: auto;
    gap: 24rem;
}

.as {
    display: none;
}

.fn-hd h1 {
    font-size: 34px;
    margin-bottom: 0;
}

.modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-header {
    border-bottom: 1px solid #505050;
    padding: 12px 16px 6px 16px;
}

.modal-header .modal-title {
    color: #ccc;
    margin: 0;
}

.modal-header .close {
    font-size: 32px;
    opacity: 1;
    color: #ccc;
    text-shadow: none;
    outline: none;
}

.modal-content {
    border-radius: 0;
    border: 0;
    background-color: #323232;
}

.img-responsive {
    width: 100%;
}

button.btn-play {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    margin-left: -15px;
    border: 0;
    border-radius: 0;
    outline: 0 !important;
    width: 100%;
    background-color: transparent;
    color: rgba(245, 245, 245, 0.8);
}

button.btn-play:hover,
button.btn-play:active,
button.btn-play:visited,
button.btn-play:focus {
    color: rgba(255, 255, 255, 1.0);
}

button.btn-play .glyphicon {
    padding: 0;
    margin: 0;
    color: inherit;
    background-color: inherit;
    font-size: 64px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    button.btn-play .glyphicon {
        font-size: 56px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    button.btn-play .glyphicon {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    a.video {
        display: block;
    }

    button.btn-play .glyphicon {
        font-size: 56px;
    }
}

.inner-video {
    display: flex;
    /*flex-wrap: wrap;*/
    width: 100%;
    gap: 1.5rem;
}

.left-vd,
.right-vd {
    width: 48%;
}

.right-vd {
    display: flex;
    /* flex-wrap: wrap;*/
    gap: 1.5rem;
}

.left-sub-vd,
.right-sub-vd {
    width: 48%;
}

.vdo-tp img {
    width: 100%;
    height: 217px;
}

.vdo-tp {
    position: relative;
    cursor: pointer;
    margin-bottom: 1rem;
}

.play-bt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-bt img {
    padding: 8px 18px;
    background-color: red;
    width: 55px !important;
    height: 40px !important;
    border-radius: 10px;
    transition: all .3s;
}

.vdo-tp:hover img {
    background-color: #0000008f;
}

#video {
    margin: 3rem 0;
}

.iframe1,
.iframe2,
.iframe3,
.iframe4,
.iframe5,
.iframe6 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000d4;
    height: 100%;
    width: 100vw;
    z-index: 9999999999;
}

.iframe1 iframe,
.iframe2 iframe,
.iframe3 iframe,
.iframe4 iframe,
.iframe5 iframe,
.iframe6 iframe {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.clos {
    position: absolute;
    top: 1rem;
    right: 3rem;
}

.clos img {
    width: 33px;
}

.v {
    margin-right: 0.5rem;
}

.pagi {
    text-align: center;
    margin: auto;
    width: fit-content;
    margin-top: 40px;
}

.pagi .pagination {
    font-family: Verdana, sans-serif;
    margin-bottom: 0px;
    line-height: 40px;
    margin-top: 0px;
}

.pagi .pagination p {
    margin-bottom: 0px;
    float: left;
}

.pagi .pagination .pg-txt {
    background: #000;
    color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-border-radius: .125rem;
    border-radius: 1.125rem;
    padding: 0.3em 0.64em 0.43em 0.64em;
    font-weight: 500;
}

.pagi .pagination a {
    margin: 2px;
    padding: 0.3em 0.64em 0.43em 0.64em;
    background-color: #990F02;
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-border-radius: .125rem;
    border-radius: 1.125rem;
}

.pagi .pagination a:hover,
.pagination a:active {
    padding: 0.3em 0.64em 0.43em 0.64em;
    margin: 2px;
    background-color: #000;
    color: #fff;
}

.inner-alochana-chakra,
.inner-award {
    max-width: 1200px;
    margin: auto;
}

.award-hd h1 {
    font-size: 34px;
    letter-spacing: 1px;
}

.pl-bt img {
    width: 60px !important;
    height: 60px !important;
    background-color: white;
    border-radius: 50%;
}

.inner-banner {
    position: relative;
}

.pl-bt {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

#plan_year {
    display: none;
}

.i1 {
    display: none;
}

.inner {
    max-width: 96% !important;
    margin: auto;
    padding: 0;
}

.container155 {
    padding: 2rem 0 2rem 2rem;
}

.swiper-button-prev85 {
    top: 70% !important;
}

.swiper-button-next85 {
    right: 86% !important;
    top: 71% !important;
}

.order-hd h3 {
    color: #990f02 !important;
}

#navbar2 {
    box-shadow: 0px 1px 8px -5px;
}

#thumbnail-gallery-container {
    padding: 15px 0 10px 0px !important;
}

.lf-imm {
    padding: 2rem 0rem 4rem 0rem !important;
}

.left-found,
.right-found {
    padding: 1rem 1rem 1rem 0 !important;
}

.inner-part {
    gap: 9rem;
    align-items: center !important;
    justify-content: center;
}

.gal-hd h1 {
    font-family: Cambria, Georgia;
    font-size: 43px;
    letter-spacing: 1px;
    color: black;
}

.abt-hd h1 {
    font-family: Cambria, Georgia;
    font-size: 43px;
    letter-spacing: 1px;
    color: black;
}

.swiper1212 {
    width: 100%;
    height: 100%;
    position: relative;
}

.inner-book {
    overflow: hidden;
    padding-bottom: 1rem;
}

.swiper-slide1212 {
    padding: 0.5rem;
    background-color: #f5e5e5;
    border: 1px solid #ff00002e;
    text-align: center;
    font-size: 18px;
    display: grid !important;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: inherit !important;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all .3s;
}

.swiper-slide1212:hover {
    background-color: #990F02;
    color: white;
}

.swiper-slide1212:hover h1,
.swiper-slide1212:hover h3,
.swiper-slide1212:hover .aaa h4 {
    color: white;
}

.swiper-slide1212:hover .dt-hd1 {
    color: white;
}

.swiper-button-prev1212:after,
.swiper-container-rtl .swiper-button-next1212:after {
    content: '' !important;
}

.swiper-button-prev1212 img {
    width: 24px;
}

.swiper-button-next1212 img {
    width: 24px;
    position: absolte;
}

.swiper-button-next1212 {
    right: 15px;
}

.swiper-slide1212 img {
    display: block;
    width: 100%;
    height: 426px;
    object-fit: fill;
}

.swiper-button-prev1212 {
    z-index: 2;
}

.swiper1212 .swiper-button-prev::before,
.swiper1212 .swiper-button-next::before {
    position: absolute;
    content: "";
    background-color: #00000099;
    background-size: contain;
    top: -3px;
    left: -10px;
    height: 50px;
    width: 50px;
    z-index: -1;
    border-radius: 50%;
}

.dt-hd {
    width: 273px !important;
    bottom: -18% !important;
    left: 50% !important;
    transform: translate(-59%, -12%) !important;
}

.story-by p:nth-child(1) {
    font-weight: 700;
}

.bttt2 p:hover {
    color: red;
}

.dt-hd1 {
    text-align: left;
    height: 180px;
    padding-top: 1rem;
}

.dt-hd1 h1 {
    font-size: 20px;
    color: black;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 26px;
    cursor: auto;
    transition: all .3s;
}

.auth span {
    color: black;
}

.dt-hd1 h3 {
    font-size: 18px;
    color: black;
    margin: 0 0 1rem 0;
    transition: all .3s;
}

.aaa {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aaa h4 {
    margin-bottom: 0;
    color: black;
    cursor: auto;
    transition: all .3s
}

.aaa span {
    color: #7d1935;
    background-color: white;
    padding: 5px 20px;
    border: 1px solid white;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all .3s;
}

.swiper1212 .swiper-button-next::after {
    position: absolute;
    content: "";
    background-image: url(../image/right-arrow.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 9px;
    left: 0;
    display: block !important;
    background-repeat: no-repeat;
}

.swiper1212 .swiper-button-prev::after {
    position: absolute;
    content: "";
    background-image: url(../image/left-arrow2.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 9px;
    left: 0;
    display: block !important;
    background-repeat: no-repeat;
}

.swiper1212 .swiper-button-next {
    right: 16px;
}

.book-hd {
    margin-bottom: 1rem;
}

.ev-hd h1 {
    font-size: 40px !important;
}

.cmnt img {
    width: 36px;
    padding: 5px;
    background-color: #ffd7d7;
    border-radius: 50%;
}

.cmnt {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    align-items: center;
}

.cmnt p {
    margin-bottom: 0;
}

.comment textarea {
    width: 100%;
    height: 100px;
    padding-left: 10px;
}

.cmnt {
    margin-bottom: 0.5rem;
}

.avs {
    max-width: 50% !important;
    margin: auto;
}

.btne {
    background-color: #990F02;
    padding: 7px 24px;
    color: white;
    float: right;
    letter-spacing: 1px;
    border: 1px solid #990F02;
    transition: all .3s;
    margin-top: 0.5rem;
}

.btne:hover {
    background-color: white;
    color: #990F02;
}

.xyz {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.selected_address li {
    color: #990f02 !important;
}

/*--------------------------------------------------------------*/
.comment-bt {
    /*display: flex;*/
    /* flex-wrap: wrap; */
    width: 100%;
    gap: 1rem;
    border-bottom: 1px solid lightgray;
    padding: 2rem 0;
}

.like {
    display: flex;
    gap: 5px;
    align-items: center;
}

.lk {
    display: flex;
    gap: 30px;
    align-items: center;
}

.like p {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-size: 15px !important;
    color: gray;
}

.lf-cm img {
    width: 32px;
    padding: 5px;
    background-color: pink;
    border-radius: 50%;
}

.name-hr {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.name-hr span {
    color: gray;
    letter-spacing: 0.5px;
}

.cmm p {
    font-size: 14px !important;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: black;
}

.like span {
    color: gray;
}

.like {
    cursor: pointer;
}

.replay-field textarea {
    border: 1px solid gray;
    width: 100%;
    padding-left: 10px;
}

.replay-field {
    margin-top: 1rem;
    height: 0;
    overflow: hidden;
    transition: all .3s;
}

.main-replay-field {
    height: 100%;
}

.snd img {
    width: 45px;
    padding: 8px 15px;
    background: #d3d3d38a;
    border-radius: 30px;
}

.snd {
    float: right;
}

.fa-trash {
    display: inline-flex !important;
    gap: 6px;
    align-items: center;
    color: red;
    font-size: 14px;
    font-weight: 100 !important;
    margin-top: 1rem;
    cursor: pointer;
}

.fa-trash h6 {
    color: red;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 0;
}


/* =========== */
/* 01-Dec-2022 */
/* =========== */
/* Add Last */

video#vid {
    width: 100%;
}

.inner-part {
    gap: 3rem;
    flex-wrap: unset;
}

.part-bt {
    width: fit-content;
    white-space: nowrap;
}

.part-w h1 {
    font-size: 25px;
    line-height: 40px;
}

.menu-active {
    left: 0;
}

.found {
    max-width: unset
}

.lgg img {
    margin-left: 0rem;
}

#button-wrapper {
    width: 70px !important;
    margin-left: 50px;
}

.menu-active .menu-items {
    width: fit-content;
    margin: 10px 0;
    font-size: 1.4em;
}

.right-abv {
    position: relative;
    width: 35%;
    text-align: right;
}

.left-abv {
    width: 65%;
}

.rd-btt {
    text-align: left;
}

.menu-container {
    overflow-x: hidden;
    padding-bottom: 50px;
}

.menu-container::-webkit-scrollbar {
    width: 5px;
}

.menu-container::-webkit-scrollbar-track {
    background: #c3c3c3;
}

.menu-container::-webkit-scrollbar-thumb {
    background: #990f02;
}

#menu #button-wrapper {
    position: fixed;
    right: 0;
    background-color: #fbe7de;
    border-radius: 3px;
    width: 55px !important;
    height: 55px;
}

#menu .button-transform {
    width: 40px;
}

#menu .menu-button:before {
    width: 40px;
}

.form-control:focus {
    outline: none !important;
    border-color: #710c04 !important;
    box-shadow: 0 5px 7px rgba(0, 0, 0, .12) !important;
}

.inner-login-profile {
    flex-wrap: nowrap;
}

.left-profile {
    width: 25%;
}

.right-profile {
    width: 75%;
}

.drop-zone {
    border: 2px dashed #990f02 !important;
}

.order-id h6 {
    font-size: 12px;
    letter-spacing: 0.55px;
    color: gray;
    display: grid;
    line-height: 18px;
}

#mm {
    overflow: unset;
}

.left-fil,
.right-fil {
    width: 100%;
    height: auto;
}

.left-fil {
    position: sticky;
    top: 20px;
}

.left-fil img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.left-fil::after {
    height: 100%;
}

img.thumbnail-image {
    object-fit: cover;
}

.vdo-tp img {
    object-fit: cover;
}

.price-chart {
    gap: 0;
    justify-content: space-between;
}

.add a {
    position: static;
}

.mag-no11 {
    width: 100% !important;
}

.rg {
    padding: 3rem 0;
    margin: unset;
}

#wrapper {
    justify-content: space-between;
}

.logo11 {
    width: fit-content !important;
}

.profile_user_name_wrapper {
    flex-wrap: nowrap;
}

.left-profile {
    position: sticky;
    top: 100px;
}

.right-cart12 {
    flex-wrap: wrap;
}

#mm {
    margin-top: 2rem;
}

.dashboard-header li {
    padding: 0;
    height: unset;
}

.dashboard-header li:hover {
    background-color: #990F02;
}

.dashboard-header li:last-child {
    margin-bottom: 0;
}

.dashboard-header li a {
    padding-left: 10px;
    display: block;
    line-height: 36px;
    position: static;
    transform: unset;
}

.dashboard-header li:hover a img,
.dashboard-header li.active11 a img {
    filter: invert(1) brightness(1);
}

.dashboard-header li:hover a {
    color: #ffffff;
}

.inner-event-details {
    max-width: 100%;
}

.left-event-details-image {
    position: sticky;
    top: 10px;
}

#issue {
    padding-top: 2rem;
}

#books {
    padding-top: 2rem;
}

#about {
    padding: 6rem 0 8rem 0;
}

.lli {
    border-bottom: 1px solid #8d4a43;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#issue .container121 {
    position: relative;
}

#issue .container121::before,
#issue .container121::after {
    position: absolute;
    content: "";
    background-color: #f6e2cc;
    background-size: contain;
    height: 460px;
    width: 10000%;
    top: 8.3rem;
    z-index: -1;
}

#issue .container121::before {
    left: -10000%;
}

#issue .container121::after {
    right: -9999%;
}

.swiper-slide1212 img {
    height: 280px;
    object-fit: contain;
    object-position: top;
}

.lf-imm {
    padding: 2rem 1rem 4rem 0rem !important;
}

.pop-txt h6 {
    font-size: 16px;
}

.pop-txt h5 {
    font-size: 16px;
    color: crimson;
}

.left-issue {
    padding: 12rem 3rem 0;
}

.dt-hd1 h1,
.dt-hd1 h3,
.mag-no p,
.mag-no.mag-no11 h1 {
    width: fit-content;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0px;
    word-break: break-all;
}

.dt-hd1 h3 {
    -webkit-line-clamp: 1;
}

.pop-tp {
    align-items: flex-start;
}

.read {
    top: 80%;
}

.mag-no img {
    margin-bottom: 1rem;
}

.mag-no h3 {
    color: crimson;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 20px;
}

.mag-no.mag-no11 h5 {
    display: none;
}

.mag-no.mag-no11 h5.hc {
    display: block;
}

.mag-no img {
    height: 300px !important;
}

.mag-no.mag-no11 h1 {
    letter-spacing: 0.55px;
    margin-top: 0rem;
    transition: all .3s;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.mag-no.mag-no11 .price-chart {
    margin-top: 15px;
}

.ev-tp1 img {
    height: 250px !important;
}

.dt-hd1 {
    height: 155px;
}

.aaa h4 {
    color: crimson;
    font-size: 20px;
}

/* =============================NEW CSS START=============================== */


.ksa {
    padding: 2% 10%;
    /*	background-color: #f6e2cc;*/
}

/*
.ksa .ksa-left{

}*/

.ksa .ksa-left img {
    padding: 20px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*	border: 2px solid red;*/
}

.ksa .ksa-right {
    margin: auto;

}

/*.ksa_right h6{
	font-size: 37px;
	font-weight: bold;
}
*/

/*===============================*/
.animate-text {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,
            #231557 0%,
            #44107a 29%,
            #ff1361 67%,
            #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

/*=============================details page==============================*/
.ksa {
    padding: 2% 10%;
    /*	background-color: #f6e2cc;*/
}

.ksa .ksa-left img {
    padding: 20px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*	border: 2px solid red;*/
}

.ksa .ksa-right {
    margin: auto;

}

.animate-text {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,
            #231557 0%,
            #44107a 29%,
            #ff1361 67%,
            #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

/*=============================details page==============================*/
.top-text h5 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: maroon;
}

.top-text p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}


.details-text {
    padding: 0 20px;
    text-align: justify;
}


.ksa-box {
    padding: 2% 8%;
}


.ksa .btn {
    background-color: #990f02;
    color: white;
    width: 200px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}




@media only screen and (max-width: 600px) {

    .ksa .ksa-left img {
        width: 100%;
        height: 250px !important;
    }


    .ksa .ksa-right .animate-text {
        font-size: 45px !important;
    }
}





@media only screen and (min-width: 600px) {

    .ksa .ksa-left img {
        width: 100%;
        height: 400px !important;
    }


    .ksa .ksa-right .animate-text {
        font-size: 50px !important;
    }
}





@media only screen and (min-width: 768px) {


    .ksa .ksa-left img {
        width: 100%;
        height: 300px !important;
    }


    .ksa .ksa-right .animate-text {
        font-size: 50px !important;
    }
}





@media only screen and (min-width: 992px) {


    .ksa .ksa-left img {
        width: 100%;
        height: 400px !important;
    }


    .ksa .ksa-right .animate-text {
        font-size: 50px !important;
    }
}




@media only screen and (min-width: 1200px) {

    .ksa .ksa-left img {
        width: 100%;
        height: 500px !important;
    }


    /*.ksa .ksa-right .animate-text{
  	font-size: 50px !important;
  }*/
}


/*ksa-details page css start */
@media only screen and (max-width: 600px) {

    .ksa-container .ksa-main img {
        width: 100%;
        height: 250px !important;
    }


}

@media only screen and (min-width: 600px) {

    .ksa-container .ksa-main img {
        width: 100%;
        height: 400px !important;
    }

}

@media only screen and (min-width: 768px) {

    .ksa-container .ksa-main img {
        width: 100%;
        height: 300px !important;
    }

}

@media only screen and (min-width: 992px) {
    .ksa-container .ksa-main img {
        width: 100%;
        height: 400px !important;
    }
}

@media only screen and (min-width: 1200px) {

    .ksa-container .ksa-main img {
        width: 100%;
        height: 500px !important;
    }

}

/*homepage css by kahnu */



.latest-magazine-main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.latest-magazine-inner {
    max-width: 1400px;
    width: 100%;
}

.magazine-no {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 38px;
    margin-bottom: 4rem;
}

.left-magazine {
    width: 57%;
    cursor: pointer;
}

.right-magazine {
    width: 40%;
    position: relative;
    transition: all .5s;
    cursor: pointer;
}

.kdm-inner-section {
    margin-left: 99px;
    position: relative;
}

.kdm-inner-section p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #121212;
    font-family: 'Open Sans', sans-serif;
}

.kdm-inner-section h1 {
    font-family: Antiqua Roman;
    font-style: normal;
    font-weight: normal;
    font-size: 100px;
    line-height: 155px;
    color: #121212;
    transition: all .4s;
    z-index: 999;
    position: relative;
    margin: 30px;
}

.kdm-inner-section a {
    text-decoration: none;
    color: black;
    letter-spacing: 0.55px;
    padding: 8px 20px;
    border: 0.5px solid black;
    border-radius: 30px;
}


.kdm-inner-section a {
    transition: all .3s;
}

.kdm-inner-section a:hover {
    border: 1px solid #814b3b !important;
    background-color: #814b3b !important;
    color: white !important;
}

.kdm-inner-section h1::after {
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(0, 0, 0), black);
    background-size: contain;
    height: 2px;
    width: 0%;
    bottom: 20px;
    left: 0px;
    transition: all .3s;
}

.kdm-inner-section h1:hover {
    text-shadow: #313131 -8px 10px 7px;
}

.kdm-inner-section h1:hover::after {
    width: 87%;
}

.kdm-inner-section:hover~.right-magazine {
    opacity: 1 !important;
}

.kadambini-odia-img {
    position: absolute;
    bottom: 115px;
    left: 0;
    bottom: 145px !important;
}

.kadambini-odia-img2 {
    bottom: 125px !important;
}

.right-magazine img {
    width: 388.54px;
    height: 491.99px;
    border-radius: 6px;
}

.kadambini-short-description {
    font-family: 'Test Founders Grotesk';
    letter-spacing: 1px;
    font-size: 14px !important;
    line-height: 28px !important;
}

.kdm-subscribe {
    position: absolute;
    top: 214.96px;
    left: 216px;
    display: none
}

.kdm-subscribe a {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 52px 8px;
    border: 1px solid white;
    border-radius: 50%;
    transition: all .5s;
}

.kdm-subscribe a:hover {
    border: 1px solid rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    background-color: white;
}

#founder:hover~.cursor3 {
    display: none !important;
}

#founder:hover~.cursor4 {
    display: none !important;
}

.kdm-subscribe-section {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    transform: scale(1);
    transition-timing-function: ease-out;
    transition-duration: 50ms;
    color: rgb(0, 0, 0) !important;
    z-index: 999999999999;
    transform: translate(-5%, 14%);
    pointer-events: none;
    display: none;
}

.kdm-main-section {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    transform: scale(2);
    background-color: rgb(255, 255, 255);
    opacity: 1;
    transition-timing-function: ease-out;
    transition-duration: 300ms;
    border: 1px solid white;
    z-index: 99999999;
    pointer-events: none;
    display: none;
}


.right-magazine:hover .cursor12 {
    display: block !important;
}


.right-magazine:hover~.cursor11 {
    display: none !important;
}


.kadambini-odia img {
    width: 189px;
}

@media only screen and (max-width: 1000px) {

    .right-magazine {
        display: none !important;
    }

    .left-magazine {
        width: 100%;
    }

    .kdm-inner-section {
        margin-left: 20px;
    }

    .kdm-inner-section h1 {
        margin: 0px;
        font-size: 60px;
    }

    .kadambini-odia-img {
        bottom: 240px !important;
    }

    .kadambini-odia-img2 {
        bottom: 145px !important;
    }

    .kadambini-odia-img img {
        width: 350px;
    }
}

.fellowship-btn {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}


@-webkit-keyframes glowing {
    0% {
        background-color: #0000EE;
        -webkit-box-shadow: 0 0 3px #0000EE;
    }

    50% {
        background-color: #0202fa;
        -webkit-box-shadow: 0 0 40px #0202fa;
    }

    100% {
        background-color: #0000EE;
        -webkit-box-shadow: 0 0 3px #0000EE;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #0000EE;
        -moz-box-shadow: 0 0 3px #0000EE;
    }

    50% {
        background-color: #0202fa;
        -moz-box-shadow: 0 0 40px #0202fa;
    }

    100% {
        background-color: #0000EE;
        -moz-box-shadow: 0 0 3px #0000EE;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #0000EE;
        box-shadow: 0 0 3px #0000EE;
    }

    50% {
        background-color: #0202fa;
        box-shadow: 0 0 40px #0202fa;
    }

    100% {
        background-color: #0000EE;
        box-shadow: 0 0 3px #0000EE;
    }
}

@keyframes glowing {
    0% {
        background-color: #0000EE;
        box-shadow: 0 0 3px #0000EE;
    }

    50% {
        background-color: #0202fa;
        box-shadow: 0 0 40px #0202fa;
    }

    100% {
        background-color: #0000EE;
        box-shadow: 0 0 3px #0000EE;
    }
}

dialog {
  width: 100%;
  max-width: 720px;
}
.video-modal {
        width: 100%;
        max-width: 720px;
        margin: auto;
    }
.video-modal form{
	display:flex;
	justify-content:end;
}

    .video-modal-close {

        cursor: pointer;
    }

    /* Mobile view adjustments */
    @media (max-width: 600px) {
        .video-modal {
            width: 90%;
            max-width: 100%;
        }



        video {
            width: 100%; /* Make video take full width on mobile */
        }
    }



/* =============================NEW CSS END=============================== */