*:not(i) {
    margin: 0;
    padding: 0;
    font-family: "MarkPro";
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* innerSections */

.left-line {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    background: #E21E23;
    /* height: 100%; */
    padding: 25px;
    transform: rotate(180deg);
}

.left-line p {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.gallery_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.gallery_grid p {
    width: 100%;
    height: 400px;
}

.catdirilmasekiller img,
.gallery_grid img {
    cursor: pointer;
}

.gallery_grid img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.full-desc {
    line-height: 23px;
}

.full-desc-img img {
    width: 400px;
    height: 100%;
    object-fit: contain;
}

.full-desc-content {
    display: flex;
    flex-direction: column;
    /* padding: 25px; */
}

.full-title h2 {
    font-size: 35px;
    font-weight: 600;
}

.full-buttons {
    display: flex;
    gap: 50px;
}

.full-show.active {
    opacity: .5;
}

.full-show {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    outline: none;
    transition: .4s all ease;
    border: 1px solid transparent;
    border-bottom: 3px solid #e21e23;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .small-container {
        max-width: 716px;
    }
}

#innerSection.static {
    background: #fff;
}

.page-content {
    padding-top: 100px;
    font-size: 18px;
    text-align: justify;
}

.head {
    background-color: #f0f0f0;
}

.static-content img:first-of-type {
    display: none !important;
}

.head-cont {
    padding: 140px 15px;
    position: relative;
}

.head h1 {
    margin-bottom: 45px;
    font-size: 55px;
    font-weight: 500;
    line-height: 1.12;
    width: 83%;
}

.static-head-img {
    position: absolute;
    right: 83px;
    top: 40px;
    width: fit-content;
}

.circle {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    margin-left: auto;
    overflow: hidden;
    z-index: 1;
}

.circle img {
    width: 100%;
    position: absolute;
    top: 20%;
    right: 24%;
    height: 250px;
    object-fit: contain;
    width: 240px;
}

.static-head-rect {
    content: "";
    background-color: #B22C2E;
    transform: rotate(20deg);
    position: absolute;
    top: 100px;
    left: -55px;
    width: 120%;
    height: 275px;
}

.catalog-img {
    height: 500px;
}

.catalog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog h2 {
    background: #fff;
    text-align: center;
    padding: .5rem;
    font-size: 1.1rem;
    color: #000;
}

.contact-bg-img {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4235819327731093) 100%, rgba(9, 9, 121, 1) 100%, rgba(0, 212, 255, 1) 100%), url(/img/slider-photo.jpg) center / cover;
    padding: 100px 0;
    text-align: center;
    position: relative;
}

.contact-bg-img h3 {
    font-size: 44px;
    padding-bottom: 15px;
    color: #fff;
}

.contact-bg-img p {
    font-size: 20px;
    color: #fff;
}

.contact-bg-img p a {
    border-bottom: 1px solid #fff;
    transition: all .3s ease;
    color: #fff;
}

section#innerSection {
    background: #eee;
}

.innerFull,
section#innerSection{
    line-height: 1.4;
}

.innerFull ul,
.innerFull ol,
#innerSection ul:not(.medical-sidebar),
#innerSection ol:not(.medical-sidebar){
    padding-left: 2rem;
}

.innerFull li, 
#innerSection li
{
    list-style: initial;
}

.innerFull ul.medical-sidebar li, 
#innerSection ul.medical-sidebar li
{
    list-style: none;
}

.innerFull img:nth-child(odd) {
    margin: 0 2rem 1rem 0 !important;
    float: left;
}

.innerFull img {
    width: 30rem;
    height: 18rem;
    border-radius: 0.5rem;
    object-fit: cover;
}

.contact-icon-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-icon-header svg {
    width: 30px;
    height: 30px;
}

.contact-icon-header h3 {
    font-size: 1.75rem;
}

.contact-address {
    padding: 40px 0;
}

.contact-body p span, .contact-address p span {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    padding-bottom: 15px;
}

.contact-body {
    padding-top: 10px;
}

.cont-border {
    border-bottom: 1px solid #000;
    transition: all .3s ease;
    color: #000;
}

.corporative-mail {
    padding: 20px 0;
}

.contact-social-media {
    display: flex;
    gap: 10px;
    padding: 14px 0 20px 0;
}

.contact-icon {
    width: 34px;
    height: 34px;
    background-color: #696969;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border: 1px solid #454749;
    transition: .3s;
}

.contact-social-media a {
    color: #fff;
}

.contact-icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.input-box {
    position: relative;
    width: 100%;
}

.elaqe-formu .input-box input, .elaqe-formu .input-box textarea {
    background: #fff;
}

.elaqe-formu input.text {
    height: 50px;
}

