html {
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #77A;
    border-radius: 25px;
}

::-webkit-scrollbar-thumb:hover {
    background: #444;
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 1000;
    width: 110px;
    height: 40px;
    line-height: 37px;
    margin: 5px;
    padding-left: 20px;
    cursor: pointer;
    border: 1px solid #f7971c;
    outline: 0;
    background-color: #f7971c;
    color: #fff;
    border-bottom-width: 2px;
    backface-visibility: hidden;
    will-change: scroll-position;
    transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    font-size: 13px;
}

#back-to-top:hover {
    color: #f7971c;
    background-color: #fff;
}

#back-to-top i {
    position: absolute;
    font-size: 20px;
    margin-left: -17px;
    margin-top: 8px;
}

body {
    font-family: 'Montserrat', sans-serif !important;
    overflow-x: hidden;
    background: #ffffff;
}
.content {
  min-height: 700px;
}
.container {
    max-width: 1280px;
}

header {
    position: relative;
    display: block;
    z-index: 2;
    background: #fff;
}

.header-top {
    position: relative;
    display: flex;
    align-items: center;
    height: 25px;
    width: 100%;
    background: rgb(21, 21, 21);
}
.header-top a {
    color:#fff!important;
    margin-right:20px;
}
.header-top .social-accounts {
    position: relative;
    margin-right: 20px;
}

.header-top .social-accounts a {
    font-size: 15px;
    color: rgb(255, 255, 255);
    margin-right: 6px;
}

.header-top .languages {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    width: auto;
}

.header-top .languages button {
    position: relative;
    display: inline-flex;
    width: auto;
    border: 0px;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    line-height: 1;
}

.header-top .languages button img {
    height: 17px;
    margin-top: -4px;
}

.header-bottom {
    position: relative;
    height: 100px;
    width: 100%;
}
.header-bottom.fixed {
    position: fixed;
    display: block;
    width: 100%;
    height: 66px;
    z-index: 9999;
    top: 0;
    left: 0;
    margin: 0;
    border-bottom: 1px solid #d8d8d8;
    background: #fff;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.08);
    animation: slide-down 0.3s;
}
.header-bottom.fixed .menu {
    height:70px;
}
.header-bottom.fixed .logo {
    height: 75px;
    background-size: contain;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}
.header-bottom .menu {
    position:
        relative;
    width: 100%;
    height: 100px;
    align-items:
        center;
}

.header-bottom .menu ul {
    height: 100%;
    width: 100%;
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.header-bottom .menu li {
    margin-right: 45px;
}
.header-bottom .menu li:last-child {
    margin-right: 0px;
}
.header-bottom .menu a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    transition:.5s;
}
.header-bottom .menu a:hover {
    color: #f8981d;
}

.header-bottom .logo {
    position: absolute;
    background: url("../images/logo.png") no-repeat;
    background-position: center;
    width: 100%;
    height: 167px;
}
.header-bottom .mobil-logo {
    position: absolute;
    background: url("../images/logo.png") no-repeat;
    background-size: contain;
    width: 85px;
    height: 80px;
    top: 9px;
    left: 20px;
    z-index: 100;
}
.breadcumb {
    position:relative;
    display:flex;
    align-items:center;
    background: url("../images/corporate-bg.jpg") no-repeat;
    background-position: center;
    width: 100%;
    height: 167px;
    color:#fff;
}
.informationArea {
    padding:30px 0;
}
.productDetail {
    position:relative;
}
.productDetail .item{
    position:relative;
    margin-bottom:25px;
}
.productDetail .item img{
    width:100%;
    object-fit:cover;
    vertical-align: middle;
    height:400px;
    text-align: center;
    object-position: center;
}
.productPage {
    position:relative;
}
.productPage a{
    text-decoration:none!important;
}
.productPage .item{
    position:relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.productPage .item .image{
    position:relative;
}
.productPage .item .image img{
    width: 100%;
    transition: transform .2s;
}
.productPage .item:hover .image img{
    transform: scale(1.1);
}
.productPage .item .title{
    position:relative;
}
.productPage .item .title h3{
    font-size: 28px;
    color: #484848;
}
.slider {
    position:relative;
    display:block;
}
.swiper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-button-next, .swiper-button-prev {
    color:#fff!important;
}
.swiper-slide {
    height: auto;
    width: 100%!important;
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    max-width: 100%;
    height: auto;
}
.products {
    position:relative;
    display:block;
    background:rgb(248 152 29 / 0.10);
    padding:30px 0;
    color: #484848;
}
.products .carousel-indicators li {
    width:15px;
    height:15px;
    border-radius:50%;
    opacity: 1;
    background: #fff;
    border: 0;
    transition: auto;
}
.products .carousel-indicators li.active {
    background: #F9B233;
}

.products .title{
    position:relative;
    display:block;
    width:100%;
    padding:30px 0;
}
.products .title h3{
    position:relative;
    display:block;
    width:100%;
    font-size:30px;
    color: #484848;
    text-transform:uppercase;
    font-weight:700;
    text-align:center;
}

.products .item {
    position:relative;
    display: flex;
    align-items: center;
    width:100%;
}
.products a {
    text-decoration:none!important;
}
.products .item img {
    display: block;
    max-width: 100%;
    height: auto;
}
.products .item h2{
    color: #484848;
    font-weight:bold;
    font-size: 30px;
}
.showcase {
    position: relative;
    height: 618px;
    width: 100%;
    z-index: 3;
    margin-bottom: 90px;
}

.showcase .title {
    position: relative;
    padding: 33px 0;
}

.showcase .title h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.showcase .items {
    width: 100%;
    padding: 0 20px;
}

.showcase .item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 20px;
    height: 286px;
}

