@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

:root {
    --primary-color: #F3B007;
    --secondary-color: #1FC157;
    --alternate-color: #0a27d5;
    --colaboration-color: #051b35;
    --txt-white: #fff;
    --txt-dark: #151b2c;
    --txt-primary: #444;
    --txt-secondary: #ddd;
    --txt-alternate: #7e8ca0;
    --bg-secondary: #f5f5f5;
    --bg-copyright: #04172e;
    --shadow-color: #f3f3f3;
    --emik-studio: #AE4B93;
}

a,
a:active,
a:hover,
a:visited {
    text-decoration: none;
}

p {
    color: var(--txt-primary);
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: var(--txt-dark);
    font-weight: 600;
}

h1 {
    font-size:48px;
    line-height: 50px;
    margin: 0 0 15px;
}

h3 {
    font-size: 24px;
    line-height: 34px;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.area-padding {
    padding: 100px 0;
}

.bg-color {
    background: var(--bg-secondary);
}

.button-primary,
.button-banner,
.button-tab,
.sub-button-tab {
    font-size: 16px;
    font-weight: 600;
    color: var(--txt-white);
    background: var(--primary-color);
    display: inline-block;
    border: 1px solid var(--primary-color);
    padding: 11px 20px;
    margin: 0px;
    transition: 0.4s;
}

.button-tab {
    background: var(--txt-white);
    border: 1px solid var(--txt-white);
    color: var(--primary-color);
}

.button-tab:hover {
    background: var(--secondary-color);
    color: var(--txt-white);
}

.button-tab h2 {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 11px 20px;
    margin: 0px;
}

.sub-button-tab {
    color: var(--secondary-color);
    background: var(--txt-white);
    border: 1px solid var(--txt-white);
}

.sub-button-tab:hover {
    border: 1px solid var(--secondary-color);
}

.simulators__tab .active-tab,
.documentation_tabs .active-tab,
.locomotives__tab .active-tab {
    background: var(--primary-color);
    color: var(--txt-white);
}

.simulators__tab .active-sub-tab {
    background: var(--secondary-color);
    color: var(--txt-white);
}

.button-primary:hover,
.button-banner:hover {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    transition: 0.4s;
    color: var(--txt-white);
}

.button-banner {
    font-size: 22px;
    margin-top: 15px;
    padding: 12px 24px;
    border-radius: 2px;
}

.card {
    width: 100%;
    background-color: var(--txt-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--txt-secondary);
    border-radius: 0px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.card:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease 0s;
}

.card p {
    padding-bottom: 1.5rem;
}

.card span {
    font-weight: 600;
    font-size: 24px;
    padding-top: 20px;
}

.card img {
    border-radius: 0px;
}
.card-grid {

}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
em {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 400px;
    text-align: center;
    border: 1px solid var(--txt-secondary);
    padding: 30px;
    transition: 0.5s;
}

.card-item:hover {
    background: var(--txt-white);
}

.card-icon {
    font-size: 60xp;
    margin-bottom: 20px;
    display: block;
    line-height: 60px;
}

.card-content {
    text-align: center;
}

.card-content h3 {
    font-size: 20px;
    font-weight: 400;s
    line-height: 30px;
    margin-bottom: 0px;
}

.card-description p {
    padding: 0;
    margin-bottom:5px;
}

.fix {
    overflow: hidden;
}

.image-scale {
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: 0.5s;
}

.image-scale::after {
    content: "";
    position: absolute;
    background: rgba(0,46,91,0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.image-scale:hover {
    transform: scale(1.2);
}

.last-item {
    margin-bottom: 0px;
}

.section-headline {
    padding-bottom: 40px;
    position: relative;
}

.section-headline h2 {
    font-size: 40px; 
    line-height: 46px;
}

.section-headline p {
    font-size: 15px;
    max-width: 650px;
    margin: 0px auto;
}

.white-headline h2,
.white-headline p {
    color: var(--txt-white);
}



.container::before,
.row::before,
.navbar::before {
    content: "";
    display: table;
}

.container::after,
.row::after,
navbar::after {
    clear: both;
}

.v-tabs-set {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.v-tabs-set h2 {
    font-size: 24px;
    line-height: 34px;
}
/* HEADER SECTION */

.header-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

.header-area {
    background: transparent;
}

.logo {
    display: block;
}

.logo a {
    display: inline-block;
    height: auto;
    padding: 20px 0;
}

.logo a.dark-logo {
    display: none;
}

.navbar {
    border: medium none;
    margin-bottom: 0;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.navbar.navbar-default {
    float: right;
    display: flex;
    align-items: center;
    height: 100%;
}

.navbar-collapse {
    padding-left: 0px;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
}

.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}

.main-menu ul.navbar-nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 33px 18px;
    text-transform: capitalize;
    position: relative;
}
.main-menu ul.nav > li> a::after:nth-child(3) {
    color: #fff;
    content: "\f078";
    font-family: "Font Awesome 7 Free";
    font-size: 11px;
    font-weight: 900;
    position: absolute;
    right: 2px;
    top: 34px;
}


/* new menu */
.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--primary-color);
    font-weight: 700;
}

.nav-link {
    color: var(--txt-white);
    font-weight: 500;
}





.main-menu ul li a:hover,
.main-menu ul li a:hover::after {
    color: var(--primary-color);
    transition: 0.4s;
}

.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    width: 200px;
    z-index: -99;
	padding: 10px 0px;
    border-radius: 3px;
}

