.pnews{font-size:2.4rem;font-weight:600}@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap);

a,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif
}

a,
a:hover {
    text-decoration: none
}

a,
a:hover,
body {
    color: #000
}

.btn,
a {
    transition: .3s
}

.banner_,
.gap-2,
.header__right,
.signup__ {
    gap: 2rem
}

.banner__left h1,
.btn-primary,
.btn-secondary span,
.list-inline .list__item {
    text-transform: uppercase
}

.bannerbottom,
.pagination {
    grid-column: 1/-1
}

.input_box input:focus+label,
.input_box input:not(:placeholder-shown)+label,
.input_box textarea:focus+label,
.input_box textarea:not(:placeholder-shown)+label {
    left: .7rem;
    top: 1rem;
    font-size: 1.2rem
}

.banner__right_ .finddate,
.grid_2,
.sectionBrandMain__rightB_Main_right_ {
    grid-template-columns: repeat(2, 1fr)
}

.sectionBrandMain__leftBox-bottom .setion33w__top2 input[type=range].ps7:focus,
input,
select,
textarea {
    outline: 0
}

*,
::after,
::before {
    box-sizing: border-box
}

main {
    overflow: hidden;
    width: 100%
}

html {
    font-size: .625vw;
    scroll-behavior: smooth
}

body {
    font-size: 1.6rem;
    overflow-x: hidden
}

body::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 1rem 0
}

body::-webkit-scrollbar {
    width: .6rem;
    background-color: linear-gradient(108deg, #b27f2a 4.92%, #ffea7c 67.46%, #b27f2a 85.22%)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin: 1rem 0
}

h1 {
    font-size: 2.0em
}

h2 {
    font-size: 1.5em
}

h3 {
    font-size: 1.17em
}

h4 {
    font-size: 1.12em
}

h5 {
    font-size: 0.83em
}

h6,
p {
    font-size: 1.8rem
}

.section9_Body-Box-top h4,
.section9_Body-Box-top .h4{
    font-size: 1.8rem;
    font-weight: 500
}

p {
    line-height: 1.3
}

a {
    display: block
}

img {
    vertical-align: middle
}

.swiper-paginationbanner {
    margin-top: 5rem;
    display: flex;
    align-items: center
}

.swiper-paginationbanner .swiper-pagination-bullet {
    width: 1.3rem;
    height: 1.3rem;
    opacity: .4;
    background: linear-gradient(108deg, #b27f2a 4.92%, #ffea7c 67.46%, #b27f2a 85.22%);
    transition: .5s
}

.swiper-paginationbanner .swiper-pagination-bullet-active {
    width: 2rem;
    height: 2rem;
    opacity: 1
}

.cb-button {
    background-color: #fff0;
    border-radius: 100% !important;
    width: 150px;
    height: 150px;
    left: 0;
    bottom: 0;
    z-index: 999
}

#fc-phone .cbb-circle-img,
#fc-ticket .cbb-circle-img {
    font-family: fontelloregular !important;
    font-style: normal !important;
    font-weight: 400 !important;
    speak: none;
    text-align: center;
    line-height: 60px !important;
    font-size: 36px !important;
    color: #fff
}

.cb-button .cbb-circle-img {
    background-color: #25d366;
    border: 1px solid #25d366;
    border-radius: 100% !important;
    position: absolute;
    top: 50px;
    left: 50px;
    width: 40px;
    height: 40px
}

.cb-button,
.cb-button-mobile {
    cursor: pointer;
    position: fixed
}

.cb-button .cbb-circle {
    background-color: #fff0;
    border: 1px solid #25d366;
    border-radius: 100% !important;
    opacity: .5;
    position: absolute;
    top: 9px;
    left: 12px;
    width: 120px;
    height: 120px;
    animation: 2.2s ease-in-out infinite animation1;
    -ms-animation: animation1 2.2s ease-out;
    -ms-animation-iteration-count: infinite
}

.cb-button .cbb-circle-fill {
    background-color: #25d366;
    border: 1px solid #25d366;
    border-radius: 100% !important;
    opacity: 1;
    position: absolute;
    top: 35px;
    left: 35px;
    width: 70px;
    height: 70px;
    animation: 1.7s ease-in-out infinite animation2;
    -ms-animation: animation2 1.7s ease-out;
    -ms-animation-iteration-count: infinite
}

.cbb-circle-img {
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center
}

@keyframes animation2 {
    0% {
        opacity: .3;
        transform: scale(.6)
    }

    70% {
        opacity: .8;
        transform: scale(1)
    }

    100% {
        opacity: .1;
        transform: scale(.7)
    }
}

@keyframes ring {
    0% {
        transform: rotate(-15deg)
    }

    2% {
        transform: rotate(15deg)
    }

    12%,
    4% {
        transform: rotate(-18deg)
    }

    14%,
    6% {
        transform: rotate(18deg)
    }

    8% {
        transform: rotate(-22deg)
    }

    10% {
        transform: rotate(22deg)
    }

    16% {
        transform: rotate(-12deg)
    }

    18% {
        transform: rotate(12deg)
    }

    100%,
    20% {
        transform: rotate(0)
    }
}

.faa-parent.animated-hover:hover>.faa-ring,
.faa-ring.animated,
.faa-ring.animated-hover:hover {
    animation: 2s infinite ring;
    transform-origin-x: 50%;
    transform-origin-y: 0;
    transform-origin-z: initial
}

.faa-parent.animated-hover:hover>.faa-ring.faa-fast,
.faa-ring.animated-hover.faa-fast:hover,
.faa-ring.animated.faa-fast {
    animation: 1s infinite ring
}

.faa-parent.animated-hover:hover>.faa-ring.faa-slow,
.faa-ring.animated-hover.faa-slow:hover,
.faa-ring.animated.faa-slow {
    animation: 3s infinite ring
}

.cbb-circle-img img {
    width: 52%
}

.cursor {
    pointer-events: none
}

.cursor__circle {
    position: fixed;
    top: 0;
    left: 0;
    mix-blend-mode: difference;
    z-index: 1000
}

.cursor__circle circle {
    fill: #fff
}

.section1btn,
.section4Main2 {
    display: none
}

.backBOx {
    position: fixed;
    top: 7.2rem;
    left: -120%;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / .5);
    -webkit-backdrop-filter: blur(2.6rem);
    backdrop-filter: blur(2.6rem);
    z-index: 8
}

.backBOx.active {
    left: 0
}

.banner .sliderbanner,
.map,
.section1 .entire:focus::after,
.section1 .entire:focus::before,
.section1 .entire:hover::after,
.section1 .entire:hover::before {
    height: 100%
}

.map iframe {
    width: 100%;
    border: .1rem solid #ddd;
    height: 100%
}

.container {
    max-width: 85%
}

.form-control {
    height: auto;
    padding: 1.3rem 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5
}

.align_center,
.modal-header {
    align-items: center
}

.modal-header .close {
    padding: 1.5rem 2rem;
    margin: -1rem -1rem -1rem auto;
    font-size: 2.2rem
}

.page-item.disabled .page-link,
li.page-item a {
    width: 4rem;
    height: 4rem;
    border-radius: 50% !important;
    display: grid;
    place-items: center;
    color: #fff;
    background: #000;
    border: #fff0
}

.header__left-menu ul li a:hover,
.header__rightde li i {
    color: #b27f2a
}

ul.pagination {
    gap: 1rem
}

span.page-link {
    border: 1px solid #ddd;
    width: 4rem;
    height: 4rem;
    border-radius: 50% !important;
    display: grid;
    place-items: center
}

li.page-item a:hover {
    background: #b27f2a;
    color: #fff
}

.pagination .page-item.active .page-link {
    background: #fff;
    color: #000;
    font-weight: 600;
    border-color: #ddd
}

.features_img img {
    height: 3rem
}

li.dropBrand img {
    height: 25px
}

.sectionBrandMain__rightB_Main_right_ {
    display: grid
}

.mobilenav i {
    color: #fff;
    display: grid;
    font-size: 2rem
}

.header__left-menu.flagss2 {
    display: none !important
}

.grid-col90 {
    grid-template: auto/5fr 90fr 5fr
}

.grid-col40 .block__inner,
.grid-col50 .block__inner,
.grid-col60 .block__inner,
.grid-col70 .block__inner,
.grid-col80 .block__inner,
.grid-col90 .block__inner {
    grid-column: 3/2
}

.grid-col80 {
    grid-template: auto/10fr 80fr 10fr
}

.grid-col70 {
    grid-template: auto/15fr 70fr 15fr
}

.grid-col60 {
    grid-template: auto/20fr 60fr 20fr
}

.grid-col50 {
    grid-template: auto/25fr 50fr 25fr
}

.grid-col40 {
    grid-template: auto/30fr 40fr 30fr
}

.block__1x2 {
    grid-template: auto/repeat(2, 1fr)
}

.block__1x3 {
    grid-template: auto/repeat(3, 1fr)
}

.padding-vertical,
.vertical__padding {
    padding: 4rem 0
}

.flex_,
.list-inline {
    display: flex
}

.flex_center {
    justify-content: center
}

.flex_space {
    justify-content: space-between
}

.flex_wrap {
    flex-wrap: wrap
}

.grid {
    display: grid
}

.grid_3,
.section1__Main--Box__body ul {
    grid-template-columns: repeat(3, 1fr)
}

.grid_4 {
    grid-template-columns: repeat(4, 1fr)
}

.list {
    margin: 0;
    padding: 0;
    list-style: none
}

.list__item {
    line-height: 1.8
}

.list-inline .list__item {
    font-weight: 500
}

.banner__center_dd .hh2,
.banner__center_dd .hh3,
.banner__center_dd .hh4 {
    text-transform: capitalize;
    color: #fff
}

.btn {
    position: relative;
    font-size: 1.7rem;
    font-weight: 600;
    padding: 1rem 4rem;
    border-radius: .5rem;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1
}

