@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    overflow-x: hidden;
}


/*.container {
    max-width: 1170px;
}*/

:root {
    --white: #ffffff;
    --black: #000;
    --gary-color: #727272;
    --lightgary-color: #b2b9bd;
    --theme-color: #FF7200;
    --primary-color: #27408D;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3 {
    font-family: 'Jost', sans-serif;
    color: #000;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

section {
    padding: 5rem 0;
}


/* loader */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--primary-color);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--theme-color);
}


/* loader */


/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
}


/* Cursor End */


/* btn css */

.themeBtn {
    background: var(--theme-color);
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-flex;
    padding: 0.57em 1.2em;
    border-radius: 3px;
    line-height: normal;
    align-items: center;
    gap: 10px;
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}


/* btn css */


/* mouse animation css  */

.bounce-element {
    animation: bounce 0.9s infinite alternate;
    -webkit-animation: bounce 0.9s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

.mouse {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 11;
    text-align: center;
}


/* mouse animation css  */


/* navigation css */

header {
    position: fixed;
    left: 0;
    right: 0;
    /*top: 25px;*/
    z-index: 11;
    background: #fff;
    padding: 13px;
}

.navbar-nav {
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 0;
    display: inline-block;
}

header .navbar-nav .links li span {
    margin-left: 0 !important;
    margin: 0 1rem;
}


/* navigation css */


/* slider css */

.mainSlider {
    height: 1117px;
    position: relative;
    z-index: 1;
    /*background: url(https://testv45.demowebsitelinks.com/AMCelectricWP/wp-content/uploads/2023/09/bnnr.png) no-repeat top center/ cover;*/
}
.homeSlider .slide-inner > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
    /* overflow: hidden; */
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slideContent {
    text-align: center;
}

.slideContent .d-flex {
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
}

.electrcImg img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.electrcImg .slideImg1 {
    left: -8%;
}

.electrcImg .slideImg2 {
    right: -16%;
}

.slideHeading {
    font-size: 2rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.slidesubHeading {
    font-size: 5.3125rem;
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.slideContent p {
    font-size: 1.125rem;
    color: var(--white);
}

.slideContent .d-flex .themeBtn:hover {
    background: var(--primary-color);
    color: var(--white);
}

.mainSlider .swiper-pagination {
    bottom: 8rem;
}

.mainSlider .swiper-pagination .swiper-pagination-bullet {
    width: 27px;
    height: 27px;
    border: 1px solid transparent;
    opacity: 1;
    position: relative;
    background: transparent;
    border-radius: 50%;
}

.mainSlider .swiper-pagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12.34px;
    height: 12.34px;
    background: var(--white);
    border-radius: 50%;
}

.mainSlider .swiper-pagination .swiper-pagination-bullet-active {
    border-color: var(--theme-color);
}

.mainSlider .swiper-pagination .swiper-pagination-bullet-active:before {
    background: var(--theme-color);
    width: 15.34px;
    height: 15.34px;
}


/* slider css */

.rangeMain {
    background: url(../images/bg1.png) no-repeat top center/ cover;
    margin-top: -10rem;
    padding-top: 14rem;
}

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

.rangeBox figure {
    width: 169px;
    height: 169px;
    background: #282828;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.rangeBox figure h2 {
    font-size: 1.75rem;
    color: var(--white);
    margin: 0;
    letter-spacing: 4px;
}

.rangeBox figure h3 {
    font-size: 1.1875rem;
    color: var(--theme-color);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.rangeBox:before {
    content: '';
    position: absolute;
    left: 0;
    /* right: 0; */
    top: -3px;
    width: 169px;
    height: 169px;
    background: var(--theme-color);
    border-radius: 50%;
    z-index: -1;
    margin: auto;
}

.apply {
    font-size: 1.375rem;
    color: var(--white);
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.apply span {
    color: var(--theme-color);
}

.rangeBox {
    display: inline-block;
}

.rangeSlider {
    padding-top: 10px;
}

.arow .swiper-button-next {
    all: unset;
    cursor: pointer;
    font-size: 1.75rem;
    color: var(--white);
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    letter-spacing: 4px;
    flex: 0 0 25%;
    line-height: 0.6;
}

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

.arow {
    display: flex;
    align-items: center;
    gap: 13px;
}

.arow .line {
    width: 121px;
    height: 1px;
    background: var(--white);
    position: relative;
    top: 5px;
}

.arow .swiper-pagination-current {
    font-size: 20px;
    color: var(--theme-color);
    line-height: 1.1;
}

.arow .swiper-pagination1 {
    display: flex;
    align-items: flex-end;
    gap: 7px;
    color: #fff;
}

.arow .swiper-pagination1 .swiper-pagination-total {
    font-size: 12px;
    color: #FFFFFF;
}

.aboutMain {
    background: url(../images/abtbg.jpg) no-repeat top center/ cover;
        margin-top: -9rem;
    padding-top: 15rem;
}

.aboutImg {
    position: relative;
    text-align: center;
}

.aboutImg .abtVector {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.abtVector1 {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    animation: rotate var(--logo-rotate-duration, 20s) linear infinite;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

.subHeading {
    font-size: 1.875rem;
    color: var(--white);
    text-transform: uppercase;
    margin: 0;
}

.heading {
    font-size: 4.0625rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
}

.aboutContent p {
    font-size: 1.25rem;
    color: var(--white);
    line-height: 36px;
    margin: 0 0 2rem;
}

.electricAmc {
    background: url(../images/electricbg.jpg) no-repeat top center/ cover;
}

.carSlider {
    margin: 0 -38rem;
}

.carSlider figure {
    text-align: center;
}

.carSlider figure img {
    width: 100%;
    transform: scale(0.6);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.carSlider .swiper-slide-next figure img {
    transform: scale(0.85);
}

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

.swiper-button-prev1 {
    width: 48px;
    height: 48px;
    border: 2px solid var(--white);
    border-radius: 50%;
    left: 9rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: transparent;
}

.swiper-button-prev1:after {
    color: var(--white);
    font-size: 1rem;
    font-weight: 600;
}

.swiper-button-next1 {
    width: 48px;
    height: 48px;
    border: 2px solid var(--white);
    border-radius: 50%;
    right: 9rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: transparent;
}

.swiper-button-next1:after {
    color: var(--white);
    font-size: 1rem;
    font-weight: 600;
}

.swiper-button-prev1:hover,
.swiper-button-next1:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.workMain {
    background: var(--black);
    padding: 5rem 2rem;
}

.workBox {
    background: var(--primary-color);
    text-align: center;
    border-radius: 29px;
    padding: 6rem 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 35rem;
    overflow: hidden;
}

.workBox h2 {
    font-size: 1.625rem;
    color: var(--white);
    text-transform: uppercase;
    margin: 0 0 10px;
}

.workBox p {
    color: var(--white);
    margin: 0 3rem 10px;
    line-height: 2.4;
    height: 334px;
    /*overflow-y: scroll;*/
}

.workBox a {
    font-size: 1.1875rem;
    color: var(--theme-color);
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline !important;
}

.workBox:hover h2,
.workBox:hover p,
.workBox:hover a {
    color: var(--white);
}

.workBox:hover {
    background: var(--theme-color);
}

.vehicleMain {
    background: url(../images/vehiclebg.jpg) no-repeat top center/ cover;
}

.vehicleBox {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.vehicleBox .vehicleImg {
    /* flex-shrink: 0; */
    flex: 0 0 54%;
}

.vehicleBox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--primary-color);
    width: 53%;
    height: 100%;
    z-index: 1;
    /* clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%); */
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 112%);
}

.vehicleBox .vehicleContent {
    flex: 0 0 44%;
    position: relative;
    z-index: 1;
    padding: 2.5rem 3rem;
}

.vehicleBox .vehicleContent .subHeading {
    font-size: 1.3125rem;
}

.vehicleBox .vehicleContent .heading {
    font-size: 2rem;
}

.vehicleBox .vehicleContent p {
    font-size: 1.125rem;
    color: var(--white);
    margin-bottom: 30px;
}

.swiper-pagination2 {
    text-align: center;
    margin-top: 40px;
}

.swiper-pagination2 .swiper-pagination-bullet {
    width: 27px;
    height: 27px;
    border: 1px solid transparent;
    opacity: 1;
    position: relative;
    background: transparent;
    border-radius: 50%;
}

.swiper-pagination2 .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12.34px;
    height: 12.34px;
    background: var(--white);
    border-radius: 50%;
}

.swiper-pagination2 .swiper-pagination-bullet-active:before {
    background: var(--theme-color);
    width: 15.34px;
    height: 15.34px;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
    border-color: var(--theme-color);
}

.findMain {
    background: url(../images/findbg.jpg) no-repeat top center/ cover;
    position: relative;
}

.findImg img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -9rem;
}

.findImg .rightimg {
    left: inherit;
    right: -14rem;
}

.findContent {
    text-align: center;
}

.findContent p {
    color: var(--white);
    margin: 0 0 1.3rem;
}

.findContent .themeBtn {
    background: var(--primary-color);
}

.reviewMain {
    background: url(https://testv45.demowebsitelinks.com/AMCelectricWP/wp-content/uploads/2023/08/a1-31.jpg) no-repeat top center/ cover;
}

.mySwiper,
.mySwiper2 {
    width: 100%;
    height: 100%;
    padding: 3rem 0 7rem;
}

.reviewContent span {
    color: #EAC15C;
    display: flex;
    gap: 9px;
    margin-bottom: 1.3rem;
}

.reviewContent p {
    font-size: 1.125rem;
    color: var(--white);
    padding-right: 3rem;
    margin-bottom: 1.7rem;
}

.reviewContent h3 {
    font-size: 1.75rem;
    color: var(--white);
    text-transform: uppercase;
    margin: 0 0 0.8rem;
}

.reviewContent h6 {
    font-size: 1.125rem;
    color: var(--white);
    font-weight: 300;
}

.reviewContent .heading {
    margin-bottom: 1rem;
}

.mySwiper figure {
    position: absolute;
    width: 140px;
    height: 140px;
}

.mySwiper .thumb2 {
    top: 100px;
}

.mySwiper .thumb3 {
    top: 190px;
}

.mySwiper .thumb4 {
    top: -180px;
    right: auto;
    left: 13rem;
}

.mySwiper .thumb5 {
    top: -50px;
    right: auto;
    left: 13rem;
}

.rightThumb {
    width: 80%;
    height: 100%;
    margin-left: auto;
}

.mySwiper2 .swiper-pagination {
    left: auto;
    right: 4rem;
    width: auto;
    flex-direction: column;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    margin: auto;
    justify-content: center;
    gap: 3rem;
}

.reviewContent {
    padding-right: 7rem;
}

.mySwiper2 .swiper-pagination:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    width: 1px;
    height: 100%;
}

.mySwiper2 .swiper-pagination .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    opacity: 1;
    z-index: 1;
    background: #383838;
    border: 2px solid #fff;
}

.mySwiper2 .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--theme-color);
}