.showcase .item .icon {
    position: relative;
}

.showcase .item .icon img {
    height: 100px;
}

.showcase .item .title {
    position: relative;
    margin-top: 35px;
    padding: 0;
}

.showcase .item .title h4 {
    font-size: 20px;
    font-weight: bold;
}

.showcase .text {
    position: relative;
    display: block;
    padding: 0 20px;
    margin-top: 35px;
}

.showcase .text p {
    color: #919191;
    font-size: 16px;
    margin: 0;
}

.showcase .button {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.showcase .button a {
    height: 40px;
    background: #F7971C;
    color: white;
    border:1px solid #F7971C;
    transition:.5s;
}
.showcase .button a:hover {
    height: 40px;
    background: #fff;
    color: #F7971C;
}

.google-maps {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.google-maps iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.info-table-content {
    color: #371f18;
}

.info-table-content strong {
    color: #898989;
    font-weight: normal;
}

.info-table-row:first-of-type > *:after {
    display: none;
}

.info-table {
    line-height: 1.95em;
    border: 1px solid #E5E5E5!important;
    width: 100%;
    background: #ffffff;
    margin-top: 25px;
}

.info-table td, .info-table th {
    border-bottom: 1px solid #E5E5E5!important;
    padding: 6px 23px;
    position: relative;
    vertical-align: middle;
}

.info-table td:after, .info-table th:after {
    background-color: #fff;
    content: "";
    height: 1px;
    position: absolute;
    top: -1px;
    width: 2px;
}

.info-table th {
    border-right: 1px solid #371f18;
    font-weight: 400;
    text-align: center;
    width: 63px;
    color: #371f18;
}

.info-table th {
    border-left: 1px solid #E5E5E5!important;
    border-right: 1px solid #E5E5E5!important;
}

.info-table th:after {
    right: 0;
}

.info-table td {
    border-left-style: none;
}

.info-table td:after {
    left: 0;
}

.btn-primary {
    color: #ffffff;
    background: #f7971c;
    border: 1px solid #f7971c!important;
    text-shadow: none;
    height: 40px;
    padding: 10px 25px;
    margin-bottom: 20px;
    transition: .5s;
    box-shadow: none!important;
    outline: 0!important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #f7971c!important;
    background: #fff!important;
}

.insan-kaynaklari-banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 240px;
    background: #293133;
    background-size: cover;
    background-position: center
}

.insan-kaynaklari-banner .title h5 {
    font-size: 45px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-align: center
}

.is-basvuru-formu .baslik {
    margin-bottom: 47px;
    margin-top: 39px
}

.is-basvuru-formu .baslik h5 {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
    color: #f8981d;
    text-transform: uppercase
}

.is-basvuru-formu .form-control {
    font-size: 13px !important;
    color: #8d8d8d !important;
    position: relative;
    display: block;
    border: solid 1px #f1f1f1;
    background-color: #f1f1f1;
    outline: 0 !important;
    box-shadow: none;
    height: 150px;
    background-color: #fff
}

.is-basvuru-formu {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 500px;
    margin-bottom: 200px
}

.is-basvuru-formu .ogrenim-durumu {
    position: relative;
    display: block;
    padding: 0 8px;
    color: #8d8d8d !important;
    height: 50px;
    border: 1px solid #dedede;
    background-color: #fff;
    border-radius: 0
}

.is-basvuru-formu .form-group input {
    position: relative;
    outline: 0 !important;
    box-shadow: none;
    height: 50px;
    border: solid 1px #dedede;
    background-color: #fff;
    border-radius: 0
}

.is-basvuru-formu .form-group .form-control-file {
    float: right;
    position: relative;
    display: block;
    width: 18%;
    border: solid 1px #f1f1f1;
    outline: 0 !important;
    box-shadow: none;
    font-size: 14px;
    color: #1f1f1f;
    height: 50px;
    background-color: #505153;
    top: -36px
}

.is-basvuru-formu textarea {
    position: relative;
    font-size: 14px;
    border: solid 1px #dedede !important;
    background-color: #fff !important;
    resize: none;
    height: 93px;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0
}

.is-basvuru-formu .form-group input::placeholder {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.4px;
    color: #8d8d8d
}

.is-basvuru-formu .form-group textarea::placeholder {
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
    color: #9b9b9b
}

.is-basvuru-formu .cinsiyet {
    position: relative;
    display: flex;
    width: 23%;
    float: left;
    margin-top: 24px;
    margin-left: 4px;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
    color: #f8981d;
}

.is-basvuru-formu .kadin-erkek {
    margin-top: 28px
}

[type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #505153;
    margin-right: 10px;
    margin-left: 10px
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #505153;
    border-radius: 100%;
    background: #fff;
    background: #505153
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #f8981d;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.is-basvuru-formu .dosya-sec {
    position: relative;
    width: 100%;
    justify-content: center
}

.is-basvuru-formu .dosya-sec .title h5 {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
    color: #f8981d;
}

.is-basvuru-formu .dosya-sec #image-file {
    opacity: 0;
    width: 39%;
    cursor: pointer;
    margin-top: -15px;
    z-index: 3
}