.btn-primary {
    background: #000;
    height: 5.8rem;
    color: #fff;
    border: unset;
    overflow: hidden
}

.btn-primary::before,
.btn-secondary {
    background: linear-gradient(108deg, #b27f2a 4.92%, #ffea7c 67.46%, #b27f2a 85.22%);
    transition: .5s
}

.banner__left,
.banner__right,
.btn-primary span,
.section6__left,
.sectionpromotions .grid-col80 {
    position: relative;
    z-index: 2
}

.btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    width: 0;
    height: 100%
}

.banner,
.banner__center,
.footer,
.section7B_leftB_img,
.section7B_rightB_img,
.section9 .block__inner,
.section9_Body {
    position: relative
}

.btn-primary:focus,
.btn-primary:hover {
    border: unset;
    background: #000
}

.btn-primary:focus::before,
.btn-primary:hover::before {
    left: 0;
    width: 100%
}

.btn-secondary {
    padding: 1.8rem 3rem;
    color: #000;
    display: flex;
    align-items: center
}

.btn-secondary:focus,
.btn-secondary:hover {
    background-color: linear-gradient(108deg, #b27f2a 4.92%, #ffea7c 67.46%, #b27f2a 85.22%)
}

.btn-secondary span {
    position: relative;
    margin-left: 1rem;
    font-weight: 700
}

.btn-secondary:hover {
    background: #000
}

.banner {
    /* background: url(../webImages/banners/1.webp) 0 0/cover no-repeat #000  */
}

.banner__left h1 span,
.banner__right_2,
.sectionBrandMain2__rightBox,
.sectionpromotions .getTouch h2::before,
.signup__box .input__icon,
input.btn:hover {
    background: linear-gradient(108deg, #b27f2a 4.92%, #ffea7c 67.46%, #b27f2a 85.22%)
}

.banner .block__inner {
    min-width: 0
}

.banner .sliderbanner .swiper-slide {
    opacity: 0;
    transform: scale(0);
    transition: .5s
}

.banner .sliderbanner .swiper-slide-active {
    transform: scale(1);
    opacity: 1
}

.banner_ {
    display: grid;
    grid-template-columns: 51rem 46rem 1fr;
    padding: 6rem 0 0
}

.banner__left h1 {
    color: #fff;
    font-size: 7.058rem;
    font-weight: 700;
    line-height: .8;
    letter-spacing: -.2823rem
}

.banner__left h1 span {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.banner__left p {
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.2rem
}

.banner__left p span {
    font-weight: 700
}

.banner__center_dd {
    position: absolute;
    transform: rotate(-8.886deg);
    text-align: center;
    width: 100%;
}

.banner__center_dd .hh2 {
    font-size: 2.2rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1
}

.banner__center_dd .hh3 {
    font-size: 4.7rem;
    font-style: italic;
    font-weight: 700;
    letter-spacing: -.1911rem;
    line-height: 1
}

.banner__center_dd .hh3 span {
    color: red
}

.banner__center_dd .hh4 {
    position: absolute;
    right: -3rem;
    bottom: -6.4rem;
    letter-spacing: .2313rem
}

.banner__center .img1 {
    width: 48rem
}

.banner__center .img2 {
    position: absolute;
    bottom: -9rem;
    left: -27rem;
    width: 80rem;
    z-index: 3
}

.banner__right_2 {
    width: 15.6rem;
    height: 16.6rem;
    transform: rotate(5.203deg);
    border-radius: .5rem;
    position: absolute;
    bottom: -1rem;
    right: -1rem
}

.banner__right_,
.input_box {
    background: #fff;
    position: relative
}

.banner__right_ {
    border-radius: .5rem;
    box-shadow: .9rem .4rem 3.6rem 0 rgb(0 0 0 / .11);
    padding: 3rem
}

.banner__right_ .img3 {
    position: absolute;
    left: -2rem;
    top: -1rem;
    width: 11rem
}

.input_box label,
.signup__box .input__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.aboutsection2__left img,
.aboutsection__right .img1,
.banner__right_ .finddate li input,
.bannerbottom,
.media__img img,
.section6__left img,
.section7B_leftB_img img {
    width: 100%
}

.banner__right_ .h2 {
    font-size: 3.8rem;
    font-weight: 800;
    letter-spacing: -.152rem
}

.banner__right_ .h3 {
    color: #c2c2c2;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: .12rem;
    text-transform: uppercase
}

.banner__right_ .Categories {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem
}

.banner__right_ .Categories button {
    padding: 1.5rem 1.6rem;
    border-radius: 1rem;
    border: .1rem solid #e8e8e8;
    background: #fff
}

.banner__right_ .Categories button.active,
.banner__right_ .Categories button:hover {
    background: linear-gradient(108deg, #b27f2a 4.92%, #ffea7c 67.46%, #b27f2a 85.22%) !important;
    border-color: linear-gradient(108deg, #b27f2a 4.92%, #ffea7c 67.46%, #b27f2a 85.22%) !important;
    color: #fff
}

.banner__right_ .finddate {
    display: grid;
    gap: 1rem
}

.banner__right_ .finddate li {
    border: .1rem solid #ddd;
    padding: 1rem
}

.banner__right_ .btn2 {
    width: 100%;
    border-radius: .5rem;
    border: .3rem solid #f90;
    padding: 1.5rem 2rem;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

.bannerbottom {
    position: relative;
    top: 1rem
}

.media {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row
}

.media__img {
    width: 30%
}

.media__body {
    width: 70%
}

button.btn,
input.btn {
    outline: 0;
    border: none
}

input.btn {
    cursor: pointer;
    width: 100%
}

.input_box {
    width: 100%;
    border-radius: 1rem;
    z-index: 2;
    cursor: pointer
}

.input_box input,
.input_box select,
.input_box textarea {
    width: 100%;
    height: 5.4rem;
    padding-top: 1rem;
    padding-left: 1rem;
    font-size: 1.6rem;
    border: none;
    resize: none;
    color: #484848;
    background: #fff0
}

.input_box textarea {
    padding-top: 2rem;
    height: 10rem
}

.input_box label {
    left: 4%;
    transition: .3s;
    font-weight: 400;
    background: #fff;
    z-index: -1
}

.input_box ::-moz-placeholder {
    color: #fff0
}

.input_box ::placeholder {
    color: #fff0
}

.input_box input:not(:-moz-placeholder-shown)+label {
    top: 1rem;
    font-size: 1.2rem;
    left: .7rem
}

.input_box textarea:not(:-moz-placeholder-shown)+label {
    top: 1rem;
    font-size: 1.2rem;
    left: .7rem
}

.section12__right_r label {
    top: 3rem
}

input,
select {
    border: none
}

.effect-8 {
    border: .1rem solid #ccc;
    padding: .7rem 1.4rem .9rem;
    transition: .4s
}

.header,
.header.go-top {
    transition: .2s ease-in-out
}

.effect-8~.focus-border:after,
.effect-8~.focus-border:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: .2rem;
    background-color: linear-gradient(108deg, #b27f2a 4.92%, #ffea7c 67.46%, #b27f2a 85.22%);
    transition: .3s
}

.effect-8~.focus-border:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0
}

.effect-8~.focus-border i:after,
.effect-8~.focus-border i:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: linear-gradient(108deg, #b27f2a 4.92%, #ffea7c 67.46%, #b27f2a 85.22%);
    transition: .4s
}

.effect-8~.focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0
}

.effect-8:focus~.focus-border:after,
.effect-8:focus~.focus-border:before,
.sectionBLogMainCardImg img {
    width: 100%;
    transition: .3s
}

.effect-8:focus~.focus-border i:after,
.effect-8:focus~.focus-border i:before {
    height: 100%;
    transition: .4s
}

.signup__b {
    margin: 1rem 0
}

.signup__b>label {
    font-weight: 600;
    margin-bottom: .5rem;
    display: block
}

.signup__box {
    position: relative;
    width: 100%;
    margin-bottom: 1rem
}

.signup__box input,
.signup__box select,
.signup__box textarea {
    position: relative;
    width: 100%;
    color: #000;
    background: #fff;
    height: 4.5rem;
    padding: 0 1rem 0 5rem;
    font-size: 1.6rem;
    border: 1px solid #ddd
}

.signup__box textarea {
    padding: 1rem;
    height: 10rem
}

.signup__box .input__icon {
    left: 0;
    color: #fff;
    font-size: 1.6rem;
    z-index: 9;
    width: 4rem;
    height: 100%;
    display: grid;
    place-items: center
}

.signup__box2>div {
    padding: 1rem;
    border: 1px solid #ddd
}

.signup__box2>label {
    font-weight: 600
}

.signup__box2 label.radio-inline {
    padding-left: 2.5rem;
    margin: 0 2rem 0 0;
    gap: 1rem
}

.signup__box2 label.radio-inline input {
    height: 2rem;
    width: 2rem;
    margin-left: -2.5rem
}

.blogInnerMainRight .categoriesBox h3,
.blogInnerMainRight .searchBox h3,
.signup__box2 label.radio-inline span {
    font-weight: 500
}

button {
    cursor: pointer
}

.header {
    position: relative;
    padding: 1rem 0;
    z-index: 99
}

.header.go-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    background: #fff;
    -webkit-backdrop-filter: blur(39.5px);
    backdrop-filter: blur(39.5px);
    padding: 10px 0;
    border-bottom: 1px solid;
    animation-name: animationFade;
    animation-duration: 1s;
    animation-fill-mode: both;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / .35)
}

.header__left,
.section1__List ul {
    gap: 5rem
}

.header__left--logo a img {
    width: 15.2rem
}

.header__left-menu ul {
    gap: 1.5rem;
    align-items: center
}

.header__left-menu ul li a {
    font-size: 1.6rem;
    font-weight: 500;
    transition: .3s
}

.header__left-menu ul li.dropBrand .header__center-main-b {
    position: absolute;
    top: 7.3rem;
    transform: scaleY(0);
    z-index: 9;
    background: #fff;
    left: 22rem;
    transition: .4s;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    border-radius: 1rem;
    border: 1px solid #ddd;
    transform-origin: top;
    padding: 2rem 4rem
}

.header__left-menu ul li.dropBrand .header__center-main-bB li a {
    display: block;
    padding: 1rem 2rem
}

.header__left-menu ul li.dropBrand .header__center-main-bB li a:hover {
    color: #1e2125;
    background-color: #e9ecef
}

.header__left-menu ul li.dropBrand .header__center-main-bB li a img {
    width: 3.5rem
}

.header__left-menu ul li.dropBrand:hover .header__center-main-b {
    transform: scaleY(1)
}

.header__rightde {
    gap: 1.2rem
}

.header__rightde li {
    gap: 1rem
}

.header__rightde li.email a {
    font-size: 1.4rem;
    font-weight: 500
}

.header__rightde li.phone a {
    font-size: 2rem;
    font-weight: 500
}

.header__rightde2 {
    gap: 2rem
}

.header__rightde2 .btn {
    padding: 1rem 3rem
}

.header__rightde2 li.languagess a {
    border: .2rem solid #f90;
    width: 100%;
    border-radius: .5rem;
    color: #000;
    padding: 1.5rem 2rem
}

.section1 {
    padding: 15rem 0 10rem;
    background: #fff5e6
}

.section1__heading {
    width: 60%;
    margin: 0 auto;
    text-align: center
}

.section1__heading h1 {
    color: #000;
    font-size: 5.5rem;
    font-weight: 700;
    letter-spacing: -.165rem
}

.section1__heading p {
    font-size: 2.7rem;
    font-weight: 400
}

.section1__List ul li {
    text-align: center;
    cursor: pointer
}

.section1__List ul li div {
    display: grid;
    place-items: center;
    height: 6rem
}

.section1__List ul li img {
    width: 12rem
}

.section1__Main {
    display: grid;
    gap: 3rem;
    margin: 3rem 0
}

.section1__Main--Box {
    position: relative;
    border-radius: 1rem;
    background: #fff;
    border: .1rem solid #fad8a6
}

.section1__Main--Box .Featured {
    position: absolute;
    top: 0;
    left: 0
}

.section1__Main--Box .Featured img {
    width: 10rem
}

.section1__Main--Box__img {
    width: 80%;
    margin: 7rem auto 0;
    display: flex;
    justify-content: center
}

.section1__Main--Box__img img {
    max-width: 100%;
    height: 18rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.section1__Main--Box__body {
    padding: 2rem
}

.section1__Main--Box__body .h6 {
    color: #262626;
    font-size: 2.2rem;
    font-weight: 600;
    display: flex;
    justify-content: center
}

.section1__Main--Box__body .h6 span {
    display: block;
    position: relative;
    margin-left: 2rem
}

.section1__Main--Box__body ul {
    display: grid;
    gap: 2rem;
    margin: 3rem 0
}

.section1__Main--Box__body ul li {
    position: relative;
    width: 100%;
    text-align: center
}

.section1__Main--Box__body ul li::before {
    content: "";
    position: absolute;
    left: -2.3rem;
    top: 10%;
    width: .1rem;
    height: 80%;
    background: #ddd
}

.footer__top ul li:first-child a::before,
.section1__Main--Box__body ul li:first-child::before,
.section9_Body-Box-top.active g path:first-child,
.sectionBrandMain2__rightBox .btn-primary::before {
    display: none
}

.section1__Main--Box__body ul li p {
    margin: 0
}

.section1__Main--Box__body ul li .h5 {
    margin: 0;
    color: red;
    font-size: 2.1rem;
    font-weight: 700
}

.section1__Main--Box__body- {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem
}

.section1__Main--Box__body- .btn-secondary {
    width: 100%;
    justify-content: center;
    background: #1b1b1b
}

.section1__Main--Box__body- .btn-secondary span {
    background: linear-gradient(113deg, #b27f2a 23.8%, #b7862e 26.22%, #c49939 29.44%, #dab84c 33.48%, #f4dd62 37.1%, #f4e38b 44.77%, #f4dd62 50.41%, #b27f2a 64.12%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.section1__Main--Box__body- .whatsapp {
    border-radius: .5rem;
    background: #29a71a;
    padding: 1rem 2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%
}

.section1__Main--Box__body- .whatsapp i {
    font-size: 3rem;
    transition: .5s
}

.section1__Main--Box__body- .whatsapp:hover i {
    transform: rotate(360deg)
}

.section1 .entire {
    position: relative;
    border-radius: .6rem;
    border: .1rem solid #fad8a6;
    background: #fff;
    display: block;
    padding: 1.5rem 2rem;
    text-align: center;
    display: grid;
    place-items: center
}

.section1 .entire span {
    background: linear-gradient(108deg, #b27f2a 4.92%, #ffea7c 67.46%, #b27f2a 85.22%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: .21rem;
    text-transform: uppercase;
    z-index: 2
}

.section1 .entire::after,
.section1 .entire::before {
    content: "";
    position: absolute;
    height: 0;
    width: 51%;
    background: #000;
    transition: .5s
}

.section1 .entire::before {
    right: 0;
    bottom: 0
}

.section1 .entire::after {
    left: 0;
    top: 0
}

.section2 {
    padding: 7rem 0
}

.section2_ {
    text-align: center;
    width: 77%;
    margin: 0 auto
}

.section2_ img {
    width: 20.1rem
}

.section2_ h3 {
    margin-top: 3rem;
    font-size: 4.9rem;
    font-weight: 500;
    line-height: 1
}

.section2_ p {
    margin-top: 2rem;
    color: #7c7c7c;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.8rem
}

.section2_m {
    position: relative;
    margin: 5rem auto 0;
    width: -moz-fit-content;
    width: fit-content
}

.section2_m img {
    position: absolute;
    left: -8rem;
    bottom: -.63rem;
    width: 7.5rem
}

.section2_m p {
    color: #000;
    font-size: 2.9rem;
    font-weight: 300
}

.section3 {
    position: relative;
    background: url(../webImages/image377.webp) 0 0/cover no-repeat #000;
    padding: 10rem 0;
    width: 98%;
    margin: 0 auto
}

.section3__Main,
.section3__Main .cardd1__Body {
    margin-top: 3rem
}

.section3::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / .7607843137);
    z-index: 1
}

.section3 .block__inner {
    z-index: 2
}

.section3__heading {
    justify-content: space-around
}

.section3__heading .h4 {
    font-size: 4.9rem;
    font-weight: 500;
    background: linear-gradient(108deg, #b27f2a 4.92%, #ffea7c 67.46%, #b27f2a 85.22%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.section3__heading p {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 1.2rem;
    margin-top: 1rem !important
}

.section3__Main {
    gap: 2rem
}

.section3__Main .cardd1 {
    position: relative;
    background: #fff;
    border-radius: 1rem;
    padding: 3rem;
    transition: .3s;
    border: .1rem solid #fad8a6
}

.section3__Main .cardd1__img {
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.section3__Main .cardd1__img img {
    height: 9.3rem
}

.section3__Main .cardd1__imgB {
    position: absolute;
    top: 0;
    left: 3rem;
    width: 8.6rem;
    height: 8.6rem;
    background: linear-gradient(113deg, #b27f2a 23.8%, #b7862e 26.22%, #c49939 29.44%, #dab84c 33.48%, #f4dd62 37.1%, #f4e38b 44.77%, #f4dd62 50.41%, #b27f2a 64.12%);
    opacity: .2;
    border-radius: 50%
}

.section3__Main .cardd1__Body .h4 {
    color: #000;
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1
}

.section3__Main .cardd1__Body p {
    color: #7c7c7c;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem
}

.section3__Main .cardd1:hover {
    background: rgb(0 0 0 / .6);
    color: #fff
}

.section3__Main .cardd1:hover .cardd1__Body .h4,
.section3__Main .cardd1:hover .cardd1__Body p {
    color: #fff
}

.section3__Main .cardd1:nth-child(2n) {
    top: 3rem
}

.section4 {
    padding: 6rem 0 8rem
}

.section4__heading {
    text-align: center;
    margin-bottom: 2rem
}

.section4__heading h4 {
    font-size: 4.9rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.294rem
}

.section4Main {
    gap: 3rem
}

.section4Main .card2 {
    position: relative;
    border: .1rem solid #f2a057;
    border-radius: .5rem;
    padding: 2rem
}

.section4Main .card2__img img {
    max-width: 100%;
    height: 23rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin: 0 auto;
    display: block
}

.section4Main .card2__body {
    margin-top: 3rem;
    text-align: center
}

.section6 .h4,
.section6 .h6 {
    font-size: 4.1rem;
    letter-spacing: -.1426rem;
    margin: 0
}

.section4Main .card2__body .h5 {
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 2.2rem
}

.section4Main .card2__body p {
    width: 90%;
    margin: 2rem auto 0;
    color: #7c7c7c;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9rem
}

.section4Main .card2:nth-child(2) {
    top: 2rem
}

.section5 {
    position: relative;
    padding: 8rem 0;
    background: #fff5e6
}

.section5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../webImages/image381.webp) no-repeat;
    mix-blend-mode: color-burn
}

.section5 .block__inner {
    position: relative;
    min-width: 0
}

.section5__heading {
    text-align: center
}

.section5__heading h4 {
    font-size: 4.9rem;
    font-weight: 500;
    line-height: 5.6rem
}

.section5__heading p {
    color: #7c7c7c;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 4.2rem
}

.section5Bottom {
    margin-top: 4rem
}

.section5Bottom .swiper-wrapper {
    align-items: flex-end
}

.section5Bottom .card3 {
    text-align: center;
    padding: 3rem 0;
    cursor: pointer
}

.section5Bottom .card3 .h4 {
    font-size: 3rem;
    font-weight: 700;
    display: none
}

.section5Bottom .card3 span {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.5rem;
    display: none;
    margin-bottom: 3rem
}

.section5Bottom .card3__img img {
    position: relative;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    object-fit: cover;
    outline-offset: 1rem;
    outline: #f2a057 solid .3rem;
    top: -2rem
}

.section5Bottom .swiper-slide-active .card3__img img {
    top: 0;
    width: 9.5rem;
    height: 9.5rem
}

.section5Bottom .swiper-slide-active .card3 .h4 {
    display: block;
    width: 25rem !important;
    position: relative;
    left: -44%
}

.section5Bottom .swiper-slide-active .card3 span {
    display: block;
    width: 52rem !important;
    position: relative;
    left: -19rem
}

.section6 {
    border-radius: 1.5rem;
    background: url(../webImages/Rectangle766.webp) 0 0/cover no-repeat #282828;
    overflow: hidden
}

.section6 .block__inner {
    padding: 7rem 0;
    position: relative
}

.section12 .block__inner,
.section6__ {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.section6 .h4 {
    font-weight: 700;
    color: #fff;
    line-height: .9
}

.section6 .h6 {
    font-weight: 400;
    line-height: 1;
    color: #fff;
    transform: rotate(-1deg);
    position: relative
}

.section6_h {
    border-radius: .4698rem;
    background: #000;
    padding: .5rem 2rem;
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.section6_h::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.section7B_leftB_body .h3,
.section7B_leftB_imgb,
.section7B_rightB_body .h3,
.section7B_rightB_imgb {
    background: linear-gradient(108deg, #b27f2a 4.92%, #ffea7c 67.46%, #b27f2a 85.22%);
    font-weight: 600;
    font-size: 1.4rem
}

.section6_h span {
    font-size: 4rem;
    font-weight: 700;
    color: #c3b091;
    position: relative
}

.blogInner,
.section7 {
    padding: 8rem 0
}

.section7B {
    margin-top: 4rem;
    grid-template-columns: 1.8fr 1fr;
    gap: 2rem
}

.section7B_leftB_imgb,
.section7B_rightB_imgb {
    position: absolute;
    left: 2rem;
    top: 2rem;
    padding: .5rem 1rem;
    border-radius: .3rem;
    color: #fff
}

.section7B_leftB_body {
    padding: 2rem 0
}

.section7B_leftB_body .h3,
.section7B_rightB_body .h3 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.section7B_leftB_body .h2,
.section7B_rightB_body .h2 {
    color: #1a1a1a;
    font-size: 2.8rem;
    font-weight: 600
}

.section7B_leftB_body p,
.section7B_rightB_body p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.6rem
}

.section7B_leftB_bodybtn {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.4rem;
    font-weight: 500
}

.section7B_rightB {
    display: grid;
    gap: 1rem;
    margin-bottom: 2rem
}

.section7B_rightB_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section7B_rightB_body {
    padding: 1em 0
}

.section7B_rightB_body .h2 {
    margin-bottom: 1rem
}

.section7B_rightB_bodybtn {
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.4rem;
    font-weight: 500
}

.section9 {
    position: relative;
    padding: 6rem 0
}

.section9::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../webImages/faqs/back.webp) center center/cover, center center/cover no-repeat #d3d3d3;
    opacity: .2
}

.section9_Body-Box-top::before,
.section9_Body::before {
    background: linear-gradient(108deg, #b27f2a 4.92%, #ffea7c 67.46%, #b27f2a 85.22%);
    position: absolute;
    content: ""
}

.section9__h {
    margin-bottom: 3rem
}

.section9__h .h3 {
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 4rem;
    letter-spacing: -.228rem;
    margin: 0
}

.section9__hbtn {
    border-radius: .6674rem;
    border: .1rem solid #dbdbdb;
    background: #fff;
    padding: 1.5rem 4rem;
    box-shadow: 0 0 0 0 rgb(0 0 0 / .1), 0 4.004px 9.344px 0 rgb(0 0 0 / .1), 0 18.687px 18.687px 0 rgb(0 0 0 / .09), 0 41.379px 24.026px 0 rgb(0 0 0 / .05), 0 72.079px 29.365px 0 rgb(0 0 0 / .01), 0 113.458px 32.035px 0 #fff0;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .048rem;
    text-transform: uppercase
}

.section9_Body::before {
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 80rem;
    height: 44.3rem;
    border-radius: 80rem;
    opacity: .4;
    filter: blur(124.9499969482px)
}

.section9_Body-Box {
    border-radius: 1rem;
    margin-bottom: 1rem
}

.section9_Body-Box-top {
    background: #fff;
    position: relative;
    padding: 1rem 6rem;
    min-height: 7.8rem;
    display: flex;
    align-items: center;
    border-radius: 1rem;
    cursor: pointer
}

.section9_Body-Box-top::before {
    left: 2rem;
    width: .7rem;
    height: 70%
}

.section9_Body-Box-top svg {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%)
}

.section9_Body-Box-bottom {
    position: relative;
    background: #fff;
    max-height: 0;
    transition: .5s;
    overflow: hidden
}

.section9_Body-Box-bottom p {
    border-top: 1px solid #ddd;
    padding: 2rem
}

.section12__right {
    position: relative;
    padding: 3rem 0 6rem
}

.section12__right::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../webImages/faqs/back.webp) center center/cover, center center/cover no-repeat #fef9f2;
    opacity: .2
}

.section12__right h2 {
    font-size: 3.8rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2rem
}

.section12__right_ {
    position: relative;
    width: 80%;
    margin: 0 auto;
    background: linear-gradient(97.37deg, #b27f2a .57%, #feea7c 48.04%, #b27f2a 99.48%);
    border-radius: 1rem;
    padding: 2rem 2rem 5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem
}

.section12__right_r .input_box {
    height: 100%
}

.section12 button,
.sectionpromotions .getTouch button {
    position: absolute;
    bottom: -2.6rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    min-width: -moz-fit-content;
    min-width: fit-content
}

.footerImg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35rem
}

.footer__top {
    background: #1b1b1b;
    padding: 1.5rem 0
}

.footer__top ul {
    display: flex;
    justify-content: center;
    gap: 10rem
}

.footer__top ul li a {
    position: relative;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500
}

.footer__top ul li a::before {
    content: "";
    position: absolute;
    left: -5rem;
    top: 10%;
    width: .2rem;
    height: 80%;
    opacity: .3;
    background: #fff
}

.footer__Bottom {
    padding: 6rem 0;
    background: url(../webImages/footer/back.webp) 0 0/cover no-repeat #000
}

.footer__Bottom- {
    display: flex;
    justify-content: center;
    margin-bottom: 5rem
}

.footer__Bottom_ {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.4fr;
    color: #fff;
    gap: 4.6rem;
    margin-top: 3rem
}

.footer__Bottom_Box .h4 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem
}

.footer__Bottom_Box .h5 {
    color: #f2a057;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0 0 .3rem
}

.footer__Bottom_Box .aabor {
    text-decoration-line: underline
}

.footer__Bottom_Box p {
    color: #7c7c7c;
    font-size: 1.6rem;
    font-weight: 400
}

.footer__Bottom_Box_2 li {
    font-size: 1.4rem;
    font-weight: 400
}

.footer__Bottom_Box_2 li a {
    color: #fff;
    font-size: 1.4rem
}

.footer__Bottomterm ul li,
.footer__Bottomterm ul span {
    font-size: 1.5rem;
    color: #929292
}

.footer__Bottom_Box .footernum {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem
}

.footer__Bottom_Box .footernum_l {
    width: 4rem;
    height: 4rem;
    border-radius: .6rem;
    background: rgb(255 255 255 / .1);
    display: grid;
    place-items: center
}

.footer__Bottom_Box .footernum_l img {
    width: 43%
}

.footer__Bottom_Box .footernum_r li {
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    gap: 1rem;
    line-height: 1
}

.footer__Bottom_Box .footernum_r li a,
.footerbb .container a,
.sectionpromotions .navigationss a {
    color: #fff
}

.footer__Bottom_Box .footernum_r li span,
.section10_BodyBox_ i {
    color: #f2a057
}

.footer__Bottom_ .social__icon {
    gap: 1.5rem
}

.footer__Bottom_ .social__icon a {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: .1rem solid #fff;
    transition: .5s
}

.footer__Bottom_ .social__icon a i {
    font-size: 2.4rem;
    color: #fff
}

.footer__Bottom_ .social__icon a:hover {
    transform: rotate(720deg)
}

.footer__Bottom_ .social__icon li.facebook a {
    background: #1679f0
}

.footer__Bottom_ .social__icon li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

.footer__Bottom_ .social__icon li.tiktok a {
    background: #000
}

.footer__BottomA {
    display: grid;
    grid-template-columns: 0.8fr 1.4fr 1fr;
    color: #fff;
    gap: 10rem;
    margin: 3rem 0;
    align-items: end
}

.footer__BottomABox ul.cer {
    display: flex
}

.footer__BottomABox ul.cer li:last-child {
    margin-left: 1.5rem
}

.footer__BottomABox .social,
.footer__BottomABox .visa {
    display: flex;
    gap: 1rem
}

.footer__Bottomterm {
    position: relative;
    padding-top: 6rem
}

.footer__Bottomterm ul {
    display: flex;
    gap: 5rem;
    justify-content: center
}

.footer__Bottomterm ul li {
    font-weight: 400
}

.footer__Bottomterm ul a {
    letter-spacing: 4.875px;
    color: #929292
}

.footerbb {
    background: #1b1b1b;
    padding: 1.5rem 0;
    text-align: center;
    color: #fff
}

.footerbb .container {
    display: flex;
    justify-content: center;
    gap: .5rem
}

.navigationss li span {
    font-weight: 500;
    color: #f2a057
}

.navigationss li a {
    color: #000;
    display: inline
}

.aboutBanner {
    position: relative;
    padding: 3rem 0
}

.aboutBanner__ {
    gap: 4rem;
    padding: 1rem
}

.aboutBanner__left {
    width: 55%
}

.aboutBanner__left h2 {
    font-size: 4.5rem;
    font-weight: 600;
    text-transform: uppercase
}

.aboutBanner__left h5 {
    color: #7c7c7c;
    font-size: 1.8rem;
    font-weight: 500
}

.aboutBanner__left p {
    color: #7c7c7c;
    font-size: 1.4rem;
    font-weight: 500
}

.aboutBanner__right {
    width: 45%
}

.aboutBanner__right img {
    width: 100%;
    border-radius: 2rem
}

.sectionBrand {
    position: relative;
    padding-bottom: 3rem
}

.sectionBrand__heading h1 {
    font-size: 4.4rem;
    font-weight: 700;
    text-transform: capitalize
}

.sectionBrandMain2 {
    display: flex;
    gap: 3rem
}

.sectionBrandMain2__left {
    width: 65%
}

.sectionBrandMain2__left .mySwiper2 {
    margin-bottom: 3rem
}

.sectionBrandMain2__left .mySwiper2 img {
    width: 80%;
    margin: 0 auto;
    display: block
}

.sectionBrandMain2__left .mySwiper img {
    width: 100%;
    height: 16rem;
    -o-object-fit: cover;
    object-fit: cover
}

.sectionBrandMain2__left .para {
    color: #939393;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.5rem
}

.sectionBrandMain2__left h2,
.sectionBrandMain2__left h3 {
    font-size: 3.2rem;
    font-weight: 500
}

.sectionBrandMain2__left .features {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.sectionBrandMain2__left .features li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    gap: 1rem
}

.sectionBrandMain2__left .features li:not(:nth-child(3n)) {
    border-right: .1rem solid #ddd
}

.sectionBrandMain2__left .features li:not(:nth-last-child(-n + 3)) {
    border-bottom: 1px solid #ddd
}

.sectionBrandMain2__left .features li span {
    font-size: 1.2rem;
    font-weight: 400
}

.sectionBrandMain2__left .features li p {
    margin: 0;
    font-size: 2rem;
    font-weight: 600
}

.sectionBrandMain2__left .typeofcar {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem
}

.sectionBrandMain2__left .typeofcar li {
    padding: 1rem 2rem;
    border-radius: .5rem;
    border: .1rem solid;
    background: #fff5e6;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem
}

.sectionBrandMain2__left .Requirements {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem
}

.sectionBrandMain2__left .RequirementsBox {
    border-radius: 1rem;
    background: #f3f5ff;
    padding: 3rem
}

.aboutsection__right,
.blogInnerMainRight .searchBox_input,
.section10_heading,
.sectionBrandMain2__left .RequirementsBox_img {
    position: relative
}

.sectionBrandMain2__left .RequirementsBox_img .image1 {
    position: relative;
    max-width: 100%;
    max-height: 12.5rem
}

.sectionBrandMain2__left .RequirementsBox_img .image2 {
    left: 0;
    position: absolute
}

.sectionBrandMain2__left .RequirementsBox_body {
    position: relative;
    margin-top: 2rem
}

.sectionBrandMain2__left .RequirementsBox_body p {
    font-size: 2rem;
    font-weight: 400
}

.sectionBrandMain2__left .RequirementsBox_body li {
    position: relative;
    font-size: 1.8rem;
    font-weight: 400
}

.sectionBrandMain2__left .RequirementsBox_body li img {
    width: 3.2rem
}

.sectionBrandMain2__right {
    width: 35%
}

.sectionBrandMain2__rightBox {
    border-radius: .5rem;
    padding: 1.2rem
}

.sectionBrandMain2__rightBox .span1 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    display: block;
    margin-bottom: 1rem
}

