html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url('../images/background-is.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Nobel-Regular";
}
body.rtl, body.rtl *{
  font-family: 'GEDinarTwo' !important;
}

ul.lang_switcher{
  margin-bottom: 0px;
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 3;
  padding: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.10) 100%);
  backdrop-filter: blur(40px);
  border-radius: 25px;
}
.rtl ul.lang_switcher{
  left: 40px;
  right: unset;
}
ul.lang_switcher li{
    border-radius: 25px;
    cursor: pointer;
    display: block;
    padding: 7px 20px;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0px;
    line-height: 35px;
    font-family: "Nobel-Regular" !important;
    /* border-top-right-radius: 0;
    border-bottom-right-radius: 0; */
    float: left;
}
.rtl ul.lang_switcher li{
  margin-left: 0px;
  margin-right: 0px;
}
ul.lang_switcher li:first-child{
  padding-right: 10px;
}
ul.lang_switcher li:last-child{
  padding-left: 10px;
}
ul.lang_switcher li.active{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.25) 100%);
    padding-left: 20px;
    padding-right: 20px;
}

.holder {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  mix-blend-mode: overlay;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.holder.holderNotHome{
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(40px);
  mix-blend-mode: unset;
}
  
.holder.holderblack{
    background-color: black;
    backdrop-filter: unset;
    mix-blend-mode: unset;
}
.holder.holderblack_setup{
  background: rgba(15, 18, 31, 1);
    backdrop-filter: unset;
    mix-blend-mode: unset;
}
  .holder2 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
  }
  .outlined-text {
    color: rgba(255, 255, 255, 0.0);
    -webkit-text-stroke: 5px #FFFFFF;
    font-size: 300px;
    font-style: normal;
    font-weight: 500;
    line-height: 265px;
    mix-blend-mode: overlay;
    text-transform: uppercase;
    padding-top: 800px;
  }
body.rtl .outlined-text{
  font-family: "Nobel-Bold" !important;
}
  .row_logo{
    padding: 100px 40px 0;
  }
  .head_title1{
    font-family: "Nobel-Bold";
    font-size: 30px;
    text-align: right;
    color: #FFFFFF;
    line-height: 40px;
    margin: 0;
    border-bottom: 2px solid #ffffff;
    float: right;
  }
  .head_title2{
    font-family: "Nobel-Bold";
    font-size: 30px;
    text-align: right;
    color: #FFFFFF;
    line-height: 35px;
    margin: 0;
    clear: both;
  }
  .rtl .head_title1{
    text-align: left;
    float: left;
    font-family: "Nobel-Bold" !important;
  }
  .rtl .head_title2{
    text-align: left;
    font-family: "Nobel-Bold" !important;
    direction: ltr;
  }
  .desc {
    position: absolute;
    z-index: 2;
    bottom: 21%;
    right: 35px;
    width: 240px;
  }
  .rtl .desc {
    left: 35px;
    right: unset;
  }
  .desc ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .desc ul li{
    font-family: "Nobel-Bold";
    font-size: 25px;
    color: #FFFFFF;
    line-height: 30px;
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
  }
  .desc ul li:last-child{
    border-bottom: none;
  }
  .desc ul li p{
    margin: 0;
  }