.elaqe-formu input.text, .elaqe-formu textarea {
    transition: all .3s ease;
    width: 100%;
    border: 2px solid #eaeaea;
    padding: 12px ;
    border-radius: 3px ;
    font-size: 14px;
    outline: none;
    position: relative;
    -webkit-appearance: none;
}

.elaqe-formu textarea {
    height: 140px;
}

.contact-icon-header svg path {
    fill: #b32c2f;
}

.contact-icon:hover {
    background: transparent;
}

.contact-icon:hover a {
    color: #454749;
}

.submit-button {
    display: block;
    display: flex;
    justify-content: end;
}

.btn-submit {
    color: #ffffff;
    border: none;
    margin-top: 20px;
    padding: 18px 70px;
    font-size: 15px;
    border-radius: 3px;
    transition: .3s;
    background: #b32c2f;
}

.btn-submit:hover {
    background-color: #746904b4;
    color: #fff;
}

.sertifikat-card img {
    width: 100%;
    height: 400px;
}

.delivery-main-img img {
    float: left;
    width: 30rem;
    height: 18rem;
    object-fit: cover;
    margin: 0 2rem 1rem 0 !important;
    border-radius: .5rem;
}

#innerSection .xfieldimagegallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 !important;
}

#innerSection .xfieldimagegallery li {
    flex: 1 1 300px;
    height: 400px;
}

#innerSection .xfieldimagegallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.acc-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 30px 0;
}
.acc-logos .row{
    justify-content:space-between;
}
.acc-logos img {
    width: 100%;
    /*flex: 0 1 100px;*/
    height: 100%;
    object-fit: contain;
}

.career-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 230px;
    padding: 32px 40px;
    background-color: #fff;
    position: relative;
    border-radius: 16px;
    box-shadow: inset 0 0 0 1px #EBEBEB;
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.career-card h3 {
    padding: 0 0 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #124F2E;
}

.career-infos {
    display: flex;
    justify-content: space-between;
}

.career-infos p {
    padding: 0 0 0 28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #A2A7AC;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-image: url(https://www.bravosupermarket.az/site/templates/img/location_gray_icon.svg);
}

.career-infos span {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #A2A7AC;
}

a.full_link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.career-card:hover {
    transform: translate(0, -2px);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}

.career-littleinfo {
    width: 100%;
    box-shadow: 0 6px 12px rgba(30,10,58,.04);
    border-radius: 20px;
    padding: 24px;
    background-color: #fff;
}

.exp i {
    color: #717b9e;
}