.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu{
    top:100%;
    opacity:1;
    z-index:999;
    visibility:visible;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #7e8ca0;
    display: block;
    font-size: 15px;
    padding: 5px 20px;
}
.main-menu ul.nav li ul.sub-menu li a span{
    color: #F3B007;
}

.mobile-menu-area {
    background: var(--shadow-color) none repeat scroll 0 0;
    padding: 10px 0px;
}






.topbar-area {
    background: rgba(4,23,46,0.75) none repeat scroll 0 0;
}

.topbar-left ul li a {
    display: flex;
    align-items: center;
    color: var(--txt-secondary);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin-right: 20px;
    padding: 12px 0;
}

.topbar-left ul li a i {
    color: var(--primary-color);
    font-size: 16px;
    padding-right: 7px;
}

.topbar-right {
    position: relative;
    float: right;
}

.top-social {
    float: left;
    padding: 11px 25px 11px 0;
    margin-left: 10px;
}

.top-social ul li {
    display: inline-block;
}

.top-social ul li a {
    display: block;
    color: var(--txt-secondary);
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    width: 26px;
    height: 26px;
    border-radius: 5px;
}

.top-social ul li a:hover {
    background: var(--primary-color);
    color: var(--txt-white);
}

.dnl-button {
    float: right;
}


/* ATF AREA */

.atf-area {
    position: relative;
    background: url(/assets/img/bg_header.png) center center no-repeat;
    height: 100vh;
}