.mySwiper figure img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    object-fit: cover;
}

.mySwiper .swiper-slide-thumb-active figure img {
    transform: scale(1.4);
}

.mySwiper {
    overflow: unset;
}

.mySwiper .swiper-slide {
    width: auto;
}

.mySwiper2 {
    padding-top: 7rem;
    padding-bottom: 4rem;
}

.instaSlider .swiper-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.instaSlider .swiper-slide {
    transition: 0.5s ease;
    cursor: pointer;
    user-select: none;
}

.instaSlider .swiper-slide-prev,
.instaSlider .swiper-slide-active,
.instaSlider .swiper-slide-next {
    transform: scaleX(0.9) scaleY(0.8);
}

.insta-section {
    background: var(--black);
}

.insta-section p {
    text-align: center;
    margin: 0;
    font-size: 1.375rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-family: 'Jost', sans-serif;
}

.insta-section .slideHeading {
    font-size: 1.875rem;
}

.insta-section .slidesubHeading {
    font-size: 4.0625rem;
}

footer {
    background: #b87101;
    padding-top: 5rem;
}

footer ul li a:hover {
    color: var(--primary);
}

footer h3 {
    font-size: 1.5625rem;
    color: var(--white);
    padding-bottom: 1.2rem;
}

.links li a {
    color: var(--white);
    text-transform: uppercase;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.links li+li {
    border-top: 1px dashed rgb(255 255 255 / 50%);
    padding-top: 10px;
    margin-top: 10px;
}

.contactInfom li a {
    color: var(--white);
}

.contactInfom li a span {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 3px;
}

.contactInfom li+li {
    border-top: 1px dashed rgb(255 255 255 / 50%);
    padding-top: 1.25rem;
    margin-top: 1.25rem;
}

.socialLinks li a {
    display: inline-flex;
    align-items: center;
    gap: 1.25rem;
    color: var(--white);
}

.socialLinks li a span {
    text-decoration: underline !important;
}

.socialLinks li a i {
    background: rgb(255 255 255 / 20%);
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 50px;
    color: var(--white);
    font-size: 1.25rem;
}

.socialLinks li+li {
    border-top: 1px dashed rgb(255 255 255 / 50%);
    padding-top: 0.875rem;
    margin-top: 0.875rem;
}

.copyRight p {
    margin: 0;
    color: var(--white);
}

.copyRight {
    border-top: 1px solid rgb(223 223 224 / 50%);
    margin-top: 4rem;
    padding: 1.2rem 0;
}

.footerPara {
    margin: 2.5rem 0 0;
    color: var(--white);
}


/* Footer Css End */

.socialLinks li a:hover,
.links li a:hover,
.contactInfom li a:hover {
    color: var(--theme-color);
}

.socialLinks li a:hover i {
    background: var(--theme-color);
    color: var(--white);
}

.themeBtn:hover {
    background: var(--primary-color);
    color: var(--white);
}

.themeBtn:hover:before {
    background: var(--black);
}

a.themeBtn.blackClr:hover {
    background: gray;
    color: var(--black);
}

a.themeBtn.blackClr:hover:before {
    background: gray;
}

.vehicleBox .vehicleContent .themeBtn:hover,
.findContent .themeBtn:hover {
    background: #000;
}


/* Inner Pages Css Start */
.innerBanner-slider {
    background: unset;
    overflow: hidden;    
}
.innerBanner-main {    
    width: 100%;
    height: 100%;
    position: relative;
}
.innerBanner-content {    
    position: absolute;
    top: 50%;
    left: 50%;    
    transform: translate(-50%, -50%);
}
.innerBanner-main>img {        
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.innerBanner {
    background: url(https://testv45.demowebsitelinks.com/AMCelectricWP/wp-content/uploads/2023/09/bnnr1.png) no-repeat top center/ cover;
    /*height: 882px;*/
    display: flex;
    align-items: center;
}

.innerBanner .electrcImg .slideImg1 {
    left: -3%;
}

.innerBanner .electrcImg .slideImg2 {
    right: -10%;
}

.missionSect {
    background: var(--black);
    padding-bottom: 2rem;
}

.missionSect figure img {
    border: 2px solid var(--theme-color);
    border-radius: 259px;
}

.vehicleInner {
    background: var(--black) url(../images/vehicleImage.png) center/cover no-repeat;
    margin-top: -9rem;
    padding: 17rem 0 10rem 0;
}

.vehicleInner .row+.row {
    padding-top: 6rem;
}

.vehicleText h3 {
    font-size: 1.75rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white);
}

.vehicleText h3 span {
    font-size: 1.125rem;
    display: block;
    font-weight: 400;
}

.vehicleText ul {
    display: flex;
    gap: 3px;
}

.vehicleText ul li {
    color: var(--theme-color);
    font-size: 0.875rem;
}

.vehicleText div {
    display: flex;
    justify-content: space-between;
}

.vehicleText p {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 500;
    color: var(--white);
}

.vehiclePrice {
    font-size: 1.875rem;
    color: var(--theme-color);
    font-weight: 600;
    font-family: 'Jost';
    display: flex;
    align-items: center;
}

.vehicleText .btn-group {
    justify-content: space-between;
    align-items: center;
}

.vehicleWraps {
    margin-bottom: 2rem;
}

.vehicleTab .nav-tabs {
    justify-content: center;
    border: 0;
    gap: 2rem;
    margin-bottom: 2rem;
}

.vehicleTab .nav-tabs .nav-link {
    all: unset;
    cursor: pointer;
    background: var(--theme-color);
    font-size: 1.125rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-flex;
    padding: 0.67em 1.8em;
    border-radius: 3px;
    line-height: normal;
    align-items: center;
    gap: 10px;
}

.vehicleTab .nav-tabs .nav-link.active {
    background: var(--primary-color);
    color: var(--white);
}

.vehicleText {
    margin-top: 1.5rem;
}

.electricInner .vehicleText h3 {
    font-size: 1.7rem;
}

.electricInner .vehicleText h3 span {
    font-size: 1.25rem;
}

.reviewsWraps ul {
    display: flex;
    gap: 8px;
    margin: 1.2rem 0 1rem 0;
}

.reviewsWraps ul li {
    color: #EAC15C;
}

.reviewsWraps p {
    color: var(--white);
    font-size: 1.125rem;
    margin-bottom: 10px;
    width: 97%;
}

.reviewsWraps h3 {
    font-size: 1.75rem;
    color: var(--white);
    text-transform: uppercase;
    line-height: 2;
}

.reviewsWraps h3 span {
    display: block;
    font-size: 1.125rem;
    font-weight: 400;
    font-family: 'Poppins';
    text-transform: capitalize;
}

.cntctSec .form-group {
    position: relative;
    display: flex;
    background-color: #DEDEDE;
    margin-bottom: 2rem;
}

.cntctSec .form-group i {
    display: grid;
    place-items: center;
    color: #7e7e7e;
    font-size: 1.25rem;
    background-color: #BEBEBE;
    width: 58px;
    height: 58px;
}

.cntctSec .form-group .form-control {
    border-radius: 0;
    background-color: #DEDEDE;
    height: 58px;
    font-size: 1rem;
    color: var( --black);
    transition: 0.4s ease-in-out;
    line-height: 1;
    border: 0;
}

.cntctSec .arvlHead h2 {
    color: #fff;
    font-size: 3.125rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.cntctSec .arvlHead p {
    color: #fff;
    text-align: center;
    padding-bottom: 2rem;
}

.cntctSec .form-group textarea.form-control {
    height: 180px;
    padding-top: 1rem;
}

.cntctSec .arvlHead .sectionHeading {
    margin: 0 0 0;
}

.cntctLst i {
    color: #fff;
}

.mapSec {
    filter: grayscale(1);
    padding: 0;
}

.contactBox {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.contactBox figure {
    background: var(--theme-color);
    width: 100px;
    height: 100px;
    display: grid;
    place-items: center;
    border-radius: 100%;
    box-shadow: 0 0 0px 10px rgb(255 114 0 / 70%);
}

.contactInformations {
    width: calc(100% - 120px);
}

.contactInformations a {
    color: var(--black);
}

.contactInformations h4 {
    font-size: 1.375rem;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
}

.contactInformations a,
.contactInformations span {
    color: #fff;
}

.cntactForm .row+.row {
    padding-top: 5rem;
}

.cntactForm {
    padding: 15rem 0 5rem 0;
}


/* Inner Pages Css End */


/* BEGIN: Product Detail Section CSS */

.main-prodtl {
    padding: 6rem 0;
}

.main-prodtl .prodtl-img {
    position: relative;
    height: 100%;
    display: flex;
    padding: 1rem 0;
}

.main-prodtl .prodtl-img:after {
    position: absolute;
    content: '';
    right: -35px;
    background-color: #ebebeb;
    width: 1px;
    height: 100%;
    top: 0;
}

.prodtl-txt .section-heading {
    text-align: left;
}

.prodtl-txt .section-heading::before {
    left: 0;
    transform: none;
}

.prodtl-txt h6 {
    font-size: 16px;
    color: #388980;
    margin: 25px 0 30px;
    font-weight: 500;
}

.prodtl-txt h6 span {
    padding-right: 7px;
}

.prodtl-txt h6 span i {
    color: #f7941d;
    padding-right: 5px;
}

.prodtl-txt h4 {
    font-size: 0.95rem;
    color: #747474;
    font-weight: 500;
    margin: 0 0 25px;
}

.prodtl-txt .stckst {
    display: flex;
}

.prodtl-txt .stckst li:first-child {
    font-size: 1.625rem;
    color: #323232;
    font-weight: 500;
    padding-right: 20px;
}

.prodtl-txt .stckst li:last-child {
    font-size: 22px;
    color: #00b816;
    font-weight: 500;
}

.prodtl-txt .stckst li:last-child i {
    padding-right: 7px;
}

.ad-crtstwo ul {
    margin: 1.875rem 0 1.875rem;
    display: flex;
    align-items: center;
}

.number .minus {
    font-size: 1.875rem;
}

.main-prodtl .number .minus {
    width: 3.125rem;
    height: 2.9375rem;
    border-radius: 0;
    padding: 0 5px 0 5px;
    border: 1px solid #e1e1e1;
    display: flex;
    vertical-align: middle;
    text-align: center;
    color: #323232;
    font-size: 24px;
    align-items: center;
    justify-content: center;
}

.number {
    display: flex;
}

.main-prodtl .number .plus {
    width: 3.125rem;
    height: 2.9375rem;
    border-radius: 0;
    background: transparent;
    padding: 0 5px 0 5px;
    border: 1px solid #e1e1e1;
    display: flex;
    vertical-align: middle;
    text-align: center;
    color: #323232;
    font-size: 24px;
    align-items: center;
    justify-content: center;
}

.number .minus {
    float: left;
}

.number span {
    cursor: pointer;
}

.number input {
    width: 3.125rem;
    height: 2.9375rem;
    border-radius: 0;
    border: 1px solid #e2e2e2;
    text-align: center;
    color: #808080;
    background-color: transparent;
    margin: 0 10px;
}

.ad-crtst .themeBtn {
    margin: 0 0 0 20px;
}

.prodtl-txt h5 {
    font-size: 1rem;
    display: inline-block;
    background-color: #f7f7f7;
    padding: 0.9375em 0.75rem;
    font-weight: 600;
    margin: 0 0 1.5625em;
    color: #323232;
}

.ratd-txt {
    margin: 4.375rem 0 0;
}

.ratd-txt h2 {
    font-size: 1.625rem;
    font-weight: 700;
    color: #252525;
    margin: 0 0 1.5rem;
}

.ratd-txt p+p {
    margin: 1.5rem 0 0;
}

.prodtl-txt {
    padding-left: 2rem;
}

.ad-crtst ul li a:hover,
.d-btn:hover {
    background-color: #000;
    color: #fff;
}

.detail-sec tr {
    border: 1px solid #d8d3d3;
}

.detail-sec tr td {
    padding: 1rem 2rem;
}

.detailsoptionImg {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.detailsoptionImg .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.detailsoptionImg .swiper-slide-thumb-active {
    opacity: 1;
}

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

.main-prodtl .swiper-button-prev,
.main-prodtl .swiper-button-next {
    background-color: var(--white);
    width: 40px;
    height: 40px;
}

.main-prodtl .swiper-button-prev::after,
.main-prodtl .swiper-button-next::after {
    color: var(--theme-color);
    font-size: 1.5rem;
}


/* END: Product Detail Section CSS */


/* Begin: 3 Steps Cart CSS */

.checkOutStyle {
    padding: 6em 0px;
    overflow-x: hidden;
}

.checkOutStyle .title h4 {
    line-height: 1.5rem;
    font-size: 1.5rem;
    margin: 30px 0 20px;
}

.checkOutStyle .title p {
    line-height: 1rem;
    font-size: 1rem;
    margin-bottom: 5px;
    margin: 0 0 2.5rem;
}

.checkOutStyle .title p a {
    color: #000000;
}

.cartItemCard h4 {
    text-transform: capitalize;
    font-size: 1.125rem;
}

.formStyle {
    border-radius: 4px;
    padding: 0 0.9375rem;
}

.formStyle label {
    font-size: 0.9375rem;
    text-transform: capitalize;
    font-weight: 500;
    color: black;
}

.formStyle .form-control {
    height: 3.125rem;
    margin-bottom: 2rem;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 0.05);
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #c7c7c7;
}

.formStyle textarea.form-control {
    height: auto;
    resize: none;
}

.checkbox {
    margin-bottom: 20px;
}

.checkbox input[type='checkbox'] {
    display: none;
}

.checkbox input[type='checkbox']+label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.checkbox input[type='checkbox']+label:last-child {
    margin-bottom: 0;
}

.checkbox input[type='checkbox']+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid var(--theme-color);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s;
}

.checkbox input[type='checkbox']:checked+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.order-summery hr {
    border-top: 1px solid #ebebeb;
    margin: 20px 0;
}

.order-summery .applyCoupon .form-control {
    height: 3.125rem;
    width: 70%;
    margin: 0;
    border-radius: 0;
    border: 0;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 0.05);
}

.order-summery .applyCoupon .btnStyle {
    height: 3.125rem;
    width: 30%;
    border-radius: 0;
}

.order-summery strong,
.order-summery span {
    font-size: 0.935rem;
    font-weight: 600;
    color: #000;
}

.order-summery strong {
    color: #000;
}

.cartItemCard {
    border-radius: 5px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    align-items: center;
    margin-bottom: 1.25rem;
    border: 1px solid #d2d2d2;
}

.cartItemCard img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: top;
}

.cartItemCard .price {
    color: var(--theme-color);
}

.proCounter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.proCounter .minus,
.proCounter .plus {
    width: 3.125rem;
    height: 3.125rem;
    background: #ccc;
    border: 1px solid #ccc;
    color: #616161;
    font-size: 1.5625rem;
    padding: 4px 5px 8px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.proCounter input {
    height: 3.125rem;
    width: 3.125rem;
    text-align: center;
    font-size: 1rem;
    border: 0;
    background: transparent;
    border: 1px solid #ccc;
}

.cartItemCard .delete i {
    color: red;
    font-size: 1.25rem;
}

.shipping-billing-col {
    list-style: none;
    border-top: 1px solid #ccc;
    margin-top: 1.5rem;
    padding: 0;
}

.shipping-billing-col p,
.shipping-billing-col a {
    position: relative;
    color: #333;
    font-size: 1rem;
    line-height: 1.625em;
}

.shipping-billing-col p {
    margin: 0px;
    padding: 20px 0 20px 40px;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #ccc;
}

.shipping-billing-col p i {
    position: absolute;
    top: 17px;
    left: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--theme-color);
    border-radius: 100%;
    font-size: 0.75rem;
    transition: all 0.3s ease-in-out;
}

.shipping-billing-col .edit {
    color: #000000;
    text-transform: capitalize;
    font-size: 1rem;
    padding: 0;
    float: right;
    font-weight: 500;
}


/* END: 3 Steps Cart CSS */
h2.slidesubHeading.electriccar {
    text-align: center;
    padding-bottom: 43px;
}

h2.slidesubHeading.ourevents {
    text-align: center;
    padding-bottom: 43px;
        padding-top: 80px;
}

h2.slidesubHeading.factoryone {
    text-align: center;
    padding-bottom: 43px;
        padding-top: 80px;
}

.vehicleTab ul li a {
    all: unset;
    cursor: pointer;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-flex;
    padding: 0.67em 1.8em;
    border-radius: 3px;
    line-height: normal;
    align-items: center;
    gap: 10px;
    background: #27408d;
    color: #fff;
}

.vehicleTab ul li a:hover {
    all: unset;
    cursor: pointer;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-flex;
    padding: 0.67em 1.8em;
    border-radius: 3px;
    line-height: normal;
    align-items: center;
    gap: 10px;
    background: #ff7200;
    color: #fff;
    transition: 0.5s;
}


.tab-content {
    padding-top: 5rem;
}


ul#repoTabs li a {
    background: #ed1c24;
}
.wpcategorieswidget-3 .product_cat ul .cat-item.cat-item-17 {
  display: none;
}
.single-product header {
  position: fixed;
  background: #fff;
}
.single-product .navbar-nav .nav-item .nav-link {
  color: #000;
}
.single-product .vehicleInnerr {
  margin-top: 3vw;
}