.exp > div {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.exp div:nth-child(2) {
    border-left: 1px solid #c8c8c8;
    padding-left: 1rem;
}

.career-title span {
    font-size: .9rem;
}

.career-logo img {
    width: 70px;
    height: 70px;
    border: 1px solid #e7e7f1;
    border-radius: 18px;
}

.career-desc {
    background-color: #fff;
    margin-top: 16px;
    box-shadow: 0px 6px 12px rgba(30,10,58,.04);
    border-radius: 20px;
    padding: 24px;
    box-sizing: border-box;
}

.vacancy-submit button {
    background: #b45e5e;
    color: #fff;
    border: none;
    padding: .7rem 1rem;
    border-radius: 3rem;
    font-weight: 600;
}

.medical-sidebar {
    width: 100%;
    padding: 20px;
    background: #fff;
    border: 1px solid #e7e7f1;
    border-radius: 10px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.medical-sidebar li.active{
    order: -1;
}

.medical-sidebar li.active a {
    color: #000;
}

.medical-sidebar li a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
    color: #d9d9d9;
    transition: all 0.5s ease-out;
}

.medical-sidebar li a{
    color: #000;
}

.medical-sidebar li a::after {
    content: "";
    position: absolute;
    height: 25px;
    width: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    font-size: 28px;
    background-color: #d9d9d9;
    transition: all 0.5s ease-out;
}

.medical-sidebar li.active a:before,
.medical-sidebar li.active a:after,
.medical-sidebar li.active a{
    color: #396cf0;
}

.career-right {
    position: sticky;
    top: 10rem;
}

.medical-sidebar li a {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #d9d9d9;
    color: #111111;
    transition: all 0.5s ease-out;
}

/* innerfull */

header {
    position: fixed;
    width: 100%;
    z-index: 9;
    transition: .4s all ease;
    background: #fff;
}

header.sticky {
    position: sticky;
    top: 0;
}

.modal-body input, .modal-body textarea {
    width: 100%;
    padding: .6rem 1rem;
    border: 1px solid #e9e9e9;
    outline: none;
    border-radius: .2rem;
}

.modal-body textarea {
    padding: 1rem 1rem;
    min-height: 150px;
    resize: none;
}

.modal-body button {
    width: 100%;
    padding: 1rem;
    background: #B82A2B;
    color: #fff;
    font-weight: 600;
    border-radius: 0.3rem;
    letter-spacing: .3px;
    transition: .4s all ease;
    border: 1px solid transparent;
}

.modal-body button:hover {
    border: 1px solid #B82A2B;
    background: none;
    color: #000;
}

.modal-dialog {
    min-width: 50%;
}

header.fixed {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

header.fixed .navbar-top {
    padding-top: .5rem;
}

.online-sorgu.btn {
    border: none;
    background: none;
    color: #000;
}

.ham-lines .line {
    width: 33px;
    height: 3.5px;
    background-color: #000;
}

.ham-lines {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

ul.pushNav {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pushNav {
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    overflow: hidden;
    display: none;
    background: #383a44;
    transition: ease-in-out 0.5s;
    flex-direction: column;
}

.pushNav i {
    display: inline;
}

.pushNav hr {
    border: 1px solid #555;
}

.pushNav,
.pushNav a {
    font-size: 1em;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}

.pushNavIsOpen {
    overflow: auto;
    height: 100%;
}

.js-topPushNav.isOpen,
.pushNav_level.isOpen {
    right: 0;
}

.closeLevel,
.openLevel {
    cursor: pointer;
}

.openLevel,
.closeLevel,
.pushNav a {
    padding: 1em 0;
    display: flex;
    text-indent: 20px;
    transition: background 0.4s ease-in-out;
}

.openLevel:hover,
.closeLevel:hover,
.pushNav a:hover {
    background: #494a50;
}

.hdg {
    background-color: #2d2d31;
}

.closeLevel,
.closelevel>i {
    font-size: 1em;
    color: #a5a5a4;
}

.burger i {
    font-size: 2em;
    float: right;
}

.screen {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.pushNavIsOpen .screen {
    height: 100%;
    opacity: 1;
}

.fa-navicon {
    display: inline;
    padding: 5px;
    color: #000;
}

.ham-wrapper {
    display: none;
}

.ham-wrapper a {
    color: #20c270;
    text-decoration: none;
}

.ham-wrapper button {
    background-color: #20c270;
    margin: 50px auto;
    display: block;
    padding: 10px 40px;
    border: none;
}

.ham-wrapper button:hover {
    background-color: #18a960;
}

.ham-wrapper button a {
    color: #fff;
    font-size: 2em;
}

.js-topPushNav.isOpen,
.pushNav_level.isOpen {
    right: 0;
}

.navbar-top {
    padding-top: 1rem;
    transition: .4s all ease;
}

.number span:first-child {
    font-weight: 600;
}

.number span {
    opacity: .7;
}

.navbar-nav .nav-item .areas-menu {
    position: absolute;
    left: 96px;
    z-index: 200;
    background-color: white;
    /* padding: 20px; */
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.navbar-nav .nav-item:hover .areas-menu {
    opacity: 1;
    visibility: visible;
}

.container .navbar-nav .nav-item .areas-menu li:hover {
    background-color: #f3f3f3;
}

.navbar-nav .nav-item .mega-menu {
    position: absolute;
    left: 0;
    z-index: 200;
    background-color: #f8f8f8;
    width: 100%;
    box-shadow: 0px 20px 21px 0px #67676730;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.navbar-nav .sub-menu .nav-menu:hover .mega-menu {
    opacity: 1;
    visibility: visible;
}

.container .navbar-nav .nav-item .mega-menu li:hover {
    background-color: #f3f3f3;
}

.container .navbar-nav .nav-item .mega-nav {
    position: absolute;
    left: 0;
    z-index: 200;
    background-color: white;
    width: fit-content;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.container .navbar-nav .nav-item .mega-nav .sub-menu {
    display: flex;
    /*justify-content: space-between;*/
    width: 100%;
    transition: 0.3s;
}

.navbar-nav {
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    height: 100px;
    transition: .4s all ease;
}

header.fixed .navbar-nav {
    height: 60px;
}

hr {
    border-bottom: solid 1px rgb(35, 46, 67);
    opacity: 0.15;
    margin: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: bold;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 18px;
    padding: 0 0px 20px 0px;
}

.container .navbar-nav .forhover span {
    position: relative;
}

.navbar-nav .forhover span:after {
    content: '';
    display: block;
    margin-top: 5px;
    background-color: #ffffff;
    transition: all 300ms cubic-bezier(1.000, 0.000, 0.600, 1.000);
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    opacity: 0.8;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.navbar-nav .forhover:hover span:after {
    transform: scaleX(1);
}

.navbar-nav .forhover span:after {
    background-color: #3798da;
}

.container .navbar-nav .nav-item .areas-menu li a {
    padding: 1rem 1.5rem;
    position: relative;
    color: #191919;
    line-height: 1.2;
    font-size: 14px;
    display: block;
    border: 0;
}

.container .navbar-nav .nav-item:hover .mega-nav {
    opacity: 1;
    visibility: visible;
}

.container .navbar-nav .nav-item .mega-nav .sub-menu .nav-menu a {
    padding: 1rem 1.5rem;
    position: relative;
    line-height: 1.2;
    font-size: 16px;
    display: block;
    border: 0;
}

.nav-item a {
    color: var(--color2);
    display: block;
}

.container .navbar-nav .nav-item .mega-nav .sub-menu .nav-menu:hover {
    background: #ededed;
}

.sub-menu .nav-menu {
    position: relative;
}

.sub-menu .mega_sub_menu {
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    background: #fff;
}

.sub-menu .nav-menu:hover .mega_sub_menu {
    opacity: 1;
    visibility: visible;
}


/* slider section start */
 .carousel-item .second-overlay {
    position: absolute;
    inset:0;
    height:100%;
    width:100%;
    background:linear-gradient(90deg, rgb(255 255 255) 1%, rgba(255, 255, 255, 0.875) 40%, rgba(255, 255, 255, 0) 66%);
  }
  .myowncontent{
      position:relative;
      z-index:20;
  }
.myowncontent sup{
    font-size:24px;
}
.line-text {
    width: 0;
    border-bottom: 3px solid #232e43;
    margin: 10px 0
}

.line-text.animate-line {
    -webkit-animation-name: line;
    animation-name: line;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes line {
    0% {
        width: 0%
    }

    100%,
    25% {
        width: 45%
    }

    50% {
        width: 70%
    }

    75% {
        width: 60%
    }
}

#slider .carousel-inner {
    height: 85vh;
}

#slider .carousel-inner .carousel-item {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    top: 0;
}

.carousel-item img.bg-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#slider .carousel-inner .carousel-item .row {
    justify-content: center;
    align-items: center;
}

#slider .carousel-inner .carousel-item .box-text h2 {
    font-size: 40px;
    padding-bottom: 25px;
    color: #232e43;
}

#slider .carousel-inner .carousel-item .content {
    display: flex;
    justify-content: center;
    align-items: center;
}

#slider .carousel-inner .carousel-item .box-img {
    display: flex;
    justify-content: center;
}

#slider .carousel-inner .carousel-item .box-img .large-img {
    width: 100%;
}

#slider .carousel-inner .carousel-item .box-img .large-img img {
    object-fit: cover;
}

#slider .carousel-control-prev,
.carousel-control-next {
    font-size: 46px;
    color: rgba(0, 0, 0, 0.7);
    width: 4%;
    top: 15%;
    transition: 0.3s;
}

#slider .carousel-control-prev i,
#slider .carousel-control-next i {
    font-size: 30px;
}