.sectionBrandMain2__rightBoxr {
    background: #fff;
    display: flex
}

.sectionBrandMain2__rightBoxr li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 1rem;
    width: 100%;
    border-right: 2px solid #f0f0f0
}

.sectionBrandMain2__rightBoxr li span {
    color: #9dbabf;
    font-size: 1.2rem;
    font-weight: 500
}

.sectionBrandMain2__rightBoxr li p {
    font-size: 2rem;
    font-weight: 500;
    margin: 0
}

.sectionBrandMain2__rightBox .btn-primary:hover {
    border: .1rem solid #000
}

.sectionBrandMain2__rightBox2 h4 {
    font-size: 3.2rem;
    font-weight: 500
}

.sectionBrandMain2__rightBox2 li {
    border-radius: 1rem;
    padding: 1.3rem 2rem;
    background: #fff5e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0
}

.sectionBrandMain2__rightBox2 li span {
    color: #595050;
    font-size: 1.6rem;
    font-weight: 400
}

.sectionBrandMain2__rightBox2 li p {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 500
}

.section10 {
    padding: 2rem 0 6rem
}

.section10_heading h3 {
    font-size: 4.9rem;
    font-weight: 500
}

.section10_Body {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem
}

.section10_BodyBox {
    padding: 4rem 2rem;
    border-radius: 1rem;
    border: .1rem solid #e6e6e6;
    background: #fff;
    background: linear-gradient(97.37deg, #b27f2a .57%, #feea7c 48.04%, #b27f2a 99.48%);
    box-shadow: 0 0 0 0 rgb(168 168 168 / .1), 5px 8px 21px 0 rgb(168 168 168 / .1), 22px 32px 39px 0 rgb(168 168 168 / .09), 49px 72px 52px 0 rgb(168 168 168 / .05), 87px 129px 62px 0 rgb(168 168 168 / .01), 135px 201px 68px 0 #fff0
}

.section10_BodyBox h5 {
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    text-align:"center";
    padding-left: 2rem;
    margin-bottom: 0px auto;
}

.section10_BodyBox h5::before {
    position: absolute;
    left: 0;
    top: 0;
    width: .2rem;
    height: 100%;
    background: #f2a057
}

.section10_BodyBox h6 {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 1rem
}

.section10_BodyBox_ {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #000;
    display: grid;
    place-items: center
}

.aboutsection {
    display: grid;
    grid-template-columns: 6fr 4fr;
    align-items: center;
    margin-top: -8rem
}

.aboutsection__left {
    padding: 5rem 10rem;
    width: 85%;
    margin-left: auto
}

.aboutsection__left .h1 {
    font-size: 5.2rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1
}

.aboutsection__left .h3,
.aboutsection__left p {
    font-weight: 500;
    margin-top: 2rem;
    color: #7c7c7c
}

.aboutsection__left .h3 {
    font-size: 2.2rem
}

.aboutsection__left p {
    font-size: 1.4rem
}

.aboutsection__right .img2 {
    position: absolute;
    left: -8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 15.6rem
}

.aboutsection2 {
    background: #fff5e6;
    display: grid;
    grid-template-columns: 27fr 73fr
}

.aboutsection2__right {
    padding: 4rem 8rem;
    justify-content: center;
    display: flex;
    flex-direction: column
}

.aboutsection2__rightM {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem
}

.aboutsection2__rightMl .h4 {
    font-size: 4.4rem;
    font-weight: 700
}

.aboutsection2__rightMl p {
    color: #7c7c7c;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 600;
    line-height: 2.1rem
}

.aboutsection2__rightMr {
    margin-top: 4rem
}

.aboutsection2__rightMr li {
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    padding-left: 3rem;
    margin: 1rem 0
}

.aboutsection2__rightMr li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .4rem;
    background: url(../webImages/icon/tick.webp) 0 0/contain no-repeat;
    width: 2rem;
    height: 2rem
}

