@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body {
    background: #fff;
    overflow-x: hidden;
    position: relative;
    left: 0;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    font-family: "Rubik", sans-serif;
}
a {
    text-decoration: none;
    line-height: normal;
}
img {
    width: 100%;
    height: auto;
    overflow-clip-margin: content-box;
    overflow: clip;
    vertical-align: middle;
    border-style: none;
}
/* header desktop style */
.header-desktop {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 4px 24px 0px rgba(179, 179, 179, 0.25);
}
header.header-desktop.fixed-desktop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    animation: 300ms linear 0s normal none 1 running fadeInUp;
}
header.header-desktop.fixed-desktop .h-center {
    background: #fff;
    transition: 1s;
    box-shadow: 0px 4px 24px 0px rgba(179, 179, 179, 0.25);
}
header.header-desktop.fixed-desktop .h-center a.nav-link {
    color: #000;
}
header.header-desktop.fixed-desktop .h-center .header-phone {
    color: #000;
}
header.header-desktop.fixed-desktop .h-center .header-phone img {
    filter: invert(1);
}
.home-body .header-desktop .h-center .pagebody-logo {
    display: none;
}
header.header-desktop.fixed-desktop .h-center .headerwhite-logo {
    display: none;
}
header.header-desktop.fixed-desktop .h-center .pagebody-logo {
    display: block;
}
header.header-desktop.fixed-desktop .h-center  .navbar-nav .dropdown-toggle img {
    filter: invert(1);
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.home-body .header-desktop  {
    box-shadow: none;
    background:transparent;
}
.topbar-desktop {
    background: #171414;
    height: 52px;
    display: flex;
    align-items: center;
}
.topbar-desktop-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.topbar-desktop-left a img {
    width: 16px;
    height: 16px;
}
.topbar-desktop-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.topbar-desktop-right a {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 6px;
}
.topbar-desktop-right a img {
    width: 16px;
    height: 16px;
}
.h-center {
    height: 80px;
    display: flex;
    align-items: center;
}
.header-desktop .collapse {
    display: block;
    height: 100%;
}
.header-desktop .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 48px;
    height: 100%;
}
.header-phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.header-phone img {
    filter: invert();
    width: 20px;
    height: 20px;
}
.home-body .header-phone {
    color: #fff;
}
.home-body .header-phone img {
    filter: none;
}
.header-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 80px;
}
.header-desktop-right {
    justify-content: flex-end;
}
.header-desktop .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    height: 100%;
}
.header-desktop .navbar-nav .dropdown-toggle img {
    filter: invert();
}
.home-body .header-desktop .navbar-nav .dropdown-toggle img {
    filter: none;
    width: 20px;
    height: 20px;
}
.home-body .header-desktop .navbar-nav .nav-link {
    color: #fff;
}
.header-desktop .navbar-nav .nav-link::after {
    display: none !important;
}
.header-desktop .navbar-nav .nav-item.dropdown {
    position: static;
    height: 100%;
}
.header-desktop .navbar-nav .nav-item.dropdown .dropdown-menu.show {
    max-width: 1240px;
    width: 100%;
    text-align: center;
    top: 99% !important;
    left: 0% !important;
    right: 0 !important;
    margin: 0 auto !important;
    transform: unset !important;
    display: none;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 30px 26px;
    border-radius: 8px;
}
.header-desktop .h-center .col-2, .header-desktop .h-center .col-8 {
    padding: 0px;
}
.header-desktop .topbar-desktop .col-4 {
    padding: 0px;
}
.header-dropdown-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.header-dropdown-item-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.header-dropdown-item-left h4 {
    color: #171414;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 4px;
}
.header-dropdown-item-left span {
    color: #171414;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 14px;
}
.header-dropdown-item-left a {
    border-radius: 4px;
    background: #CDE5FA;
    display: flex;
    height: 32px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #171414;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.header-desktop {
    display: block;
}
.header-mobile {
    display: none;
}
.header-desktop-logo a img {
    max-width: 50px;
    width: 100%;
    height: 100%;
}
.header-dropdown-item-right img {
    width: 200px;
    height: 100%;
}
.header-dropdown-item-left a img {
    width: 16px;
    height: 17px;
}
.header-desktop .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: flex;
    position: absolute;
}
.header-desktop-leftheader-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/* header desktop style end */
/* header mobile style */
.header-mobile {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10;
    width:100%;
}
header.header-mobile.fixed-desktop {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
}
.header-mobile-left,.header-mobile-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header-mobile-left {
    justify-content: flex-start;
    gap: 25px;
}
.header-mobile-right {
    justify-content: flex-end;
    gap: 15px;
}
.mobile-hcenter .container,.mobile-topbar .container {
    max-width: 100%;
}
.mobile-hcenter {
    background: #000;
    height: 60px;
    display: flex;
    align-items: center;
}
.header-mobile-right a {
    background: transparent;
    padding: 0;
    font-size: 13px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    color: #fff;
}
.header-mobile-right a img {
    width: 22px;
    height: 22px;
}
.mobile-topbar {
    height: 28px;
    background: #fff;
    display: flex;
    align-items: center;
}
.mobiletopbar-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.mobiletopbar-right a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    font-size: 12px;
    color: #000;
}
.offcanvas-header .btn-close {
    opacity: 1;
}
.header-sidebar-block .offcanvas-body .dropdown-menu.show {
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.mobiletopbar-right a img {
    width: 17px;
    height: 100%;
}
.header-mobile-left .navbar-toggler img {
    width: 25px;
    height: 100%;
}
.header-mobile-logo a img {
    max-width: 40px;
    width: 100%;
    height: 100%;
}
.mobiletopbar-left a img {
    width: 17px;
    height: 100%;
}
.header-mobile-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-sidebar-block {
    width: 80% !important;
}
.sidebar-helpcenter {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    background: #000;
    width: fit-content;
    padding: 6px 18px;
    border-radius: 8px;
    color: #fff;
    justify-content: center;
}
.sidebar-helpcenter img {
    width: 20px;
    height: 100%;
}
/* header mobile style end */
/* footer style */
footer {
    background: #000;
    padding: 40px 0px;
}
.footer-category-item .title img {
    display: none;
}
.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 32px;
}
.footer-social-media {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.footer-category-item .title {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.footer-logo span {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
}
.footer-logo a {
    margin-bottom: 8px;
}
.footer-top {
    margin-bottom: 65px;
}
.footer-bottom .footer-bottom-left,.footer-bottom .footer-bottom-right {
    display: flex;
    align-items: center;
}
.footer-bottom .footer-bottom-right {
    justify-content: flex-end;
}
.footer-top .footer-top-left,.footer-top .footer-top-right {
    display: flex;
    align-items: flex-start;
}
.footer-category-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.footer-category-item .fs ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0px;
    margin: 0px;
}
.footer-category-item .fs ul li {
    display: block;
    padding: 0px;
    margin: 0px;
}
.footer-category-item .fs ul li a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}
.footer-bottom .footer-bottom-left {
    gap: 4px;
}
.footer-bottom-left span {
    color: #EAEAEA;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}
.footer-bottom .footer-bottom-left a:last-child::after {
    display: none;
}
.footer-category-item .fs ul li a:hover {
    text-decoration: underline;
}
.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.footer-contact a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
}
.footer-top .footer-top-left {
    align-items: flex-start;
}
.footer-etbismobil {
    display: none;
}
.footer-facilitycard {
    position: relative;
}
.footer-facilitycard-write {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 40px;
}
.footer-facilitycard-write img {
    margin-bottom: 32px;
    width: 92px;
    height: 100%;
}
.footer-facilitycard-write h4 {
    color: #F7F7F7;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}
.footer-facilitycard-write span {
    color: #F7F7F7;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}
.footer-facilitycard-write a {
    border-radius: 4px;
    background: #FFF;
    padding: 8px 25px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #171414;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.footer-facilitycard-block {
    margin-bottom: 64px;
}
.footer-contact a img {
    width: 20px;
    height: 100%;
}
.age-logo a img {
    max-width: 155px;
    width: 100%;
    height: 100%;
}
.footer-logo a img {
    max-width: 72px;
    width: 100%;
}
.footer-social-media a img {
    width: 28px;
    height: 28px;
}
/* footer style end */
/* homepage nitset phlips card */
.nitset-phlipscard {
    position: relative;
}
.nitset-phlipscard-write {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 135px 105px;
}
.nitset-phlipscard-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.nitset-phlipscard-left-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 4px;
}
.nitset-phlipscard-left-top span {
    color: #8FC9FF;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
}
.nitset-phlipscard-left h4 {
    color: #F3F6F9;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 32px;
}
.nitset-phlipscard-left h4 span {
    background: linear-gradient(90deg, #0082D7 61.6%, #0082D7 90%, #FFF 75.12%, #FFF 89.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
}
.nitset-phlipscard-left a {
    height: 44px;
    padding: 8px 25px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #171414;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 4px;
}
.nitset-phlipscard-left a img {
    width: 16px;
    height: 16px;
}
.nitset-phlipscard-right p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.nitset-phlipscard-bg img {
    width: 100%;
}
/* homepage nitset phlips card end */
/* home page product groups style */
.homepage-productgroup-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.homepage-productgroup-card-write {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px 0px 20px 0px;
    border: 1px solid #e2e2e2;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
}
.homepage-productgroup-card-write h4 {
    color: #171414;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 8px;
}
.homepage-productgroup-card-write span {
    color: #171414;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 24px;
}
.homepage-productgroup-card-write a {
    height: 44px;
    padding: 8px 25px;
    border-radius: 4px;
    background: #100F0F;
    color: #F7F7F7;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/* home page product groups style end */
/* general title block */
.section-title-block, .section-title-block2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
}
.section-title-block h4 {
    color: #171414;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0px;
}
.section-title-block2 span {
    color: #8FC9FF;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 4px;
}
.section-title-block2 h4 {
    color: #171414;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin: 0px;
}
.section-title-block2 h4 span {
    background: linear-gradient(90deg, #0082D7 61.6%, #0082D7 89%, #000 75.12%, #000 89.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
}
/* general title block end */
/* homepage where nitset style */
.homepage-wherenitset-card {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 6px 28px 0px rgba(171, 168, 168, 0.20);
    padding: 25px 20px;
    height: 100%;
}
.homepage-wherenitset-card-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 8px;
}
.homepage-wherenitset-card-title h4 {
    color: #171414;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0px;
}
.homepage-wherenitset-card p {
    margin: 0px;
    color: #515151;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.homepage-wherenitset-card-title img {
    width: 56px;
    height: 100%;
}
.nitset-phlipscard-left-top img {
    width: 153px;
    height: 100%;
}
/* homepage where nitset style end */
/* category card block style */
.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #F1F1F1;
    gap: 16px;
    padding: 15px;
}
.category-card-write h4 {
    margin: 0px;
    color: #171414;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
/* category card block style end */
/* category page style */
.categorypage-breadcrumb-section {
    margin: 20px 0px;
}
.categorypage-breadcrumb {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}
.categorypage-breadcrumb a {
    color: #AAA9A9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}
.categorypage-breadcrumb a:last-child {
    color: #171414;
}
.categorypage-breadcrumb a:last-child::after {
    display: none;
}
.categorypage-breadcrumb a::after {
    content: "";
    background: url('icons/breadcrumb-rightarrow.svg');
    display: flex;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.categorypage-banner {
    position: relative;
}
.categorypage-banner-write {
    position: absolute;
    left: 106px;
    bottom: 56px;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}
.categorypage-banner-section {
    margin-bottom: 40px;
}
.bottomcategory-title {
    color: #171414;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 24px;
}
.bottomcategory-items-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.bottomcategory-items-block button {
    height: 44px;
    padding: 8px 25px;
    border-radius: 4px;
    border: 1px solid #171414;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #171414;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: 0.5s;
    background: transparent;
    width: 100%;
    padding: 0px;
}
.bottomcategory-items-block button.active {
    background: #171414;
    color: #fff;
}
.bottomcategory-items-block button:hover {
    background: #171414;
    color: #fff;
}
.categorypage-productlist-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.categorypage-productlist-write {
    color: #000;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.cateogory-pagenumber-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 45px;
}
.cateogory-pagenumber-block a {
    color: #000;
    text-align: center;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
/* category page style end */
/* kurumsal page style */
.institutionalpage-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.institutionalpage-title span {
    background: linear-gradient(90deg, #50037F 14.77%, #17399E 29.6%, #024CA9 43.71%, #15789C 65.59%, #167B9B 83.24%, #229393 97.35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Rubik;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
}
.institutionalpage-title h4 {
    color: #171414;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 0;
}
.institutionalpage-title p {
    color: #979797;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.institutionalpage-card-right {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 25px;
    border-radius: 0px 8px 8px 0px;
    background: #F9FDFF;
}
.institutionalpage-card-right span {
    color: #8FC9FF;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px;
}
.institutionalpage-card-right h4 {
    color: #171414;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 8px;
}
.institutionalpage-card-right p {
    color: #171414;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.institutionalpage-card2 .institutionalpage-card-right {
    padding: 0px;
    background: transparent;
    border: 0px;
    display: unset;
}
.institutionalpage-card2 .institutionalpage-card-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 48px;
}
.institutionalpage-card-left-write span {
    color: #8FC9FF;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px;
}
.institutionalpage-card-left-write h4 {
    color: #171414;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 8px;
}
.institutionalpage-card-left-write p {
    color: #171414;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
}
/* kurumsal page style end */
/* contact ve bayilik page style */
.defaultpage-manset {
    position: relative;
}
.defaultpage-manset-write {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.defaultpage-manset-write h1 {
    color: #FBFBFB;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}
.contactpage-body-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
}
.contactpage-body-title h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    background: linear-gradient(90deg, #50037F 14.77%, #17399E 29.6%, #024CA9 43.71%, #15789C 65.59%, #167B9B 83.24%, #229393 97.35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 4px;
}
.contactpage-body-title span {
    color: #979797;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}
.contactpage-info-title {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contactpage-info-title h4 {
    color: #171414;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 8px;
}
.contactpage-info-title span {
    color: #171414;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.contactpage-info-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.contactpage-info-block {
    margin-bottom: 24px;
}
.contactpage-body-left a {
    color: #007DD5;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.contactpage-body-left a span {
    text-decoration: underline;
}
.contactpage-info-items a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #171414;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
}
.contactpage-body-left iframe {
    border-radius: 8px;
    margin-top: 24px;
}
.contactpage-info-items a img {
    width: 20px;
    height: 100%;
}
.contactpage-body .footer-facilitycard-block {
    display: none;
}
/* contact ve bayilik page style end */
/* product group page style */
.productgroup-item-bottom a {
    border-radius: 4px;
    background: #CDE5FA;
    display: flex;
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #171414;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    flex-direction: row;
    width: fit-content;
}
.productgroup-item-bottom a img {
    width: 20px;
    height: 20px;
}
.productgroup-item-top img {
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0px 0px;
}
.productgroup-item-bottom-title h4 {
    color: #171414;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 4px;
}
.productgroup-item-bottom-titlespan {
    color: #171414;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.productgroup-item-bottom {
    background: #fafafa;
    padding: 20px;
    border-radius: 0px 0px 4px 4px;
}
.productgroup-item-bottom-title {
    height: 72px;
    margin-bottom: 30px;
}
.productgroup-item-bottom-title span {
    color: #171414;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 14px;
}
/* product group page style end */
/* career page style */
.careerpage-description-section .contactpage-body-title span {
    color: #171414;
}
.careerpage-description-badges {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 45px;
}
.careerpage-description-badges span {
    color: #171414;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
}
.careerpage-description-badges span img {
    width: 28px;
    height: 28px;
}
.careerpage-applicationform-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.careerpage-applicationform-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.careerpage-applicationform-description h4 {
    color: #171414;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 4px;
}
.careerpage-applicationform-description span {
    color: #171414;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.careerpage-applicationform-description a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 4px;
    background: #171414;
    padding: 8px 25px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px;
}
.careerpage-applicationform-description a img {
    width: 16px;
    height: 16px;
}
.careerpage-applicationform-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.careerpage-applicationform-contact h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0px;
}
.careerpage-applicationform-contact a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #171414;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.careerpage-body .footer-facilitycard-block {
    display: none;
}
/* career page style end */
/* page detail style */
.pagedetail-block {
    background: #f1f1f1;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}
.pagedetail-main-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 25px;
}
.pagedetail-main-title h1 {
    font-size: 21px;
}
.pagedetail-harflimadde-item h4 { 
	font-size: 18px; 
}
.pagedetail-harflimadde-item h5 {
    font-size: 16px;
    padding: 0px 0px 0px 20px;
    margin-bottom: 10px;
}
.pagedetail-harflimadde-item p {
    font-size: 15px;
}
.pagedetail-block .table {
    --bs-table-bg: transparent;
    border: 1px solid #000;
}
.pagedetail-block .table tbody tr td {
    font-size: 15px;
}
.pagedetail-block .table tbody tr td:first-child {
    border-right: 1px solid #000;
}
.pagedetail-harflimadde-item li {
    font-size: 15px;
}
.pagedetail-harflimadde {
    margin-bottom: 25px;
}
.pagedetail-onayliyorum {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.pagedetail-onayliyorum .pagedetail-onayliyorum-left {
    width: 20px;
    height: 20px;
    border: 1px solid #000;
}
.pagedetail-onayliyorum-right {
    font-size: 14px;
    color: #000;
}
.pagedetail-onayliyorum-right span {
    text-decoration: underline;
}
.pagedetail-bilgiler-title {
    margin-bottom: 10px;
}
.pagedetail-bilgiler-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.pagedetail-bilgiler-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.pagedetail-download-btn {
    padding: 10px 15px;
    background: #171414;
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    width: fit-content;
    margin-top: 30px;
    justify-content: center;
}
.pagedetail-harflimadde-item p span {
    text-decoration: underline;
}
.pagedetail-block .table thead tr th:first-child {
    border-right: 1px solid #000;
}
.pagedetail-newtable {
    border: 1px solid #000;
    margin-bottom: 20px;
}
.pdnt-item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    justify-content: flex-start;
    width: 100%;
}
.pdnt-item-left {
    border: 1px solid #000;
    border-left: 0;
    border-top: 0;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    font-size: 15px;
}
.pdnt-item-right {
    border-bottom: 1px solid #000;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    font-size: 15px;
}
.pagedetail-newtable .pdnt-item:last-child .pdnt-item-left, .pagedetail-newtable .pdnt-item:last-child .pdnt-item-right {
    border-bottom: 0;
}
/* page detail end */
.manset-section {
    margin-top: -80px;
}
.age-space-block {
    margin-bottom: 64px;
}
.institutionalpage-card .col-12 {
    padding: 0px;
}
.categorypage-banner-write h4 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    margin:0px;
}
.header-space-block {
    display: none;
    height: 90px;
}
.page-body header.header-desktop .h-center .headerwhite-logo {
    display: none;
}
.careerpage-applicationform-description span.ButtonBase__Ellipsis-sc-p43e7i-5,
.careerpage-applicationform-description span.ButtonBase__Overlay-sc-p43e7i-4{
    color: #fff;
    line-height: normal !important;
    margin: 0 !important;
}
@media (max-width:1680px) {

}
@media (max-width:1440px) {
    .defaultpage-manset-write h1 {
        font-size: 45px;
    }
    .categorypage-banner-write h4 {
        font-size: 29px;
    }
    .institutionalpage-title {
        gap: 15px;
    }
    .institutionalpage-title p {
        font-size: 20px;
        margin: 0px;
    }
    .institutionalpage-title span {
        font-size: 28px;
    }
    .institutionalpage-title h4 {
        font-size: 46px;
    }
    .header-desktop .navbar-nav .nav-link {
        font-size: 15px;
    }
}
@media (max-width:1366px) {
    
}
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1240px;
        width: 97%;
    }
}
@media (max-width:1200px) {
    .careerpage-applicationform-description a {
        gap: 8px;
        padding: 6px 20px;
        font-size: 15px;
    }
    .careerpage-applicationform-description h4 {
        font-size: 22px;
    }
    .careerpage-description-badges span img {
        width: 24px;
        height: auto;
    }
    .careerpage-description-badges span {
        font-size: 16px;
    }
    .productgroup-item-bottom-title h4 {
        font-size: 18px;
    }
    .productgroup-item-bottom-title span {
        font-size: 15px;
    }
    .contactpage-info-title h4 {
        font-size: 23px;
        margin-bottom: 4px;
    }
    .contactpage-info-title span {
        font-size: 15px;
    }
    .contactpage-body-title h4 {
        font-size: 22px;
        margin-bottom: 1px;
    }
    .contactpage-body-title span {
        font-size: 19px;
    }
    .defaultpage-manset-write h1 {
        font-size: 37px;
    }
    .institutionalpage-title {
        gap: 5px;
    }
    .institutionalpage-card2 .institutionalpage-card-left {
        gap: 10px;
    }
    .institutionalpage-card-left-write span {
        font-size: 15px;
        margin-bottom: 4px;
    }
    .institutionalpage-card-left-write h4 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 6px;
    }
    .institutionalpage-card-left-write p {
        font-size: 13px;
    }
    .footer-category-item .title {
        font-size: 15px;
    }
    .footer-category-item .fs ul li a {
        font-size: 13px;
    }
    .footer-contact a {
        font-size: 13px;
    }
    .footer-facilitycard-write img {
        margin-bottom: 20px;
        width: 85px;
    }
    .footer-facilitycard-write h4 {
        font-size: 15px;
        margin-bottom: 4px;
    }
    .footer-facilitycard-write a {
        height: 34px;
        font-size: 13px;
    }
    .footer-facilitycard-write span {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .category-card-write h4 {
        font-size: 16px;
    }
    .nitset-phlipscard-right p {
        font-size: 15px;
    }
    .nitset-phlipscard-left a {
        height: 40px;
        font-size: 15px;
    }
    .nitset-phlipscard-left h4 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .nitset-phlipscard-left-top span {
        font-size: 19px;
    }
    .nitset-phlipscard-left-top img {
        width: 140px;
    }
    .nitset-phlipscard-write {
        padding: 110px 95px;
    }
    .header-desktop-leftheader-area {
        padding: 0px 0px 0px 10px !important;
    }
    .header-desktop-right {
        padding: 0px 10px 0px 0px !important;
    }
    .topbar-desktop-left {
        padding: 0px 0px 0px 10px !important;
    }
    .topbar-desktop-right {
        padding: 0px 10px 0px 0px !important;
    }
    .header-dropdown-item {
        position: relative;
    }
    .header-dropdown-item-left {
        align-items: center;
        text-align: center;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        justify-content: center;
        z-index: 5;
    }
    .header-dropdown-item-right {
        position: relative;
    }
    .header-dropdown-item-right::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: #000;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        border-radius: 10px;
    }
    .header-dropdown-item-left h4,.header-dropdown-item-left span {
        color: #fff;
    }
    .header-desktop .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        max-width: 100%;
        width: fit-content;
    }
}
@media (max-width:991px) {
	.pagedetail-newtable {
		overflow: auto;
	}
	.pdnt-item {
		width: max-content;
	}
	.pdnt-item-left {
		width: 180px;
	}
	.pdnt-item-right {
		width: max-content;
	}
	.pagedetail-block .table {
		display: flex;
		flex-direction: column;
		width: 100%;
		overflow: auto;
	}
	.pagedetail-block .table thead, .pagedetail-block .table tbody {
		width: max-content;
	}
    .pagedetail-download-btn {
        padding: 6px 10px;
        font-size: 12px;
    }
    .pagedetail-bilgiler-item-left {
        font-size: 13px;
    }
    .pagedetail-bilgiler-title b {
        font-size: 13px;
    }
    .pagedetail-onayliyorum .pagedetail-onayliyorum-left {
        width: 16px;
        height: 16px;
    }
    .pagedetail-onayliyorum-right {
        font-size: 13px;
    }
    .pagedetail-harflimadde-item li {
        font-size: 13px;
    }
    .pagedetail-block .table thead tr th {
        font-size: 13px;
    }
    .pagedetail-block .table tbody tr td {
        font-size: 13px;
    }
    .pagedetail-main-title h1 {
        font-size: 18px;
    }
    .pagedetail-harflimadde-item h5 {
        font-size: 14px;
    }
    .pagedetail-harflimadde-item p {
        font-size: 13px;
    }
    .careerpage-applicationform-right {
        margin-bottom: 15px;
    }
    .careerpage-applicationform-section .row {
        flex-direction: column-reverse;
    }
    .careerpage-description-badges span img {
        width: 22px;
        height: auto;
    }
    .careerpage-description-badges {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .productgroup-banner-section .col-md-12 .productgroup-item {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin-top: 15px;
    }
    .productgroup-banner-section .col-md-12 .productgroup-item .productgroup-item-bottom {
        height: 230px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }
    .header-space-block {
        display: block;
    }
    .categorypage-product-list .col-12 {
        padding: 10px;
    }
    .bottomcategory-items-block button {
        height: 36px;
        padding: 5px 18px;
        font-size: 13px;
        line-height: normal;
        width: max-content;
    }
    .bottomcategory-items {
        overflow: auto;
        width: 100%;
    }
    .bottomcategory-items-block {
        width: max-content;
    }
    .bottomcategory-title {
        font-size: 21px;
    }
    .categorypage-banner-write h4 {
        font-size: 23px;
    }
    .categorypage-banner-write {
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .institutionalpage-card2 .col-12:first-child {
        margin-bottom: 15px;
    }
    .institutionalpage-card-left img {
        border-radius: 15px;
    }
    .institutionalpage-card .col-12:first-child {
        margin-bottom: 15px;
    }
    .institutionalpage-card-right {
        border-radius: 8px;
    }
    .category-card-write h4 {
        font-size: 13px;
    }
    .footer-facilitycard-block {
        margin-bottom: 45px;
    }
    .footer-facilitycard-write a {
        height: auto;
        font-size: 9px;
        padding: 6px 14px;
        line-height: normal;
    }
    .footer-facilitycard-write span {
        font-size: 11px;
        margin-bottom: 11px;
        line-height: normal;
    }
    .footer-facilitycard-write img {
        margin-bottom: 6px;
        width: 57px;
    }
    .footer-facilitycard-write h4 {
        font-size: 12px;
        margin-bottom: 1px;
    }
    .homepage-wherenitset-section .row .col-12 {
        padding: 6px;
    }
    .homepage-productgroup-card-write a {
        height: 30px;
        font-size: 12px;
    }
    .homepage-productgroup-card-write span {
        font-size: 12px;
        margin-bottom: 18px;
    }
    .homepage-productgroup-card-write h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .nitset-phlipscard-left {
        height: fit-content;
        margin-bottom: 25px;
    }
    .nitset-phlipscard-bg img {
        aspect-ratio: 1;
        object-fit: cover;
        border-radius: 15px;
        width: 100%;
        height: 100%;
    }
    .footer-social-media {
        justify-content: flex-end;
        width: 50%;
    }
    footer .container {
        max-width: 100%;
    }
    .footer-bottom .footer-bottom-right {
        gap: 10px;
    }
    .footer-category-row {
        gap: 15px;
    }
    .footer-category-item .title img {
        display: block;
        width: 13px;
        filter: invert(1);
    }
    .footer-category-item .title {
		width: 100%;
		background: transparent;
		color: #fff;
		border-bottom: 1px solid #fff;
		border-radius: 0px;
		padding: 10px 0px 10px 0px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 14px;
	}
    .footer-category-item {
        width: 100%;
    }
    .footer-logo span {
        text-align: left;
        width: 80%;
    }
    .footer-logo {
        align-items: flex-start;
    }
    .footer-logo-block {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
    }
    .footer-etbismobil {
        display: block;
    }
    .footer-category-item .fs {
        display: none;
    }
    .header-desktop {
        display: none;
    }
    .header-mobile {
        display: block;
    }
}
@media (max-width:768px) {
    
}
@media (max-width:576px) {
	.age-logo {
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}
	.footer-top {
		margin-bottom: 30px;
	}
    .pagedetail-onayliyorum-right {
        font-size: 11px;
    }
    .pagedetail-onayliyorum .pagedetail-onayliyorum-left {
        width: 13px;
        height: 13px;
    }
    .pagedetail-onayliyorum {
        gap: 8px;
    }
    .pagedetail-harflimadde-item p {
        font-size: 12px;
    }
    .pagedetail-harflimadde-item h5 {
        font-size: 13px;
        padding: 0px 0px 0px 10px;
    }
    .pagedetail-block {
        padding: 25px 15px;
    }
    .pagedetail-main-title h1 {
        font-size: 14px;
    }
    .careerpage-applicationform-description span {
        font-size: 14px;
    }
    .careerpage-applicationform-description h4 {
        font-size: 20px;
    }
    .careerpage-description-badges span img {
        width: 19px;
        height: auto;
    }
    .careerpage-description-badges span {
        font-size: 15px;
        gap: 8px;
    }
    .careerpage-description-badges {
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    .productgroup-banner-section .col-md-12 .productgroup-item .productgroup-item-bottom {
        height: auto;
    }
    .productgroup-banner-section .col-md-12 .productgroup-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }
    .contactpage-body-left {
        margin-bottom: 15px;
    }
    .manset-section {
        margin-top: -1px;
    }
    .header-dropdown-item-left span {
        width: 80%;
    }
    .header-dropdown-item-right img {
        width: 281px;
        height: 155px;
        aspect-ratio: 1;
        object-fit: cover;
        border-radius: 10px;
    }
    .section-title-block h4 {
        font-size: 22px;
    }
    .institutionalpage-card2 .row {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    }
    .contactpage-body-title {
        margin-bottom: 25px;
    }
    .contactpage-body-title span {
        font-size: 16px;
        line-height: normal;
    }
    .contactpage-body-title h4 {
        font-size: 19px;
        margin-bottom: 4px;
        line-height: normal;
    }
    .defaultpage-manset-write h1 {
        font-size: 28px;
        text-align: center;
    }
    .defaultpage-manset-img img {
        aspect-ratio: 1;
        object-fit: cover;
        width: 100%;
        height: 150px;
    }
    .categorypage-banner-write h4 {
        font-size: 18px;
    }
    .institutionalpage-title p {
        font-size: 15px;
        margin: 0px;
        line-height: normal;
    }
    .institutionalpage-title span {
        font-size: 21px;
        line-height: normal;
    }
    .institutionalpage-title h4 {
        font-size: 26px;
        line-height: normal;
    }
    .institutionalpage-title {
        text-align: center;
        gap: 9px;
    }
    .age-space-block {
        margin-bottom: 45px;
    }
    .institutionalpage-sponsor-block {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }
    .footer-facilitycard-block {
        margin-bottom: 20px;
    }
    .footer-facilitycard-block .col-12:last-child .footer-facilitycard {
        margin:0px;
    }
    .footer-facilitycard {
        margin-bottom: 15px;
    }
    .category-card-write h4 {
        font-size: 18px;
    }
    .homepage-productgroup-card-write span {
        font-size: 14px;
    }
    .homepage-productgroup-card-write h4 {
        font-size: 17px;
    }
    .homepage-productgroup-card {
        margin-bottom: 20px;
    }
    .nitset-phlipscard-right p:last-child {
        margin:0px;
    }
    .nitset-phlipscard-right p {
        font-size: 14px;
    }
    .nitset-phlipscard-left a {
        height: 38px;
        font-size: 14px;
    }
    .nitset-phlipscard-left h4 {
        font-size: 26px;
        margin-bottom: 18px;
        line-height: normal;
    }
    .nitset-phlipscard-left-top span {
        font-size: 17px;
    }
    .nitset-phlipscard-left-top img {
        width: 125px;
    }
    .nitset-phlipscard-write {
        padding: 0;
        position: unset;
    }
    .nitset-phlipscard-bg {
        display: none;
    }
    .nitset-phlipscard {
        position: relative;
        background: linear-gradient(136deg, black, #0177be);
        height: 100%;
        width: 100%;
        padding: 30px 20px;
        border-radius: 15px;
    }
    .footer-logo span {
        width: 100%;
    }
    .footer-bottom .footer-bottom-left {
        flex-wrap: wrap;
    }
    .footer-bottom .footer-bottom-right {
        justify-content: flex-start;
    }
    .footer-category-item .fs {
        margin-top: 15px;
    }
    .footer-category-row {
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-category-item .title {
        margin: 0px;
    }
    .footer-top .footer-top-left {
        margin-bottom: 20px;
    }
    .footer-logo {
        margin-bottom: 15px;
    }
    .footer-social-media {
        justify-content: flex-start;
        width: 100%;
    }
    .footer-logo-block {
        flex-direction: column;
        align-items: flex-start;
    }
}