.atf-area:after {
    background: rgba(4,23,46,0.75) none repeat;
    content: "";
    height: 100%;
    left:0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.atf-area .content-area {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    left: 0;
    margin: 0 auto;
    z-index: 3;
    margin-top: -135px;
}
.atf-area .content-area .header-atf h1,
.atf-area .content-area .header-atf h1 span {
    color: var(--txt-white);
    font-size: 60px;
    font-weight: 600;
    line-height: 64px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.atf-area .content-area .header-atf h1 span {
    color: var(--primary-color);
}

.atf-area .content-area .content-atf p {
    color: var(--txt-secondary);
    font-size: 19px;
    letter-spacing: 0.6px;
    line-height: 30px;
    max-width: 700px;
    margin: 30px 0;
}

.atf-area .button-atf {
    text-transform: uppercase;
}


/* HERO SECTION */
.hero-area {
    position: relative;
    z-index: 1;
}

.hero-area {
    background: url(/assets/img/bg_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hero-area::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(4,23,46,0.8) none repeat scroll 0 0;
    z-index: -1;
}

.breadcrumb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: transparent;
    margin-bottom: 0;
    padding: 230px 0px 140px;
}

.breadcrumb span {
    color: var(--txt-white);
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    position: relative;
    margin-bottom: 0px;
}

.breadcrumb ul li.home-bread {
    padding-left: 0px;
}

.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: ">";
    right: -10px;
    top: 0;
}

.breadcrumb ul li {
    display: inline-block;
    color: var(--bg-secondary);
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 16px;
}

.hero-area .breadcrumb span{
    padding-bottom: 10px;
}

/* BOX SECTION */

.box-area .card-box {
    color: var(--txt-white);
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 40px;
    overflow: hidden;
    border-radius: 3px;
    transition: 0.4s;
    text-align: center;
}

.box-area .card-box:hover {
    background-color: #1FC157;
}

.box-area .card-box i {
    color: var(--primary-color);
    font-size: 72px;
    margin-bottom: 20px;
}

.box-area .card-box:hover i {
    color: var(--txt-white);
}

.box-area .card-box i.second {
    color: var(--secondary-color);
}

.box-area .card-box:hover i.second {
    color: var(--primary-color);
}

.box-area .card-box h3 {
    font-size: 24px;
    text-transform: capitalize;
    color: var(--txt-dark);
}

.box-area .card-box p {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 26px;
}

.box-area .card-box:hover h3,
.box-area .card-box:hover p {
    color: var(--txt-white);
}

/* PROJECT AREA */

.single-project {
    display: flex;
    overflow: hidden;
    align-items: center;
    margin-bottom: 30px;
}

.main-icon-images {
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.top-project {
    float: left;
    width: 60%;
}

.main-project {
    display: block;
    width: 40%;
    float: left;
}


.project-images {
    position: relative;
}

.project-content {
    padding: 30px;
    position: relative;
    left: 0px;
    z-index: 1;
    background: var(--bg-secondary);
    max-height: 390px;
    height: 100%;
    overflow: hidden;
    width: 570px;
}

.right-project .project-content {
    left: -133px;
}
.project-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 38px;
}

.project-content p {
    font-size: 16px;
    color: var(--txt-primary);
    line-height: 26px;
}


/* PORTFOLIO AREA */
.portfolio-box {
    width: 33.333333%;
    float: left;
}

.portfolio-item {
    display: flex;
    align-items: center;
    height: 200px;
    text-align: center;
    border: 1px solid var(--txt-secondary);
    padding: 30px;
    transition: 0.5s;
}

.portfolio-item:hover {
    background: var(--txt-white);
}

.portfolio-icon {
    font-size: 60xp;
    margin-bottom: 20px;
    display: block;
    line-height: 60px;
}

.portfolio-content h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 0px;
}

/* PRICING AREA */
.pricing-info {
    width: 100%;
    background-color: var(--txt-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--txt-secondary);
    padding: 2rem;
    margin-bottom: 2rem;
}

.pricing-info.patki {}

.pricing-info:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease 0s;
}

.pricing-info p {
    padding-bottom: 1.5rem;
}

.pricing-info span {
    font-weight: 600;
    font-size: 24px;
    padding-top: 20px;
}

.pricing-info-grid {

}
.pricing-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 400px;
    text-align: center;
    border: 1px solid var(--txt-secondary);
    padding: 30px;
    transition: 0.5s;
}

.pricing-info-item:hover {
    background: var(--txt-white);
}

.pricing-info-icon {
    font-size: 60xp;
    margin-bottom: 20px;
    display: block;
    line-height: 60px;
}

.pricing-info-content {
    text-align: center;
}

.pricing-info-content h3 {
    font-size: 20px;
    font-weight: 400;s
    line-height: 30px;
    margin-bottom: 0px;
}

.pricing-description p {
    padding: 0;
    margin-bottom:5px;
}





/* BANNER AREA */
.banner-area {
    background: rgba(0, 0, 0, 0) url(/assets/img/bg_banner.png) no-repeat scroll center center / cover;
    background-attachment: fixed;
    position: relative;
}

.banner-area::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(4,23,46,0.9) none repeat scroll 0 0;
    opacity: .8;
    content: "";
}

.banner-text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 10px;
    margin: 0 auto;
}