.aboutsection2__rightM2 {
    display: flex;
    gap: 5rem;
    margin-top: 5rem
}

.aboutsection2__rightM2B .h5 {
    font-size: 6.2rem;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0
}

.aboutsection2__rightM2B .h6 {
    font-size: 2.3rem;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0
}

.sectionBrand h1 {
    font-size: 4.4rem;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 1rem
}

.sectionBrandMain {
    display: grid;
    grid-template-columns: 2.8fr 7fr;
    gap: 2rem;
    padding-top: 2rem
}

.sectionBrandMain__leftBox {
    border-radius: .5rem;
    background: #f1f4f8;
    padding: 2rem;
    margin-bottom: 1rem
}

.sectionBrandMain__leftBox-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0
}

.sectionBrandMain__leftBox-top p {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0
}

.sectionBrandMain__leftBox-top span {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: .1rem solid #90a3bf;
    cursor: pointer
}

.sectionBrandMain__leftBox-top span i {
    color: #90a3bf;
    font-size: 1.6rem;
    position: relative;
    top: .1rem
}

.sectionBrandMain__leftBox-top span i::before {
    content: "+"
}

.sectionBrandMain__leftBox-top span.active i::before {
    content: "\f068"
}

.sectionBrandMain__leftBox-bottom {
    transition: .4s;
    overflow: hidden
}