.footer1 {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
}
.footer1 > .row{
	padding: 0;
    margin: 0;
}
.footer_btn{
	font-family: "Nobel-Bold";
	font-size: 25px;
	color: #FFFFFF;
	line-height: 150px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.10) 100%);
	backdrop-filter: blur(20px);
	text-align: center;
	cursor: pointer;
  text-decoration: none;
  margin-right: 10px;
  width: calc(25% - 10px);
}
.rtl .footer_btn{
  margin-left: 10px;
  margin-right: unset;
}
.footer_btn:last-child{
  margin-right: 0;
  margin-left: 0;
  width: 25%;
}
.footer_btn.active, .footer_btn:hover{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.25) 100%);
	backdrop-filter: blur(20px);
}
.specs_content{
    padding: 60px 30px;
}
.specs_row{
    margin-top: 120px;
}
.specs_ul{
    list-style: none;
    width: 100%;
    height: 75px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 0;
}
.specs_ul li{
    font-family: "Nobel-Bold";
    font-size: 17px;
    line-height: 20px;
    color: #ffffff;
    height: 60px;
    width: 170px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    float: left;
    padding-left: 16px;
    text-transform: uppercase;
}
.specs_ul li:last-child{
    border-right: none;
}
.specs_ul li.specs_ul_loop{
    width: 250px;
}
.engine_type{
  width: 155px;
}
.specs_ul li.specs_ul_loop div{
    float: left;
}
.paddingRight24{
    padding-right: 24px;
}
.gallery_scroll{
    max-height: calc(100vh - 490px);
    overflow-y: auto;
    overflow-x: hidden;
}
.accordion_scroll{
    max-height: calc(100vh - 515px);
    overflow-y: auto;
    margin-top: 20px;
}
.accordion_scroll.accordionCompare{
    max-height: calc(100vh - 573px);
}
.features_scroll{
    max-height: calc(100vh - 580px);
    overflow-y: auto;
    overflow-x: hidden;
}
/* Custom scrollbar styling for WebKit browsers (Chrome, Safari) class is  */
::-webkit-scrollbar, .fancybox-thumbs::-webkit-scrollbar{
    width: 0px;
    height: 3px;
}
::-webkit-scrollbar-track, .fancybox-thumbs::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius:5px;
}
::-webkit-scrollbar-thumb, .fancybox-thumbs::-webkit-scrollbar-thumb{
    background: #888888;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover, .fancybox-thumbs::-webkit-scrollbar-thumb:hover{
    background: #888888;
}
/* end */
.accordion-collapse{
    /* max-height: 500px;
    overflow-y: auto; */
}
.accordion-item{
    background: none;
    border: none;
}
 .accordion-header{
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.scroll_setup .accordion-header{
    border-bottom: 0;
}
.scroll_setup .accordion-header .accordion-button{
   padding-left: 90px;   
   font-size: 80px;
   line-height: 80px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.3);
   margin-bottom: 20px;
}
.rtl .scroll_setup .accordion-header .accordion-button{
  padding-right: 90px;
  padding-left: 20px;
  font-family: "Nobel-Bold" !important;
}
.scroll_setup .accordion-header .accordion-button:after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  clear: both;
  bottom: -10px;
  left: calc(50% - 10px);
  display: block;
}
.scroll_setup .accordion-header .accordion-button.collapsed{
   font-size: 27px;
   line-height: 33px;
   background: none;
   margin-bottom: 0;
}
.scroll_setup .accordion-header .accordion-button.collapsed:after{
  border: 0;
}
.accordion-header .accordion-button{
    background: none;
	font-family: "Nobel-Regular";
    font-size: 20px;
    line-height: 30px;
    color: #ffffff !important;
    padding-left: 0;
    text-transform: uppercase;
}
.rtl .accordion-header .accordion-button{
  padding-right: 0;
  padding-left: 20px;
}
.accordion-header img{
    margin-right: 15px;
}
.rtl .accordion-header img{
  margin-left: 15px;
  margin-right: 0;
}
.scroll_setup .accordion-header .accordion-button:not(.collapsed){
    box-shadow: unset;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-body{
	font-family: "Nobel-Regular";
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    background: none;
    border: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
}
.scroll_setup .accordion-body{
  padding-left: 45px;
  padding-right: 45px;
}
.rowCompareKeys{
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.rowCompareKeys .col{
  text-align: center;
  padding: 6px 3px;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
}
.specs_col_bk{
  background-color: rgba(255,255,255,0.1);
}
.rowCompareKeys .col:last-child{  
  border-right: 0;
}
.accordionCompare .accordion-body{
  padding-top: 0;
}
.rowCompareKeys .td_keys{
  border: 0;
}
.accordion-button:not(.collapsed)::after, .accordion-button::after{
    display: none;
}
.accordionCompare{
  display: none;
}
.rowCompare{
  padding-top: 30px;
  opacity: 0;
}
.rowCompare .col{
  font-family: "Nobel-Regular" !important;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  text-align:center;
}
.middle_car_background{
	height: 800px;
	margin: 0 auto;
	margin-top: -45px;
  padding-top: 210px;
}
.margin_top{
	margin-top:100px;
}
.middle_car_background.bk_exterior{
	border-radius: 100%;
  background-image: url('../images/background-explore.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  backdrop-filter: blur(40px);
  padding-left: 20px;
  padding-right: 20px;
  max-width: 800px;
  width: 100%;
}
.middle_car_background.bk_exterior .car_design_interior{display: none;}
.middle_car_background.bk_exterior .car_design_exterior{display: block;}

.middle_car_background.bk_interior .car_design_interior{display: block !important;}
.middle_car_background.bk_interior .car_design_exterior{display: none !important;}

.car_design_menu{
	width: 100%;
	margin: 0 auto;
	height: 70px;
}
.car_design_menu.car_design_menu1{
    padding-top: 0;
    padding-left: 0;
    text-align: left;
}
.car_design_menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
	display: inline-block;
    text-align: center;
    width: 100%;
}
.car_design_menu ul li{
  display: inline;
	color: rgba(255, 255, 255, 0.70);
	font-family: "Nobel-Bold";
	font-size: 21px;
	cursor: pointer;
  height: 50px;
  transition: all 0.2s linear;
  position: relative;
  padding: 0 24px 30px 20px;
}
.rtl .car_design_menu ul li{
  padding: 0 20px 30px 24px;
}

.car_design_menu ul li:first-child{
  padding-left: 0;
}
.car_design_menu ul li:last-child{
  padding-right: 0;
}

.rtl .car_design_menu ul li:first-child{
  padding-right: 0;
  padding-left: 24px;
}
.rtl .car_design_menu ul li:last-child{
  padding-left: 0;
  padding-right: 20px;
}
.car_design_menu ul li.active{
	color: #FFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-text-stroke-width: 1;
	-webkit-text-stroke-color: #000;
	font-size: 35px;
}
.car_design_menu ul li:before {
  content: '';
  position: absolute;
  width: 4px;
  background-color: rgba(255, 255, 255, 0.70);
  clear: both;
  bottom: 34px;
  left: -4px;
  height: 16px;
}
.car_design_menu ul li:first-child:before {
  display: none;
}

.car_design_menu ul li.active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  clear: both;
  bottom: 0;
  left: calc(50% - 10px);
}
.rtl .car_design_menu ul li:before {
  display: none;
}
.rtl .car_design_menu ul li:after {
  content: '';
  position: absolute;
  width: 4px;
  background-color: rgba(255, 255, 255, 0.70);
  clear: both;
  bottom: 34px;
  right: -4px;
  height: 16px;
  display: block;
  border: unset;
}
.rtl .car_design_menu ul li:first-child:after {
  display: none;
}
.rtl .car_design_menu ul li.active:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  clear: both;
  bottom: 0;
  right: calc(50% - 10px);
  display: block;
  background-color: unset;
}
.menu_bar{
	cursor: none;
}
.car_design_exterior{
	margin: 0 auto;
	width: 100%;
	padding-top: 100px;
}
.max-image-width img{
  width: 100%;
  max-width: 100%;
}
.car_desgin_colors{
	position: relative;
  width: auto;
  height: 72px;
  flex-shrink: 0;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(20px);
  z-index: 3;
	transition: all 0.3s linear;
  margin: 0 auto;
  margin-top: 120px;
}
.car_desgin_colors ul{
	width: 100%;
    padding: 7px;
    margin: 0;
    list-style: none;
}
.car_desgin_colors ul li{
    float: left;
    width: 58px;
    height: 58px;
    text-align: center;
    margin-bottom: 8px;
    position: relative;
	transition: all 0.2s linear;
}
.rtl .car_desgin_colors ul li{
  float: right;
}
.car_design_exterior .carousel-item img{
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
.circle{
    width: 30px;
    height: 30px;
    background-color: #0F121F;
    border-radius: 50px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 14px;
    transition: all 0.3s linear;
}
.black{
	background-color:#0F121F;
}
.red{
	background-color:#DC2329;
}
.gray{
	background-color:#757474;
}
.titanium{
	background-color:#B1AFA6;
}
.silver{
	background-color:#D4D4D4;
}
.white{
	background-color:#FFFFFF;
}
.blue{
	background-color:#001F76;
}
.car_desgin_colors ul li.active{
    border: 2px solid #ffffff;
    border-radius: 50px;
    height: 58px;
}
.car_desgin_colors ul li.active > .circle{
	width: 40px;
	height: 40px;
  margin-top: 8px;
}
.carousel-indicators {
    bottom: -90px;
}
.carousel-indicators [data-bs-target] {
    width: 60px;
    height: 7px;
    margin-right: 25px;
}
.interior_indicators{
	bottom:-70px;
}
.circle2{
    width: 35px;
    height: 35px;
    border-radius: 50px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 11px;
    transition: all 0.1s linear;
}
.car_desgin_interior_colors{
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(20px);
  z-index: 3;
  position: relative;
  width: auto;
  height: 72px;
  margin: 0 auto;
  margin-top: 50px;
}
.car_desgin_interior_colors ul{
	width: 100%;
    padding: 7px;
    margin: 0;
    list-style: none;
}
.car_desgin_interior_colors ul li{
    float: left;
    width: 58px;
    height: 58px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}
.car_desgin_interior_colors ul li.active{
    border-radius: 50px;
    height: 58px;
}
.car_desgin_interior_colors ul li.active > .circle2{
	width: 55px;
	height: 55px;
  margin-top: 1px;
}
.car_desgin_interior_colors .carousel-indicators {
  position: relative;
  bottom: unset;
  right: unset;
  left: unset;
  margin: 0;
  padding: 7px;
  transition: all 0.1s linear;
}
.car_desgin_interior_colors .carousel-indicators button{
    width: 35px !important;
    height: 35px !important;
    border-radius: 50px;
    border: 0;
    margin-top: 11px;
    opacity: unset;
    transition: unset;
    margin-right: 14px;
    background-size: 35px !important;
}
.rtl .car_desgin_interior_colors .carousel-indicators button{
  margin-left: 14px;
  margin-right: 0;
}
.car_desgin_interior_colors .carousel-indicators button:last-child{
  margin-right: 0px;
  margin-left: 0px;
}
.car_desgin_interior_colors .carousel-indicators button.active{
    width: 55px !important;
    height: 55px !important;
    margin-top: 1px;
    background-size: 55px !important;
}
.car_desgin_interior_colors ul li > .circle2 img{
  border-radius: 50px;
}
.features_image_title{
	color: #FFF;
	font-family: "Nobel-Bold";
	font-size: 25px;
}
.features_image_desc{
	color: #FFF;
	font-family: "Nobel-Regular";
	font-size: 20px;
	padding-top: 10px;
}

#carouselExteriorFeaturesIndicators .carousel-item img{
	width:900px;
	height: auto;
	margin:0 auto;
}
.exterior_arrowDesc{
	width: 900px;
    height: auto;
    margin: 0 auto;
	text-align:center;
	margin-left: 42px;
	
}
.exterior_frontBack{
	width: 100%;
	margin: 0 auto;
	margin-left:-133px;
	height: 70px;
}
.exterior_frontBack ul{
    padding: 0;
    margin: 0;
    list-style: none;
	display: inline-block;
    text-align: center;
    width: 100%;
}
.exterior_frontBack ul li{
	padding-left: 20px;
  display: inline-block;
	color: rgba(255, 255, 255, 0.70);
	font-family: "Nobel-Bold";
	font-size: 21px;
	font-style: normal;
	letter-spacing: 2.1px;
	cursor: pointer;
  height: 50px;
  transition: all 0.2s linear;
}
.exterior_frontBack ul li.active{
	color: #FFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-text-stroke-width: 1;
	-webkit-text-stroke-color: #000;
	font-family: "Nobel-Bold";
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 3.5px;
}
.padding_topFeatures{
	padding-top:60px;
}
.middle_car_background2{
	margin: 0 auto;
  padding: 80px 40px 0;
}
.compare.active{
	color: #FFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-text-stroke-width: 1;
	-webkit-text-stroke-color: #000;
	font-family: "Nobel-Bold";
	font-size: 35px;
	letter-spacing: 3.5px;
}
.interior_frontBack{
	display:none;
}
.interior_arrowDesc{
	width: 900px;
    height: auto;
    margin: 0 auto;
	text-align:center;
	margin-left: 42px;
}
.interior_frontBack{
	width: 100%;
	margin: 0 auto;
	margin-right:-35px;
}
.interior_frontBack ul{
    padding: 0;
    margin: 0;
    list-style: none;
	display: inline-block;
    text-align: center;
    width: 100%;
}
.interior_frontBack ul li{
	padding-left: 20px;
  display: inline-block;
	color: rgba(255, 255, 255, 0.70);
	font-family: "Nobel-Bold";
	font-size: 21px;
	font-style: normal;
	letter-spacing: 2.1px;
	cursor: pointer;
  height: 50px;
  transition: all 0.2s linear;
}
.interior_frontBack ul li.active{
	color: #FFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-text-stroke-width: 1;
	-webkit-text-stroke-color: #000;
	font-family: "Nobel-Bold";
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 3.5px;
}
.car_design_exterior{
	margin: 0 auto;
	width: 100%;
	margin-top: 100px;
  padding-top:0;
}
.car_design_interior{
	margin: 0 auto;
	width: 100%;
	display: none;
	margin-top: 100px;
	padding-top: 0;
}
.gallery_padding_top{
	margin-top:150px !important;
}
.gallery_image_padding1{
	padding-right: 5px !important;
    padding-bottom: 10px !important;
}
.gallery_image_padding2{
	padding-bottom: 10px !important;
    padding-left: 5px !important;
}
.features_padding_bottom{
	padding-top:30px;
	padding-bottom:30px;
}
.features_padding_bottom:first-child{
	padding-top:0;
}
.features_padding_bottom_boder{
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.features_padding_bottom_boder:last-child{
	border-bottom: 0;
}
.carousel{
  display: none !important;
}
.carousel.active{
  display: block !important;
}
.car_list{
  padding: 50px 40px;
}
.car_list .form-control {
  width: 100%;
  padding: 5px 20px;
  border: none !important;
  color: #ffffff !important;
  line-height: 70px !important;
  height: 70px;
  background: none;
  background: url(../images/loop.svg) left center no-repeat;
  background-size: 54px;
  font-size: 21px !important;
  font-weight: 700;
  padding-left: 75px;
}

.car_list select option {
  font-size: 21px !important;
  line-height: 26px !important;
}
.btn_submit{
  margin-top: 30px;
  background-color: #3c688b !important;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff !important;
  padding: 5px 30px;
  margin-bottom: 5px;
  border-radius: 20px;
}
.carousel-item{
  height: 420px !important;
  overflow: hidden;
}
.dataCar_all.inactive{
  display: none;
}
.car_inside{
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  font-size: 21px;
  line-height: 27px;
  color: #FFF;
  padding: 10px;
  height: 200px;
  overflow: hidden;
  background-size: 260px;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
body.rtl .car_inside{
	font-family: "Nobel-Bold" !important;
}
.scroll_setup{
  overflow-y: auto;
  height: calc(100vh - 273px);
  overflow-x: hidden;
}
.select_car{
  padding-left: 53px;
  font-size: 21px;
  line-height: 35px;
  font-weight: 300;
  color: #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0;
  padding-bottom: 16px;
}
.select_car img{
  margin-right: 20px;
}
.rtl .select_car{
  padding-right: 53px;
  padding-left: 0;
}
.rtl .select_car img{
  margin-left: 20px;
  margin-right: 0;
}
.videos_bg{
  position: absolute;
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 1);
}
.fancybox-infobar{
  display: none !important;
}
.fancybox-toolbar button{
  display: none !important;
}
/* .fancybox-toolbar button.fancybox-button--close{
  display: block !important;
} */