body {
    overflow-x: hidden;
}

section.sliders {
    margin: auto 6.6vw;
}

.customer-title .show-more {
    margin-top: 0;
}

.slider-item h2 {
    color: var(--esas-reng-4, #0F1014);
    font-family: Urbanist;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 70px;
}

.show-more {
    display: flex;
    align-items: center;
    margin-top: 23px;
    gap: 15px;
}

.show-more a {
    color: var(--esas-reng-4, #0F1014);
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.active-slide {
    width: 56px;
    height: 5px;
    border-radius: 10px;
    background: var(--esas-reng1, #DF6545);
}

.inactive-slide {
    width: 22px;
    height: 5px;
    border-radius: 10px;
    background: var(--Color-4c3, #BABABA);
}

.slide-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 150px;
}

.section-two {
    border-top-left-radius: 92px;
    border-top-right-radius: 92px;
    background: linear-gradient(to bottom, #FFFFFF, #fefefe);
    margin-top: 96px;
}

.products {
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;
}

.image {
    height: 130px;
    flex-shrink: 0;
    aspect-ratio: 11/6;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.square {
    width: 186px;
    height: 176px;
    flex-shrink: 0;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.razi {
    background: #237FEF;
}

.yaranma {
    background: #ED2129;
}

.destek {
    background: #00A6DB;
}

.square .title {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.square .info2 {
    color: #FFF;
    text-align: right;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.statistics {
    margin-left: 177px;
    display: flex;
    gap: 22px;
    flex-direction: column;
}

.statistics .row-2 {
    display: flex;
    gap: 18px;
}

.section-two .info1 {
    display: flex;
    gap: 40px;
    margin-top: 47px;
    padding-bottom: 98px;
}

.we-who-are .title {
    color: #DF6545;
    text-align: center;
    font-family: Urbanist;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.we-who-are .subtitle {
    color: var(--esas-reng-4, #0F1014);
    text-align: center;
    font-family: Urbanist, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.about p {
    color: #0F1014;
    text-align: center;
    font-family: Urbanist, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.person-review-navigation {
    display: flex;
    gap: 50px;
}

.we-who-are {
    padding-right: 100px;
}


.history {
    padding: 0 100px 360px;
    border-bottom-left-radius: 92px;
    border-bottom-right-radius: 92px;
    background: linear-gradient(to bottom, #FFFFFF, #fefefe);
}

.history-title {
    color: var(--esas-reng-4, #0F1014);
    font-family: Urbanist serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.history-row-1 {
    display: flex;
    justify-content: end;
    margin-top: 50px;
    gap: 150px;
}

.history-robotpos,
.history-nebim {
    width: 326px;
    height: 144px;
    flex-shrink: 0;
}

.history-robotpos h3,
.history-nebim h3 {
    color: var(--esas-reng1, #DF6545);
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.history-nebim h3,
.history-nebim p {
    text-align: left;
}

.history-nebim {
    position: absolute;
    bottom: 160px;
    right: -44px;
}

.activeProductTab {
    width: 10.19vw;
    border-radius: 4.44vw;
    border: solid 1px rgb(223, 101, 69);
    background: rgb(233, 101, 69);
    display: flex;
    align-items: center;
    justify-content: center;
}

.activeProductTab a {
    font-size: 1.11vw;
    font-weight: 700 !important;
    font-family: "Urbanist", serif;
    color: rgb(239, 239, 239) !important;
}

.history-robotpos p,
.history-nebim p {
    color: #0F1014;
    text-align: left;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.12px;
    margin-top: 10px;
}

.history-row-2 svg {
    display: none;
}

.history-robotpos {
    position: absolute;
    bottom: 125px;
    left: -44px;
    height: 180px;
    overflow-y: auto;
    scrollbar-width: none;
}

.history-robotpos p {
    text-align: left;
}

.history-row-2 {
    display: flex;
    margin-top: 300px;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.year {
    flex-shrink: 0;
    border-radius: 209px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--esas-reng-3, #F8F8F8);
    text-align: right;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10);
    font-family: Urbanist;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 15px 80px;
}

.year-2009 {
    background: #DF6545;
    position: relative;
}

.year-2013 {
    background: #237FEF;
    z-index: 1;
    position: relative;
}

.year-2015 {
    background: #ED2129;
}

.year-2018 {
    background: #00A6DB;
    z-index: 1;
    position: relative;
}

.pair {
    display: flex;
    position: relative;
}

.empty {
    background-color: #FFFFFF;
    position: absolute;
    height: 100%;
    right: 110px;
    top: 0;
    z-index: 0;
}

.year.year-2013 svg {
    position: absolute;
    top: -140px;
    left: -80px;
}

.year.year-2018 svg {
    position: absolute;
    top: -65px;
    right: 102px;
}

.history-row-3 {
    display: flex;
}

.history-business,
.history-elektraweb {
    width: 290px;
    height: 59px;
    flex-shrink: 0;
}

.history-business h3,
.history-elektraweb h3 {
    color: var(--esas-reng1, #DF6545);
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.history-robotpos h3 {
    text-align: left;
}

.year.year-2009 svg {
    position: absolute;
    top: 55px;
}

.history-business {
    position: absolute;
    top: 120px;
    left: -10px;
    text-align: left;
}

.year.year-2015 {
    position: relative;
}

.year.year-2015 svg {
    position: absolute;
    top: 55px;
    left: 34px;
}

.history-elektraweb {
    position: absolute;
    top: 120px;
    right: -105px;
}

.history-business p {
    color: #0F1014;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.12px;
}

.history-elektraweb p {
    color: #0F1014;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.12px;
}

.history-elektraweb {
    text-align: left;
    position: absolute;
    top: 120px;
    right: -84px;
}

.faq-section {
    display: flex;
    justify-content: space-between;
    padding: 5.55vw 6.93vw 0 6.93vw;
    width: 100%;
}

.faq-container-title h3 {
    font-size: 2.77vw;
    font-family: 700;
    color: rgb(15, 16, 20);
    font-family: "Urbanist";
    margin-bottom: 50px;
}

.faq-container-title p:nth-of-type(1) {
    font-size: 1.11vw;
    font-family: 500;
    color: rgb(15, 16, 20);
    font-family: "Urbanist";

}

.tabs-section {
    margin-top: 1.8vw;
    max-width: 46.26vw;
}

.tabs-text {

    gap: 4.99vw;
}

.tabs {
    display: flex;
    gap: 4.99vw;
    border-bottom: solid 0.03vw rgb(169, 169, 169);
    margin-bottom: 1.87vw;
    justify-content: space-between;
    width: 100%;
}

.tabs p:nth-of-type(1) {
    max-width: 39.39vw;
    font-size: 1.11vw;
    font-weight: 700;
    color: rgb(15, 16, 20);
    margin-bottom: 1.39vw;
}

.text-lorem p:nth-of-type(2) {
    max-width: 38.14vw;
    font-size: 1.11vw;
    font-weight: 400;
    color: rgb(15, 16, 20);
    margin-bottom: 4.09vw;
}

.tabs-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.history-mobile {
    display: none;
}

.sector {
    display: flex;
    padding: 100px 100px 0;
}

.sector .col-1 .row-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 63px;
}

.pro-tabs {
    cursor: pointer;
    display: flex;
    width: 134px;
    height: 37px;
    padding: 7px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 18.5px;
    border: 1px solid var(--esas-reng1, #DF6545);
}

.pro-tab-active {
    border-radius: 18.5px;
    border: 1px solid var(--esas-reng1, #DF6545);
    background: var(--esas-reng1, #DF6545);
    color: var(--1, #EFEFEF);
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sector .col-1 .row-2 h2 {
    color: var(--esas-reng-4, #0F1014);
    font-family: Urbanist;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sector .col-1 .row-3 p {
    color: var(--esas-reng-4, #0F1014);
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 50px;
}

.quota {
    background: url(../images/others/quota.png) 50% / cover no-repeat;
    height: 450px;
    padding: 115px;
    width: 600px;
    position: relative;
}

.photo img {
    width: 79px;
    height: 75px;
    flex-shrink: 0;
    border-radius: 79px;
}

.quota .row-1 {
    display: flex;
    gap: 20px;
}

.name {
    color: var(--esas-reng-4, #0F1014);
    font-family: Urbanist;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
}

.position {
    color: var(--esas-reng-4, #0F1014);
    font-family: Urbanist;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}

.quota .row-2 {
    color: var(--esas-reng-4, #0F1014);
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 300px;
    height: 145px;
    overflow-y: auto;
    scrollbar-width: none;
}

.quota .row-3 {
    position: absolute;
    bottom: 0px;
}

.nav-arrows {
    display: flex;
    gap: 40px;
}


/* services-section  basladi */

.services-main {
    width: 100%;
    padding: 6.24vw 8.32vw 3.37vw 6.93vw;
}

.person-review {
    position: relative;
}

.sectors-section {
    display: flex;
    justify-content: space-between;
}

.navigation-buttons {
    display: flex;
    align-items: center;
    gap: 1.11vw;
    margin-bottom: 4.37vw;
}

.big-navgastion {
    display: flex;
}

.navigation-buttons-box2 {
    margin-left: 1.11vw;
}

.navigation-buttons > span {
    font-size: 1.33vw;
    font-weight: 500;
    line-height: 1.75vw;
    letter-spacing: 0%;
    font-family: "DM sans", serif;
    text-align: left;
    color: rgb(15, 16, 20);
}

.navigation-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9.29vw;
    height: 2.57vw;
    border-radius: 1.54vw;
    border: solid 1px rgb(223, 101, 69);
}

.navigation-button > a {
    font-size: 1.11vw;
    font-weight: 500;
    font-family: "Urbanist", serif;
    color: rgb(15, 16, 20);
}

.active-navigation-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9.29vw;
    height: 2.57vw;
    background: rgb(233, 101, 69);
    border-radius: 1.54vw;
    border: solid 1px rgb(223, 101, 69);
    color: #EFEFEF !important;
    font-family: Urbanist, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.navigation-buttons > div:nth-of-type(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9.29vw;
    height: 2.57vw;
    border-radius: 1.54vw;
    border: solid 1px rgb(223, 101, 69);
}

.navigation-buttons-box2 > div:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.57vw;
    width: 9.29vw;
    border-radius: 1.54vw;
    border: solid 1px rgb(223, 101, 69);
}

.navigation-buttons div:nth-of-type(2) a {
    font-size: 1.11vw;
    font-weight: 500;
    font-family: "Urbanist", serif;
    color: rgb(15, 16, 20);
}

.navigation-buttons-box2 div:nth-of-type(1) a {
    font-size: 1.11vw;
    font-weight: 500;
    font-family: "Urbanist", serif;
    color: rgb(15, 16, 20);
}

.navigation-button {
    cursor: pointer;
}

i#position {
    max-width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.double-text-section p:nth-of-type(1) {
    font-family: "Urbanist", serif;
    color: rgb(15, 16, 20);
    font-weight: 700;
    font-size: 2.77vw;
    margin-bottom: 3.47vw;
}

.double-text-section p:nth-of-type(2) {
    font-family: "Urbanist", serif;
    color: rgb(15, 16, 20);
    font-weight: 500;
    width: 30.1vw;
    font-size: 1.11vw;
    margin-bottom: 3.47vw;
}

.person-review-container {
    background: rgb(255, 255, 255);
    padding: 52px 40px 50px 33px;
    border-radius: 15%;

    position: relative;
    z-index: 3;
}

.person-image {
    display: flex;
    align-items: center;
    gap: 1.39vw;
}

.person-image img {
    border-radius: 50%;
    max-width: 79px;
    max-height: 75px;
    width: 100%;
    object-fit: cover;
}

.person-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.person-info i:nth-of-type(1) {
    color: rgb(15, 16, 20);
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    line-height: 2.01vw;
    font-size: 1.66vw;
    margin-top: 10px;
}

.person-info i:nth-of-type(2) {
    color: rgb(15, 16, 20);
    font-family: "Urbanist", serif;
    font-weight: 300;
    font-size: 1.11vw;
}

.person-role p:nth-of-type(1) {
    font-family: "Urbanist", serif;
    max-width: 25.17vw;
    font-weight: 400;
    text-align: left;
    line-height: 1.32vw;
    font-size: 1.11vw;
    color: rgb(15, 16, 20);
    margin: 25px 17px 0 6px;
    max-height: 177px;
    height: 177px;
    overflow-y: auto;
    scrollbar-width: none;
}

#leftBtn, #rightBtn {
    cursor: pointer;
}

.tooltip-box-with-notch {
    position: absolute;
    width: 200px;
    height: 150px;
    left: 11.1vw;
    top: 21.3vw;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 0%);
    border-bottom-right-radius: 15%;
    background: rgb(255, 255, 255);
}

.dots-two {
    position: absolute;
    top: -35.67vw;
    right: 12.71vw;
}

.dots-two p:nth-of-type(1) {
    top: 0;
    position: absolute;
    font-size: 40vw;
    color: rgb(223, 101, 69);
    font-weight: 540;
    font-family: sans-serif;
}

.dots-two p:nth-of-type(2) {
    top: 0;
    left: 5.55vw;
    color: rgb(223, 101, 69);
    position: absolute;
    font-size: 40vw;
    font-weight: 540;
    font-family: sans-serif;
}

.person-review-navigation {
    padding-top: 35px;
    margin-left: 20px;
}

/* services-section  sonu */

.sector {
    display: none;
}


/* products-section basliq */
.products-section {
    background: rgb(255, 255, 255);
    border-top-left-radius: 92px;
    border-top-right-radius: 92px;
    padding: 5.55vw 6.93vw 4vw 6.93vw;
    width: 100%;
}

.section-start-products {
    margin-bottom: 3.05vw;
}

.section-start-products h3 {
    font-family: "San Francisco", serif;
    color: rgb(15, 16, 20);
    font-weight: 700;
    font-size: 2.77vw;
}

.categories-products {
    display: flex;
    justify-content: space-between;
}

.categories-products p {
    font-family: "Urbanist", serif;
    color: rgb(15, 16, 20);
    max-width: 27.18vw;
    font-size: 1.11vw;
    font-weight: 500;
    text-align: left;
}

.category-list {
    display: flex;
    gap: 0.62vw;
}

.productTab {
    height: 3.47vw;
    width: 10.19vw;
    border-radius: 4.44vw;
    border: solid 2px rgb(223, 101, 69);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.11vw;
    font-weight: 500;
    font-family: "Urbanist", serif;
    color: rgb(15, 16, 20);
}

.productTab a {
    font-size: 1.11vw;
    font-weight: 500;
    font-family: "Urbanist", serif;
    color: rgb(15, 16, 20);
}

/* computer-block */

.computer-block {
    border-radius: 42px;
    background: #f7f7f7;
    margin-top: 2.71vw;
    padding: 2.77vw 4.57vw 2.43vw 5.12vw;
}

.computer-description p {
    margin-top: 1.87vw;
    font-size: 2.22vw;
    font-weight: 500;
    font-family: "Urbanist", sans-serif;
    max-width: 844px;
    margin-right: 3.12vw;
}

.computer-image img {
    width: 17.06vw;
    height: 13.11vw;
    border-radius: 22px;
    object-fit: cover;
}

.computers-section {
    display: flex;
    justify-content: space-between;
}

.computer-text {
    margin-top: 3.4vw;
    margin-bottom: 4.85vw;
}

.computer-text p {
    line-height: 1.94vw;
    font-size: 1.11vw;
    font-weight: 400;
    font-family: "Urbanist";
    color: rgb(15, 16, 20);
}

.category-list > div:nth-of-type(1),
.category-list > div:nth-of-type(2),
.category-list > div:nth-of-type(3) {
    height: 3vw;
}

.computer-description p {
    font-size: 1.5vw;
}

/* products-section sonu */

/* news-list  basliqi*/

.news-list {
    background: #ffffff;
    padding: 5.55vw 6.93vw 0 6.93vw;
    width: 100%;
}

.news-title-blog {
    display: flex;
    align-items: center;
    gap: 3.19vw;
}

.news-text {
    display: flex;
    gap: 0.62vw;
}

.news-title-blog h3 {
    font-size: 2.77vw;
    font-family: "Urbanist";
    font-family: 700;
    color: rgb(15, 16, 20);
}

.news-text > div:nth-of-type(3) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10.19vw;
    height: 3.05vw;
    border: solid 2px rgb(233, 101, 69);
    border-radius: 4.44vw;
}

.news-text div:nth-of-type(3) a {
    color: rgb(15, 16, 20);
    font-size: 1.11vw;
    font-weight: 500;
    font-family: "Urbanist";
}

.news-content-text {
    margin-top: 3.47vw;
}

.news-content-text p:nth-of-type(1) {
    color: rgb(30, 30, 30);
    font-weight: 500;
    font-family: "Urbanist";
    font-size: 1.11vw;
}

.news-slider-section {
    margin-top: 4.51vw;
    gap: 1.32vw;
    display: flex;
}

.news-slide-container {
    background: rgb(255, 255, 255);
    border-radius: 1.6vw;
    width: 27.32vw;
    padding: 2.15vw 1.04vw 0 1.8vw;
}

.news-slide-box {
    overflow-y: auto;
    overflow-x: hidden;
}

/* Scroll */
.news-slide-box::-webkit-scrollbar {
    width: 0.35vw;
    height: 1.39vw;
}

.news-slide-box::-webkit-scrollbar-thumb {
    background: rgb(217, 217, 217);
    border-radius: 2.08vw;
}

.news-card {
    border-radius: 1.73vw;
    padding: 1.11vw 0.9vw 0.83vw 0.97vw;
    display: flex;
    background: rgb(239, 239, 239);
    gap: 0.90vw;
    border: solid 0.14vw rgb(223, 101, 69);
    width: 23vw;
    margin-bottom: 1.32vw;
}

.news-slide-box div:nth-of-type(2),
.news-slide-box div:nth-of-type(3) {
    border: none;
}

.news-imag-card img {
    width: 9.99vw;
    height: 10.16vw;
    object-fit: cover;
    border-radius: 25px;
}

.news-text-data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-text-data p:nth-of-type(1) {
    padding-top: 0.49vw;
    color: rgb(15, 16, 20);
    font-family: "Urbanist";
    font-size: 1.04vw;
    font-weight: 500;
}

.news-text-data p:nth-of-type(2) {
    padding-top: 0.49vw;
    color: rgb(15, 16, 20);
    font-family: "Urbanist";
    font-size: 0.97vw;
    font-weight: 300;
}

.language-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    padding-top: 1.8vw;
    padding-bottom: 2.43vw;
}

.language {
    display: flex;
    gap: 1vw;
    align-items: center;
}

.language span {
    font-size: 1.11vw;
    color: rgb(15, 16, 20);
    font-family: "Urbanist";
    font-weight: 700;
}

.news-slider-wrapper {
    width: 57.56vw;
    background: rgb(255, 255, 255);
    padding: 3.74vw 0.97vw 6.38vw 2.84vw;
    border-radius: 23px;
}

.news-Partbers p {
    font-size: 1.66vw;
    font-family: "Urbanist";
    font-weight: 500;
    color: rgb(15, 16, 20);
    max-width: 32.8vw;
}

.news-slider-extra {
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 6.93vw;
    height: 350px;
}

/* scroll */
.news-slider-extra::-webkit-scrollbar {
    width: 0.35vw;
    height: 1.39vw;
}

.news-slider-extra::-webkit-scrollbar-thumb {
    background: rgb(217, 217, 217);
    border-radius: 2.08vw;
}

.news-slider-extra p {
    font-family: "Urbanist";
    color: rgb(15, 16, 20);
    font-size: 1.11vw;
    max-width: 717px;
    font-family: 500;
    line-height: 2.08vw;
}

.slider-box {
    margin-top: 5.55vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.64vw;
}

.news-slide-container {
    height: 630px;
    overflow-y: auto;
    scrollbar-width: none;
}

.article-type {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10.19vw;
    height: 3.05vw;
    border: solid 2px rgb(233, 101, 69);
    border-radius: 4.44vw;
}

.article-type a {
    color: rgb(15, 16, 20) !important;
    font-size: 1.11vw !important;
    font-weight: 500;
    font-family: "Urbanist", serif;
}

.active-article-type {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10.19vw;
    height: 3.05vw;
    border: solid 2px rgb(233, 101, 69);
    border-radius: 4.44vw;
    background: rgb(233, 101, 69);
}

.active-article-type a {
    color: rgb(255, 255, 255) !important;
    font-size: 1.11vw !important;
    font-weight: 700;
    font-family: "Urbanist", serif;
}


/* new-list  sonu */

@media (max-width: 768px) {
    .customers .show-more, .reviews .show-more, .show-more a {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .slider-item h2 {
        padding-top: 20px;
        font-size: 30px;
    }

    .slide-nav {
        display: none;
    }

    .section-two {
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
    }

    .products {
        flex-direction: column;
        gap: 0;
    }

    .image img {
        width: 204px;
        height: 44px;
        flex-shrink: 0;
        aspect-ratio: 51/11;
    }

    .image {
        height: 80px;
    }

    .square {
        width: 119px;
        height: 112px;
    }

    .statistics {
        margin-left: 22px;
    }

    .section-two .info1 {
        flex-direction: column-reverse;
    }

    .we-who-are {
        padding: 0;
    }

    .we-who-are .title {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: left;
        padding: 0 22px;
    }

    .we-who-are .subtitle {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: left;
        padding: 0 22px;
    }

    .about p {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .about p {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: left;
        padding: 0 22px;
        margin-top: 20px;
    }

    .history {
        padding: 0 22px;
    }

    .history-title {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: left;
    }

    .history {
        display: none;
    }

    .m-year {
        width: 187px;
        height: 57px;
        flex-shrink: 0;
        padding: 13px 64px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--esas-reng-3, #F8F8F8);
        text-align: center;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10);
        font-family: Urbanist;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .m-year-2009 {
        border-radius: 209px;
        background: #DF6545;
    }

    section.history-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 80px;
        flex-direction: column;
    }

    .history-title h2 {
        color: var(--esas-reng1, #DF6545);
        text-align: center;
        font-family: Urbanist;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 10px;
        width: 290px;
        flex-shrink: 0;
        padding-bottom: 10px;
    }

    .history-info p {
        width: 290px;
        flex-shrink: 0;
        color: #0F1014;
        text-align: center;
        font-family: Urbanist;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding-bottom: 30px;
    }

    .m-year-2013 {
        border-radius: 209px;
        background: #237FEF;
    }

    .m-year-2015 {
        border-radius: 209px;
        background: #ED2129;
    }

    .m-year-2018 {
        border-radius: 209px;
        background: #00A6DB;
    }

    section.faq-section {
        display: flex;
        flex-direction: column;
    }

    .faq-container-title h3 {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 10px;
    }

    .faq-container-title p:nth-of-type(1) {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .tabs-section {
        max-width: inherit;
    }

    .tabs p:nth-of-type(1) {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        max-width: inherit;
    }

    .tabs {
        justify-content: space-between;
    }

    .text-lorem p:nth-of-type(2) {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        max-width: inherit;
    }

    .history-main-title {
        width: 100%;
        padding: 0 22px 50px;
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .sector {
        flex-direction: column;
        padding: 0 22px;
        background-color: #ffffff;
        border-radius: 50px;
    }

    .sector-span {
        display: none;
    }

    .sector .col-1 {
        display: flex;
        flex-direction: column-reverse;
    }

    .sector .col-1 .row-2 h2 {
        margin-top: 60px;
    }

    .sector .col-1 .row-1 {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 10px;
        margin-bottom: 63px;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .quota {
        padding: inherit;
        height: inherit;
        width: inherit;
    }

    .sectors-section {
        flex-direction: column;
    }

    .testimonial-section {
        display: flex;
        flex-direction: column-reverse;
    }

    .double-text-section p:nth-of-type(1) {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .double-text-section p:nth-of-type(2) {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: inherit;
    }

    .navigation-buttons > span {
        display: none;
    }

    .navigation-buttons > div:nth-of-type(1) {
        width: 116px;
        height: 34px;
        flex-shrink: 0;
        border-radius: 60px;
        background: var(--esas-reng1, #DF6545);
    }

    .navigation-buttons div:nth-of-type(1) a {
        color: #FFF;
        font-family: Urbanist, serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .navigation-buttons > div:nth-of-type(2) {
        width: 116px;
        height: 34px;
        flex-shrink: 0;
        border-radius: 60px;
        background: #F8F8F8;
    }

    .navigation-buttons div:nth-of-type(2) a {
        color: #0F1014;
        font-family: Urbanist;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .navigation-buttons-box2 > div:nth-of-type(1) {
        width: 116px;
        height: 34px;
        flex-shrink: 0;
        border-radius: 60px;
        background: #F8F8F8;
    }

    .navigation-buttons-box2 div:nth-of-type(1) a {
        color: #0F1014;
        font-family: Urbanist;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .big-navgastion {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }

    .navigation-buttons-box2 {
        margin-left: 0;
    }

    .person-review {
        position: relative;
        margin-top: 80px;
    }

    .person-info i:nth-of-type(1) {
        font-size: 18px;
    }

    .person-info i:nth-of-type(2) {
        font-size: 12px;
        margin-top: 8px;
    }

    .person-role p:nth-of-type(1) {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .person-role p:nth-of-type(1) {
        max-width: inherit;
    }

    .person-review-container {
        padding: 22px;
    }

    .person-image img {
        border-radius: 50%;
        max-width: 50px;
        width: 100%;
        object-fit: cover;
        margin-right: 10px;
    }

    .person-role p:nth-of-type(1) {
        margin-top: 5px;
        margin-right: 5px;
        font-size: 14px;
    }

    .person-review-navigation {
        padding-top: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .categories-products {
        flex-direction: column;
    }

    .products-section {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }

    .section-start-products h3 {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .categories-products p {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        max-width: inherit;
    }

    .category-list > div:nth-of-type(1),
    .category-list > div:nth-of-type(2),
    .category-list > div:nth-of-type(3) {
        width: 111px;
        height: 38px;
        flex-shrink: 0;
    }

    .category-list {
        margin-top: 20px;
    }

    .computers-section {
        flex-direction: column-reverse;
    }

    .computer-image img {
        width: 100%;
        height: 189px;
        flex-shrink: 0;
        border-radius: 22px;
    }

    .computer-block {
        margin-top: 30px;
    }

    .computer-description p {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .computer-text p {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: var(--Title-Small-Line-Height, 20px);
        /* 142.857% */
    }

    .news-slider-wrapper {
        display: none;
    }

    .news-slide-container {
        height: inherit;
        width: 100%;
    }

    .news-card {
        width: 100%;
    }

    .news-title-blog h3 {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .news-text {
        display: none;
    }

    .news-content-text {
        display: none;
    }

    .news-imag-card img {
        width: 144px;
        height: 145px;
        flex-shrink: 0;
        border-radius: 25px;
    }

    .news-text-data p:nth-of-type(1) {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .news-card {
        display: flex;
        gap: 14px;
        background-color: #f8f8f8;
    }

    .news-text-data p:nth-of-type(2) {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .language span {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .language {
        gap: 11px;
    }

    .language-item {
        padding-top: 44px;
    }
}