.single-product .mainSlider {
    height: 844px;
}

input#gform_submit_button_1 {
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-flex;
    padding: 0.57em 1.2em;
    border-radius: 3px;
    line-height: normal;
    align-items: center;
    gap: 10px;
    border: 1px;
    background: #ed1c24;
}



















/* END: CSS */

.main_article .all_info {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 70px;
  border-bottom: 0.5px dashed #00c57e;
}

.all_info .left_menu {
  margin-top: 80px;
  width: 370px;
  margin-right: 45px;
}

.all_info .right_content {
  margin-top: 80px;
  height: 700px;
  width: 810px;
  overflow-x: auto;
  letter-spacing: 1px;
  padding-right: 8px;
}

.posr {
  z-index: 2 !important;
}

.panel-group .panel-heading:first-child {
  border-top: unset;
}

.panel-group .panel-heading {
  padding-left: 40px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 40px;
  margin-bottom: 2px;
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  border-bottom: 0.5px solid #005637;
  border-top: 0.5px solid #005637;
}

.panel-group .panel-heading:first-child {
  border-top: unset;
}

.panel-group .panel-title {
  position: relative;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  color: white;
}

.panel-body__list .sub_link {
  font-size: 13px;
  font-weight: 700;
  color: #949494;
  text-transform: none;
}