#slider .carousel-inner .carousel-item:hover+.cr-icon {
    opacity: 1;
    visibility: visible;
}

#slider .carousel-control-next:hover {
    color: #232E43;
}

#slider .carousel-control-prev:hover {
    color: #232E43;
}

#slider .carousel-inner .carousel-item .container {
    position: absolute;
    top: 50%;
    transform: translate(0, -39%);
}

#slider .carousel-inner .carousel-item .box-text p {
    font-size: 15px;
    color: #232e43;
    line-height: 1.4;
}

#slider .carousel-inner .carousel-item .box-text button {
    background: transparent;
    border: 1px solid #A5322C;
    border-radius: 3px;
    transition: 0.3s;
    margin-top: 24px;
    padding: 6px 0px;
    color: red;
}

#slider .carousel-inner .carousel-item .box-text button a {
    font-size: 13px;
    color: #A5322C;
    padding: 6px 20px;
    text-transform: uppercase;
}

#slider .carousel-inner .carousel-item .box-text button:hover {
    background: #A5322C;
}

#slider .carousel-inner .carousel-item .box-text button:hover a {
    color: #fff;
}

/* about */

/*#about video {*/
/*    height: 350px;*/
/*}*/

.plyr__video-wrapper,
.plyr--video .plyr__controls{
    border-radius: 16px;
}

.html5-video-container {
    height: 100%;
    width: 100%;
}

.html5-video-player .video-stream {
    top: 0 !important;
    height: 100% !important;
}

#player {
    object-fit:cover;
}

.plyr__poster {
    background-size: cover;
}

.plyr--video {
    height: 300px;
}

#about {
    position: relative;
    padding: 6rem 0 4rem 0;
}

.about-right {
    padding: 2rem;
    gap: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    max-height: 350px;
}