.sectionBrandMain__leftBox-bottom .sortbtn {
    display: block;
    width: 100%;
    border: .1rem solid #fff0;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 400;
    padding: 1rem 2rem;
    transition: .3s;
    margin: 1rem 0
}

.sectionBrandMain__leftBox-bottom .sortbtn.active {
    opacity: 1;
    border-color: #b27f2a
}

.sectionBrandMain__leftBox-bottom .sortttab {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem
}

.sectionBrandMain__leftBox-bottom .sortttab li {
    position: relative;
    border: .1rem solid #cbd8e9;
    background: #fff;
    padding: 1rem 2rem;
    cursor: pointer
}

.sectionBrandMain__leftBox-bottom .sortttab li.active {
    border-color: #b27f2a
}

.sectionBrandMain__leftBox-bottom .checkboxs {
    padding-left: 1.3rem;
    margin: .3rem 0
}

.sectionBrandMain__leftBox-bottom .checkboxs input {
    position: absolute;
    inset: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.sectionBrandMain__leftBox-bottom .checkboxs .checkboxsspan {
    position: absolute;
    display: block;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%)
}

.sectionBrandMain__leftBox-bottom .checkboxs .checkboxsspan i {
    color: #b27f2a;
    font-size: 1.6rem;
    display: none
}

