:root {
    --primary-font: 'Obviously Normal';
    --secondry-font: 'Obviously Narrow';
    --tertiary-font: 'Obviously Condensed';
    --primary-color: rgba(49, 62, 32, 1);
    --secondry-color: rgba(255, 255, 255, 1);
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tertiary-font);
    font-weight: 700;
    line-height: 90%;
}

body {
    font-family: var(--primary-font);
    font-weight: 400;
    color: var(--secondry-color);
}

.btn {
    font-family: var(--secondry-font);
    text-align: center;
    text-decoration: none;
    color: var(--secondry-color);
    background-color: rgba(241, 120, 0, 1);
    transition: 0.4s;
}


.btn:hover {
    color: rgba(241, 120, 0, 1);
    background-color: var(--secondry-color);
}


.common-wrap {
    width: 100%;
    max-width: 1252px;
    margin: 0 auto;
    padding: 0 16px;
}







/* -----------------MOBILE START----------------- */




.cart-open .overlay {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    position: fixed;
    z-index: 9999;
    transition: 0.6s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* announcement start */

.announcement__inner {
    background-color: var(--primary-color);
    padding: 11px 0;
}

.announcement__text p {
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    line-height: 140%;
}


/* announcement end */


/* header start */



.header__desk-menu {
    display: none;
}

.header__mobi-menu {
    cursor: pointer;
}

.header__mobi-menu div {
    height: 2px;
    border-radius: 2px;
    background-color: var(--primary-color);
    margin: 6px 0;
    transition: all .55s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 25px;
}


.header__mobi-menu.active div:first-child {
    transform: translateY(12px) rotate(45deg);
}

.header__mobi-menu.active div:nth-child(2) {
    opacity: 0;
}

.header__mobi-menu.active div:last-child {
    transform: translateY(-4px) rotate(-45deg);
}

.header__logo {
    width: 204px;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header__inner {
    position: relative;
    padding: 16px 16px;
    background-color: var(--secondry-color);
}

.header {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: var(--secondry-color);
}

.header__desk-btn {
    display: none;
}

.header__cart {
    width: 25px;
    line-height: 0;
    cursor: pointer;
}

.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* header end */



/* hero start */

.hero__inner {
    position: relative;
}

.hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__wrap {
    position: relative;
    z-index: 9;
    padding: 22px 0 42px;
}

.hero__content h3 {
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.hero__content p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 9px;
}

.hero-btn-shop {
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    padding: 10px 58px 12px;
    border-radius: 40px;
    background-color: var(--primary-color);
}

.hero__btn {
    text-align: center;
    margin-bottom: 10px;
    line-height: 0;
}

.hero__star {
    width: 118px;
    line-height: 0;
    margin-bottom: 5px;
}

.hero__star-wrap p {
    font-size: 9px;
    margin-bottom: 0;
}

.hero__star-wrap {
    text-align: center;
}

.hero__content {
    margin-bottom: 18px;
}

.hero__video {
    width: 100%;
    position: relative;
}

.hero__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.hero__off-img {
    display: none;
}

.hero__bot-img {
    width: 100%;
    position: absolute;
    bottom: -92px;
    left: 0;
    z-index: 9;
}

.hero__video-bg {
    display: none;
}



/* hero end */



/* video-slider start */



.video-slider__inner {
    background-color: #F9F2EE;
    padding: 126px 0 37px;
    margin-top: -15px;
}

.video-slider__headding p {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 140%;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.video-slider__headding h3 {
    font-family: var(--secondry-font);
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 100%;
    color: var(--primary-color);
}

.video-slider__headding {
    margin-bottom: 28px;
}

.video-slider__item {
    height: 214px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 6px;
}

.video-slider__item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-slider__video-play-icon {
    width: 54px;
    line-height: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-slider__items {
    width: calc(100% + 32px);
    margin: 0 -16px;
}

.video-slider__items .slick-list {
    padding: 0 112px;
}

.video-slider__items .slick-dots button {
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(49, 62, 32, 1);
    opacity: 0.2;
    padding: 0;
    cursor: pointer;
}

.video-slider__items .slick-active button {
    background-color: rgba(49, 62, 32, 1);
    opacity: 1;
}

.video-slider__items .slick-dots {
    display: flex;
    align-items: center;
    gap: 0 12px;
    justify-content: center;
    margin: 42px auto 0;
    line-height: 0;
    width: fit-content;
}

.video-slider__left-arrow {
    display: none;
}

.video-slider__right-arrow {
    display: none;
}

.video-slider__wave {
    display: none;
}



/* video-slider end */


/* upgrade start */



.upgrade__inner {
    padding: 60px 0 69px;
    position: relative;
    background: linear-gradient(0deg, #C5C953 0%, #919440 100%);
}

.upgrade__img {
    width: calc(100% + 32px);
    margin: 0 -16px;
}

.upgrade__content h3 {
    text-align: center;
    font-size: 60px;
    margin-bottom: 30px;
}

.upgrade__content {
    margin-top: -20px;
}

.upgrade__content p {
    text-align: center;
    font-size: 15px;
    line-height: 150%;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.upgrade__content ul li {
    font-size: 15px;
    line-height: 150%;
    color: var(--primary-color);
    display: flex;
    gap: 0 10px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.upgrade__content ul li:last-child {
    margin-bottom: 0;
}

.upgrade__content ul li em {
    font-style: normal;
    font-weight: 600;
    display: contents;
}

.upgrade__content ul li::before {
    content: url(../img/mark.svg);
    width: 36px;
    height: 34px;
    margin-top: 5px;
}

.upgrade-btn-shop {
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    padding: 13px 40.4px;
    border-radius: 40px;
}

.upgrade__btn {
    text-align: center;
    line-height: 0;
    margin-top: 35px;
}

.upgrade__pattern {
    content: '';
    background-image: url(../img/upgrade-pattern.svg);
    background-repeat: repeat-x;
    width: 100%;
    height: 56px;
    position: absolute;
    top: -1px;
    left: 0;
    background-size: 363px;
}




/* upgrade end */



/* play start */



.play__inner {
    background-color: #F9F2EE;
    padding: 0 0 121px;
    position: relative;
}

.play__img {
    position: relative;
    z-index: 9;
}

.play__img-bg {
    width: 100%;
    height: 324px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.play__img-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play__content h3 {
    text-align: center;
    font-size: 60px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.play__content p {
    text-align: center;
    font-size: 15px;
    line-height: 150%;
    color: var(--primary-color);
}

.play__content p em {
    font-style: normal;
    font-weight: 600;
}

.play-btn-play {
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    padding: 13px 40px;
    border-radius: 40px;
}

.play__btn {
    line-height: 0;
    margin-top: 25px;
    text-align: center;
}

.play__bot-link {
    font-size: 13px;
    font-weight: 600;
    line-height: 140%;
    color: var(--primary-color);
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
    display: block;
    text-align: center;
    margin-top: 15px;
}

.play__content {
    margin-top: 42px;
}





/* play end */




/*----------------------- reviews starts ---------------------------- */

.reviews__inner {
    background-image: url(../img/review-bg-mobi.jpg);
    padding: 55px 0 110px;
    position: relative;
    background-size: cover;
}

.reviews__inner-pattern {
    background-image: url(../img/JS-pattern-orange.svg);
    position: absolute;
    background-size: 363px;
    background-repeat: repeat-x;
    width: 100%;
    top: -57px;
    left: 0;
    right: 0;
    height: 58px;
    z-index: 100;
}

.reviews__overlay {
    height: 126px;
    position: absolute;
    background: linear-gradient(180deg, var(--JS-Orange, #EE8620) 0%, rgba(238, 134, 32, 0.00) 100%);
    left: 0;
    right: 0;
    top: 0;
}

.reviews__heading {
    margin-bottom: 38px;
    z-index: 100;
    position: relative;
}

.reviews__heading h2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}


.reviews__items-wrapper {
    width: calc(100% + 32px);
    margin: 0 -16px;
}

.reviews__items .slick-list {
    padding: 0 18px;
}

.reviews__items .slick-track {
    display: flex;
}

.reviews__items .slick-slide {
    height: auto;
}


.reviews__item {
    margin: 0 9px;
}


.reviews__item-wrap {
    height: 100%;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0px 4px 4px 0px #EE8620;
    padding: 30px 30px 25px;
    position: relative;
}

.reviews__item-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    max-width: 200px;
}

.reviews__item-star {
    width: 40px;
}

.reviews__item-texts {
    margin-bottom: 93px;
}

.reviews__item-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: #313E20;
    text-align: center;
    margin-bottom: 12px;
}

.reviews__item-text {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: #313E20;
    text-align: center;
}


.reviews__item-author {
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
}

.reviews__item-author-img {
    width: 45px;
    margin: 0 auto 7px;
    border-radius: 50%;
    overflow: hidden;
}


.reviews__item-author-name {
    color: #313E20;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-align: center;

}

.reviews__item-author-status p {
    color: #313E20;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.reviews__item-author-status img {
    width: 11px;
}

.reviews__item-author-status {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}


.reviews__items .slick-dots {
    margin-top: 20px;
    display: flex;
    line-height: 0;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
}

.reviews__items .slick-dots li button {
    cursor: pointer;
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 100%;
    opacity: 0.1;
    background-color: white;
    text-indent: -9999px;
}

.reviews__items .slick-dots li.slick-active button {
    padding: 0;
    opacity: 1;
}

.reviews__arrows {
    display: none;
}


/*----------------------- reviews ends ---------------------------- */




/*----------------------- game changer starts ---------------------------- */
.game-changer__inner {
    background-image: url(../img/game-changer-mobijpg.jpg);
    padding: 45px 0 75px;
    background-position: center;
    position: relative;
}

.game-changer__inner-pattern {
    background-image: url(../img/JS-pattern-green.svg);
    position: absolute;
    background-size: 363px;
    background-repeat: repeat-x;
    width: 100%;
    top: -57px;
    left: 0;
    right: 0;
    height: 58px;
}

.game-changer__monkey {
    display: none;
}

.game-changer__ryno {
    display: none;
}

.game-changer__top-right {
    display: none;
}

.game-changer__bottom-left {
    display: none;
}



.game-changer__btn {
    font-family: var(--secondry-font);
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    cursor: pointer;
    background-color: #F17800;
    padding: 13px 40px;
    border-radius: 40px;
    color: white;
    margin: 0 auto;
    text-align: center;
    width: fit-content;

}

.game-changer__btn_desk {
    display: none;
}

.game-changer__btn_mobi {
    display: block;
}

.game-changer__heading {
    margin-bottom: 34px;
}

.game-changer__heading h2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    color: #F9F2EE;
    text-align: center;
    margin-bottom: 10px;
}

.game-changer__heading p {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    color: #F9F2EE;
}

.game-changer__items-wrapper {
    width: calc(100% + 32px);
    margin: 0 -16px;
    margin-bottom: 44px;
}

.game-changer__item {
    margin: 0 16px;
}

.game-changer__item a {
    color: inherit;
}

.game-changer__item-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 29px;
    display: flex;
    justify-content: center;
}

.game-changer__item-img:hover img {
    scale: 1.1;
}

.game-changer__item-img img {
    transition: 0.4s;
}

.game-changer__item-text h4 {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    margin-bottom: 18px;
}

.game-changer__item-text p {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
}


.game-changer__items .slick-dots {
    margin-top: 22px;
    display: flex;
    line-height: 0;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
}

.game-changer__items .slick-dots li button {
    cursor: pointer;
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 100%;
    opacity: 0.1;
    background-color: white;
    text-indent: -9999px;
}

.game-changer__items .slick-dots li.slick-active button {
    padding: 0;
    opacity: 1;
}


/*----------------------- game changer ends ---------------------------- */




/* compare start */



.compare__inner {
    background-image: url(../img/compare-bg-mobi.png);
    background-repeat: repeat-x;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 61px 0 131px;
    position: relative;
}

.compare__headding h3 {
    text-align: center;
    font-size: 60px;
}

.compare__headding {
    margin-bottom: 22px;
}

.compare__table-left {
    width: 155px;
    line-height: 0;
    padding: 0 5px 0 0;
}

.compare__table-center {
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    color: var(--primary-color);
    text-transform: uppercase;
    font-family: var(--secondry-font);
    padding-top: 10px;
}

.compare__table-content-right-item-left img {
    width: 30px;
    height: 28px;
}

.compare__table-content-left-item-right img {
    width: 30px;
    height: 28px;
}

.compare__table-left-arrow {
    display: none;
}

.compare__table-right-arrow {
    display: none;
}

.compare__table-right {
    width: 155px;
    padding-top: 18px;
}

.compare__table-img-items {
    padding: 0 22px;
}

.compare__mobi-change {
    text-align: center;
    font-size: 8px;
    font-weight: 600;
    line-height: 140%;
    text-decoration: underline;
    color: var(--primary-color);
    margin-top: 14px;
}

.compare__table-top {
    display: flex;
    gap: 0 6px;
    align-items: center;
}

.compare__table-content-left-item p {
    display: none;
}

.compare__table-content-left-item h6 {
    font-size: 14px;
    line-height: 100%;
    color: var(--primary-color);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0 6px;
    justify-content: flex-end;
    font-family: var(--secondry-font);
}

/* .compare__table-content-left-item h6::after {
    content: '';
    background-image: url(../img/mark.svg);
    width: 30px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

.compare__table-content-left-item {
    background-color: var(--secondry-color);
    border-radius: 12px;
    padding: 5px;
    margin-bottom: 12px;
}

.compare__table-content-left-item:last-child {
    margin-bottom: 0;
}

.compare__table-content-right-items ul li em {
    display: none;
}

.compare__table-content-right-items ul li strong {
    font-size: 14px;
    line-height: 100%;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 0 6px;
    font-family: var(--secondry-font);
}

/* .compare__table-content-right-items ul li strong::before {
    content: '';
    background-image: url(../img/cross.svg);
    width: 30px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

.compare__table-content-right-items ul li {
    background-color: var(--secondry-color);
    padding: 5px;
    border-radius: 12px;
    margin-bottom: 12px;
}

.compare__table-content-right-items ul li:last-child {
    margin-bottom: 0;
}

.compare__table-content-wrap {
    display: flex;
    gap: 0 19px;
    margin-top: 32px;
}

.compare__table-content-left {
    width: 152px;
}

.compare__table-content-right {
    width: 171px;
    border-left: 1px solid var(--primary-color);
    padding-left: 19px;
}

.compare__bot h5 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.compare__bot p {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
}

.compare__bot {
    margin-top: 45px;
}

.compare__pattern {
    content: '';
    background-image: url(../img/compare-pattern.svg);
    background-repeat: repeat-x;
    width: 100%;
    height: 57px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: 363px;
}


.compare__elephant {
    display: none;
}

/* compare end */



/*----------------------- app starts ---------------------------- */

.app__inner {
    padding: 0 16px 64px;
    background-color: #F5E5DA;
    position: relative
}

.app__inner-pattern {
    background-image: url(../img/JS-pattern.svg);
    position: absolute;
    background-size: 363px;
    background-repeat: repeat-x;
    width: 100%;
    top: -56px;
    left: 0;
    right: 0;
    height: 57px;
}

.app-image {
    margin-bottom: 22px;
}

.app-content h2 {
    margin-bottom: 13px;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    color: #313E20;
    text-transform: uppercase;
}

.app-store {
    width: 149px;
    line-height: 0;
}

.play-store {
    width: 168px;
    line-height: 0;
}

.app-content p {
    margin-bottom: 35px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #313E20;
}

.app-content__platforms {
    display: flex;
    gap: 20px;
    align-items: center;
}

.app-content__platforms a {
    cursor: pointer;
}


/*----------------------- app ends ---------------------------- */


/*--------------------- email starts ------------------------- */

.email__inner {
    position: relative;
    padding: 44px 0 95px;
    overflow: hidden;
    background: linear-gradient(131deg, #C2B3A4 41.03%, #98994E 119.94%);


}

.email__wrapper {
    position: relative;
    z-index: 100;
}

.email__wrapper h3 {
    font-family: var(--secondry-font);
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.email__wrapper p {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 14px;
}

.email__inputs input {
    font-family: var(--primary-font);
    padding: 13px 16px;
    border-radius: 40px;
    width: 100%;
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 12px;

}


.email__inputs input::placeholder {

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    color: #313E20;
}


.email__wrapper button {
    cursor: pointer;
    background-color: #F17800;
    padding: 10px 32px;
    border-radius: 40px;
    width: 100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    color: white;
    text-transform: uppercase;
    border: none;
    font-family: var(--primary-font);
}


.email__inner-top-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 63px;
}

.email__inner-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 126px;
}

.email__inner-right {
    display: none;
}

/*--------------------- email ends ------------------------- */




/* footer start */


.footer__inner {
    background-color: var(--primary-color);
    padding: 15px 0 65px;
    position: relative;
}

.footer__logo {
    width: 294px;
    line-height: 0;
    margin: 0 auto;
}

.footer__app-store {
    width: 149px;
    margin: 0 auto 17px;
}

.footer__app-google {
    width: 168px;
    margin: 0 auto;
}

.footer__app-wrap {
    margin-top: 33px;
}

.footer__mobi-by-wrap p {
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
}

.footer__mobi-by-wrap img {
    width: 90px;
    line-height: 0;
}

.footer__mobi-by-wrap {
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
    margin-top: 26px;
}

.footer__left ul li a {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    color: var(--secondry-color);
    text-transform: capitalize;
}

.footer__left ul li {
    margin-bottom: 8px;
    text-align: center;
}

.footer__left ul li:last-child {
    margin-bottom: 0;
}

.footer__left {
    margin: 45px 0 43px;
}

.footer__social-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    margin-bottom: 30px;
}

.footer__social-item {
    width: 41px;
    line-height: 0;
}

.footer__mobi-bot-link p {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
}

.footer__mobi-bot-link p a {
    color: #F17800;
}

.footer__mobi-bot-link {
    margin-bottom: 28px;
}

.footer__copyright {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 8px;
}

.footer__bot-link-wrap ul li a {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    color: var(--secondry-color);
}

.footer__bot-link-wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

.footer__bot-desk-wrap {
    display: none;
}

.footer__pattern {
    content: '';
    background-image: url(../img/footer-pattern.svg);
    background-repeat: repeat-x;
    width: 100%;
    height: 58px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 363px;
    transform: translateY(-98%);
}

.footer__img {
    display: none;
}

/* footer end */




/* menu start */


.menu__list ul li a {
    font-size: 50px;
    font-weight: 700;
    line-height: 90%;
    color: var(--primary-color);
    text-transform: uppercase;
    font-family: var(--tertiary-font);
}

.menu__arrow::after {
    content: url(../img/down.svg);
    width: 24px;
    transition: 0.4s;
    line-height: 0;
}

.menu__arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu__list ul li {
    border-bottom: 1px solid rgba(49, 62, 32, 0.2);
    padding: 15.6px 0;
}

.menu__link ul li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    color: var(--primary-color);
}

.menu__link ul li {
    margin-bottom: 6px;
}

.menu__link ul li:last-child {
    margin-bottom: 0;
}

.menu__bot {
    background-image: url(../img/menu-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding: 20px 19px 25px;
    border-radius: 6px;
    overflow: hidden;
}

.menu__bot-img {
    width: 123px;
    line-height: 0;
}

.menu__bot-content h5 {
    font-size: 25px;
    line-height: 100%;
    margin-bottom: 3px;
}

.menu__bot-content ul li {
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 2px;
}

.menu__bot-content ul li:last-child {
    margin-bottom: 0;
}

.menu__btn-shop {
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    padding: 4px 10.5px;
    border-radius: 20px;
    background-color: var(--primary-color);
    font-family: var(--primary-font);
}

.menu__bot-btn {
    margin-top: 5px;
    line-height: 0;
}

.menu__bot-content {
    width: calc(100% - 133px);
}

.menu__link {
    margin: 34px 0 35px;
}

.menu__wrapper {
    padding: 0 16px;
}

.menu__inner {
    padding: 7px 0 37px;
    background-color: var(--secondry-color);
    height: 100%;
}

.menu__list-content ul li a {
    font-size: 25px;
    font-weight: 700;
    line-height: 90%;
    color: var(--primary-color);
    text-transform: uppercase;
    font-family: var(--tertiary-font);
}

.menu__list-content ul li {
    border-bottom: none;
    padding: 7px 0;
}

.menu__list-content {
    display: none;
    margin-top: 20px;
}

.menu__list ul li.active .menu__arrow::after {
    transform: rotate(180deg);
}

.menu {
    position: fixed;
    width: 100%;
    height: calc(100% - 99px);
    overflow-y: auto;
    right: 0;
    bottom: 0;
    left: 0;
    top: 99px;
    z-index: 9999;
    transform: translate(-100%);
    transition: .5s;
    background-color: var(--secondry-color);
}

.menu-open .menu {
    transform: translate(0);
}

.menu-open {
    overflow: hidden;
}

.menu.header-sticky {
    top: 62px;
    height: calc(100% - 62px);
}



/* menu end */




/* cart-drawer start */


.cart-drawer__inner {
    background-color: rgba(249, 242, 238, 1);
    height: 100%;
}

.cart-drawer__wrapper {
    height: 100%;
}

.cart-drawer__text p {
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    color: var(--primary-color);
}

.cart-drawer__text p em {
    font-style: normal;
}

.cart-drawer__close {
    width: 19px;
    height: 19px;
    line-height: 0;
    cursor: pointer;
}

.cart-drawer__top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 21px 10px;
}

.cart-drawer__progress-wrap p {
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.cart-drawer__progress-wrap p em {
    font-size: 15px;
    font-style: normal;
    font-weight: 600
}

.cart-drawer__progress-bar {
    width: 100%;
    border-radius: 10px;
    background-color: rgba(49, 62, 32, 0.1);
    height: 5px;
    overflow: hidden;
}

.cart-drawer__progress-bar div {
    width: 72.14611872146119%;
    height: 100%;
    background-color: rgba(241, 120, 0, 1);
    border-radius: 10px;
}

.cart-drawer__progress-wrap {
    padding: 0 21px;
}

.cart-drawer__product-img {
    width: 101px;
    border-radius: 10px;
    overflow: hidden;
    height: fit-content;
}

.cart-drawer__product-details h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    color: var(--primary-color);
    font-family: var(--primary-font);
    margin-bottom: 2px;
}

.cart-drawer__product-details h6 {
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    color: var(--primary-color);
    font-family: var(--primary-font);
    margin-bottom: 4px;
}

.cart-drawer__product-details ul li {
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    color: var(--primary-color);
}

.cart-drawer__quen input {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    color: var(--primary-color);
    background-color: transparent;
    border: none;
    width: 30px;
    font-family: var(--primary-font);
}

.cart-drawer__quen img {
    padding: 5px 0;
    cursor: pointer;
}

.cart-drawer__quen {
    display: flex;
    align-items: center;
    gap: 0 2px;
    width: 58px;
    justify-content: center;
}

.cart-drawer__price {
    font-size: 13px;
    font-weight: 600;
    line-height: 140%;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.cart-drawer__price del {
    opacity: 0.5;
}

.cart-drawer__quen-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

.cart-drawer__product-item {
    display: flex;
    gap: 0 23px;
    padding: 29px 0;
}

.cart-drawer__product-details {
    width: calc(100% - 124px);
    margin-top: -4px;
}

.cart-drawer__product {
    padding: 0 21px;
}

.cart-drawer__slider-headding h5 {
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
    color: var(--primary-color);
    text-transform: capitalize;
    font-family: var(--primary-font);
}

.cart-drawer__slider-headding {
    margin-bottom: 15px;
    padding: 0 21px;
}

.cart-drawer__slider {
    background-color: var(--secondry-color);
    padding: 15px 0 18px;
}

.cart-drawer__slider-img {
    width: 50px;
    height: 53px;
    border-radius: 10px;
    overflow: hidden;
}

.cart-drawer__slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-drawer__slider-details h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    color: var(--primary-color);
    font-family: var(--primary-font);
}

.cart-drawer__slider-details p {
    font-size: 12px;
    line-height: 140%;
    color: var(--primary-color);
}

.cart-drawer__slider-price {
    font-size: 13px;
    font-weight: 600;
    line-height: 140%;
    color: var(--primary-color);
    margin-top: 7px;
}

.cart-drawer__slider-left {
    display: flex;
    align-items: center;
    gap: 0 22px;
}

.cart-drawer__slider-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 54px;
}

.cart-drawer-btn-add {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    background-color: var(--primary-color);
    width: 100%;
    border: 1px solid var(--primary-color);
    padding: 10px 0;
    border-radius: 10px;
}

.cart-drawer-btn-add:hover {
    color: var(--primary-color);
}

.cart-drawer__slider-btn {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 0 10px;
}

.cart-drawer__slider-item {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    margin-right: 6px;
    position: relative;
    height: auto;
}


.cart-drawer__slider-items {
    padding-left: 21px;
}

.cart-drawer__slider-items .slick-track {
    display: flex;
}

.cart-drawer__slider-items .slick-list {
    padding-right: 16px;
}


.cart-drawer__slider-items .slick-dots li button {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    text-indent: -9999px;
    border: 1px solid var(--primary-color);
    background-color: transparent;
    line-height: 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
    padding: 0;
}

.cart-drawer__slider-items .slick-dots li.slick-active button {
    background-color: var(--primary-color);
}

.cart-drawer__slider-items .slick-dots {
    display: flex;
    align-items: center;
    gap: 0 6px;
    justify-content: center;
    line-height: 0;
    margin-top: 12px;
    padding-right: 21px;
}

.cart-drawer__bot {
    background-color: var(--primary-color);
    padding: 15px 11px 30px;
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
}

.cart-drawer__bot-star-wrap img {
    width: 98px;
    line-height: 0;
}

.cart-drawer__bot-star-wrap p {
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
}

.cart-drawer__bot-star-wrap {
    display: flex;
    align-items: center;
    gap: 0 5px;
    margin-bottom: 33px;
}

.cart-drawer__bot-details-left h4,
.cart-drawer__bot-details-right h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    font-family: var(--primary-font);
    margin-bottom: 3px;
    white-space: nowrap;
}

.cart-drawer__bot-details-left p,
.cart-drawer__bot-details-right p {
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    white-space: nowrap;
}

.cart-drawer__bot-details-wrap {
    display: flex;
    justify-content: space-between;
}

.cart-drawer__bot-details-right {
    text-align: right;
}

.cart-drawer-checkout-btn {
    font-size: 28px;
    font-weight: 600;
    line-height: 100%;
    width: 100%;
    padding: 19px 0;
    border-radius: 20px;
}

.cart-drawer__checkout {
    margin-top: 10px;
}

.cart-drawer__bot-discount-wrap img {
    width: 9px;
    height: 9px;
    line-height: 0;
}

.cart-drawer__bot-discount-wrap p {
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
}

.cart-drawer__bot-discount-wrap {
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
    margin-top: 10px;
}

.cart-drawer__wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 342px);
    overflow-y: auto;
}

.cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    transition: 1s;
    transform: translateX(1000px);
}

.cart-open .cart-drawer {
    transform: translateX(0);
    transition: 0.6s;
}

.cart-open {
    overflow: hidden;
}

/* cart-drawer end */







/* -----------------MOBILE END----------------- */






















/* -----------------DESKTOP START----------------- */



@media (min-width: 1024px) {





    .common-wrap {
        padding: 0 20px;
    }








    /* announcement start */

    .announcement__inner {
        padding: 8px 0;
    }

    .announcement__text p {
        font-size: 13px;
    }


    /* announcement end */





    /* header start */

    .header__mobi-menu {
        display: none;
    }

    .header__desk-menu {
        display: block;
    }

    .header__desk-menu ul li a {
        font-family: var(--secondry-font);
        font-size: 24px;
        font-weight: 700;
        line-height: 100%;
        color: var(--primary-color);
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 0 3px;
    }

    .header__desk-menu-arrow::after {
        content: url(../img/down.svg);
        width: 20px;
        height: 20px;
    }

    .header__desk-menu ul {
        display: flex;
        align-items: center;
        gap: 0 25px;
    }

    .header__logo {
        width: 282px;
        z-index: 2;
    }

    .header__desk-btn {
        display: block;
    }

    .header-btn {
        font-size: 20px;
        font-weight: 700;
        line-height: 140%;
        background-color: rgba(241, 120, 0, 1);
        border: 1px solid rgba(241, 120, 0, 1);
        padding: 3px 20px;
        border-radius: 30px;
    }

    .header__right {
        display: flex;
        align-items: center;
        gap: 0 20px;
        z-index: 2;
    }

    .header__inner {
        padding: 19px 30px;
    }




    /* header end */






    /* hero start */

    .hero__content h3 {
        font-size: 100px;
        margin-bottom: 18px;
        text-align: left;
    }

    .hero__content p {
        text-align: left;
        font-size: 18px;
        margin-bottom: 25px;
    }

    .hero__btn {
        text-align: left;
    }

    .hero-btn-shop {
        font-size: 28px;
        padding: 12.5px 40px;
    }

    .hero__star-wrap {
        text-align: left;
        display: flex;
        align-items: center;
        gap: 0 5px;
    }

    .hero__star {
        width: 110px;
        margin-bottom: 0;
    }

    .hero__star-wrap p {
        font-size: 13px;
        margin-bottom: 0;
    }

    .hero__content {
        margin: 30px 0 0;
    }

    .hero__wrap {
        padding: 53px 0 102px;
        display: flex;
        justify-content: space-between;
        width: calc(100% + 60px);
        margin: 0 -30px;
    }

    .hero__left {
        width: 40.02%;
    }

    .hero__right {
        width: 51.8%;
    }

    .hero__off-img {
        display: block;
        width: 210px;
        position: absolute;
        top: -40px;
        right: 10px;
        z-index: 9;
    }

    .hero__bot-img {
        width: 771px;
        bottom: -102px;
        left: -71px;
    }

    .hero__video-bg {
        display: block;
        width: 920px;
        position: absolute;
        top: -15px;
        left: -170px;
        z-index: -1;
    }

    .hero__inner {
        overflow: hidden;
    }





    /* hero end */


    /* video-slider start */


    .video-slider__inner {
        margin-top: 0;
        padding: 41px 0 50px;
        position: relative;
    }

    .video-slider__headding p {
        font-size: 18px;
        margin-bottom: 0;
    }

    .video-slider__headding h3 {
        font-size: 80px;
    }

    .video-slider__headding {
        margin-bottom: 38px;
    }

    .video-slider__items {
        width: 100%;
        margin: 0;
    }

    .video-slider__items .slick-list {
        padding: 0;
        border-radius: 10px;
    }

    .video-slider__item {
        height: 315px;
        margin: 0 9px;
    }

    .video-slider__wrap {
        max-width: 1129px;
        margin: 0 auto;
        border-radius: 20px;
        background: linear-gradient(90deg, var(--JS-Cream, #F5E5DA) 0%, var(--Light-Cream, #F9F2EE) 48%, var(--JS-Cream, #F5E5DA) 100%);
        padding: 10px 0;
        position: relative;
    }

    .video-slider__arrow {
        max-width: 100%;
        margin: 0;
    }

    .video-slider__left-arrow {
        display: block;
        line-height: 0;
        cursor: pointer;
        width: 40px;
        position: absolute;
        top: 50%;
        left: 1px;
        transform: translate(-100%, -50%);
        z-index: 9;
    }

    .video-slider__right-arrow {
        display: block;
        line-height: 0;
        cursor: pointer;
        width: 40px;
        position: absolute;
        top: 50%;
        right: 1px;
        transform: translate(100%, -50%);
        z-index: 9;
    }

    .video-slider__wave {
        display: block;
        width: 100%;
        /* height: 59px; */
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(-98%);
    }


    .video-slider__wave img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    /* video-slider end */





    /* upgrade start */



    .upgrade__wrap {
        display: flex;
        align-items: flex-start;
    }

    .upgrade__content h3 {
        text-align: left;
        font-size: 90px;
        margin-bottom: 16px;
    }

    .upgrade__content p {
        text-align: left;
    }

    .upgrade-btn-shop {
        font-size: 28px;
        padding: 12.5px 40px;
    }

    .upgrade__btn {
        margin-top: 25px;
        text-align: left;
    }

    .upgrade__img {
        width: 100%;
        margin: 0;
    }

    .upgrade__left {
        width: 55.7%;
    }

    .upgrade__right {
        width: 42.6%;
    }

    .upgrade__inner {
        padding: 102px 0 36px;
        background: linear-gradient(180deg, #919440 -8.27%, #C5C953 108.27%);
    }

    .upgrade__content {
        margin-top: 0;
    }




    /* upgrade end */







    /* play start */



    .play__content h3 {
        text-align: left;
        font-size: 70px;
    }

    .play__content p {
        text-align: left;
    }

    .play__btn {
        text-align: left;
        display: inline-block;
    }

    .play__bot-link {
        margin-top: 13px;
    }

    .play-btn-play {
        font-size: 28px;
        padding: 12.5px 40px;
    }

    .play__inner {
        padding: 0;
        overflow: hidden;
    }

    .play__img {
        width: 60%;
        margin-left: auto;
    }

    .play__wrapper {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        z-index: 9;
    }

    .play__content {
        margin-top: 0;
        width: 42.6%;
    }

    .play__img-bg {
        width: 77.63%;
        height: 100%;
        left: auto;
        right: -97px;
    }




    /* play end */




    /*----------------------------- reviews starts ------------------- */

    .reviews__inner {
        background-image: url(../img/review-bg-desk.jpg);
        padding: 45px 0 110px;
    }

    .reviews__items-wrapper {
        position: relative;
        width: calc(100% + 18px);
        margin: 0 -9px;

    }

    .reviews__items .slick-list {
        padding: 0;
    }



    .reviews__heading h2 {
        font-size: 90px;
        max-width: 100%;
    }

    .reviews__heading {
        margin-bottom: 28px;
    }

    .reviews__arrows {
        display: block;
    }

    .reviews__arrow {
        cursor: pointer;
        position: absolute;
        width: 40px;
        top: 50%;

    }

    .reviews__arrow_left {
        left: 10px;
        transform: translate(-100%, -50%);
    }

    .reviews__arrow_right {
        right: 10px;
        transform: translate(100%, -50%);
    }

    .reviews__item-texts {
        margin-bottom: 90px;
    }

    /*----------------------------- reviews ends ------------------- */




    /*----------------------- game changer start ---------------------------- */

    .game-changer__inner {
        background-image: url(../img/game-changer-desk.jpg);
        padding: 56px 0 110px;

    }

    .game-changer__overlay {
        height: 86px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background: linear-gradient(180deg, var(--JS-Green, #313E20) 0%, rgba(49, 62, 32, 0.00) 100%);
    }




    .game-changer__top-right {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 306px;
    }

    .game-changer__bottom-left {
        display: block;
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 277px;
    }

    .game-changer__btn {
        font-size: 28px;
        padding: 12.5px 40px;
    }

    .game-changer__btn_desk {
        display: block;
    }

    .game-changer__btn_mobi {
        display: none;
    }

    .game-changer__heading {
        position: relative;
        z-index: 10;
        max-width: 546px;
        margin: 0 auto 66px;
    }

    .game-changer__heading h2 {
        font-size: 100px;
    }

    .game-changer__heading p {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 15px;
    }

    .game-changer__items-wrapper {
        position: relative;
        width: 100%;
        margin: 0;
        max-width: 1200px;
        margin: 0 auto;
    }


    .game-changer__monkey {
        display: block;
        position: absolute;
        width: 420px;
        left: 0;
        bottom: 153px;
        left: -108px;
    }

    .game-changer__ryno {
        display: block;
        position: absolute;
        transform: translateY(-100%);
        top: -11px;
        right: 0;
        width: 378px;
    }

    .game-changer__items {
        display: flex;
        gap: 37px;
        flex-wrap: wrap;
    }

    .game-changer__item {
        flex: 1 0 30%;
        max-width: calc(100% / 3 - 24px);
        margin: 0;

    }

    .game-changer__item-img {
        margin-bottom: 32px;
    }

    .game-changer__item-text {
        padding: 0 11px;
    }

    .game-changer__item-text h4 {
        font-size: 50px;
        line-height: 90%;
    }





    /*----------------------- game changer ends ---------------------------- */


    /* compare start */



    .compare__inner {
        padding: 52px 0 124px;
        background-size: contain;
        background-image: url(../img/compare-bg-desk.png);
    }

    .compare__headding h3 {
        font-size: 90px;
    }

    .compare__headding {
        margin-bottom: 25px;
    }

    .compare__table-left {
        width: 307px;
        padding: 0;
        margin: 0 19px 15px 0;
    }

    .compare__table-center {
        font-family: var(--tertiary-font);
        font-size: 70px;
        font-weight: 700;
        line-height: 90%;
        width: 100px;
        text-align: center;
        margin-top: 14px;
        padding-top: 0;
    }

    .compare__table-right {
        width: 328px;
        display: flex;
        padding-top: 0;
        transform: translateY(10px);
    }

    .compare__mobi-change {
        display: none;
    }

    .compare__table-left-arrow {
        display: block;
        cursor: pointer;
        width: 35px;
        margin-right: -1px;
    }

    .compare__table-right-arrow {
        display: block;
        cursor: pointer;
        width: 35px;
        margin-left: -1px;
    }

    .compare__table-img-items {
        padding: 6px 68px;
        width: 258px;
        background-color: rgba(245, 229, 218, 1);
    }

    .compare__table-top {
        gap: 0 4px;
        justify-content: center;
        align-items: flex-start;
    }

    .compare__table-content-wrap {
        margin-top: 6px;
        gap: 0 54px;
        justify-content: center;
    }

    .compare__table-content-left {
        width: 330px;
    }

    .compare__table-content-right {
        width: 384px;
        padding-left: 54px;
    }

    .compare__table-content-left-item p {
        display: block;
        font-size: 14px;
        font-weight: 500;
        line-height: 100%;
        color: var(--primary-color);
        text-transform: uppercase;
        font-family: var(--secondry-font);
    }

    .compare__table-content-left-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 10px;
        border-radius: 16px;
    }

    .compare__table-content-left-item h6::after {
        width: 36px;
        height: 34px;
    }

    .compare__table-content-left-item h6 {
        font-size: 22px;
        gap: 0 12px;
    }

    .compare__table-content-right-items ul li strong::before {
        width: 37px;
        height: 34px;
    }

    .compare__table-content-right-item-left img {
        width: 37px;
        height: 34px;
    }

    .compare__table-content-left-item-right img {
        width: 37px;
        height: 34px;
    }

    .compare__table-content-right-items ul li strong {
        font-size: 22px;
        gap: 0 12px;
    }

    .compare__table-content-right-items ul li em {
        display: block;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        color: var(--primary-color);
        font-family: var(--secondry-font);
        text-transform: uppercase;
    }

    .compare__table-content-right-items ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 10px;
        border-radius: 16px;
    }

    .compare__bot p {
        font-size: 15px;
        font-weight: 600;
        line-height: 150%;
    }

    .compare__bot h5 {
        text-transform: uppercase;
    }

    .compare__bot {
        margin-top: 32px;
    }

    .compare__elephant {
        display: block;
        width: 343px;
        position: absolute;
        bottom: 0;
        left: -110px;
    }

    .compare__wrapper {
        position: relative;
    }




    /* compare end */



    /*------------------ app starts --------------------------------- */
    .app__inner {
        padding: 32px 0 37px;
    }

    .app__wrapper {
        display: flex;
        gap: 55px;
        align-items: center;
    }

    .app-image {
        margin-bottom: 0;
        width: 47.84%;
    }

    .app-content {

        width: 38.68%;
    }

    .app-content p {
        font-size: 15px;
        line-height: 150%;
        margin-bottom: 42px;
    }

    .app-content h2 {
        max-width: 542px;
        font-size: 70px;
        margin-bottom: 8px;
    }


    /*------------------ app ends --------------------------------- */


    /*--------------------- email starts ------------------------- */


    .email__inner {
        padding: 65px 0 115px;
        background: radial-gradient(ellipse at center, #C2B3A4 41.83%, #98994E 100%);

    }

    .email__wrapper h3 {
        font-family: var(--tertiary-font);
        font-size: 70px;
        font-style: normal;
        font-weight: 700;
        line-height: 90%;
        margin-bottom: 6px;
    }

    .email__wrapper P {
        margin-bottom: 15px;
    }

    .email__wrapper {
        max-width: 693px;
        margin: 0 auto;
    }

    .email__wrapper form {
        width: 78.93%;
        margin: 0 auto;
    }

    .email__inputs input {
        margin-bottom: 0;
    }

    .email__inputs {
        display: flex;
        gap: 12px;
        margin-bottom: 12px;
    }

    .email__inner-top-left {

        width: 126px;
    }

    .email__inner-bottom-left {
        width: 342px;
    }

    .email__inner-right {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 365px;
    }


    /*--------------------- email ends ------------------------- */



    /* footer start */

    .footer__inner {
        padding: 0 0 52px;
    }

    .footer__img {
        display: block;
        width: 505px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .footer__left ul li {
        text-align: left;
        margin-bottom: 8px;
    }

    .footer__mobi-by-wrap {
        display: none;
    }

    .footer__logo {
        width: 532px;
        margin: 0;
    }

    .footer__app-store {
        margin: 0;
    }

    .footer__app-google {
        margin: 0;
    }

    .footer__app-wrap {
        display: flex;
        align-items: center;
        gap: 0 17px;
        margin-top: -28px;
        justify-content: center;
    }

    .footer__social-wrap {
        justify-content: flex-start;
        margin: 10px 0 33px;
        max-width: 219px;
    }

    .footer__mobi-bot-link {
        display: none;
    }

    .footer__copyright {
        text-align: left;
    }

    .footer__bot-link-wrap ul {
        justify-content: flex-start;
    }

    .footer__bot-desk-wrap {
        display: block;
        display: flex;
        align-items: center;
        gap: 0 10px;
    }

    .footer__bot-desk-wrap p {
        font-size: 13px;
        font-weight: 500;
        line-height: 140%;
    }

    .footer__bot-desk-wrap img {
        width: 80px;
        line-height: 0;
    }

    .footer__bot-wrap {
        display: flex;
        align-items: center;
        gap: 0 172px;
    }

    .footer__wrap {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        gap: 0 130px;
    }

    .footer__left {
        margin: 66px 0 0;
        width: 242px;
    }

    .footer__right {
        width: 532px;
    }






    /* footer end */


    /* cart-drawer start */

    .cart-drawer {
        width: 486px;
    }

    .cart-drawer__wrap {
        height: calc(100% - 322px);
    }

    .cart-drawer__bot {
        padding: 15px 21px 30px;
    }



    /* cart-drawer end */



}


@media (min-width: 1400px) {
    .game-changer__ryno {
        right: -103px;
    }
}



/* -----------------DESKTOP END----------------- */