.panel-body__list .main_active_link,
.panel-body__list .active_link {
  color: #00c57e;
}

.panel-body__list .sub_link:hover {
  color: #949494;
}

.posr {
  position: relative;
}

.panel-group .panel-heading:after {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: url("https://www.totogaming.am/Promotion/fantasy_sport/media/img/plus.svg");
  color: #00a569;
  top: 1px;
  left: 0;
  position: absolute;
}

.panel-group .panel-heading[aria-expanded="true"]::after {
  content: url("https://www.totogaming.am/Promotion/fantasy_sport/media/img/minus.svg");
}

/*.panel-group .panel-body .panel-body__list {
	margin-left: 25px;
	margin-right: 25px;
}*/

.panel-group .panel-body {
  border-top: 0;
  padding-top: 10px;
}

.panel-group .panel-body .for_terms {
  margin-left: 20px;
  color: white;
  list-style-type: none;
  margin-bottom: 15px;
  line-height: 23px;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: normal;
}

.page_contents .main_term {
  font-size: 13px;
  color: #f1f1f1;
  line-height: 33px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1.6px;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.panel-group .panel-body .panel-body__list li {
  list-style-type: none;
  letter-spacing: 0.5px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
  padding: 0 5px 4px 40px;
}

.right_content .right_title {
  font-size: 14px;
  color: #00c57e;
  margin-bottom: 10px;
}

.right_content .right_info {
  font-size: 14px;
  font-weight: 300;
  color: #e5e5e5;
  line-height: 23px;
  margin-bottom: 20px;
}

.content_box:not(:first-child) {
  display: none;
}

.content_box.actives {
  display: block;
}

/*.panel-group .panel-body .panel-body__list li::before {
      content: '';
      height: 5px;
      width: 5px;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 10px;
      font-weight: bold;
      background-color: white;
    }*/

.panel-group .panel-body .collapse_parag {
  padding: 24px 0;
}

.panel-group .panel-body h6 {
  color: #f14100;
}

.panel-group .win .table {
  border-collapse: separate;
  border-spacing: 2px;
  width: 80%;
  margin: 0 auto;
}