.sectionBrandMain__leftBox-bottom .checkboxs input:checked+.checkboxsspan i {
    display: block
}

.sectionBrandMain__leftBox-bottom .heading1 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: .7rem
}

.sectionBrandMain__leftBox-bottom .availability {
    gap: 2rem
}

.sectionBrandMain__leftBox-bottom .availability .form-check-label {
    margin-left: .9rem
}

.sectionBrandMain__leftBox-bottom .brandbox a {
    background: #fff;
    display: block
}

.sectionBrandMain__leftBox-bottom .brandbox a img {
    height: 8rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.sectionBrandMain__leftBox-bottom .setion33 {
    padding: .3rem 0
}

.sectionBrandMain__leftBox-bottom .setion33 input {
    width: 100%;
    padding: 1.4rem .5rem;
    margin: .4rem 0;
    border-radius: .5rem;
    border: .916px solid #92aacb
}

.sectionBrandMain__leftBox-bottom .setion33w__top {
    display: flex;
    justify-content: space-between
}

.sectionBrandMain__leftBox-bottom .setion33w__top .h4 {
    margin: 0;
    font-size: 1.8rem
}

.sectionBrandMain__leftBox-bottom .setion33w__top select {
    background: #fff0;
    color: #b27f2a
}

.sectionBrandMain__leftBox-bottom .setion33w__top2 {
    margin-top: 1rem
}

.sectionBrandMain__leftBox-bottom .setion33w__top2_ {
    display: flex;
    justify-content: space-between
}

.sectionBrandMain__leftBox-bottom .setion33w__top2 input[type=range].ps7 {
    height: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: #fff0
}

.sectionBrandMain__leftBox-bottom .setion33w__top2 input[type=range].ps7::-webkit-slider-runnable-track {
    width: 100%;
    height: .9rem;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0 0 0 #90a3bf;
    background: #000;
    border-radius: 2rem;
    border: 0 solid #000
}

.sectionBrandMain__leftBox-bottom .setion33w__top2 input[type=range].ps7::-webkit-slider-thumb {
    border: .3rem solid #fff;
    height: 2rem;
    width: 2rem;
    border-radius: 2.5rem;
    background: #b27f2a;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -.5rem
}

.sectionBrandMain__leftBox-bottom .setion33w__top2 input[type=range].ps7:focus::-webkit-slider-runnable-track {
    background: #90a3bf
}

.sectionBrandMain__leftBox-bottom .setion33w__top2 p {
    font-size: 1.2rem;
    margin: 0;
    color: #92aacb
}

.sectionBrandMain__leftBox-bottom .setion33w__top2 p span {
    color: #b27f2a
}

.sectionBrandMain__leftBox-bottom .setion33w__bottom input {
    width: 100%;
    padding: 1rem 2rem;
    margin: .4rem 0;
    border-radius: .3rem
}

.sectionBrandMain__rightC {
    margin-bottom: 2rem
}

.sectionBrandMain__rightC .h4 {
    font-size: 1.8rem
}

.sectionBrandMain__rightC .h4 span {
    font-weight: 700
}

.sectionBrandMain__rightCright .h3 {
    opacity: .4;
    margin: 0 1rem 0 0
}

.sectionBrandMain__rightCright select {
    border: .1rem solid #cbd8e9;
    background: #fff;
    padding: 1rem
}

.sectionBrandMain__rightB {
    position: relative;
    background: #fff;
    border: .1rem solid #fad8a6;
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 2rem
}

.sectionBrandMain__rightB .featured {
    position: absolute;
    top: 0;
    left: 0
}

.sectionBrandMain__rightB .stock {
    color: #29a71a;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 3rem;
    border: .2rem solid #29a71a;
    background: #daffda;
    padding: 1rem 2rem;
    line-height: 1;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 1rem
}

.sectionBrandMain__rightB_Main_left img,
.sectionBrandMain__rightB_Main_right .section1__bottom_Box_footer .btnfooter,
.sectionpromotions_2 img,
.sectionpromotions_3 .cardpro_ img,
.sectionpromotions_img .img1 {
    /* width: 100% */
    width: 100%;
    margin: 0px auto;
}

.sectionBrandMain__rightB_Main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem
}

.sectionBrandMain__rightB_Main_rightname {
    display: flex;
    align-items: center
}

.sectionBrandMain__rightB_Main_rightname h4 {
    color: #262626;
    font-size: 3rem;
    font-weight: 600
}

.sectionBrandMain__rightB_Main_rightname .ses {
    position: relative;
    margin-left: 1rem;
    font-size: 3rem;
    font-style: italic;
    font-weight: 700
}

.sectionBrandMain__rightB_Main_right_ li {
    color: #7c94b8;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: capitalize;
    margin: 1rem 0;
    position: relative
}

.sectionBrandMain__rightB_Main_right_ li img {
    width: 3rem;
    height: 3rem;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 1rem
}

.sectionBrandMain__rightB_Main_right .section1__bottom_Box_body ul {
    align-items: center
}

.sectionBrandMain__rightB_Main_right .section1__bottom_Box_body ul li {
    padding: .3rem 1rem
}

.arabic .modal-header .close,
.sectionBrandMain__rightB_Main_right .section1__bottom_Box_body ul li .h6 {
    margin: 0
}

.sectionBrandMain__rightB_Main_right .section1__bottom_Box_footer {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr auto
}

.sectionBLog {
    padding: 6rem 0 20rem;
    position: relative
}

.sectionBLogMain {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem
}

.sectionBLogMainCardImg {
    position: relative;
    z-index: 1;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
    transition: .3s
}

.sectionBLogMainCard:hover .sectionBLogMainCardImg img {
    transform: scale(1.2) rotate(5deg)
}

.sectionBLogMainCardBody {
    position: relative;
    z-index: 2;
    padding: 2rem 2rem 4rem;
    border-radius: 1rem;
    border: 1px solid #ddd;
    margin-top: -1rem;
    background: #fff
}

.sectionBLogMainCardBodyTop {
    display: flex;
    justify-content: space-between;
    font-weight: 600
}

.blogInnerMainLeftBodyTop,
.blogInnerMainRight .categoriesBox li {
    justify-content: space-between;
    margin: 1rem 0
}

.sectionBLogMainCardBodyBottom h4 {
    font-size: 2rem;
    text-transform: capitalize;
    margin: 2rem 0;
    font-weight: 500
}

.sectionBLogMainCardBodyBottom p {
    line-height: 1.8;
    margin-bottom: 3rem
}

.sectionBLogMainCardBodyBottom .btn {
    padding: 1rem 3rem;
    font-size: 1.4rem;
    border-radius: 2rem
}

.sectionBLog .moreCOntant {
    position: absolute;
    bottom: -19rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content
}

.sectionBLog .moreCOntant img.img1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: 5s linear infinite rotate
}

.sectionBLog .moreCOntant img.img2 {
    max-width: 100%
}

.blogInnerMain {
    display: grid;
    grid-template-columns: 6.5fr 3.5fr;
    gap: 4rem
}

.blogInnerMainLeftImg img {
    width: 100%;
    max-height: 25rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2rem
}

.blogInnerMainLeftBodybottom h1 {
    margin: 2rem 0;
    font-size: 2.8rem
}

.blogInnerMainLeftBodybottom h2 {
    font-weight: 600;
    font-size: 2.5rem
}

.blogInnerMainLeftBodybottom h3 {
    font-weight: 600;
    font-size: 2.2rem
}

.blogInnerMainLeftBodybottom h4,
.blogInnerMainLeftBodybottom h5 {
    font-size: 2rem
}

.blogInnerMainRight .searchBox {
    padding: 2rem 3rem;
    border: 1px solid #ddd;
    margin: 1rem 0
}

.blogInnerMainRight .searchBox_input i {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%)
}

.blogInnerMainRight .searchBox_input input {
    width: 100%;
    height: 4rem;
    border-radius: .3rem;
    background: #f3f6fc;
    border: 1px solid #f3f6fc;
    outline: #1b1b1b;
    padding: 0 1rem
}

.blogInnerMainRight .categoriesBox {
    padding: 2rem 3rem;
    border: 1px solid #ddd
}

.blogInnerMainRight .categoriesBox li {
    padding: 1rem;
    display: flex;
    border: 1px solid #ddd
}

.blogInnerMainRight .recentpostBoxMain {
    display: flex;
    gap: 2rem;
    margin: 2rem 0
}

.blogInnerMainRight .recentpostBoxMain_left {
    max-width: 10rem
}

.blogInnerMainRight .recentpostBoxMain_left img {
    width: 100%;
    border-radius: 1rem
}

.blogInnerMainRight .recentpostBoxMain_right span {
    font-size: 1.1rem
}

.blogInnerMainRight .recentpostBoxMain_right h6 {
    font-size: 1.3rem
}

.sectionpromotions .getTouch h2,
.sectionpromotions h1 {
    font-size: 5.7rem;
    font-weight: 700;
    margin: 0 0 4rem;
    letter-spacing: -.06rem
}

.sectionpromotions {
    position: relative;
    padding: 4rem 0;
    background: #fff5e6
}

.sectionpromotions .navigationss {
    color: #fff;
    margin-bottom: 1rem
}