#about .slogan {
    position: absolute;
    font-size: 24em;
    z-index: -1;
    color: #c9173721;
    top: -12px;
    width: 100%;
    text-align: center;
    font-weight: 900;
}

.about-right h2 {
    font-size: 32px;
    font-weight: bold;
}

.about-right p {
    line-height: 1.4;
}

.about-right a {
    background: brown;
    color: #fff;
    border: 1px solid transparent;
    width: fit-content;
    padding: .8rem 3rem;
    border-radius: 3rem;
    transition: .4s all ease;
}

.about-right a:hover {
    background: transparent;
    border: 1px solid brown;
    color: #000;
}

/* brendler */

.brend-card {
    background: #fff;
    margin:0 5px;
    padding: 5rem 1.5rem;
    width: 400px;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: .5rem;
    gap: 1rem;
}

.brend-img img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    padding: 0 30px;
}

.brend-title h2 {
    padding: .5rem 0;
    font-size: 1.3rem;
    text-align: center;
    background: #eeeeee36;
    font-weight: 400;
    margin-top: 1rem;
}

.brend-card span {
    background-color: transparent;
    display: block;
    line-height: 50px;
    border: 1px solid red;
    font-size: 13px;
    margin-top: 20px;
    text-align: center;
    border-radius: 2px;
    width: 100%;
    height: 50px;
    font-weight: 700;
    color: #000;
    padding: 0;
    text-transform: uppercase;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
}

.brend-card span:hover {
    background: red;
    border: 1px solid red;
    color: #fff;
}

.acc-desc {
    background: #fff;
    margin-top: 1rem;
    padding: 3rem 5rem;
    line-height: 1.4;
    border-radius: .5rem;
}

/* products */
#brend-referancee{
   background-color: #a8a8a81b;
    border: none;
    border-radius: 22px;
    height: 120px;
    display: flex;
    width:277px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    cursor: auto;
}

.gallery-image {
    width:100%;
    height:300px;
}
.gallery-image img{
    width:100%;
    object-fit:cover;
    object-position:bottom;
    height:100%;
}
#brends, 
#categories {
    padding: 2rem 0;
    background: #eee;
}

.blogs-content {
    margin-top: 30px;
}

.products a {
    text-decoration: none !important;
}

.blog-box .blog-title {
    line-height: 1.125rem;
    font-size: 19px;
    color: #5f576b;
    font-weight: 500;
}

.blog-box {
    box-shadow: 0 0 4rem rgb(0 0 0 / 8%);
    border-radius: .3125rem;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border: 0;
    min-height: 450px;
}

.blog-box .blog-img-container img {
    width: 100%;
    object-fit: contain;
    height: 250px;
    border-bottom: 1px solid #eee;
}

.blog-img-container {
    position: relative;
}

.brend-card {
    position: relative;
}

.blog-img-container::after,
.brend-img::after{
    content: "";
    position: absolute;
    left: 1rem;
    top: .5rem;
    width: 80px;
    height: 80px;
    background: url(/img/azlablogocropped.png)center/contain no-repeat;
}

.blog-box .blog-description {
    padding: 25px;
    box-sizing: border-box;
}

.read-more {
    background-color: #fff;
    display: block;
    line-height: 50px;
    border: 1px solid #eff0f2;
    font-size: 13px;
    margin-top: 20px;
    text-align: center;
    border-radius: 2px;
    width: 100%;
    height: 50px;
    font-weight: 700;
    color: #000;
    padding: 0;
    text-transform: uppercase;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.read-more:hover {
    border-color: red;
    color: #fff;
    background-color: red;
}

.blog-box .blog-description .blog-subtitle {
    font-size: 14px;
    color: #5f576b;
    margin-top: 13px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    min-height: 40px;
}

.see-all {
    color: #777982;
    border-bottom: 1px solid #777982;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 14px;
}

.see-all:hover {
    text-decoration: none;
    color: #777982;
    border-color: transparent;
}

.owl-carousel .owl-item {
    padding: 1rem 0;
}

/* categories */

.products{
    padding: 3rem 0;
    /*background: #eee;*/
}

#categories .item {
    width: 100%;
    position: relative;
    height:300px;
    overflow: hidden;
}

#categories .item:hover img {
    transform: scale(1.10);
}

#categories .item a img {
    transition: all 0.3s ease-in-out;
}

#categories .item-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 3;
}

#categories .item-text span {
    margin-bottom: 3px;
    display: inline-block;
    color: white;
    background-color: #51b845;
    padding: 2px 11px;
    font-weight: 600;
    font-size: 11px;
}


#categories .item-text p {
    color: white;
    padding: 7px 5px;
    font-weight: 600;
    font-size: 1.5rem;
}

