/* @font-face{
    font-family: 'GT America Regular';
    src:url("../assets/fonts/GT-America/GT-America-Mono-Regular-Trial.otf");
}
@font-face{
    font-family: 'GT America Extended';
    src:url("../assets/fonts/GT-America/GT-America-Extended-Regular-Trial.otf");
}
@font-face{
    font-family: 'GT America Medium';
    src:url("../assets/fonts/GT-America/GTAmericaTrial-ExtMd.otf");
}
@font-face{
    font-family: 'GT America Thin';
    src:url("../assets/fonts/GT-America/GTAmericaTrial-ExpTh.otf");
}
@font-face{
    font-family: 'GT America Expanded';
    src:url("../assets/fonts/GT-America/GTAmericaTrial-ExpRg.otf");
}
@font-face{
    font-family: 'Lab Grotesque';
    src:url("../assets/fonts/Lab-Grotesque/LabGrotesque-Regular.woff2");
}
@font-face{
    font-family: 'Lab Grotesque Medium';
    src:url("../assets/fonts/Lab-Grotesque/LabGrotesque-Medium.woff2");
}
@font-face{
    font-family: 'Lab Grotesque Bold';
    src:url("../assets/fonts/Lab-Grotesque/LabGrotesque-Bold.woff2");
} */