.sectionpromotions h1 {
    position: relative;
    background: linear-gradient(91.22deg, #b27f2a 0, #ffea7c 50.09%, #b27f2a 96.33%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.sectionpromotions h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.2rem;
    width: 5.7rem;
    height: .5rem;
    background: #fff
}

.sectionpromotions_img {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1
}

.sectionpromotions_img .img2 {
    position: relative;
    margin-top: -14rem;
    width: 100%
}

.sectionpromotions .getTouch {
    margin-top: 2rem;
    margin-bottom: 8rem
}

.sectionpromotions .getTouch h2 {
    position: relative;
    text-align: center
}

.sectionpromotions .getTouch h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -1.2rem;
    width: 5.7rem;
    height: .5rem
}

.sectionpromotions .getTouch select {
    padding-top: 0;
    font-weight: 600
}

.sectionpromotions_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem
}

.sectionpromotions_1 h2 {
    font-size: 3.3rem;
    font-weight: 500;
    letter-spacing: -.06rem;
    color: #fff
}

.sectionpromotions_1 .btn22 {
    font-size: 1.2rem;
    letter-spacing: .03rem;
    background: #fff;
    padding: 1rem 2rem;
    border-radius: 2rem;
    font-weight: 600
}

.sectionpromotions_ h3 {
    position: relative;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: -.03rem;
    margin: 2rem 0 3rem
}

.sectionpromotions_ h3::before {
    content: "";
    position: absolute;
    bottom: -.3rem;
    left: 0;
    width: 4rem;
    height: .5rem;
    background: #000
}

.sectionpromotions_3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem
}

.sectionpromotions_3 .cardpro .h3 {
    font-size: 1.9rem;
    letter-spacing: -.03rem;
    border-bottom: .1rem solid #000;
    margin-bottom: 2rem;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600
}

.sectionpromotions .paginationpro {
    margin-top: 4rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem
}

.sectionpromotions .paginationpro ul {
    gap: .5rem
}

.sectionpromotions .paginationpro ul a {
    color: #000;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: .3rem solid #dbdbdb;
    font-size: 1.3rem;
    font-weight: 600;
    background: #fff;
    display: grid;
    place-items: center
}

.sectionpromotions .paginationpro ul a.active {
    background: #2c2b2b;
    color: #fff
}

.sectionpromotions .paginationpro .paginationprobtn {
    font-size: 1.2rem;
    letter-spacing: .03rem;
    background: #fff;
    padding: 1rem 2rem;
    border-radius: 2rem;
    font-weight: 600;
    border: .3rem solid #dbdbdb
}

.sectionpromotions2 {
    text-align: center;
    padding: 6rem 0
}

.sectionpromotions2 img {
    width: 20rem;
    margin-bottom: 3rem
}

.sectionpromotions2 p {
    color: #7c7c7c;
    text-align: justify
}

.sectionpromotions3 {
    padding: 5rem 0
}

.sectionpromotions3 h3 {
    position: relative;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -.06rem;
    margin: 0 0 4rem
}

.sectionpromotions3 h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.2rem;
    width: 5.7rem;
    height: .5rem;
    background: linear-gradient(108deg, #b27f2a 4.92%, #ffea7c 67.46%, #b27f2a 85.22%)
}

.sectionpromotions3 b {
    font-size: 2rem;
    margin: 1rem 0;
    display: block
}

.sectionpromotions3 ul {
    padding-left: 2rem
}

.arabic {
    direction: rtl;
    text-align: right
}

.arabic .btn-secondary i {
    transform: rotate(183deg)
}

.arabic .cb-button {
    left: 0;
    right: auto
}

.arabic .header__left-menu {
    right: -400rem;
    left: 0
}

.arabic .header__left-menu.active {
    left: 0;
    right: 0
}

.arabic .banner__center .sliderbanner,
.arabic .section5Bottom .section10mySwiper,
.arabic .sectionBrandMain2__left .mySwiper,
.arabic .sectionBrandMain2__left .mySwiper2 {
    direction: ltr
}

.arabic .banner__center .img2 {
    left: auto;
    right: -27rem
}

.arabic .banner__right_ .img3 {
    left: auto;
    right: -2rem;
    transform: scaleX(-1)
}

.arabic .banner__right_2 {
    bottom: -1rem;
    right: auto;
    left: -1rem
}

.arabic .section2_m img {
    transform: scaleX(-1);
    left: auto;
    right: -8rem
}

.arabic .section3__Main .cardd1__imgB {
    left: auto;
    right: 3rem
}

.arabic .section6 .h6 {
    transform: rotate(2.551deg)
}

.arabic .section6 .img1 {
    right: auto;
    left: 0;
    transform: scaleX(-1)
}

.arabic .section7B_leftB_imgb,
.arabic .section7B_rightB_imgb {
    left: auto;
    right: 2rem
}

.arabic .section7B_leftB_bodybtn img,
.arabic .section7B_rightB_bodybtn img,
.arabic .sectionBrandMain2__left .features__img img {
    transform: scaleX(-1)
}

.arabic .section9_Body-Box-top::before {
    right: 2rem;
    left: auto
}

.arabic .section9_Body-Box-top svg {
    right: auto;
    left: 1rem
}

.arabic .aboutsection__left {
    margin-left: 0;
    margin-right: auto
}

.arabic .aboutsection__right .img2 {
    left: auto;
    right: -8rem
}

.arabic .aboutsection2__rightMr li {
    padding-left: 0;
    padding-right: 3rem
}

.arabic .aboutsection2__rightMr li::before {
    right: 0;
    left: auto
}

.arabic .blogInnerMainRight .searchBox_input i {
    left: 1rem;
    right: auto
}

.arabic .sectionBrandMain__left .form-check {
    padding-left: 0;
    padding-right: 1.25rem
}

.arabic .sectionBrandMain__leftBox-bottom .availability .form-check-label {
    margin-left: 0;
    margin-right: 2.3rem
}

.arabic .sectionBrandMain__rightCright .h3 {
    margin-left: 1rem;
    margin-right: 0
}

.arabic .sectionBrandMain__rightB_Main_rightname .ses {
    margin-right: 1rem;
    margin-left: 0
}

.arabic .sectionBrandMain__rightB_Main_right_ li {
    padding-left: 0;
    padding-right: 2.8rem
}

.arabic .sectionBrandMain__rightB_Main_right_ li::before {
    left: auto;
    right: 0
}

.arabic .sectionBrandMain2__left .features li:not(:nth-child(3n)) {
    border-right: .1rem solid #fff0;
    border-left: .1rem solid #ddd
}

.arabic .section10_BodyBox h5 {
    padding-left: 0;
    padding-right: 2rem
}

.arabic .section10_BodyBox h5::before {
    content: "";
    left: auto;
    right: 0
}