.overlay {
    background: linear-gradient(transparent, #000000);
    height: 115px;
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0;
}

.overlay2 {
    background: #00000000;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0;
}

#categories .item a img {
    width: 100%;
    height: 366px;
    object-fit: cover;
    object-position: bottom;
}

/* brendler */

#referanslar{
    padding: 3rem 0;
}

.referans {
    display: inline-block;
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    /*opacity: 0.3;*/
    margin: 0px 40px;
    transition: 0.3s;
}

.child-inner img {
    height: 100px;
    width: 134px;
    object-fit: contain;
}

.logo-line {
    padding: 0px;
    margin: 0px;
    background: #E5E5E5;
}

/* best prices */

#best-prices {
    padding-bottom: 3rem;
}

#best-prices .image {
    position: relative;
}

#best-prices .image .gradinet-box {
    background: linear-gradient(150deg, #3798da, transparent);
    border-radius: 48%;
    width: 75%;
    height: 100%;
    position: absolute;
    left: 20px;
}

#best-prices .image img {
    width: 100%;
    height: 450px;
    position: relative;
    object-fit: contain;
}

#best-prices .title-text {
    color: black;
    font-size: 34px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 38px;
}

#best-prices p {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 40px;
}

#best-prices img {
    object-fit: cover;
}

#best-prices .big-icons {
    padding: 0;
    margin: 0;
    line-height: 2.3;
}

#best-prices .big-icons li {
    background-image: url("https://azlab.lorem.az/img/verification_i.png");
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 30px;
    background-position-y: center;
    font-size: 15px;
}

#best-prices span {
    font-size: 22px;
    margin-top: 24px;
    color: black;
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
}

#best-prices .zengedek span {
    margin: 0;
    font-size: 15px;
    color: white;
}

#best-prices .about h6 {
    font-size: 13px;
    color: #525c70;
    margin-bottom: 0;
    opacity: 0.7;
}

#best-prices .about::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #fff;
    display: block;
    transform: rotate(45deg);
    top: -5px;
    left: 46.6%;
    border-top: solid;
    border-left: solid;
    border-width: 1px;
    border-color: rgba(34, 124, 218, 0.1);
}

#best-prices .qn-mark:hover .about {
    opacity: 1;
    visibility: visible;
}

#best-prices .about {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    left: -100px;
    top: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 5px rgba(21, 42, 64, 0.2);
    box-shadow: 0 0px 5px rgba(21, 42, 64, 0.2);
    background: #fff;
    max-width: 340px;
    min-width: 340px;
    padding: 20px 27px 21px;
    position: absolute;
    transition: opacity 0.2s, 0.3s;
    font-size: 12px;
}

#best-prices .prices h1 {
    color: #525c70;
    font-size: 28px;
    margin-right: 15px;
}

#best-prices .prices {
    display: flex;
    margin: 37px 0px 0px;
    flex-flow: row-reverse;
    justify-content: flex-end;
    font-size: 22px;
}

#best-prices .prices .qn-mark {
    background-image: url(https://azlab.lorem.az/img/help_icon_big.png);
    background-size: auto;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#best-prices .buttons {
    display: flex;
}

#best-prices .buttons .btn_block {
    background: #3798da;
    border: none;
    border-radius: 3px;
    transition: 0.3s;
    margin-top: 17px;
    padding: .5rem 1.2rem;
}

#best-prices .buttons .zengedek {
    border: 2px solid #7EBB37;
    font-size: 13px;
    border-radius: 3px;
    background-color: #7EBB37;
    font-weight: 500;
    color: white;
    cursor: pointer;
}

#best-prices .buttons .btn_block:first-child {
    margin-right: 10px;
}

#best-prices .buttons .btn_block:first-child:hover {
    background: #5a7095;
}

#best-prices .buttons .btn_block:nth-child(2):hover {
    border: 2px solid #1970c9;
    background-color: white;
}

#best-prices .buttons .btn_block:nth-child(2):hover span {
    color: #3798da;
}

#best-prices .buttons .btn_block a {
    font-size: 15px;
    color: white;
    display: inline-block;
}

/* blogs */

#blogs{
    padding: 3rem 0;
    background: #eee;
}

.blog-item {
    height: 312px;
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
}

.blog-item::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.4%, rgba(0, 0, 0, .56) 58.85%, rgba(0, 0, 0, .8) 100%);
    width: 100%;
    height: 100%;
    border-radius: .5rem;
}

.blog-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .5rem;
    transition: .4s all ease;
}

.blog-item h2 {
    position: absolute;
    bottom: 3.5rem;
    left: 1rem;
    z-index: 2;
    max-width: 80%;
    color: #fff;
    width: fit-content;
}