@font-face{
    font-family: 'GT America Regular';
    src:url("../assets/fonts/GT-America/GT-America-Mono-LG-Regular.woff")format('woff'),
	url("../assets/fonts/GT-America/GT-America-Mono-LG-Regular.woff2")format('woff2'),
	url("../assets/fonts/GT-America/GT-America-Mono-LG-Regular.ttf")format('truetype'),;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'GT America Extended';
    src:url("../assets/fonts/GT-America/GT-America-LG-Extended-Regular.woff")format('woff'),
	url("../assets/fonts/GT-America/GT-America-LG-Extended-Regular.woff2")format('woff2'),
	url("../assets/fonts/GT-America/GT-America-LG-Extended-Regular.ttf")format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'GT America Medium';
    src:url("../assets/fonts/GT-America/GT-America-LG-Extended-Medium.woff")format('woff'),
  	url("../assets/fonts/GT-America/GT-America-LG-Extended-Medium.woff2")format('woff2'),
	url("../assets/fonts/GT-America/GT-America-LG-Extended-Medium.ttf")format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'GT America Thin';
    src:url("../assets/fonts/GT-America/GT-America-LG-Expanded-Thin.woff")format('woff'),
	url("../assets/fonts/GT-America/GT-America-LG-Expanded-Thin.woff2")format('woff2'),
	url("../assets/fonts/GT-America/GT-America-LG-Expanded-Thin.ttf")format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'GT America Expanded';
    src:url("../assets/fonts/GT-America/GT-America-LG-Expanded-Regular.woff")format('woff'),
	url("../assets/fonts/GT-America/GT-America-LG-Expanded-Regular.woff2")format('woff2'),
	url("../assets/fonts/GT-America/GT-America-LG-Expanded-Regular.ttf")format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
@font-face{
    font-family: 'Lab Grotesque';
    src:url("../assets/fonts/Lab-Grotesque/LabGrotesqueRegularWeb/LabGrotesque-Regular.woff2")format('woff2'),
	url("../assets/fonts/Lab-Grotesque/LabGrotesqueRegularWeb/LabGrotesque-Regular.woff")format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
@font-face{
    font-family: 'Lab Grotesque Medium';
    src:url("../assets/fonts/Lab-Grotesque/LabGrotesqueMediumWeb/LabGrotesque-Medium.woff2")format('woff2'),
	url("../assets/fonts/Lab-Grotesque/LabGrotesqueMediumWeb/LabGrotesque-Medium.woff")format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Lab Grotesque Bold';
    src:url("../assets/fonts/Lab-Grotesque/LabGrotesqueBoldWeb/LabGrotesque-Bold.woff2")format('woff2'),
	url("../assets/fonts/Lab-Grotesque/LabGrotesqueBoldWeb/LabGrotesque-Bold.woff")format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}



body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, blockquote, figure{
    margin:0;
    padding:0;
    font-weight: normal;
    font-size: unset;
}
h1,h3{
    font-family: 'GT America Medium' , sans-serif;
}
body{
    position: relative;
    max-width: 1920px;
    margin:0 auto;
    -webkit-text-size-adjust: 100%;
    cursor:default;
}
a{
    text-decoration: none;
    color: inherit;
    cursor:pointer;
}
li{
    list-style-type: none;
}
html {
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.flex.centered{
    align-items: center;
}
.flex.space{
    justify-content: space-between;
}
.mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../assets/img/dot.svg);
    background-size: 10px;
}
.special-cat .compare-main-img::before {
    content:"";
    width:80%;
    height:10px;
    background: #000;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}
.special-cat .compare-main-img::after{
    content:"";
    width:80%;
    height:12px;
    background: #000;
    position: absolute;
    bottom:0;
    right:0;
}
.feature-car-img::before,
.nm-main-article-img::before{
    content:"";
    width:80%;
    height:10px;
    background: #090909;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}
.feature-car-img::after,
.nm-main-article-img::after{
    content:"";
    width:80%;
    height:12px;
    background:#090909;
    position: absolute;
    bottom:0;
    right:0;
}
/*header*/
.live-traffic{
    background: linear-gradient(90deg, #AF2434 0%, #161616 100%);
    padding:28px;
    color:#fff;
    font-family: 'GT America Medium',sans-serif;
}
.live-traffic-on{
    height:0px;
    width:100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    position: fixed;
    z-index: -1;
}
.live-traffic-on.on ~ .live-traffic{
    position: fixed;
}
.live-traffic-on.on{
    position: fixed;
    height:100vh;
    width:100%;
    background-color: #000000CC;
    z-index: 10000;
    backdrop-filter: blur(3.5px);
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.traffic-more-btn span{
    padding-right:11px;
}
.traffic-wrapper{
    background: #1B1B1B;
    padding:0 53px;
}
.header-wrapper{
    padding:29px 33px;
    background-color: #fff;
    font-family: 'GT America Medium',sans-serif;
    color:#000;
}
.dark .header-wrapper{
    background-color: #000;
    color:#fff;
}
.menu-wrapper{
    position: relative;
    z-index:1001;
    width: 10%;
}
.menu-wrapper span{
   cursor:pointer;
}
.scrolled .menu-wrapper{
    width: calc(100%/5);
    align-items: center;
    border-bottom: 3px solid #8e8e8e;
    padding: 25px 0 25px 33px;
}
.header-wrapper{
    font-size:15px;
}
.rectangle{
    content:"";
    width:20px;
    height:20px;
}

/*mpainei sto body kai sto header wrapper*/
.darkb{
    background-color: #000;
    color:#fff;
}
.darkb .hero-title svg , .darkb .footer-logo svg{
    fill:  #fff;
}
.black{
    background-color: #000;
    color:#fff;
}
.darkb .black{
    background-color: #fff;
}
.header-wrapper.darkb.scrolled{
    border-bottom: 0.5px solid #8E8E8E;
}
.light{
    background-color: #C5C5C5;
}
.rectangle-wrapper{
    padding-left:15px;
}
.hero-title{
    padding-bottom:15px;
}
.hero-title svg{
    width:100%;
    height:100%;
    fill:  #000;
}
.header-wrapper.scrolled{
    position: fixed;
    top:0;
    z-index: 1001;
    left: 0;
    width: 100%;
    border-bottom:1px solid #d9d9d9
}
.header-wrapper.scrolled .hero-title svg{
    width: 343px;
}
.header-wrapper.scrolled .rectangle-wrapper ,
.header-wrapper.scrolled .highlights-wrapper .highlights,
.header-wrapper.scrolled .loctime , .header-wrapper.scrolled .games
{
    display: none;
}
.header-wrapper.scrolled{
    padding: 0;
    transform: translateY(0);
}
.header-wrapper.scrolled .header-hero{
    flex-direction: row;
    width: calc(100% - (100% /3));
    align-items: center;
    justify-content: space-between;
}
.header-wrapper.scrolled .hero-title{
    padding:0;
    width: 50%;
    justify-content: center;
}
.header-wrapper.scrolled{
    align-items: center;
}
.scrolled .highlights-wrapper{
    justify-content: end;
}
.scrolled .search{
    padding-right:33px;
}
.header-wrapper {
    z-index: 1000;
    transform: translateY(0); 
    transition: transform 0.3s ease-in-out;
}
.hide-header {
    transform: translateY(-100%); 
}
.highlights li{
    padding-right:35px;
    transition: all 0.5s ease-in-out;
}
.darkb .highlights li::after{
    border-bottom:1px solid #fff;
}
.highlights li::after{
    content:"";
    display:block;
    width:0;
    border-bottom:1px solid #000;
    transition: all 0.5s ease-in-out;
}
.highlights li:hover::after{
    width:100%;
    transition: all 0.5s ease-in-out;
}
.darkb .search:hover::before{
    border: 1px solid #fff;
}
.search:hover::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #000;
    position: absolute;
    left: -9px;
    top: 4px;
}
.darkb .search:hover::after{
    border: 0.5px solid #fff;
}
.search:hover::after{
    content: "";
    display: block;
    width: 5px;
    border: 0.5px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    left: -12px;
    bottom: 8px;
}
.darkb .search span::after{
    border-bottom:1px solid #fff;
}
.search span::after{
    content:"";
    display:block;
    width:0;
    border-bottom:1px solid #000;
    transition: all 0.5s ease-in-out;
}
.search:hover span::after{
    width:100%;
    transition: all 0.5s ease-in-out;
}
.search{
    position: relative;
    padding-right:20px;
    cursor:pointer;
}
.loctime{
    width: 10%;
    text-align: right;
}
#fuel{
    height:100%;
    min-height:120vh;
}
/*Side menu*/
.menu-open{
    position: fixed;
    left: -420px;
    transition: all 0.6s ease-in-out;
    top: 77px;
    height: calc(100vh - 77px);
    z-index: 1001;
}
.menu-open.scrolled{
    top: 0;
    height: 100vh;
}
.menu-open.on.darkb{
    background: #171717E5;
}
.menu-open.on{
    left:0;
    width: 420px;
    background: rgba(238, 238, 238, 0.95);
    backdrop-filter: blur(7px);
    opacity: 1;
    transition: all .6s ease-in-out;
}
.menu-wrapper-off{
    font-family: 'GT America Medium',sans-serif;
    font-size: 15px;
    padding: 29px 33px;
    cursor:pointer;
}
.dark .menu-open.on{
    background: rgba(23, 23, 23, 0.90);
}
.menu-list li{
    font-family: 'GT America Extended', sans-serif;
    font-size:17px;
    letter-spacing: 0.68px;
    text-transform: uppercase; 
    padding: 16px 125px 16px 33px;
    position: relative;
}
.subnav{
    position: absolute;
    right: 125px;
    top: 16px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.subnav.on{
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.subnav h5{
    padding: 0 0 5px;
}
.menu-item.selected{
    color:#000;
}
.menu-list span{
    padding-left: 16px;
    font-family:'GT America Medium',sans-serif;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.close-menu{
    padding:27px 20px;
    font-family:'GT America Medium',sans-serif;
    font-size: 15px;
}
.menu-footer{
    padding:20px 33px;
    color: #8E8E8E;
    font-family: 'Lab Grotesque', sans-serif;
    font-size: 15px;
}
/*Slider*/
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide{
    position: relative;
}
.heroSwiper .swiper-slide .img-wrapper::after{
    content: "";
    width: 100%;
    aspect-ratio:2.64;
    display: block;
    position: absolute;
    top:0;
    left:0;
    opacity: 0.2;
    background: #151515;
    mix-blend-mode: multiply;
}
.swiper-slide img{
    width:100%;
    height:100%;
    object-fit: cover;
    aspect-ratio: 2.64;
    position:relative;
}
.slide-title{
    position: absolute;
    bottom:11%;
    left:0;
    font-size:42px;
    color:#fff;
    width:100%;
    text-align: center;
    z-index:1;
}
.slide-title h1{
    margin: 0 auto;
    max-width: 824px;
    line-height: 105.3%; /* 44.226px */
    letter-spacing: -1.26px;

}
.swiper-button-next, .swiper-button-prev{
    color:#fff;
    width: 234px;
}
.next-article{
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 127.3%; /* 19.095px */
    letter-spacing: -0.45px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content:"";
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,30px);
    top: unset;
    bottom: 18%;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity:0;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,30px);
    top: unset;
    bottom: 18%;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,22px);
}

.swiper-pagination-bullet-active,.swiper-pagination-bullet {
    background: #D9D9D9;
}


/*placeholders*/

.ad-place{
    width: 100%;
    height: 444px;
    background: #d9d9d9;
}
.adv-place{
    width: 300px;
    height: 750px;
    background: #d9d9d9;
    margin-left:70px;
}
.ad-place-ft{
    width:300px;
    height:600px;
    background: rgba(217, 217, 217, 0.30);
    margin: 50px 79px 38px 44px;
}
.main-compare .ad-place-ft{
    height:unset;
}
.ad-place-ft img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.ad-place-nr{
    width:728px;
    height:180px;
    background: #d9d9d9;
    margin:70px auto;
}
.article-page-wrapper .ad-place-ft{
    margin:0 auto;
}
.adv-place-mob, .ad-place-art{
    width:300px;
    height: 600px;
    background: rgba(217, 217, 217, 0.30);
    margin:0 auto;
    display: none;
}
.ad-place-art{
    height:50%;
}
.ad{
    width:300px;
    height:250px;
    background: #d9d9d9;
    position: sticky;
    top:76px;
}
.ad-big{
    width:300px;
    height:600px;
    background: #d9d9d9;
    position: sticky;
    top:76px;
}
/*hero articles*/

.hero-articles-wrapper{
    padding:30px 35px;
}
.article-hero{
    width:calc((100% - 40px) / 3);
    position:relative;
}
.hero-articles{
    padding-top:36px;
}
.hero-articles .article-img{
    aspect-ratio: 1;
    overflow: hidden;
}
.hero-articles .article-img img{
    width:100%;
    height:100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.hero-articles .article-img:hover img{
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
.hero-article-title{
    padding: 17px 30px;
}
.hero-article-title h3{
    overflow: hidden;
    color: #000;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 28px;
    font-weight: 500;
    line-height: 120%; /* 33.6px */
    letter-spacing: -0.56px;
}
.compare-btn{
    font-family: 'GT America Medium', sans-serif;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    line-height: 90.3%; /* 10.836px */  
    position: absolute;
    width: 114.789px;
    padding: 17px 0;
    top: 20px;
    left: 21px;
    background: rgba(146, 146, 146, 0.20);
    backdrop-filter: blur(8px);
}

/*Editors choice*/
.editor-choice-wrapper{
    padding:50px 35px 75px;
    position:relative;
}
.editor-ch-title{
    text-align: center;
    border-top:1px dashed #000000CC;
    padding: 40px 0;
}
.editor-ch-title h2{
    font-size: 100px;
    font-weight: 275;
    font-family: 'GT America Thin', sans-serif;
    line-height: 104.5%; /* 104.5px */
}
.article-img-ed {
    aspect-ratio: 1.44;
    overflow: hidden;
}
.article-img-ed img{
    width:100%;
    height:100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.article-img-ed:hover img{
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
.editorSwiper .hero-article-title{
    padding-top:29px;
}
.search-slider, .ed-slider , .ft-vd-slider{
    position: relative;
}
.slide-btn{
    border-radius: 20px;
    background: rgba(151, 151, 151, 0.50);
    backdrop-filter: blur(5px);
    padding:12px 31px;
    top: 0;
    z-index: 10;
    left: 0;
    color:#fff;
    font-size: 12px;
    font-weight: 500;
    font-family: 'GT America Medium', sans-serif;

    position: absolute;
    pointer-events: none;
    display: none; 
}
.editorSwiper{
    padding-bottom: 53px;
    border-bottom:1px dashed #000000CC;
}

/*article box*/
.article-box-wrapper{
    width:40%;
}
.article-box-row{
    flex-wrap: wrap;
}
.article-box{
    width:calc((100% - 10px )/ 2);
    max-width:380px;
    padding-right:10px;
    position: relative;
}

.article-box-img img{
    width:100%;
    height:100%;
    object-fit: cover;
    aspect-ratio: 1.44;
}
.article-box-container{
    justify-content: center;
}
.article-box-text{
    font-size:22px;
    padding:15px;
    min-height: 170px;
    border-right:1px dashed #000000CC;
}
.article-box-img , .nm-article-img{
   overflow:hidden;  
}
.article-box-img:hover img, .nm-article-img:hover img{
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;    
}
/*feature article*/

.dark{
    background: #090909;
    color:#fff;
}
.subtitle-feature{
    width:50%;
    margin:0 auto;
    padding:18px;
}
.subtitle-feature span{
    color: #8E8E8E;
    font-family: 'GT America Regular',sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 126.3%; /* 18.945px */
    letter-spacing: 0.75px;
    text-transform: uppercase;
}
.title-feature{
    width: 60%;
    margin: 0 auto;
    padding: 69px 20px 48px;
    position: relative;
}
.title-feature h2{
    color: #FFF;
    text-align: center;
    font-family: 'GT America Expanded', sans-serif;
    font-size: 90px;
    font-weight: 400;
    line-height: 104.5%;
}
.see-more{
    text-align: center;
    padding: 25px 35px;
    width:fit-content;
    margin:0 auto;
    border: 1px solid rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(8px);
    cursor: pointer;
    position: relative;
}
.see-more span{
    font-family: 'GT America Expanded',sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 90.3%;
    text-transform: uppercase;
}
.feature-car-wrapper{
    padding: 10px 50px 35px 35px;
    align-items: center;
}
.feature-car-img{
    width:calc(100% - 400px);
    position: relative;
}
.feature-car-img img{
    width: 100%;
    height:100%;
    object-fit: cover;
    aspect-ratio: 1.85;
}
 /*newsroom */
.newsroom-wrapper{
    padding-top:80px;
}
.nr-article-wrapper{
    position: relative;
    padding: 0 36px;
    font-family: 'GT America Medium' , sans-serif;
}
.nr-article-wrapper .compare-btn{
    left:60px;
}
.nr-title{
    text-align: center;
    line-height: 0.4;
    padding-top:30px;
}
.nr-title h2{
    font-size: 130px;
    font-weight: 275;
    font-family: 'GT America Thin', sans-serif;
}

.nr-img img{
    width:100%;
    height:100%;
    object-fit: cover;
    aspect-ratio: 2.43;
}
.nr-article-title{
    text-align: center;
    width: 45%;
    margin: 0 auto;
    padding:30px 0 70px;
    position: relative;
}
.nr-article-title h2{
    font-size: 42px;
    letter-spacing: -1.26px;
}

.nr-more{
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding-top: 180px;
}
.nr-more span{
    font-size:14px;
}
.nr-more::before{
    content: "";
    display: block;
    height: 167px;
    border-left: 1px dashed #000000CC;
    position: absolute;
    bottom: 30px;
    left: 50%;
}

.nr-more-articles-wrapper{
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 35px 0;
}
.nr-more-articles-wrapper .article-box{
    max-width: unset;
    width: calc((100% - 16px )/3);
    padding-right:0;
    text-align: center;
}
.nr-more-articles-wrapper .article-box-text{
    border-left: 1px dashed #000000CC;
    border-right: none;
    font-size: 28px;
    min-height: 267px;
    padding: 29px;
}
.nr-more-articles-wrapper .article-box:nth-child(1) .article-box-text,
.nr-more-articles-wrapper .article-box:nth-child(4) .article-box-text,
.nr-more-articles-wrapper .article-box:nth-child(7) .article-box-text
{
    border-left:none;
}
.nr-more-articles-wrapper .article-box-img{
    overflow: hidden;
}
.nr-more-articles-wrapper .article-box-img img{
    transition: all 0.5s ease-in-out;
}
.nr-more-articles-wrapper .article-box-img:hover img{
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
.feature-article .singlespan{
    justify-content: center;
}
.feature-article{
    text-align: center;
}
.title-feature.thin h2{
    font-family: 'GT America Thin', sans-serif;
    font-size: 100px;
}
.feature-scnd-title{
    padding:40px 35px;
    width: 70%;
    margin: 0 auto;
    position: relative;
}
.feature-scnd-title h3{
    font-size: 55px;
}
.feature-scnd-article-text{
    font-family: 'Lab Grotesque' , sans-serif;
    font-size:22px;
    line-height: 130%;
    max-width: 670px;
    margin: 0 auto;
    padding:0 35px 75px;
    position: relative;
}
.feature-article.scnd{
    padding-bottom: 65px;
    position: relative;
}
.feature-article-back{ 
    position:absolute;
    top:60px;
    left:0;
    width:100%;
    height:calc(100% - 100px);
}
.feature-article.scnd img{
    width:100%;
    height:100%;
    object-fit: cover;
    opacity: 0.5;
}

/*newsauto podcasts */
.napod-title{
    padding:80px 35px 20px;
}
.nr-more-articles{
    border-bottom: 1px dashed #000000CC;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*dokimes*/

.try-wrapper{
    padding-top:70px;
}
.try-title{
    text-align: center;
}
.try-title h2{
    /* font-size: 85px; */
    font-size: 70px; /* 09-09-2024 decrease font size in newsmoto archive */
    font-family: 'GT America Thin', sans-serif;
    font-weight: 300;
    line-height: 104.5%;
}

/*NewsMoto*/

.newsmoto-wrapper{
    text-align: center;
    padding: 0 174px;
}
.newsmoto-title{
    font-size: 100px;
    font-family: 'GT America Thin' , sans-serif;
    padding:74px 22px;
    margin: 0 auto;
    line-height: 104.5%;
    width:100%;
}
.nm-main-article-img{
    position: relative;
}
.nm-main-article-img img{
    width:100%;
    height:100%;
    object-fit: cover;
    aspect-ratio: 1.85;
}
.nm-main-article-title{
    width:75%;
    margin: 0 auto;
    padding-top:36px;
}
.nm-main-article-title h3{
    font-size: 55px;
}
.nm-more-wrapper{
    padding:106px 0 90px;
}
.nm-more-title{
    text-align: left;
    padding:14px 0 50px;
    border-top: 1px dashed #616161CC;
}
.nm-more-title span{
    font-family: 'GT America Regular', sans-serif;
    color:#8E8E8E;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    font-size:15px;
}
.nm-article-wrapper{
    width: calc(100%/3);
    flex-wrap: wrap;
    position: relative;
    padding: 0 10px;
}
.nm-article-img img{
    width:100%;
    height:100%;
    object-fit: cover;
    aspect-ratio: 0.82;
}
.nm-article-title{
    font-size:25px;
    padding:25px;
}
.nm-more-articles{
    padding-bottom:70px;
}

/*mobility,afierwmata,carfleet*/
.articles-wrapper{
    padding-top:65px;
}
.articles-wrapper .try-title{
    padding-top:55px;
}

/*featured videos*/
.newsmoto-wrapper.featured .nm-main-article-img::before,
.newsmoto-wrapper.featured .nm-main-article-img::after{
    display:none;
}
.featured .nm-main-article-img img{
    aspect-ratio: 2.22;
}
.featured .nm-more-articles {
    padding-bottom: 26px;
}
.ft-vd-slider{
    display: none;
}

/*car gadgets */
.gadgets-wrapper .try-title{
    padding: 80px 20px;
}

.gadgets-wrapper .nr-more-articles-wrapper{
    padding: 0 35px 120px;
}

/*footer*/
.footer-wrapper{
    padding:20px 35px 48px;
    align-items: center;
}
.footer-inner{
    align-items: flex-start;
}
.copyrights-wrapper{
    font-family: 'Lab Grotesque Bold', sans-serif;
    font-size:13px;
}
.copyrights h6{
    color:#878787CC;
    line-height: 113.5%;
    font-family: 'Lab Grotesque', sans-serif;
}

.footer-logo{
    padding-right:18px;
}
.footer-logo svg{
    fill:#000;
}
.copyrights h6{
    padding-left: 5px;
}
.social-wrapper span{
    padding-left:20px;
}
.social-wrapper{
    font-family: 'GT America Extended', sans-serif;
    color:#878787CC;
    line-height: 113.5%;
    font-size:12px;
}
.header-hero .search svg{
    display: none;
}
.footer-lighter h6:last-of-type a{
    text-decoration: underline;
}
.article-title-mob{
    display:none;
}
.ed-slider, .ed-slider *,
.search-slider, .search-slider *,
.special-slider, .special-slider *,
.rel-slider, .rel-slider *,
.ft-vd-slider, .ft-vd-slider *{
    cursor:none;
}

.rectangle-wrapper a .rectangle{
    background-color: #000;
}
.rectangle-wrapper a:last-of-type .rectangle{
    background-color: rgba(197, 197, 197, 1);
}
.darkb .rectangle-wrapper a .rectangle{
    background-color: #fff;
}
.darkb .rectangle-wrapper a:last-of-type .rectangle{
    background-color: rgba(142, 142, 142, 1);
}

@media screen and (max-width:1440px){
    .newsmoto-wrapper{
	padding: 0 100px;
    }
}


@media screen and (max-width:1200px){
    .header-wrapper{
        display:block;
        position: relative;
        padding: 29px 21px;
    }
    .header-wrapper.scrolled{
        display: flex;
    }
    .highlights-wrapper{
        display: block;
    }
    .search {
        position: absolute;
        padding-right: 0;
        top: 29px;
        right: 22px;
    }
    .loctime{
        display: none;
    }
    .hero-title{
        padding-top:20px;
    }
    .slide-title{
        font-size:32px;
    }
    .slide-title h1{
        max-width: 524px;
    }
    .header-wrapper.scrolled .header-hero{
        width:80%;
    }
    .header-wrapper.scrolled .hero-title{
        width:75%;
    }
    .article-box-wrapper {
        width: 50%;
    }
    .adv-place{
        height:500px;
    }
    .feature-car-wrapper{
        padding: 50px 22px;
    }
    .newsmoto-wrapper{
        padding: 0 50px;
    }
    .nm-main-article-title{
        width:100%;
    }
    .scrolled .search{
        position: relative;
        top: 0;
        right: 0;
    } 
    .feature-car-img{
    	width:100%;
    }
}

@media screen and (max-width:1100px){
    /*.live-traffic-wrapper{
        display: none;
    }*/
    .scrolled .menu-wrapper{
        border-bottom: none;
        padding: 0;
    }
    .header-wrapper.scrolled .search svg{
        display: block;
    }
    .header-wrapper.scrolled .search span{
        display: none;
    }
    .scrolled .search:hover::before,
    .scrolled .search:hover::after{
        display: none;

    }
    .scrolled .search{
        padding-right:13px;
    }
    .header-wrapper.scrolled .hero-title svg{
        width: 544px;
        height: 58px;
    }
    .header-wrapper.scrolled{
        padding: 18px 22px;
    }
    .header-wrapper{
        border: 1.5px solid rgba(142, 142, 142, 0.20);
    }
    .highlights{
        display: none;
    }
    .hero-title{
        padding-bottom:0;
    }
    .swiper-slide img, .heroSwiper .swiper-slide .img-wrapper::after{
        aspect-ratio: 1.27;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev,
    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        display:none;
    }
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap,8px);
    }
    .hero-articles-wrapper{
        padding: 50px 21px;
    }
    .hero-articles{
        flex-wrap: wrap;
        position:relative;
    }
    .article-hero {
        width: calc((100% - 10px) / 2);
        padding-bottom: 36px;
    }
    .menu-open{
        top: 0;
        height: 100vh;
    }
    .editor-choice-wrapper {
        padding: 10px 21px 75px;
    }
    .editor-ch-title{
        padding:60px;
    }
    .editor-ch-title h2, .nr-title h2{
        font-size:90px;
    }
    .adv-place{
        display:none;
    }
    .article-box-wrapper {
        width: 50%;
    }
    .article-box-wrapper {
        width: 100%;
    }
    .article-box,.nr-more-articles-wrapper .article-box{
        max-width: unset;
        width: calc((100% - 5px )/ 2);
        padding-right:0;
    }
    .article-box-row{
        padding: 0 22px;
    }
    .ad-place-ft{
        display: none;
    }
    .feature-car-img, .subtitle-feature {
        width:100%;
    }
    .title-feature {
        width:85%;
    }
    .title-feature h2{
        font-size:70px;
    }
    .feature-car-img img{
        aspect-ratio: 1.38;
    }
    .nr-article-wrapper{
        padding:0 22px;
    }
    .nr-img img{
        aspect-ratio: 1.41;
    }
    .nr-article-title{
        width:100%;
        padding: 20px 0 37px;
    }
    .nr-more-articles-wrapper{
        padding:50px 22px 0;
    }
    .nr-more-articles-wrapper .article-box-text{
        padding:11px 15px;
        font-size: 22px;
        min-height: 179px;
        border-left: none;
        border-right:1px dashed #000000CC;
    }
    .title-feature.thin h2{
        font-size:70px;
    }
    .subtitle-feature{
        padding: 18px 18px 0;
    }
    .feature-article-back{
        top:39px;
    }
    .feature-article .title-feature{
        padding-top:50px;
    }
    .feature-scnd-title{
        width:100%;
        padding: 72px 22px 40px;
    }
    .feature-scnd-title h3{
        font-size:42px;
    }
    .napod-title{
        padding: 40px 22px 0;
    }
    .napod-title svg{
        width:75%;
        height:100%;
    }
    .article-box.same{
        width: calc((100% - 8px )/3);
    }
    .try-wrapper{
        padding-top:60px;
    }
    .newsmoto-title{
        font-size:70px;
    }
    .nm-main-article-title h3{
        font-size:42px;
    }
    .nm-article-wrapper:last-of-type{
        display:none;
    }
    .nm-article-wrapper{
        width:calc((100% - 7px) / 2);
    }
    .nm-article-img img{
        aspect-ratio: 1.58;
    }
    .nm-more-wrapper{
        padding:60px 0;
    }
    .nm-more-articles{
        padding-bottom:48px;
    }
    .newsmoto-wrapper{
        padding:0 22px;
    }
    .adv-place-mob{
        display: block;
    }
    .nm-article-title{
        font-size:22px;
        padding:11px 25px 15px 15px;
    }
    .gadgets-wrapper .nr-more-articles-wrapper {
        padding: 0 22px 22px;
    }
    .footer-wrapper {
        padding: 30px 22px;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .social-wrapper{
        padding-bottom: 10px;
        padding-left: 59px;
    }
}

@media screen and (max-width:768px){
    .scrolled .menu-wrapper{
        width:unset;
    }
    .header-wrapper.scrolled .hero-title{
        width: unset;
        padding: 0 70px;
    }
    .header-wrapper.scrolled .header-hero{
        width:100%;
    }
    .header-wrapper.scrolled .hero-title svg{
        width: 100%;
        height: 100%;
    }
    .ad-place-nr{
        width: 300px;
        height: 300px;
        margin: 45px auto;
    }
    .editor-ch-title h2, .nr-title h2 {
        font-size: 60px;
    }
    .try-title h2{
        font-size:60px;
    }
    .search-results-wrapper .nr-more-articles-wrapper{
        padding: 0 15px 50px;
    }
    .mask{
        background-size: 8px;
    }
}
@media screen and (max-width:690px){
    .hero-articles{
        flex-direction: column;
    }
    .article-hero{
        width: 100%;
    }
    .hero-articles .article-img{
        aspect-ratio: 1.57;
    }
    .hero-article-title h3{
        font-size:23px;
    }
    .editor-ch-title h2, .nr-title h2{
        font-size: 60px;
    }
    .title-feature h2 {
        font-size: 60px;
    }
    .newsmoto-title {
        font-size: 55px;
    }
    .copyrights{
        flex-direction: column;
    }
    .footer-lighter h6:first-of-type{
        padding-left:0;
    }
    .footer-lighter{
        padding-top:3px;
    }
    /*.nr-more-articles-wrapper .article-box:nth-child(9), .nr-more-articles-wrapper .article-box.same:nth-of-type(3){
        width:100%;
    }*/
    .nr-more-articles-wrapper .article-box:nth-child(9) .article-box-text,
    .nr-more-articles-wrapper .article-box.same:nth-of-type(3) .article-box-text{
        border-right: none;
    }
    .article-box.same {
        width: calc((100% - 4px )/2);
    }

}
@media screen and (max-width:500px){
    #fuel{
	min-height:calc(100vh - 230px);	
    }
    .header-wrapper.scrolled .search svg ellipse,
    .header-wrapper.scrolled .search svg path{
	stroke-width:2px;
    }
    .header-wrapper{
        padding: 26px 10px;
    }
    .heroSwiper .swiper-slide::after{
        background: none;
    }
    .slide-title{
        color: #000;
        position: relative;
        bottom: 0;
        padding: 15px 30px;
        width: unset;
        font-size: 27px;
        background: #fff;
    }
    .heroSwiper .slide-title{
        min-height:80px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom,29%);
    }
    .ad-place{
        padding: 0;
        margin: 0 auto;
        width: 300px;
    }
    .hero-articles-wrapper{
        padding: 34px 0 0;
    }
    
    .compare-btn{
        position: relative;
        top: 0;
        left: 0;
        color: #000;
        background: none;
        width: 100%;
        backdrop-filter:none;
    }
    .adv-place-mob{
        display: none;
    }
    .article-img-ed img{
        height:100%;
    }
    .editor-choice-wrapper{
        padding: 10px 0px 27px;
    }
    .article-img-ed{
        aspect-ratio: 1;
    }
    .editor-ch-title {
        padding: 50px 10px 35px;
    }
    .editorSwiper{
        height:100%;
        padding-bottom: 37px;
    }
    .article-box-row{
        padding:0;
    }
    .article-box-img img{
        aspect-ratio: 1;
    }
    .article-box-container .compare-btn,
    .nr-more-articles-wrapper .compare-btn{
        text-align: left;
        padding:11px 0;
    }
    .article-box-container .article-box-text{
        padding:6px 13px;
        font-size:16px;
    }
    .editorSwiper .hero-article-title h3{
        font-size:19px;
    }
    .editorSwiper .hero-article-title{
        padding:13px;
    }
    .subtitle-feature{
        padding:18px 10px 0;
    }
    .title-feature h2 {
        font-size: 47px;
    }
    .feature-article{
        display: flex;
        flex-direction: column;
    }
    .feature-article a{
        order: 4;
        padding: 19px 0 49px;
    }
    .feature-car-wrapper{
        padding:0;
    }
    .feature-car-img img{
        aspect-ratio: 1;
    }
    .feature-article .title-feature{
        padding:44px 10px 35px;
    }
    .editor-ch-title h2, .nr-title h2 {
        font-size: 45px;
    }
    .nr-article-wrapper{
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    .nr-article-wrapper .compare-btn{
        left:0;
        order: 3;
    }
    .nr-article-title h2{
        font-size:23px;
    }
    .nr-article-title{
        padding:18px 32px;
        order: 2;
    }
    .nr-article-wrapper .nr-img{
        order:1
    }
    .nr-more{
        order:4;
        padding-top: 90px;
    }
    .nr-more::before{
        height: 80px;
    }
    .nr-more-articles-wrapper {
        padding: 10px 0 0;
    }
    .nr-more-articles-wrapper .article-box-text{
        font-size:16px;
        text-align: left;
    }
    .feature-article-back{
        padding: 0 15px;
    }
    .title-feature.thin h2{
        font-size:47px;
    }
    .feature-scnd-title{
        padding:35px 22px 30px;
    }
    .feature-scnd-title h3{
        font-size: 23px;
    }
    .feature-scnd-article-text{
        font-size: 19px;
    }
    .newsmoto-title {
        font-size: 47px;
        padding: 44px 10px;
    }
    .newsmoto-wrapper{
        padding:0;
    }
    .nm-main-article-title h3{
        padding: 0 32px;
        font-size: 23px;
    }
    .nm-more-title{
        padding: 15px 10px 40px;
    }
    .nm-main-article-img img{
        aspect-ratio: 1.57;
    }
    .nm-article-img img{
        aspect-ratio: 1;
    }
    .nm-article-title{
        font-size: 16px;
        text-align: left;
        padding:6px 12px;
    }
    .nm-main-article-title{
        padding-top:16px;
    }
    .nm-article-wrapper .compare-btn{
        display: none;
    }
    .napod-title{
        padding: 29px 53px 20px;
    }
    .napod-title svg{
        width:100%;
    }
    .header-wrapper.scrolled .hero-title{
        padding: 0;
    }
    .scrolled .search{
        padding-left:39px;
    }
    .scrolled .menu-wrapper{
        padding-right:39px;
    }
    .header-wrapper.scrolled{
        padding: 18px 0 10px 9px;
    }
    .try-title h2{
        font-size:45px;
    }
    .articles-wrapper{
        padding-top:20px;
    }
    .articles-wrapper .try-title{
        padding-top:35px;
        padding-bottom: 20px;
    }
    .gadgets-wrapper .nr-more-articles-wrapper{
        padding: 0 0 22px;
    }
    .gadgets-wrapper .nr-more-articles-wrapper .article-box.same:last-of-type .article-box-text{
        border: none;
    }
    .nm-more-title span{
        font-size: 13px;
    }
    .videoSwiper .hero-article-title h3{
        color:#fff;
    }
    .videoSwiper{
        position: relative;
    }
    .videoSwiper .compare-btn{
        color:#fff;
    }
    .newsmoto-wrapper.featured .see-more{
        display: none;
    }
    .newsmoto-wrapper.featured .nm-more-articles{
        display: none;
    }
    .ft-vd-slider{
        display: block;
        padding-left: 8px;
    }
    .gadgets-wrapper .try-title{
        padding: 54px 12px 39px;
    }
    .social-wrapper{
        width: 100%;
        display: flex;
        justify-content: center;
        padding-top: 50px;
        padding-left: 0;
	order:2
    }
    .footer-wrapper{
        padding: 60px 10px 145px;
        flex-direction: column;
    }
    .social-wrapper span:first-of-type{
        padding-left:0;
    }
    .footer-inner{
        width:100%;
        justify-content: space-between;
	order:1
    }
    .footer-lighter{
        flex-wrap: wrap;
    }
    .footer-logo{
        padding-top: 3px;
        width: 47%;
    }
    .copyrights h6{
        padding-left:0;
    }
    .footer-text{
        font-size:14px;
    }
    .mask{
        background-size:4px;
    }
    .nr-title{
	line-height: 0.5;
    	padding-top: 30px;
    }
}   
@media screen and (max-width: 320px){
    .scrolled .search {
        padding-left: 20px;
    }
    .scrolled .menu-wrapper {
        padding-right: 20px;
    }
}

/*gallery*/
.article-txt-wrapper{
    width:100%;
    height:100%;
}
.galSwiper {
    height: auto;
    width: 100%;
}

.prevSwiper {
    /* height: 20%; */
    height: auto;
    box-sizing: border-box;
    padding: 10px 0;
}

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

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

.galSwiper .swiper-button-next, .galSwiper .swiper-rtl .swiper-button-prev{
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
    bottom:unset;
    top: var(--swiper-navigation-top-offset, 50%);
}
.galSwiper .swiper-button-next:after, .galSwiper .swiper-rtl .swiper-button-prev:after{
    content:"next";
}
.galSwiper .swiper-button-prev:after, .galSwiper .swiper-rtl .swiper-button-next:after{
    content: 'prev';
}
.galSwiper .swiper-button-next, .galSwiper .swiper-button-prev{
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
}
.galSwiper .swiper-button-prev, .galSwiper .swiper-rtl .swiper-button-next{
    left: var(--swiper-navigation-sides-offset, 10px);
    top: var(--swiper-navigation-top-offset, 50%);
    bottom:unset;
}

.galSwiper .swiper-slide img,
.prevSwiper .swiper-slide img {
    height: auto;
    /* object-fit: contain; */
    object-fit: cover;
    aspect-ratio: 1.67;
}


/*Footer aline */

.footer-wrapper {
    align-items: flex-end!important;
}