@media only screen and (max-width:979px) {
  
    .footer .footer__Bottom_BoxM ul {
    flex-direction: column;
}

    .privacyPage .img1,
    .termPage .img1 {
        float: none !important;
        width: 100% !important;
        margin: 1rem auto !important;
        display: block
    }

    .arabic .banner__center .img2 {
        left: auto;
        right: auto
    }

    .arabic .section3__Main .whatweofferswiper,
    .arabic .section4Main .BookingProcessswiper {
        direction: ltr
    }

    .arabic .section3__Main .cardd1__img {
        margin-left: auto
    }

    .arabic .aboutsection__right .img2 {
        left: 0;
        right: 0
    }

    .header__left-menu,
    .header__left-menu.flagss2 {
        z-index: 9;
        right: 0;
        margin: 0 auto;
        transition: .5s
    }

    .container {
        max-width: 98%
    }

    .header__right .header__rightde,
    li.dropBrand.flagss {
        display: none !important
    }

    .header__left-menu.flagss2 {
        position: relative;
        top: 0 !important;
        left: 0;
        width: -moz-fit-content;
        width: fit-content;
        border-radius: .4rem;
        padding: 0;
        background: #fff0;
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
        height: unset;
        display: block !important
    }

    .grid-col60,
    .grid-col70,
    .grid-col80 {
        grid-template: auto/5fr 90fr 5fr
    }

    .mobilenav {
        display: block !important;
        border-radius: .5rem;
        background: #000;
        padding: 1rem
    }

    html {
        font-size: 62.5%
    }

    .header__left-menu {
        position: fixed;
        top: 7.3rem;
        left: -400rem;
        width: 100%;
        border-radius: .4rem;
        padding: 2rem;
        background: rgb(0 0 0 / .7);
        -webkit-backdrop-filter: blur(26.6px);
        backdrop-filter: blur(26.6px);
        height: calc(100vh - 7.3rem);
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .section3,
    .section3::before {
        border-radius: 3rem
    }

    .header__left-menu.active {
        left: 0
    }

    .header__left-menu .btn-secondary {
        top: -10rem;
        margin-top: 2rem;
        width: 100%;
        display: block !important
    }

    .header__left-menu nav>ul>li {
        margin: 2rem 0
    }

    .footer .footer__Bottom_BoxM,
    .header__left-menu ul,
    .section3__Main2 {
        display: block !important
    }

    .header__left-menu ul a {
        color: #fff
    }

    .header__left-menu ul li.dropBrand .header__center-main-b {
        top: 2.9rem;
        grid-template-columns: 1fr 1fr;
        padding: 2rem 1rem;
        overflow: auto;
        left: 0;
        width: 100%
    }

    .header__left-menu ul li.dropBrand .header__center-main-bB li {
        margin: 0
    }

    .header__left-menu ul li.dropBrand .header__center-main-bB li a {
        padding: 1rem;
        font-size: 1.4rem;
        color: #000
    }

    .header__left-menu ul>li {
        position: relative;
        margin: 1rem 0
    }

    .header.go-top .header__left-menu.active {
        top: 6.8rem
    }

    .banner .swiper-paginationbanner,
    .header__right .booking {
        display: none
    }

    .header__right .header__rightde2 li.languagess a {
        padding: .7rem 1rem
    }



    .banner__left {
        text-align: center
    }

    .banner__left h1 {
        font-size: 7rem
    }

    .banner__left .btn-secondary,
    .banner__left p,
    .banner__right {
        display: none
    }

    .banner__center .img1 {
        width: 28rem;
        display: block;
        margin: 0 auto
    }

    .banner__center .img2 {
        position: relative;
        width: 55rem;
        margin: 0 auto -15rem;
        display: block;
        bottom: 0;
        left: 0
    }

    .banner__center_d {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .banner__center_dd {
        /* left: 3.7rem; */
        top: 5.4rem
    }

    .banner__center_dd .hh2 {
        font-size: 1.6rem
    }

    .banner__center_dd .hh3 {
        font-size: 2.7rem
    }

    .banner__center_dd .hh4 {
        right: -3.3rem;
        bottom: -3.7rem;
        font-size: .8rem
    }

    .section1 {
        padding: 1rem 0 4rem
    }

    .section1btn {
        display: block;
        max-width: 100%;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto
    }

    .section1__heading {
        width: 100%;
        margin-top: 5rem
    }

    .section1__heading h1 {
        font-size: 3.5rem;
        line-height: 1
    }

    .section1__List ul li img {
        width: 8rem
    }

    .section1__Main {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem
    }

    .aboutsection,
    .aboutsection2,
    .aboutsection2__rightM,
    .blogInnerMain,
    .footer__Bottom_,
    .section10_Body,
    .section12 .block__inner,
    .section12__right_,
    .section6__,
    .section7B,
    .section7B_rightB,
    .sectionBLogMain,
    .sectionBrandMain,
    .sectionpromotions_3 {
        grid-template-columns: 1fr
    }

    .footer__Bottom_Box .h5,
    .section1__Main--Box__body ul li p {
        font-size: 1.5rem
    }

    .section1__Main--Box__body ul li .h5,
    .section9_Body-Box-bottom p,
    .section9_Body-Box-top h4,
    .sectionpromotions2 p {
        font-size: 1.6rem
    }

    .section1__Main--Box__body .btn {
        font-size: 1.4rem;
        padding: 1rem 1.2rem
    }

    .section1 .entire {
        background: linear-gradient(108deg, #b27f2a 4.92%, #ffea7c 67.46%, #b27f2a 85.22%);
        line-height: 1
    }

    .section1 .entire span {
        background: #fff0;
        background-clip: unset;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
        color: #000
    }

    .section2_ {
        width: 100%
    }

    .section2_ h3,
    .section4__heading h4,
    .section6 .h4,
    .section7 .section9__h .h3,
    .sectionpromotions .getTouch h2 {
        font-size: 3.5rem
    }

    .section2_mb b {
        display: block;
        font-weight: 700
    }

    .section3 {
        padding: 6rem 0
    }

    .section3 .block__inner,
    .section4 .block__inner {
        min-width: 0
    }

    .section3__heading {
        display: block !important;
        text-align: center
    }

    .aboutsection2__left,
    .footer__Bottomterm ul span,
    .footer__top,
    .section10_heading br,
    .section3__Main,
    .section4Main,
    .section3__heading .h4 br,
    .section7 .section9__hbtn,
    .section9__hbtn {
        display: none
    }

    .section9__hbtna,
    .sectionBrandMain2__left .sectionBrandMain2__rightBox2 {
        display: block !important
    }

    .section3__heading .h4,
    .section5__heading h4 {
        font-size: 3.5rem;
        line-height: 1
    }

    .section5__heading p {
        font-size: 2rem;
        line-height: 3.1rem
    }

    .section5Bottom .swiper-slide-active .card3__img img {
        width: 8.1rem;
        height: 8.1rem
    }

    .section5Bottom .swiper-slide-active .card3 .h4,
    .section5Bottom .swiper-slide-active .card3 p {
        left: -7rem
    }

    .section5Bottom .card3__img img {
        outline-offset: 0.6rem;
        width: 4.3rem;
        height: 4.3rem
    }

    .section6 .block__inner {
        padding: 3rem 0
    }

    .section6__ {
        gap: 2rem
    }

    .aboutsection2__rightM,
    .section7B_rightB {
        gap: 0
    }

    .section6 .h6,
    .section6_h span {
        font-size: 3.3rem
    }

    .section9__hbtna {
        width: -moz-fit-content;
        width: fit-content;
        margin: 4rem auto 0
    }

    .footer .footer__Bottom_BoxM ul {
        list-style: none;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 2rem;
        justify-content: center
    }

    .footer .footer__Bottom_BoxM ul li a {
        color: #fff;
        font-size: 1.4rem
    }

    .footer__Bottomterm ul {
        justify-content: flex-start;
        flex-direction: column;
        gap: .5rem
    }

    .section12__right_ {
        width: 90%
    }

    .section2_m img {
        left: -5rem;
        bottom: -.63rem;
        width: 6.3rem
    }

    .aboutsection {
        margin-top: 0;
        padding: 0 4rem
    }

    .aboutsection__left {
        padding: 0;
        width: 100%
    }

    .aboutsection__right {
        margin-top: 6rem
    }

    .aboutsection__right .img2 {
        position: absolute;
        left: 0;
        right: 0;
        top: -6.1rem;
        transform: translateY(0);
        width: 11.6rem;
        margin: 0 auto
    }

    .aboutsection2__right {
        padding: 4rem
    }

    .aboutsection2__rightM2,
    .sectionpromotions_1 {
        flex-wrap: wrap
    }

    .aboutsection2__rightM2B .h5 {
        font-size: 4rem
    }

    .aboutsection2__rightM2B .h6,
    .sectionpromotions3 p {
        font-size: 1.4rem
    }

    .blogInner,
    .section10 {
        padding: 2rem 0
    }

    .sectionBrandMain__rightC,
    .sectionBrandMain__rightCright {
        flex-direction: column
    }

    .sectionBrandMain__rightB_Main {
        gap: 1rem;
        grid-template-columns: 1fr
    }

    .sectionBrandMain__rightB_Main_left img {
        max-width: 100%;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        display: block
    }

    .sectionBrandMain2__left,
    .sectionpromotions .getTouch .section12__right_ {
        width: 100%
    }

    .sectionBrandMain2__left .sectionBrandMain2__rightBox {
        display: block !important;
        margin-top: 2rem
    }

    .sectionBrandMain2__right {
        display: none;
        width: 100%
    }

    .blogInnerMainLeft {
        order: 2
    }

    .blogInnerMainLeftImg img {
        height: 20rem
    }

    .sectionBLog {
        padding: 4rem 0
    }

    .sectionBLog h1 {
        font-size: 4.8rem
    }

    .sectionpromotions h1 {
        font-size: 3.7rem;
        line-height: 1
    }

    .sectionpromotions .getTouch {
        margin-bottom: 3rem
    }

    .sectionpromotions_img .img1 {
        height: 35rem;
        -o-object-fit: cover;
        object-fit: cover
    }

    .sectionpromotions_img .img2 {
        margin-top: -5rem
    }

    .sectionpromotions_1 h2 {
        font-size: 2rem;
        width: 100%
    }

    .sectionpromotions_3 {
        margin-top: 4rem
    }

    .sectionpromotions3 h3 {
        font-size: 2.4rem
    }

    .detailsd h1 {
        font-size: 3rem;
        line-height: 1;
        font-weight: 600
    }
        .banner_,
    .section4Main2,
    .sectionBrandMain2 {
        display: block
    }
}

@media only screen and (max-width:768px) {
    .banner__left h1 {
        font-size: 5.3rem
    }

    .banner__center .img2 {
        width: 100%
    }

    .section1__Main {
        grid-template-columns: 1fr
    }

    .section1__List ul {
        gap: 2rem
    }

    .section1__List ul li img {
        width: 6rem
    }

    .section1__List ul li p {
        font-size: 1.4rem
    }

    .section6_h span {
        font-size: 2.8rem
    }

    .section6 .img1 {
        width: 18rem
    }
}

@media only screen and (max-width:461px) {

    .aboutsection,
    .aboutsection2__right {
        padding: 0 2rem
    }

    .aboutsection__left .h1,
    .aboutsection__left h1,
    .section2_ h3 {
        font-size: 3rem
    }

    .aboutsection2 {
        margin-top: 2rem;
        padding: 2rem
    }

    .sectionBrand h1 {
        font-size: 3.6rem
    }

    .sectionBrandMain2__left .mySwiper img {
        height: 7rem
    }

    .sectionBrandMain2__left .para {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .sectionBrandMain2__left .features {
        grid-template-columns: repeat(2, 1fr);
        width: 100%
    }

    .features_img img {
        height: 2.2rem !important
    }

    .sectionBrandMain2__left .features li {
        border-right: unset !important;
        border-bottom: .1rem solid #ddd !important
    }

    .sectionBrandMain2__left .features li:not(:nth-child(2n)) {
        border-right: .1rem solid #ddd !important
    }

    .section5Bottom .swiper-slide-active .card3 span {
        width: 38rem !important;
        left: -13rem
    }

    .sectionBrandMain2__rightBoxr li p {
        font-size: 1.2rem
    }

    .section1 .entire span {
        font-size: 2.2rem
    }

    .sectionBrandMain__rightB_Main_rightname {
        flex-wrap: wrap
    }

    .section1__Main--Box__body- {
        grid-template-columns: 1fr;
        gap: 1rem
    }
}

p a {
    display: inline-block
}

@media only screen and (max-width:370px) {
    .section1__Main--Box__body ul {
        gap: .5rem
    }
}





.banner_slider img {
    width: 100%;
}


.homeBaneer {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.homeBaneer .banner__right {
    position: absolute;
    bottom: -11rem;
}

.homeBaneer .banner__left {
    margin-top: 4rem;
}



.fleetinnerPage table {
    width: 100% !important;
}

.fleetinnerPage table td {
    background: transparent !important;
    padding: 10px;
    border: 1px solid #ddd;
}

.fleetinnerPage table tr:first-child td {
    background: #fff5e6 !important;
    color: #000;
}

.fleetinnerPage table p {
    margin: 0;
}