.blog-item h4 {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 2;
    max-width: 80%;
    color: #fff;
    width: fit-content;
}

.blog-item h4 {
    color: black;
    background: #fff;
    padding: .2rem 1.5rem;
    width: 9rem;
    border-radius: 1.5rem;
    transition: .4s all ease;
    text-align: center;
}

.blog-item:hover img {
    transform: scale(1.1);
}

.blog-item:hover h4 {
    width: 100%;
}

.blog-category {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #fff;
    color: #000;
    padding: .3rem 1rem;
    border-radius: 1rem;
    font-size: .8rem;
}

/* call-to-action */

#call-to-action {
    padding: 36px 0;
    background-color: #fff;
}

#call-to-action .content_area {
    background-color: #000;
    border-radius: 30px;
    padding: 60px 80px;
}

#call-to-action .call_to_action_content h3 {
    font-size: 32px;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px;
}

#call-to-action .call_to_action_content h3 img {
    width: 50px;
    height: 50px;
}

#call-to-action .forms_area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
}

#call-to-action .forms_area .forms_textarea {
    position: relative;
    width: 100%;
    padding: 0 10px;
}

#call-to-action .forms_textarea textarea {
    border: 1px solid #181818;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-height: 200px;
    resize: vertical;
}

#call-to-action .forms_textarea textarea, .forms_input input {
    display: block;
    min-height: 56px;
    padding: 17px 18px;
    color: #fff;
    opacity: .6;
    font-size: 14px;
    line-height: 20px;
    background-color: #2c2c2c;
    outline: 0;
    width: 100%;
    font-family: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.call_label {
    position: absolute;
    top: 20px;
    left: 25px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    opacity: .5;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    pointer-events: none;
}

#call-to-action .forms_textarea textarea:focus+.call_label, #call-to-action .forms_textarea textarea:valid+.call_label {
    position: absolute;
    top: 5px;
    font-size: 13px;
    width: 100%;
}

#call-to-action .forms_input input:focus+.call_label, #call-to-action .forms_input input:valid+.call_label {
    position: absolute;
    top: 5px;
    font-size: 13px;
    width: 100%;
}

.forms_input {
    flex: 0 0 50%;
    position: relative;
    padding: 0 10px;
    width: 50%;
}

.forms_input input {
    border: 1px solid #181818;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.forms_btn {
    flex: 0 0 50%;
}

.forms_btn button {
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    background: linear-gradient(to bottom, #ffffffc4 0%, #ffffff 100%);
    color: #000;
    padding: .8em 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    transition: .3s;
}

.forms_btn button .svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2);
    margin-right: .5em;
    transition: .3s;
}

.forms_btn button svg {
    width: 18px;
    height: 18px;
    fill: white;
    transition: .3s;
}

.forms_btn button span {
    display: block;
    transition: .3s;
}

.forms_btn button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, .3);
}

.forms_btn button:hover .svg-wrapper {
    background-color: rgba(255, 255, 255, .5);
}

.forms_btn button:hover svg {
    transform: rotate(45deg);
}


/* footer */

#footer {
    background-color: #363636;
    padding: 50px 0;
}

.footer_phone-wrap h4 {
    margin-bottom: 20px;
    opacity: .5;
    font-size: 24px;
    color: #eee;
}

.footer_phone-wrap a, .footer_phone-wrap span {
    transition: .3s;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    line-height: 1.4;
}

