@font-face {
    font-family: 'muli';
    src: url('../fonts/muli-bold-webfont.woff2') format('woff2'), url('../fonts/muli-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'muli';
    src: url('../fonts/muli-bolditalic-webfont.woff2') format('woff2'), url('../fonts/muli-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'muli';
    src: url('../fonts/muli-extralight-webfont.woff2') format('woff2'), url('../fonts/muli-extralight-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'muli';
    src: url('../fonts/muli-extralightitalic-webfont.woff2') format('woff2'), url('../fonts/muli-extralightitalic-webfont.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'muli';
    src: url('../fonts/muli-light-webfont.woff2') format('woff2'), url('../fonts/muli-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'muli';
    src: url('../fonts/muli-lightitalic-webfont.woff2') format('woff2'), url('../fonts/muli-lightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'muli';
    src: url('../fonts/muli-semi-bolditalic-webfont.woff2') format('woff2'), url('../fonts/muli-semi-bolditalic-webfont.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'muli';
    src: url('../fonts/muli-semibold-webfont.woff2') format('woff2'), url('../fonts/muli-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'muli';
    src: url('../fonts/muli-webfont.woff2') format('woff2'), url('../fonts/muli-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Muli;
    background-color: #FFFFFF;
}

body.backgrounded {
    background: #3E3E3E;
}

header {
    position: fixed;
    width: 100%;
    z-index: 100;
}

header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    transition: .6s;
    background-color: #B90000;
    z-index: 0;
}

header.scrolled:before {
    width: 100%;
    height: 110px;
}

.menu-yamuk {
    position: absolute;
    top: 0;
    right: -200px;
    width: 70%;
    height: 100vh;
    background: #B90000;
    box-shadow: -13px 0px 0px 0px rgba(185, 0, 0, 0.72);
    transform: skew(20deg);
    z-index: 150;
}

.menu-background {
    position: absolute;
    z-index: 90;
    height: 100vh;
}

.menu-background img {
    height: 100vh;
}

.background-filter {
    z-index: 99;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100vh;
}

.background-filter img {
    margin-top: 10px;
    margin-left: 60px;
}

.background-filter p {
    margin-top: 550px;
    margin-left: 60px;
    color: #FFFFFF;
    font-size: 80px;
}

.menu-menu {
    position: absolute;
    z-index: 200;
    right: 0;
}

.menu-menu li {
    text-align: right;
    list-style: none !important;
    padding-bottom: 10px;
}

.menu-menu li a {
    text-decoration: none!important;
    color: #FFFFFF;
    font-size: 46px;
    font-weight: 300;
}

.menu-menu .menu-ul {
    padding-right: 80px;
}

.menu-menu .close-menu {
    text-align: right;
    padding-right: 80px;
    padding-top: 60px;
    padding-bottom: 30px;
}

.menu-menu .menu-language {
    padding-right: 65px;
    padding-top: 20px;
    font-size: 9px;
}

.menu-menu .menu-language a {
    border: 1px solid #7987CA;
    margin-right: 15px;
    color: #7987CA !important;
}

.menu-menu .menu-language a:hover {
    border: none!important;
    background-color: #FFFFFF;
}

.menu-menu .down-menu a {
    color: #000000 !important;
    background-color: #FFFFFF;
    border-radius: 5px;
    font-size: 24px;
    width: 80px;
    height: 35px;
    text-align: center;
    padding: 0;
}

.main-menu {
    top: 0;
    position: fixed;
    right: -100%;
    transition: 0.8s;
    z-index: 300;
    width: 100%;
    height: 100vh;
}

.main-menu.toogle-active {
    right: 0;
}

.navbar {
    background-color: transparent !important;
}

.navbar button {
    background-color: transparent;
    border: none!important;
}

.navbar .logo {
    padding-left: 30px;
    height: 70px;
}

.navbar .language {
    padding-right: 30px;
    background-color: transparent !important;
    border-radius: 0px;
    border-left: solid 1px #FFFFFF;
}

.language .dropdown-menu {
    border: none !important;
    border-radius: 0px;
    background-color: transparent !important;
    align-items: center;
}

.dropdown-toggle {
    color: #FFFFFF;
}

.dropdown-toggle:hover {
    color: #FFFFFF;
}

.language span {
    color: #FFFFFF;
    font-size: 17px;
    margin-left: 3px;
}

.navbar button:hover {
    background-color: transparent !important;
}

.navbar .logo img {
    height: 100px;
    padding-left: 30px;
}

.navbar i {
    color: #FFFFFF;
}

.slider {
    position: relative;
    z-index: 0;
    top: 0px;
}

.carousel {
    max-height: 100vh;
}

.carousel .carousel-inner {
    max-height: 100vh;
}

.carusel .carousel-item {
    max-height: 100vh;
}

.carusel .carousel-item img {
    max-height: 100vh;
}

.carousel-indicators {
    padding-left: 40px;
    padding-bottom: 10px;
}

.carousel-item {
    overflow: hidden;
}

.carousel-control-prev {
    display: none!important;
}

.carousel-control-next {
    display: none !important;
}

.carousel-indicators li {
    color: #FFFFFF !important;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: 0px 8px;
}

.carousel-indicators .active {
    background-color: #B90000;
}

.header-yamuk {
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 50%;
    position: absolute;
    z-index: 50;
    top: 0;
    background-color: rgba(0, 0, 0, 0.65);
    box-shadow: 13px 0px 0px 0px rgba(185, 0, 0, 0.72);
    padding-left: 50px;
    margin-left: -220px;
    transform: skew(20deg);
}

.tecrube {
    position: absolute;
    z-index: 60;
    font-size: 50px;
    color: #FFFFFF;
    top: 80%;
    left: 20px;
    width: 80%;
}

.currency-container a {
    text-decoration: none !important;
    color: #008504;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
}

.currency-container span {
    color: #000000;
    font-family: "Arial Black";
    font-size: 16px;
}

.currency-container i {
    line-height: 1.5;
    color: #008504;
}

.currency-container {
    border-top: 10px solid #F0EFEE;
    border-bottom: 10px solid #F0EFEE;
    justify-content: center;
    max-width: 1500px;
}

.currency {
    justify-content: center;
    margin-left: 50px;
    margin-right: 50px;
    box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.62);
    margin-bottom: 24px;
    padding: 0px;
    align-content: center;
    align-items: center;
    text-align: center;
}

.currency svg {
    height: 40px;
}

.home-paragrapgh {
    width: 100%;
    font-family: Muli;
    background-color: #B90000;
    padding-top: 20px;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}

.home-paragrapgh h2 {
    font-weight: bold;
    padding: 10px;
    font-size: 22px;
    color: #000000;
    text-decoration: underline;
    background-color: #FFFFFF;
}

.home-paragrapgh p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: lighter;
}

.home-paragrapgh h5 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 16px;
}

.home .webtom, .home #footer {
    display: none
}

.webtom {
    border-top: 1px solid #626262;
    font-size: 10px !important;
    font-weight: 300;
    position: relative;
    z-index: 3;
    color: #d2d2d2
}

.webtom a {
    color: inherit
}

.about-header {
    position: relative;
    z-index: 10
}

.about-header img {
    width: 100%;
    padding-bottom: 0px;
}

.about-yamuk {
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 50%;
    position: absolute;
    z-index: 50;
    top: 0;
    background-color: rgba(185, 0, 0, 0.90);
    box-shadow: 13px 0px 0px 0px rgba(185, 0, 0, 0.72);
    padding-left: 50px;
    margin-left: -180px;
    transform: skew(-20deg);
}

.about-header p {
    position: absolute;
    z-index: 60;
    top: 75%;
    left: 50px;
    width: 30%;
    font-size: 40px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1;
}

.about-body {
    position: relative;
    margin-top: 20px;
}

.about-corner {
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 380px 380px;
    border-color: transparent transparent #b90000 transparent;
    z-index: 0;
}

.about-body .red-box {
    position: absolute;
    z-index: 50;
    background-color: #B90000;
    height: 60px;
    width: 30px;
}

.baslik {
    text-align: center;
    background-color: #FFFFFF;
    transform: skew(20deg);
    position: relative;
    z-index: 40;
    top: 10px;
    height: 41px;
    width: 500px;
    border-right: 10px solid #B90000;
}

.baslik p {
    display: inline-block;
    transform: skew(-20deg);
    padding-top: 3px;
    font-size: 25px;
}

.about-paragraph {
    color: #F8F8F8;
    text-align: center;
    padding-top: 20px;
    font-weight: 200;
    font-size: 26px;
    margin-bottom: 150px;
}

.about-logo {
    display: flex;
    position: absolute;
    z-index: 10;
    background-color: #FFFFFF;
    height: 300px;
    width: 90%;
    border-radius: 20px;
}

.about-logo img {
    height: 267px;
    width: 337;
    margin-top: 20px;
    padding-right: 400px;
}

.about-image {
    display: flex;
    max-width: 1700px;
    padding-bottom: 50px;
}

.about-image .image {
    position: absolute;
    z-index: 20;
    margin-top: -50px;
}

.about-image .image img {
    max-height: 400px;
    border-radius: 20px 20px;
    box-shadow: 8px 8px 2px -2px rgba(0, 0, 0, 0.11);
}

.baslik .dash {
    margin-left: 100px;
    display: inline;
    height: 24px;
    border-bottom: 5px solid #B90000;
    width: 60px;
    transform: skew(-20deg);
}

.other-buttons {
    background-color: #B90000;
    width: 100%;
}

.other div {
    position: relative;
    z-index: 1;
    background-color: #F3F3F3;
    width: 100%;
    max-width: 250px;
    height: 35px;
    transform: skew(-20deg);
}

.other:hover div {
    background: #000;
}

.other:hover button {
    color: #fff;
}

.other {
    position: relative;
    margin: 15px;
    width: 250px;
}

.other button {
    position: absolute;
    width: 100%;
    max-width: 250px;
    z-index: 10;
    margin-top: -37px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.other-paragraph {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #FFFFFF;
    font-family: Muli;
    background-color: #3E3E3E;
    text-align: center;
}

.recine {
    position: relative;
    z-index: 10;
    transform: skew(20deg);
    height: 50px;
    padding: 10px 15px;
    margin-top: -45px;
    background-color: #B90000;
    box-shadow: 8px 8px 2px -2px rgba(0, 0, 0, 0.11);
    width: fit-content;
}

.recine-baslik {
    position: relative;
    z-index: 20;
    color: #FFFFFF;
    font-size: 26px;
    transform: skew(-20deg);
}

.recine-box p {
    text-align: center;
}

.recine-box {
    padding: 20px 60px;
    background-color: #FFFFFF;
    margin-bottom: 80px;
}

.recine-box .explain {
    font-size: 22px;
}

.sentez {
    position: relative;
    z-index: 10;
    transform: skew(20deg);
    height: 50px;
    margin-top: -45px;
    background-color: #FFFFFF;
    box-shadow: 8px 8px 2px -2px rgba(0, 0, 0, 0.11);
    transform: skew(20deg);
}

.sentez-baslik {
    position: relative;
    z-index: 20;
    color: #000000 !important;
    margin-left: 70px;
    margin-top: -53px;
    font-size: 26px;
    transform: skew(-20deg);
}

.sentez-box .explain {
    font-size: 22px;
}

.sentez-box p {
    padding-top: 10px;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.sentez-box {
    padding: 20px 60px;
    background-color: #B90000;
    margin-bottom: 80px;
}

.product-item {
    height: 170px;
    display: flex;
    background: #FFFFFF;
    margin-bottom: 140px;
}

.product-item:nth-child(odd) .title {
    order: 1;
}

.product-item:nth-child(even) .title {
    order: 2;
}

.product-item:nth-child(odd) .title .yamuk {
    transform: skew(15deg);
    border-right: solid 10px #B90000;
    position: relative;
    left: -30px;
    box-shadow: 8px 8px 2px -2px rgba(0, 0, 0, 0.11);
}

.product-item:nth-child(even) .title .yamuk {
    transform: skew(-15deg);
    border-left: solid 10px #B90000;
    position: relative;
    left: 30px;
}

.product-item:nth-child(odd) .title a {
    padding-left: 30px;
    transform: skew( -15deg);
}

.product-item:nth-child(even) .title a {
    padding-right: 30px;
    text-align: right;
    transform: skew(15deg);
    justify-content: flex-end;
}

.product-item:nth-child(odd) .product-content {
    order: 2;
}

.product-item:nth-child(even) .product-content {
    order: 1;
}

.product-item .title {
    width: 320px;
    flex-shrink: 0;
    height: 200px;
    margin-top: -15px;
    overflow: hidden;
    position: relative;
}

.product-item .title a {
    display: block;
    width: 320px;
    height: 200px;
    line-height: 200px;
    text-decoration: none;
    font-size: 57px;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    font-weight: bold;
}

.product-item .title .yamuk {
    height: 200px;
    width: 320px;
    background: #FFFFFF;
    position: relative;
    z-index: 1;
}

.product-item .product-content {
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    justify-content: center;
}

.google-map {
    width: 100%;
    margin: 0px;
    padding: 0;
}

.contact-adress {
    background-color: #FFFFFF;
    margin-top: 60px;
    margin-bottom: 150px;
    padding-top: 20px;
    width: 100%;
    color: #77879E;
    padding-left: 70px;
}

.contact-adress a {
    display: block;
    color: #77879E;
    text-decoration: none!important;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: 200;
}

.contact-adress p {
    font-size: 30px;
    font-weight: 200;
    padding-left: 30px;
}

.contact-item {
    height: 170px;
    display: flex;
    background: #FFFFFF;
    margin-bottom: 300px;
    margin-top: 300px;
    justify-content: center;
    align-items: center;
}

.contact-item img {
    padding-left: 30px;
}

.contact-form {
    overflow: hidden;
}

.contact-item .contact-content {
    order: 1;
    background-color: #B90000;
    height: 400px;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.contact-item .contact-form .yamuk {
    height: 550px;
    width: 1900px;
    background: #FFFFFF;
    position: relative;
    z-index: 10;
    transform: skew(-15deg);
    left: 400px;
    margin-bottom: -400px;
    margin-right: 0;
    justify-content: center;
}

.contact-form form {
    order: 2;
    position: relative;
    z-index: 50;
    width: 1000px;
    font-size: 22px;
    color: #000;
    font-weight: bold;
    right: 0;
    height: 400px;
    float: right;
    top: -100px;
    padding-right: 150px;
}

.contact-form button {
    display: flex;
    float: right;
    background-color: #B90000;
    color: #FFFFFF;
}

.contact-form input, select {
    background-color: #E4E4E4 !important;
    border-radius: 3px;
    height: 60px;
    color: #2A3C4A !important;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.11);
}

.contact-form textarea {
    background-color: #E4E4E4 !important;
    border-radius: 3px;
    height: 120px;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.11);
}

.contact-form button {
    width: 200px;
    height: 60px;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.11);
}

.form-control:focus {
    border: none !important;
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75) !important;
}

.form-control:hover {
    border: none !important;
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75) !important;
}

.contact-form button:hover {
    color: #FFFFFF !important;
    border: none !important;
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75) !important;
}

.currency svg {
    width: 30px;
    height: 50px;
}

.other-paragraph .title {
    font-size: 44px;
    font-weight: bold;
}

.other-paragraph .explain {
    font-size: 32px;
    font-weight: 200
}

.other-paragraph .uygulama {
    font-size: 42px;
    font-weight: bold;
}

@media only screen and (max-width:991px) {
    .menu-yamuk {
        width: 100%;
    }
    .background-filter img {
        display: none;
    }
    .background-filter p {
        display: none;
    }
    .about-image .about-logo {
        display: none;
    }
    .about-image {
        justify-content: center;
    }
    .about-image img {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width:767px) {
    .menu-yamuk {
        transform: skew(0deg);
        right: -15px;
        height: 100vh;
    }
    .menu-menu li a {
        font-size: 38px;
    }
    .menu-menu ul {
        padding-right: 10px;
        height: 100vh;
    }
    .contact-form .yamuk {
        height: 700px;
    }
    .contact-form form {
        height: 500px;
        top: -120px;
    }
    .about-image img {
        height: 300px;
    }
    .currency span {
        font-size: 15px;
    }
    .currency a {
        font-size: 12px;
        height: 22px;
    }
    .currency svg {
        width: 15px;
        height: 50px;
    }
    .currency {
        margin: 5px;
    }
    .about-paragraph {
        font-size: 16px;
    }
}

@media only screen and (max-width:350px) {
    .currency span {
        font-size: 10px;
    }
    .currency a {
        font-size: 10px;
        height: 20px;
    }
    .currency svg {
        width: 8px;
        height: 50px;
    }
    .currency {
        margin: 1px;
    }
}

@media only screen and (max-width:500px) {
    .contact-yamuk {
        display: none;
    }
    .menu-menu li a {
        font-size: 24px;
    }
    .home-paragrapgh h2 {
        font-size: 17px;
    }
    .home-paragrapgh h5 {
        font-size: 17px;
    }
    .home-paragrapgh p {
        font-size: 14px;
    }
    .contact-content {
        display: none !important;
    }
    .contact-form .yamuk {
        display: none;
    }
    .contact-form {
        background: #FFFFFF;
        height: 500px;
    }
    .contact-item {
        margin-top: 0 !important;
        height: auto !important;
        margin-bottom: 50px;
    }
    .contact-adress {
        margin-bottom: 50px !important;
    }
    .contact-form form {
        top: 0;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .contact-form form input, select, textarea {
        height: 40px;
    }
    .other-buttons .other {
        width: 135px;
    }
    .other-paragraph .title {
        font-size: 22px;
        font-weight: bold;
    }
    .other-paragraph .explain {
        font-size: 16px;
        font-weight: 200;
    }
    .other-paragraph .uygulama {
        font-size: 20px;
        font-weight: bold;
    }
    .recine-box .explain {
        font-size: 14px;
    }
    .sentez-box .explain {
        font-size: 14px;
    }
}

@media only screen and (max-width:1600px) {
    .contact-form form {
        padding-right: 50px;
        width: 800px;
    }
    .background-filter p {
        font-size: 50px;
    }
    .about-logo img {
        padding-right: 230px;
    }
}

@media only screen and (max-width:1300px) {
    .contact-form form {
        padding-right: 20px;
        width: 700px;
    }
    .about-logo img {
        padding-right: 60px;
    }
}

@media only screen and (max-width:1100px) {
    .contact-form form {
        padding-right: 50px;
        width: 600px;
    }
    .about-logo img {
        padding-right: 20px;
    }
    .about-image .image img {
        height: 300px;
    }
    .about-image .image {
        margin-top: 0px;
    }
}

@media only screen and (max-width:768px) {
    .contact-form form {
        width: 500px;
    }
}

@media only screen and (max-width:768px) {
    .contact-form form {
        width: 600px;
        padding-right: 10px;
    }
}

@media only screen and (max-width:900px) {
    .contact-item .contact-form .yamuk {
        left: 0;
    }
}

@media only screen and (max-width:600px) {
    .carousel-indicators li {
        display: none;
    }
    .navbar .logo {
        padding-left: 10px;
    }
    .navbar .logo {
        height: 60px;
    }
    .navbar .language {
        padding-right: 10px;
    }
    .recine-baslik {
        font-size: 18px;
        margin-left: 20px;
    }
    .sentez-baslik {
        font-size: 18px;
        margin-left: 20px;
    }
    .about-header p {
        display: none;
    }
    .baslik {
        width: 290px;
    }
    .baslik p {
        font-size: 12px;
        padding-top: 10px;
    }
    .baslik .dash {
        margin-left: 50px;
        width: 10px;
    }
    .contact-adress {
        padding-left: 20px;
    }
    .contact-adress a {
        font-size: 16px;
    }
    .contact-adress p {
        font-size: 20px;
    }
    .contact-form form {
        width: 500px;
    }
}

@media only screen and (max-width:500px) {
    .contact-form form {
        width: 310px;
    }
    .scrolled .logo img {
        height: 60px;
    }
    header.scrolled:before {
        width: 100%;
        height: 70px;
    }
}

@media only screen and (max-width:600px) {
    .product-item {
        height: 170px;
        font-size: 16px;
    }
    .product-item:nth-child(odd) .title a {
        padding-left: 10px;
        left: 30px;
    }
    .product-item:nth-child(even) .title a {
        padding-right: 10px;
        left: -37px;
    }
    .product-item .title {
        width: 80px;
        height: 300px;
        overflow: hidden;
    }
    .product-item .title a {
        width: 80px;
        height: 300px;
        line-height: 300px;
        font-size: 14px;
    }
    .product-item .title .yamuk {
        width: 80px;
        height: 300px;
    }
    .product-item .product-content {
        font-size: 8px;
        font-weight: 300;
    }
}

@media only screen and (max-width:1080px) {
    .product-item .product-content {
        font-size: 10px;
    }
    .product-item .title .yamuk {
        height: 200px;
        width: 150px;
    }
    .product-item .title a {
        display: block;
        width: 150px;
        height: 200px;
        font-size: 22px;
    }
    .product-item .title {
        width: 150px;
    }
}

@media only screen and (max-width:1600px) {
    .product-item .product-content {
        font-size: 16px;
    }
}

@media only screen and (max-width:991px) {
    .other {
        margin: 15px auto;
    }
}

@media only screen and (max-width: 1500px) {
    .tecrube {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1100px) {
    .tecrube {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1500px) {
    .about-header p {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1100px) {
    .about-header p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1000px) {
    .about-image .about-logo {
        display: none;
    }
    .about-corner {
        display: none;
    }
}

@media only screen and (max-width: 1080px) {
    .navbar .logo img {
        max-height: 70px;
    }
}

@media only screen and (max-width:1900px) {
    .scrolled .logo img {
        max-height: 80px;
    }
}

.currency-fix {
    font-size: 13px;
    padding-top: 4px;
    padding-left: 20px;
}