
.main-nav {
    width: 100%;
    height: 60px !important;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    background: rgb(197 50 55);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
    z-index: 1030;
    -webkit-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}



.buy-button {
    padding: 9px 0px 0px 2px;
}

/*.nav-logo-wrap .logo img {  
    max-height: 128px;
    margin-top: 50px;
}*/

/*nav-logo-wrap .logo img {
    width: auto;
    max-height: 100px;
    margin-top: 50px;
}
*/
.nav-logo-wrap .logo {
    /*display: flex;*/
    /*display: grid;*/
    align-items: center;
    max-width: 128px;
    /*height: 112px !important;*/
    height: 112px;
}

.mb-50 {
    margin-bottom: 20px !important;
}

.hs-line-14 {
    margin-top: 0;
    position: relative;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.main-nav.dark {
    background-color: #c53237f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.inner-nav ul li a {
    color: #fff;
    letter-spacing: 0px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.inner-nav ul {
    float: right;
    margin: auto;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
}

    .inner-nav ul li a:hover, .inner-nav ul li a.active {
        color: #fdb82b;
        text-decoration: none;
    }

.main-nav.dark .inner-nav ul > li > a {
    /*color: rgb(253 184 43);*/
    color: rgb(255 255 255);
}

    .main-nav.dark .inner-nav ul > li > a:hover, .main-nav.dark .inner-nav ul > li > a.active {
        color: rgb(253 184 43);
    }

.bg-dark-evlerimiz {
    background-color: #af0b11 !important;
}

.section-text {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 1.7;
}

.padding-left-40 {
    padding-left: 40px;
}

.padding-right-40 {
    padding-right: 40px;
}

.btn-mod.btn-border:hover, .btn-mod.btn-border:focus {
    color: #fff;
    border-color: transparent;
    background: #fdb82b;
}

.owl-page span {
    background: rgb(253 184 43 / 70%);
}


.owl-page.active span {
    background: #c73a3f;
    bordeR: 0px solid rgb(253 184 43);
}

.mn-sub {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    background: rgb(253 184 43 / 90%);
}

.inner-nav ul li .mn-sub li a {
    color: #000000 !important;
}

.widget-menu {
    font-size: 16px;
}

    .widget-menu li {
        padding-bottom: 0px;
        padding-top: 8px;
        border-bottom: 1px solid #bbbaba;
    }


hr {
    background-color: #000;
    opacity: 0.4;
}

.form input[type="text"], .form input[type="email"], .form input[type="number"], .form input[type="url"], .form input[type="search"], .form input[type="tel"], .form input[type="password"], .form input[type="date"], .form input[type="color"], .form select {
    border: 1px solid rgb(0 0 0 / 52%);
}

.comment-author {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 700;
}

.team-item-name {
    margin-top: 23px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.team-item-role {
    margin-top: 4px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #aaa;
}

a {
    color: #111;
    text-decoration: none;
}

/*.text-center {
    text-align: center !important;
}*/

.post-prev-title {
    margin-bottom: 6px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.font-alt {
    font-family: Dosis, arial, sans-serif;
    text-transform: inherit;
    letter-spacing: 0.1em;
}

.blog-item-data {
    margin-bottom: 30px;
    text-transform: inherit;
    font-size: 11px;
    letter-spacing: 1px;
    color: #aaa;
}
/*
.small-height {
    display: inline-flex;
    height: 90px !important;
}*/




.mobile-on .desktop-nav ul li a {
    display: block;
    width: 100%;
    height: 38px !important;
    line-height: 38px !important;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: left;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .065);
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
}

.mobile-on .desktop-nav ul {
    width: 100%;
    float: none;
    background: rgb(253 184 43);
    position: relative;
    overflow-x: hidden;
}

    .mobile-on .desktop-nav ul li a:hover, .mobile-on .desktop-nav ul li a.active {
        background: rgba(255, 255, 255, .03);
        color: #000;
    }

.inner-nav ul {
    float: right;
    margin: auto;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
}
/*
.inner-nav ul li {
    float: left;
    margin-left: 15px;
    position: relative;
}*/


.inner-nav ul {
    font-size: 15px;
}

    .inner-nav ul li {
        float: left;
        margin-left: 15px !important;
        position: relative;
    }
        .inner-nav ul li .mn-sub li a {
            font-size: 14px;
        }



@media only screen and (min-width: 1800px) and (max-width: 3000px) {
    .inner-nav ul {
        /*font-size: 20px !important;*/
        font-size: 15px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .inner-nav ul {
        font-size: 15px !important;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .inner-nav ul {
        font-size: 15px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .inner-nav ul {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1199px) {
    .inner-nav ul {
        font-size: 13px !important;
    }

        .inner-nav ul li {
            float: left;
            margin-left: 8px !important;
            position: relative;
        }
}