.banner-text span {
    font-size: 44px;
    line-height: 54px;
    font-weight: 600;
    color: var(--txt-white);
    text-transform: capitalize;
    max-width: 790px;
    margin: 0 auto 15px;
}


/* ABOUT-TD2 SECTION */
.about-td2-content {
    margin-top: 20px;
}

.about-td2-content h2 {
    font-size: 34px;
    line-height: 40px;
}

.about-td2-content p {
    margin: 0 0 15px;
    color: var(--txt-alternate);
}

.liczniki {
    display: flex;
    align-items: stretch;
    margin-top: 30px;
}

.licznik {
    width: 47%;
    float: left;
    text-align: center;
    padding: 40px;
}

.licznik .wynik {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    color: var(--txt-white);
}

.licznik .opis {
    font-size: 18px;
    line-height: 28px;
    color: var(--txt-white);
    margin: 0 0 15px;
}

.lewa-strona,
.prawa-strona {
    display: flex;
    flex-direction: column;
    margin-right: 3%;
}
.lewa-strona {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.prawa-strona {
    background: var(--alternate-color);
    border: 1px solid var(--alternate-color);
}

.about-td2-image {
    position: relative;
    border-radius: 5px;
}

.about-td2-image img {
    border-radius: 5px;
}

.about-td2-video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(4,23,46,0.5) none repeat scroll 0 0;
    text-align: center;
    border-radius: 5px;
}

.video-play.vid-zone {
    background: var(--primary-color);
    border-radius: 100%;
    display: inline-block;
    font-size: 34px;
    height: 80px;
    line-height: 80px;
    width: 80px;
    transition: 0.4s;
    top: 50%;
    position: relative;
    margin-top: -40px;
}

.video-play.vid-zone i {
    font-size: 72px;
    color: var(--txt-white);
    margin-left: 7px;
    margin-top: 4px;
}

.video-play.vid-zone:hover {
    background: var(--secondary-color);
    transition: 0.4s;
}


/* COLABORATION AREA */
.brands-area {
    background: var(--colaboration-color);
}

.brand-items {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    padding: 0px 30px;
}

.brand-single-item {
    width: 20%;
    padding: 0px 10px;
}

/* WEEKLY AREA */
.weekly-right-column {
    display: flex;
    flex-wrap: wrap;
}

.weekly-right-column .weekly-image {
    overflow: hidden;
    float: left;
    width: 50%;
    min-height: 300px;
}

.weekly-image {
    display: block;
}

.weekly-right-column .single-weekly {
    margin-bottom: 30px;
    box-shadow: 1px 1px 20px var(--shadow-color), -1px -1px 20px var(--shadow-color);
    position: relative;
}

.weekly-right-column .image-scale img {
    width: 100%;
    min-height: 300px;
    display: block;
    object-fit: cover;
}

.weekly-right-column .weekly-content {
    background: var(--txt-white);
    float: left;
    height: 100%;
    width: 50%;
    padding: 30px 20px 10px;
    min-height: 300px;
}

.weekly-meta {
    display: block;
    margin-bottom: 10px;
}

.weekly-meta span {
    font-size: 13px;
    padding-right: 10px;
}

.weekly-meta span i {
    color: var(--primary-color);
}

.weekly-content a h3 {
    font-size: 20px;
    text-transform: inherit;
    font-weight: 600;
    color: var(--txt-primary);
    line-height: 28px;
    margin: 10px 0px;
}

.weekly-content a h3:hover {
    color: var(--primary-color);
}

.weekly-content p {
    font-size: 15px;
    margin-bottom: 0px;
    color: var(--txt-alternate);
}

/* LOCOMOTIVE AREA */

.locomotive-cards,
.cars-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.locomotive-card,
.cars-card {
    padding: 0 1rem;
}

.locomotive-card .card,
.cars-card .card {
    height: 500px;
}

.locomotive-card img,
.cars-card img {
    width: 100%;
    height: 200px;
    max-height: 200px;
    object-fit: cover;
}

.locomotive-card .card-body,
.cars-card .card-body {
    justify-content: space-between;
}

.locomotive_card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.locomotive_card ul {
    list-style: circle;
    padding-left: 1rem;
}