.is-basvuru-formu #upload-image {
    border: 1px solid #505153;
    background: #505153;
    font-family: inherit;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-transform: capitalize;
    margin: 0 auto;
    height: 50px;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.5px;
    width: 39%;
    float: right;
    margin-top: -51px;
    outline: 0 !important;
    border-radius: 0;
    color: #fff;
    z-index: 1
}

.is-basvuru-formu .title-form {
    position: relative;
    display: flex;
    width: 100%;
    float: left;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
    color: #f8981d;
}

.is-basvuru-formu .insan-kaynaklari-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7971c;
    text-decoration: none;
    text-transform: capitalize;
    transition: .5s;
    outline: 0 !important;
    padding: 9px 18px;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.5px;
    color: #fff;
    float: right;
    border: 1px solid #f7971c;
    margin-top: 50px
}

.is-basvuru-formu .insan-kaynaklari-button i {
    margin-left: 79px
}

.is-basvuru-formu .insan-kaynaklari-button:hover {
    background-color: #fff;
    color: #f7971c
}
#contactPage .form-group input {
    position: relative;
    outline: 0 !important;
    box-shadow: none;
    height: 50px;
    border: solid 1px #dedede;
    background-color: #fff;
    border-radius: 0
}
#contactPage .form-group textarea {
    position: relative;
    outline: 0 !important;
    box-shadow: none;
    border: solid 1px #dedede;
    background-color: #fff;
    border-radius: 0
}
.about {
    position:relative;
    display:block;
    background: #F9F9F9;
    padding: 30px 0;
}
.about .title{
    position:relative;
    display:block;
    width:100%;
    padding:30px 0;
}
.about .title h3{
    position:relative;
    display:block;
    width:100%;
    font-size:30px;
    color: #343434;
    text-transform:uppercase;
    font-weight:700;
    text-align:center;
}
.about .item{
    position:relative;
    display: flex;
    flex-direction: column;
    width:100%;
    background: #fff;
    height: 290px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    margin-bottom: 30px;
}
.about .item .icon img{
    height:100px;
    width:100%;
    object-fit: cover;
}
.about .item .text h6{
    margin:10px 0 0 0;
    font-size:20px;
    font-weight:700;
    color:#343434;
}
.references {
    position:relative;
    display:block;
    background: #fff;
    padding: 30px 0;
}
.references .title{
    position:relative;
    display:block;
    width: 100%;
    text-align:center;
    margin: 20px 0;
}
.references .title h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.references .item{
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    height: 155px;
    outline: 1px solid #DBDBDB;
    margin-bottom: 25px;
}
.references .item img{
    height: auto;
    object-fit: contain;
}
footer {
    position:
    relative;
    display:
    block;
    height: auto;
}
footer .call-action{
    position:
    relative;
    display: flex;
    align-items: center;
    height: 120px;
    background: #f7971c;
}
footer .call-action .title{
    position:relative;
    display:block;
}
footer .call-action .title h6{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
footer .call-action .button{
    position:
    relative;
    display: flex;
    justify-content: flex-end;
}
footer .call-action .button a{
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #fff;
    border: 1px solid #fff;
    height: 40px;
    padding: 0 30px;
    border-radius: 10px;
    text-decoration: none;
    transition:.5s;
}
footer .call-action .button a:hover{
    background: #fff;
    color:#f7971c;
}
footer .footer-center{
    position:
    relative;
    height: 445px;
    background: #3A3A3A;
    color: #fff;
}
footer .footer-center .footer-logo{
   position:
   relative;
   background:
   url(../images/logo.png) no-repeat;
   background-size: contain;
   background-position: center;width:100%;
   height: 131px;
   margin: 20px 0;
}
footer .footer-center .menu-item {
    position:relative;
    display:block;
    margin-top:50px;
}
footer .footer-center .menu-item h5 {
    font-size:20px;
    font-weight:700;
}
footer .footer-center .menu-item ul{
    list-style:none;
    padding:0;
}
footer .footer-center .menu-item ul li a{
    color:#fff;
    transition:.5s;
    text-decoration:none;
}
footer .footer-center .menu-item ul li a:hover{
    color:#f7971c;
}
footer .footer-center .contact-info {
    position:relative;
    display:block;
    margin-top:50px;
}
footer .footer-center .contact-info h5 {
    font-size:20px;
    font-weight:700;
}
footer .footer-center .contact-info a {
    color:#fff;
    transition:.5s;
    text-decoration:none;
}
footer .footer-center .contact-info a:hover{
    color:#f7971c;
}
footer .copyright{
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    margin-top: -70px;
    background: rgb(0 0 0 / 10%);
}
footer .copyright p {
    color:#fff;
    margin:0;
}
footer .copyright .nano-logo {
    background: url(../images/nano-logo.svg) no-repeat;
    width: 88px;
    height: 27px;
}
.mobile-menu-opend {
    position: absolute;
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #13334c;
    background: #fff;
    padding: 10px;
    margin-right: 20px;
    float: right;
    z-index: 3;
    border-radius: 5px;
    text-transform: uppercase;
    top: 47px;
    right: 30px;
    border: 1px solid #13334c
}

.mobile-menu-opend i {
    display: block;
    text-align: center
}

.mobile-menu-closed {
    position: absolute;
    display: block;
    right: 20px;
    top: 27px;
    font-size: 18px;
    border-radius: 5px;
    background-color: transparent;
    color: #4a4a4a !important
}

.mobile-menu-closed i {
    font-size: 24px;
    display: block;
    text-align: center;
    color: #4a4a4a !important
}

.mobile-menud {
    display: none;
    position: fixed;
    overflow-x: hidden !important;
    overflow-y: auto;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 100px;
    animation: slide-down .6s;
    z-index: 99999
}

.mobile-menud .mobile-logo {
    background: url(../images/logo.png) no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    margin-left: 20px;
    margin-top: 37px;
}

.mobile-menud .mobile-logo h1 {
    font-size: 0
}
.mobile-menud .language  {
    text-align:center;
}
.mobile-menud .language button {
    display:inline-block!important;
    width: auto;
    margin: 0!important;
    margin-bottom: 25px!important;
}
.mobile-menud .tek-link li {
    list-style: none !important;
    margin-bottom: 31px
}

.mobile-menud .tek-link li a {
    position: relative;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    text-decoration: none;
    text-transform: capitalize
}
@media only screen and (max-width:8192px) and (min-width:993px) {
    .mobile-menu-opend {
        display: none !important
    }
    .header-bottom .mobil-logo {
        display: none !important
    }
}
@media only screen and (max-width:1240px) and (min-width:993px) {
    body{
      zoom:0.8;
    }
}

@media only screen and (max-width:992px) {
    footer .call-action .col-md-10 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    footer .call-action .col-md-2 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    footer .call-action .title h6 {
      font-size:24px;
      text-align: center;
    }
    footer .call-action .button {
      justify-content: center;
    }
    footer .call-action .button a {
      padding:0 20px;
      text-align: center;
    }
    footer .footer-center {
      height: auto;
      padding-bottom: 80px;
    }
    footer .col-md-3 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    footer p,footer .footer-center .menu-item {
      text-align: center;
    }
    footer .footer-center .contact-info h5 {
      text-align: center;
    }
}

@media only screen and (max-width:993px) {
    .header-bottom .menu {
        display: none !important
    }
    .header-bottom .logo {
        display: none !important
    }
    .mobile-menu-open {
        display: block
    }
}