.apply_for_footer {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.footer-head .apply_for_footer button {
    display: flex;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.footer-head .apply_for_footer button div {
    padding: 20px 40px;
    font-size: 15px;
    display: block;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    transition: color .3s;
    position: relative;
    z-index: 7;
}

.apply_for_footer button div::before {
    border-radius: inherit;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    border: 2px solid #f7f7f7;
}
.apply_for_footer button div::before, .footer-head .apply_for_footer button div::after {
    content: '';
    z-index: -1;
    pointer-events: none;
    transition: transform .5s, opacity .3s, -webkit-transform .3s;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}

.footer-head .apply_for_footer button div::after {
    border-radius: inherit;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    opacity: 0;
}
.apply_for_footer button div::before, .footer-head .apply_for_footer button div::after {
    content: '';
    z-index: -1;
    pointer-events: none;
    transition: transform .5s, opacity .3s, -webkit-transform .3s;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}

.footer-head .apply_for_footer button div:hover {
    color: #212529;
}

.footer-head .apply_for_footer button div:hover::before {
    transform: scale(1.2);
    opacity: 0;
    border: 2px solid #fff;
}

.footer-head .apply_for_footer button div:hover::after {
    background: #eee;
    opacity: 1;
    transition: .5s;
}

.all-navigate_btn, .footer-head .footer-menu .footer_menu-list {
    display: flex;
}

.footer-head .footer-menu .footer_menu-list {
    padding: 4px 0;
    flex-wrap: wrap;
    font-size: 13px;
    text-transform: uppercase;
    margin: 3.5rem 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-siteby a:hover {
    border-color: transparent;
}

.footer_nav-item a {
    position: relative;
    color: #fff;
    display: block;
    white-space: nowrap;
    font-weight: 700;
}

.footer_nav-item a::before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 0;
    border-bottom: 2px solid #f76a51;
    color: #f76a51;
    content: attr(data-hover);
    -webkit-transition: max-width .5s;
    -moz-transition: max-width .5s;
    transition: max-width .5s;
    text-shadow: 0 0 #2c2c2c;
}

.footer_nav-item a:hover:before {
    max-width: 100%;
}

.footer_bottom .row {
    align-items: center;
    row-gap: 20px;
}

#footer .footer_bottom {
    display: flex;
    flex-wrap: wrap;
    /*padding: 20px 0 40px;*/
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.footer-logo a img, .header_left a img {
    width: 150px;
    height: auto;
}

.footer-siteby a img {
    width: 100px;
    height: auto;
}

.footer-copyright {
    padding-right: 5px;
    color: #fff;
}
.footer-copyright, .footer-siteby {
    -webkit-font-smoothing: antialiased;
}

.footer-siteby {
    color: #fff;
    display: flex;
}

.footer-siteby a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: .3s;
}

.footer-social-media {
    display: flex;
    gap: 24px;
    justify-content: flex-end;
}

.footer-social-media a {
    color: #fff;
    font-size: 18px;
    position: relative;
    display: block;
}

.footer-icon img {
    width: 21px;
    height: 21px;
}

.footer-icon .colored-icon {
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    height: 21px;
    transition: .3s;
}

.footer-icon a:hover .colored-icon {
    transform: scaleX(1);
}

@media screen and (max-width: 1201px) {
    #best-prices .prices .qn-mark {
        display: none;
    }
    
    #best-prices .image img {
        height: 350px;
    }
}


@media screen and (max-width: 991px) {
    
    .page-content {
        padding-top: 3rem;
    }
    
    .exp div:nth-child(2) {
        padding-left: 0;
        border-left: 0;
    }
    
    .vacancy-submit button {
        font-size: 13px;
        width: 100%;
    }
    
    .medical-sidebar {
        margin-bottom: 0;
    }
    
    #about .slogan {
        font-size: 9rem;
        top: 15px;
    }
    
    #slider .carousel-inner .carousel-item .container {
        transform: translate(0);
        top: 0;
    }
    
    .navbar-top {
        padding-bottom: 1rem;
    }

    .navbar-top.fixed {
        padding-bottom: 2rem;
    }

    .pushNav {
        width: 350px;
        right: -100%;
        width: 75%;
    }
    
    .ham-wrapper,
    .pushNav {
        display: block;
    }

    #slider .carousel-inner .carousel-item .box-img .large-img img {
        width: 100%;
        height: 100%;
    }

    .box-text {
        text-align: center;
        padding: 1rem 0;
    }
    
    header {
        position: sticky;
        top: 0;
    }
    
    .about-right {
        max-height: 100%;
        padding: 2rem 0 0 0;
    }
    
    .brend-card,
    .innerFull img,
    .apply_for_footer, 
    .footer-head .apply_for_footer button, 
    .footer-head .apply_for_footer button div{
        width: 100%;
    }
    
    #call-to-action .content_area {
        padding: 2rem 1rem;
    }

    #slider .carousel-inner .carousel-item .box-text h1,
    #slider .carousel-inner .carousel-item .box-text h2{
        font-size: 25px;
    }

    #slider .carousel-control-prev,
    .carousel-control-next {
        width: 15%;
    }
    
    .acc-desc {
        padding: 3rem 1rem;
    }
    
    #brend-referancee {
        flex: 1 1 32%;
    }

    .referans {
        margin: 0 5px;
    }
    
    #best-prices .image .gradinet-box {
        left: 0;
    }
    
    #best-prices .image img {
        height: 250px;
    }
    
    #best-prices .image .gradinet-box {
        width: 100%;
    }
    
    #best-prices .buttons .btn_block {
        margin: 0;
        width: 100%;
    }
    
    #best-prices .buttons {
        padding-top: 1rem;
    }
    
    .footer-copyright,
    .footer-logo,
    .footer_phone-wrap {
        text-align: center;
    }
    
    .footer-siteby,
    .footer-social-media {
        justify-content: center;
    }
    
    .delivery-main-img img {
        width: 100%;
    }
}