.locomotive_card__image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.locomotive_card__image p {
    font-style: italic;
    text-align: center;
    padding: 0.25rem;
}

.locomotive_spec th {
    background: var(--primary-color);
    color: var(--txt-white);
    font-weight: 600;
    text-align: center;
}

.locomotive_spec .collspan_tab {
    background: #FFF3CC;
    font-weight: 600;
    text-align: center;
}

.lokomotywa-tab {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
/* DOCUMENTATION AREA */
.documentation {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2rem;
}

.document-box {
    border: 1px solid var(--txt-secondary);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.documentation .section-headline {
    padding-bottom: 20px;
}

.documentation_tab {
    width: 100%;
}

.documentation_tabs .card {
    height: 350px;
}

.documentation_tabs .card .card-body {
    justify-content: space-between;
}

.documentation_tabs .button-primary {
    text-align: center;
}
 
/* CONTACT AREA */
.contact-adress {
    border: 1px solid var(--txt-secondary);
    padding: 2rem;
    margin-right: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.contact-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    margin: 20px;
}

.contact-item i {
    color: var(--txt-white);
    background-color: var(--primary-color);
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid var(--primary-color);
    border-radius: 2px;
}

.contact-item p,
.contact-item a {
    color: var(--txt-primary);
    font-size: 15px;
    line-height: 24px;
    margin: 0px;
    padding-left: 20px;
}


/* FOOTER AREA */
.footer {
    background: url(https://rockstheme.com/rocks/sanafi-live/img/background/bg3.jpg) no-repeat scroll bottom center / cover;
    position: relative;
    z-index: 1;
}

.footer::after {
    background: rgba(4,23,46,0.9) none repeat scroll 0 0;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}

.footer-area {
    padding: 90px 0;
}

.footer-content .footer-logo {
    padding-right: 30px;
    margin-bottom: 30px;
}

.footer-content .footer-logo a {
    font-size: 64px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 5px;
    color: var(--primary-color);
}

.footer-head p {
    color: var(--txt-secondary);
}

.footer-header {
    margin-bottom: 20px;
}
.footer-header span {
    color: var(--txt-white);
    font-size: 24px;
    margin-bottom: 40px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 34px;
}

.footer-list {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.footer-list li a {
    color: var(--txt-alternate);
    padding: 7px 0px 7px 20px;
    display: block;
    position: relative;
    font-weight: 500;
}

.footer-list li a:first-child {
    padding-top: 0px;
}

.footer-list li a::after {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    right: auto;
    width: 5px;
    height: 5px;
    background: var(--txt-alternate);
}

.footer-contact span {
    color: var(--primary-color);
}

.footer-contact a {
    color: var(--txt-secondary);
    font-weight: 400;
}

.footer-copyright {
    background: var(--bg-copyright) none repeat scroll 0 0;
    padding: 25px 0;
}

.footer-icons {
    margin-top: 15px;
}

.footer-icons ul li {
    display: inline-block;
}

.footer-icons ul li a {
    color: var(--txt-white);
    display: block;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    margin-right: 5px;
    width: 34px;
    height: 34px;
    border-radius: 2px;
    transition: 0.4s;
    background: var(--primary-color);
}

.footer-icons ul li a:hover {
    background: var(--secondary-color);
}

.copyright,
.design {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.design {
    justify-content: flex-end;
}

.copyright > p,
.design > p {
    margin-bottom: 0;
    color: var(--shadow-color);
}
.copyright > p a,
.design > p a {
    color: var(--txt-white);
    font-weight: 500;
}

.copyright > p a:hover {
    color: var(--primary-color);
}

.design > p a:hover {
    color: var(--emik-studio);
}

/* WEB BREAKPOINTS */
/* Mobile H */
@media (max-width: 479px) {

}
/* Mobile V */
@media (min-width: 480px) and (max-width: 767px) {

}
/* Tablet H */
@media (min-width: 768px) and (max-width: 833px) {

}
/* Tablet V */
@media (min-width: 834px) and (max-width: 1023px) {

}
/* Desktop */
@media (min-width: 1023px) and (max-width: 1024px) {

}