*:not(i) {
    margin: 0;
    padding: 0;
    font-family: "Poppins";
}

:root {
    --default: #5b8c51;
    --white: #fff;
    --black: #000;
    --color-1: #5b8c51;
    --bg-4: #5b8c51;
    --bg-5: #d7d7d7;
    --color-2: #404a3d;
    --color-3: #666;
    --color-4: #404a3d;
    --bg-2: #404a3d;
    --bg-3: #eddd5e;
    --bg-1: #f8f7f0;
    --bg-6: #404a3d;
    --border-2: #404a3d;
    --border-3: #5b8c51;
    --border-4: rgba(255, 255, 255, 0.377);
    --border-1: rgba(64, 74, 61, 0.2);
    --border-5: #ddd;
    --box-shadow-1: rgb(255 250 250 / 30%);
}

.pdf-card {
    height: 400px;
}

.pdf-card img {
    height: 100%;
    width: 100%;
}

.pdf-card h3 {
    font-size: 17px;
    color: #000;
    text-align: center;
    font-weight: 600;
}

/*.nav-tabs .nav-link {*/
/*    color: #000;*/
/*    background: #fff;*/
/*}*/

.tab-content {
    padding-top: 2rem;
}

.nav-link.active {
    background: transparent !important;
    border: none;
}

.nav-link.active .services-item {
    color: #fff;
    background: #bfa4eb;
    padding:10px;
}

.nav-link.active .services-item img {
    filter: invert(1);
}

.services-item {
    padding:10px ;
    min-width: 200px;
    po=sition: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 15px;
    top: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #212121;
    height: 150px;
    cursor: pointer;
    margin-bottom: 20px;
}

.services-item .service-back-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    border-radius: 15px;
}

.services-item .overlay {
    display: none;
    border-radius: 15px;
    background-color: #00000091;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.services-item-wrap {
    text-align: center;
    z-index: 0;
}

.services-item-wrap img {
    filter: hue-rotate(200deg);
}

.service-icon {
    width: 70px;
}

.services-item h2 {
    font-size: 18px;
    margin-top: 20px;
}

.services-item:hover {
    color: #fff;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 28px 53px -8px #c4c4c4;
    box-shadow: 0 28px 53px -8px #c4c4c4;
}

.services-item:hover img {
    opacity: 1;
}

.services-item:hover .overlay {
    display: block;
}

.services-item:hover .service-icon {
    filter: grayscale(100%) invert(1) brightness(2.5);
}

.brendphotos {
    row-gap: 20px;
}

.brendphotos a {
    width: 24%;
    height: 360px;
    object-fit: cover;
    margin-right: 8px;
    display: inline-block;
}

.brendphotos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brendphotos br {
    display: none;
}

/* innerpages */

#incontentfull {
    padding: 60px 0;
}

.sloutions-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 30px;
    flex-direction: column;
    margin-top: 20px;
    background: url(https://keystoneacademic-res.cloudinary.com/image/upload/v1696411259/articles/educationscom/article-hero-image-2991.jpg) center / cover no-repeat;
}

.solutions-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #2bb673;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contImg {
    width: 100%;
    height: 480px;
    /*margin-bottom: 30px;*/
}
.contImg img {
    width: 100%;
    height:100%;
    object-fit:contain;
}
.solutions-icon svg {
    fill: #fff;
}

.sloutions-wrapper article {
    text-align: center;
    margin-top: 20px;
}

.sloutions-wrapper article h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.sloutions-wrapper article a {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    justify-content: center;
    color: #fff;
}

.sloutions-wrapper article a svg {
    fill: #fff;
}

.sloutions-wrapper article a {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    justify-content: center;
    color: #fff;
}

.call-link {
    padding: 15px 20px;
    border-radius: 20px;
    background: #2bb673;
    transition: 0.3s ease-in-out;
    display: inline-block;
    font-weight: bold;
    max-width: 200px;
    margin: 20px auto 0;
}

.recent-post {
    position: fixed;
    top: 80px;
    right: 0;
    background: #fff;
    max-height: 89vh;
    overflow: auto;
    padding: 20px;
    /*border-radius: 20px;*/
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    max-width: 220px;
    z-index: 5;
}

img.sidebaractiveimg {
    width: 150px;
    margin: 0 auto;
    height: 156px;
    display: flex;
    object-fit: contain;
    box-shadow: 2px 3px 1px #000;
    margin-bottom: 2rem;
}

.recent-post-card img {
    height: 46px;
    object-fit: contain;
    width: 100%;
    margin: 0 auto;
    opacity: .5;
    transition: .5s all ease;
}

.recent-post-card img:hover {
    opacity: 1;
    transform: scale(1.1);
}

.recent-post h3 {
    font-size: 20px;
    font-weight: bold;
    color: #2bb673;
    margin-bottom: 20px;
}

.recent-post figure {
    margin-right: 10px;
}

.recent-post figure img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 10px;
}

.recent-post-card article {
    width: calc(100% - 100px);
}

.recent-post-card span {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin-bottom: 5x;
    display: block;
}

.recent-post-card a {
    font-size: 18px;
    color: #666;
    line-height: 1.2;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

.recent-post-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 20px;
}

.blog_card a {
    background: #fff;
    display: inline-block;
}

.blog_card h5 {
    margin-top: 10px;
    font-size: 17px;
    color: #bfa4eb;
    padding: 1rem;
    min-height: 75px;
}

.blog-inside-image img {
    max-height: 400px;
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.blog-inside-content {
    margin-top: 10px;
}

.blog-inside-list {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.blog-inside-list li {
    list-style: none !important;
}

.blog-inside-list li svg {
    fill: #2bb673;
}

.blog-inside-list li span {
    color: #000;
    margin-left: 4px;
}

.blog-inside-list li {
    margin-right: 10px;
}

section#bgFull {
    height: 25vh;
    max-width: 85.5%;
}

section#bgFull h4,
section#bgFull .page-title-second .over a{
    color: #000 !important;
}

.blog-inside-description {
    font-size: 18px;
    text-align:justify;
}

section#bgFull > div > div {
    align-items: center;
}

.partnor-card {
    padding: 1rem;
    background: #fff;
    position: relative;
}

    .partnor-card-figure {
  position: relative;
  /*border-radius: 30px;*/
  transition: 0.3s ease-in;
  overflow: hidden;
  height: 250px;
}
.partnor-card-figure img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.partnor-card h6 {
  font-size: 13px;
  line-height: 24px;
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.5px;
  padding: 5px 15px 3px 15px;
  box-shadow: 0 0 9px 3px #fff;
  margin-bottom: 5px;
  border-radius: 15px;
  background: #eee;
  color: var(--color-1);
}
.partnor-card-figure img {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.readmore {
  bottom: 30px;
  right: 20px;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 45px;
  display: flex;
  align-items: center;
  height: 45px;
  overflow: hidden;
  border-radius: 50%;
  justify-content: center;
  background: var(--bg-3);
  color: var(--color-3);
}
.readmore svg {
  transition: transform 0.4s ease-in, opacity 0.4s ease-in;
}
.readmore-svg2 {
  transform: scale(0.26) translate(-60px, 54px);
}
.readmore-svg1 {
  transform: scale(1) translate(-7px, 0px);
}
.partnor-card-content {
  padding: 20px 10px;
}
.partnor-card-publish-list {
  display: flex;
  align-items: center;
  justify-content: start;
}
.partnor-card-publish-list li {
  display: flex;
  align-items: center;
  color: var(--color-3);
}
.partnor-card-publish-list li svg {
  margin-right: 5px;
  color: var(--color-1);
  width: 16px;
  height: 16px;
}
.partnor-card-publish-list li:not(:first-child) {
  margin-left: 20px;
}
.partnor-card-title {
  height: 50px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.about_nav .nav-tabs {
    justify-content: center;
}

.about_nav .nav-link {
    padding: 28px 130px;
    font-size: 17px;
    border: 1px solid #0000000a !important;
    box-shadow: 0 0 30px -1px #C272E157;
    color: #000;
}

.about_nav .nav-link.active {
    background-color: #bfa4eb !important;
    color: #fff !important;
}

.about_nav .tab-content {
    padding: 50px 0;
    margin-top: 0;
}

.tab-content .tab-text ul li {
    /*list-style: initial;*/
    position: relative;
}

.tab-content .tab-text ul li::before {
    content: "";
    position: absolute;
    left: -25px;
    width: 20px;
    height: 20px;
    background: url('/img/checkmark.png')center/contain no-repeat;
    top: 3px;
}

.tab-content .tab-text b {
    position: relative;
}

/*.tab-content .tab-text b::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: -25px;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background: url('/img/checkmark.png')center/contain no-repeat;*/
/*    top: 3px;*/
/*}*/

.tab-content .tab-text ul {
    padding-left: 2rem;
}

.tab-text {
    text-align: justify;
}

.about_nav {
    /*margin-top: 6.5rem;*/
}

.partnor-card-content a {
  color: var(--color-3);
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 18px;
  transition: 0.3s ease-in-out;
  line-height: 1.2;
}

.partnor-card:hover .partnor-card-figure img {
  transform: scale(0.9);
}
.partnor-card:hover .partnor-card-content a {
  color: var(--color-1);
}
.partnor-card:hover .readmore {
  background: var(--bg-4);
}
.partnor-card:hover .readmore-svg2 {
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  color: var(--white);
  transform: scale(1) translate(8px, -1px);
}
.partnor-card:hover .readmore-svg1 {
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform: scale(0.26) translate(60px, -50px);
}

    .career-card:hover {
        background: #396cf0;
        color: #E9F0FD;
    }
    
    .career-card {
        background: #fff;
        padding: 2.5rem;
        border-radius: 1rem;
        transition: .4s all ease;
        min-height: 215px;
        border: 2px solid #eef4fd;
    }
    
    .career-card h2 {
        font-size: 1.5rem;
        font-weight: 600;
        /*padding-bottom: 10px;*/
    }
    
    .career-card p {
        color: #c8c8c8;
        font-size: .9rem;
        line-height: 1.3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 3;
        display: -webkit-box;
    }
    
    .career-card a {
        background: #E9F0FD;
        color: #2E72EA;
        display: inline-block;
        padding: 1rem 1.5rem;
        /*margin-top: 2rem;*/
        font-weight: 600;
        border-radius: 2rem;
        font-size: 15px;
        transition: .4s all ease;
        width: 150px;
        text-align: center;
    }
    
    .career-card:hover a {
        width: 100%;
    }

    .inn-partners {
        /* row-gap: 50px !important; */
        border-radius: 10px;
        border: 1px solid #b8b8b8;
        box-shadow: 0 0 6px 0 #b8b8b8;
        background: #fff;
    }
    
    .inn-partners img {
        border: 1px solid gray;
        border-radius: 10px;
        padding: 20px;
        object-fit: contain;
        aspect-ratio: 4 / 2;
    }

    .inner-contents {
        line-height: 1.4;
    }

    .inner-contents .left .image-wrapper {
        border-radius: 100%;
        position: relative;
        width: 320px;
        height: 320px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .inner-contents .left .image-wrapper::after, .inner-contents .left .image-wrapper::before {
        position: absolute;
        content: " ";
    }
    .inner-contents .left .image-wrapper::before {
        left: -60px;
        right: -60px;
        top: -60px;
        bottom: -60px;
        border-radius: 100%;
        border: 1px solid #bfa4eb;
    }
    
    .inner-contents .left img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 90%;
        border-radius: 100%;
    }
    
    .inner-contents .right {
        margin-top: 130px;
        font-size: 24px;
        line-height: 1.3;
    }
    
    .imza img {
        width: 100%;
    }
    
    .imza {
        line-height: 1.4;
    }

    #innerFull img:nth-child(odd) {
        float: left;
        width: 100%;
        height: 500px;
        border-radius: 1rem;
        object-fit: cover;
        padding: 10px;
    }
    .career-left .career-logo img{
        float: inherit !important;
        width: 140px !important;
        height: inherit !important;
    }
    #innerFull {
        line-height: 1.4;
        padding: 1.5rem 0;
    }
    
    #innerFull ol,
    #innerFull ul {
        padding-left: 2rem;
    }
    
    #innerFull li {
        list-style: initial;
    }

    .inner-contents {
        font-size: 20px;
        background: #eee;
    }

    header.not-main {
        position: sticky;
        top: 0;
    }
    
    .page-title-second .over a {
        color: #fff;
    }
    
    .page-title-second .over {
        color: #c8c8c8;
    }

    #innerBg {
        background: url(/img/haqqimizdabg.jpg)center/cover;
        position: relative;
        padding:150px 0;
    }
    
    section.innerBgAbout {
        background: url(/img/Sirenblogbgyenison.jpg)center/cover !important;
    }
    
    section.innerBgPartners {
        background: url(/img/ban2.jpg)center/cover !important;
    }
    
    section.innerBgBrends {
        background: url(/img/ban3.jpg)center/cover !important;
    }
    
    #innerBg::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background: #0004;
    }
    
    .static {
        padding-top: 35px;
        background-image: linear-gradient(0deg, #f6f6f6 0, #f6f6f6 270px, #f6f6f6);
    }
    
    #contact-page .loc {
        transition: all 0.1s linear;
        position: relative;
    }
    
    #contact-page .loc .loc-content .phone {
        text-align: center;
    }
    
    #contact-page .loc .loc-content p {
        margin-bottom: 0px;
        color: #676869;
    }
    .contact-items {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .contact-name {
        width: 100%;
        margin-bottom: 1rem;
        text-align: center;
    }

    #contact-page .contact-item a {
        color: #676869;
        text-decoration: underline;
    }
    
    .contact-item {
        text-align: center;
    }
    
    #contact-page .loc:hover:after {
        transform: scale(1);
    }
    
    #contact-page .loc:after {
        content: "";
        transition: all 300ms linear;
        height: 1px;
        width: 0;
        display: block;
        background-color: #66971f;
        text-align: center;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    
    #contact-page .page-content {
        padding: 45px 0;
    }
    
    .page-content .advantages-title h2 {
        margin: 0 auto 2rem auto;
    }
    
    .input-box {
        position: relative;
        margin-top: 30px;
    }
    
    .input-box:after {
        content: "";
        width: 0;
        height: 2px;
        background-color: #00ab25;
        display: block;
        transition: 300ms all ease;
        bottom: 0;
        position: absolute;
    }
    
    #contact-page input.text {
        height: 50px;
    }
    #contact-page input.text, textarea {
        width: 100%;
        border: 2px solid #eaeaea;
        padding: 12px;
        border-radius: 3px;
        font-size: 14px;
        outline: none;
        position: relative;
    }
    
    #contact-page label {
        position: absolute;
        left: 14px;
        width: 100%;
        top: 15px;
        transition: 0.3s;
        z-index: 1;
        letter-spacing: 0.5px;
        font-size: 14px;
        opacity: 0;
    }
    
    .text ~ .focus-bg:before, .text:focus ~ .focus-bg:before, .has-content.text:focus ~ .focus-bg:before {
        transition: 0.3s;
        width: 50%;
        height: 100%;
    }
    .text ~ .focus-bg:after {
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
    }
    .text:focus ~ label, .has-content.text ~ label {
        top: -18px;
        left: 0;
        font-size: 14px;
        color: #333;
        transition: 0.3s;
        opacity: 1;
    }
    
    .submit-button {
        position: relative;
    }
    
    .btn-submit {
        margin-top: 20px;
        float: right;
        background-color: #bfa4eb;
        color: white;
        font-size: 14px;
        box-shadow: 0 0px 14px 3px #bfa4eb;
        padding: 10px 30px;
        border-radius: 5px;
        border: none;
        -webkit-transition: .3s all ease-in-out;
        -moz-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
        outline: none;
    }
    
    .loading {
        float: right;
        height: 28px;
        width: 28px;
        display: none;
    }
    
    .btn-submit:hover {
        box-shadow: none;
    }
    
    #contact-page #map {
        height: 400px;
    }
    
/* innerpages */

body.manualModalOpen {
    overflow: hidden;
}

.price-request {
    display: inline-block;
}

.manualModalOpen::after {
    content: '';
    display: block;
    position: fixed;
    inset: 0;
    background-color: rgb(0 0 0 / 40%);
    z-index: 999;
    overflow: hidden;
}

.price-request-button {
    color: #fff;
    display: flex;
    column-gap: .3rem;
    justify-content: center;
    font-size: 1.125rem;
    align-items: center;
    border-radius: .75rem;
    transition: all .3s;
    border: none;
    background-color: transparent;
    padding: .5rem
}

.price-request-button-text {
    display: none;
    line-height: 1;
    vertical-align: middle
}

.price-request-icons-box {
    position: relative
}

.price-request-btn-img {
    width: 1.625rem
}

.price-request-btn-img:not(.dark) {
    display: none
}

.price-request-count {
    position: absolute;
    background-color: #f5a41c;
    border-radius: 50%;
    color: #fff;
    font-size: 0.563rem;
    font-weight: 700;
    width: 1rem;
    height: 1rem;
    right: -0.25rem;
    top: -0.25rem
}

.price-request-count > .pr-text {
    position: absolute;
    top: 50%;
    left: 50%;
    display: table;
    transform: translate(-50%, -50%);
    line-height: 1;
    display: table
}

@keyframes pre-AnimIn {
    from {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes pre-AnimOut {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(100%)
    }
}

.price-request_holder {
    width: fit-content;
    min-width: 40%;
    padding: 0;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 1001;
    transform: translateX(100%);
    animation: pre-AnimOut .5s ease both
}

.price-request-modal.close {
    visibility: hidden;
    transition: visibility .3s
}

.price-request-modal.open .price-request_holder {
    animation-name: pre-AnimIn
}

.price-request-content {
    height: 100%
}

#prem-sendmail {
    overflow-y: scroll;
    background-color: #fff;
    height: 100%;
    padding: 1rem 2rem;
}

#prem-sendmail::-webkit-scrollbar { width: .45rem }

#prem-sendmail::-webkit-scrollbar-track { background-color: transparent; }

#prem-sendmail::-webkit-scrollbar-thumb {
    background-color: #999;
    transition: all .3s;
    border-radius: .32rem
}

#prem-sendmail::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.prem-form-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prem-form-title {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 600;
}

.prem-modal-close-btn {
    padding: 0;
    line-height: 1;
    margin: 0;
    color: #333;
}

.prem-modal-close-btn > svg {
    fill: #333;
    width: 1.3rem;
}

.prem-form-head {
    padding: 1rem 0;
    border-bottom: 1px solid #bfa4eb;
}

.prem-contact-form-input, #prem-contact-form-message {
    width: 100%;
    padding: .8rem;
    height: 3rem;
    border-radius: .5rem;
    color: #212121;
    border: 1px solid #d7dde3;
    background-color: #fcfcfc;
} 

.prem-contact-form-input:focus, #prem-contact-form-message:focus {
    outline: #ffca28;
    border-color: #ffca28;
}

.prem-label {
    font-size: 1rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: .5rem;
}

.prem-form-body {
    padding-top: 1.5rem;
}

.prem-contact-inputGroup {
    margin-bottom: 1rem;
}

.prem-contact-form-submit {
    cursor: pointer;
    background-color: #bfa4eb;
    color: #fff;
    border-radius: .5rem;
    -webkit-box-shadow: 0 20px 53px -18px #bfa4eb;
    box-shadow: 0 20px 53px -18px #bfa4eb;
    height: 3.5rem;
    transition: .3s ease-in-out;
    padding-inline: 1.6rem;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 500;
    border: none;
    outline: none;
}

#prem-contact-form-product {
    appearance: none;
}

#prem-contact-form-message {
    height: 6.5rem;
    resize: none;
}

.career-right input, .career-right textarea, .modal-body input, .modal-body textarea {
    width: 100%;
    padding: .4rem 1rem;
    border: 1px solid #e9e9e9;
    outline: none;
    border-radius: .2rem;
}

textarea {
    resize: none;
}

.career-right select, .modal-body select {
    width: 100%;
    padding: .5rem;
    border: 1px solid #e9e9e9;
    border-radius: .2rem;
    color: #777474;
    outline: none;
}

.career-right textarea, .modal-body textarea {
    padding: 1rem 1rem;
    min-height: 150px;
    resize: none;
}

.career-right button, .modal-body button {
    width: 100%;
    border: none;
    padding: 1rem;
    background: gold;
    color: #000;
    font-weight: 600;
    border-radius: 0.3rem;
    letter-spacing: .3px;
    transition: .4s all ease;
    border: 1px solid transparent;
}

.career-right button:hover, .modal-body button:hover {
    background: transparent;
    border: 1px solid gold;
}

.career-left h3 {
    font-size: 1rem;
    letter-spacing: 1px;
}

.career-left h2 {
    font-size: 2.5rem;
    font-weight: 600;
    padding-top: 1rem;
}

.career-left span {
    background: #fff;
    /*padding: .5rem 1rem;*/
    border-radius: .5rem;
    font-size: .9rem;
}

.career-right form {
    border: 2px solid #fff;
    padding: 3rem 1.5rem;
    border-radius: 1rem;
    background: #fff;
}

header .mobile_btn {
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #bfa4eb;
    float: right;
    display: none;
    position: relative;
    transition: all 0.2s linear;
    z-index: 444;
}

header .mobile_btn span {
    height: 3px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    display: block;
    width: 20px;
    left: 14px;
}

header .mobile_btn span:nth-child(1) {
    top: 16px;
    transition-delay: 0.6s;
    transition: all 0.4s linear;
}

header .mobile_btn span:nth-child(2) {
    top: 23px;
    width: 16px;
    height: 2px;
}

header .mobile_btn span:nth-child(3) {
    top: 30px;
    transition-delay: 0.6s;
    transition: all 0.4s linear;
}

header .mobile_btn.opened {
    transform: rotate(45deg);
    transition: all 0.2s linear;
    /* transition-delay: 0.3s; */
}

header .mobile_btn.opened span:nth-child(1) {
    top: 23px;
    transition: all 0.2s linear;
}

header .mobile_btn.opened span:nth-child(3) {
    top: 23px;
    transition: all 0.2s linear;
    transform: rotate(-90deg);
}

.logo.navlogo {
    display: block;
    padding-bottom: 30px;
}

body.locked {
    overflow: hidden;
}

header nav.mobile_nav {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease-in;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgb(11 0 60 / 43%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.5px);
    -webkit-backdrop-filter: blur(8.5px);
    border: 1px solid rgba(60, 39, 0, 0.1);
    z-index: 333;
}

header nav.navOpen {
    transition: 0.5s ease;
    right: 0;
}

header {
    background-color: transparent;
    z-index: 999;
    width: 100%;
    padding: 20px 0;
    position: fixed;
    transition: .4s all ease;
}

header.sticky,
header.not-main,
header.active {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    animation: smoothScroll 1s;
    padding: 10px 0;
}

header.sticky .whitelogo,
header.active .whitelogo,
header.ham-active .whitelogo,
header.not-main .whitelogo{
    display: none;
}

header.sticky .darklogo,
header.active .darklogo,
header.ham-active .darklogo,
header.not-main .darklogo{
    display: block;
}

header.sticky .both-nav,
header.active .both-nav,
header.not-main .both-nav{
    flex-direction: row-reverse !important;
    align-items: center;
    /* gap: 0.5rem !important; */   
}

header.sticky .upper-nav,
header.active .upper-nav,
header.not-main .upper-nav{
    gap: .5rem !important;
}

header.sticky a.uzvluk,
header.active a.uzvluk,
header.sticky button.uzvluk,
header.active button.uzvluk,
header.not-main a.uzvluk,
header.not-main button.uzvluk{
    color: #000 !important;
    padding: 12px 10px;
    font-size: 12px;
    border: 2px solid #bfa4eb;
}
/*header.sticky button.uzvluk, header button.uzvluk{*/
/*    background: #bfa4eb !important;*/
/*    color: #fff !important;*/
/*}*/

header.sticky .lang a,
header.active .lang a,
header.not-main .lang a{
    color: #000;
    padding: 6px;
    font-size: 12px;
    border: 1px solid #000;
}

header.sticky .lang a:hover,
header.active .lang a:hover,
header.not-main .lang a:hover{
    border: 1px solid transparent;
    color: #fff;
}

header.sticky a.uzvluk:hover,
header.active a.uzvluk:hover,
header.sticky button.uzvluk:hover,
header.active button.uzvluk:hover,
header.not-main a.uzvluk:hover,
header.not-main button.uzvluk:hover{
    border: 2px solid #bfa4eb;
    color: #000 !important;
}
header button.uzvluk:hover, header.sticky button.uzvluk:hover{
    /*border: 2px solid #bfa4eb !important;*/
    /*box-shadow: 0 0 7px #bfa4eb !important;*/
    color: #fff !important;
}
header.sticky .navbar nav ul,
header.active .navbar nav ul,
header.not-main .navbar nav ul{
    gap: .5rem !important;
}

header.active ul.navul>li>a,
header.sticky ul.navul>li>a,
header.not-main ul.navul>li>a{
    padding: 10px 0 10px;
}

header.sticky nav:not(.mobile_nav) ul li a,
header.active nav:not(.mobile_nav) ul li a,
header.sticky nav:not(.mobile_nav) ul li span,
header.active nav:not(.mobile_nav) ul li span,
header.not-main nav:not(.mobile_nav) ul li a,
header.not-main nav:not(.mobile_nav) ul li span{
    color: #000;
    font-size: 15px;
}

.logo img {
    width: 130px;
}

header .darklogo {
    display: none;
}

.both-nav {
    float: right;
}

.upper-nav {
    justify-content: flex-end;
    align-items: center;
}

header a.uzvluk,
header button.uzvluk {
    outline: none;
    position: relative;
    float: right;
    padding: 15px 20px;
    border-radius: 7px;
    border: 2px solid #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    background: transparent;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 0 30px -1px #C272E157;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

header a.uzvluk::before,
header button.uzvluk::before {
    content: '';
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 50px 30px #fff;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

header a.uzvluk:hover,
header button.uzvluk:hover {
    background: #bfa4eb;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    color: #fff;
    transition: all 0.2s ease-out;
    border: 2px solid transparent;
}

.lang a {
    border: .5px solid #fff;
    color: #fff;
    /* height: 100%; */
    border-radius: 7px;
    display: flex;
    align-items: center;
    padding: 8px;
    transition: .4s all ease;
    font-weight: 600;
}

.lang a:hover {
    color: #fff;
    background: #bfa4eb;
    border: 1px solid transparent;
    /*box-shadow: 0 0 19px 0 #bfa4eb;*/
}

nav ul li {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

ul.navul>li>a {
    padding: 10px 0 20px;
}

ul.navul>li>a.active {
    color: #bfa4eb !important;
}

header nav ul li a,
header nav ul li span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    transition: .4s all ease;
    position: relative;
    padding-bottom: 5px;
    cursor: pointer;
}

.bottom-nav ul li a::after,
.bottom-nav ul li span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: -5px;
    height: 2px;
    background-color: #bfa4eb;
    transition: .4s all ease;
}

.bottom-nav ul li a:hover::after,
.bottom-nav ul li span:hover::after {
    width: 100%;
}
.bottom-nav ul li a.active::after {
    width: 100%;
}

.drop-menu {
    position: absolute;
    left: 0;
    top: 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    visibility: hidden;
    text-align: center;
    padding: 20px 5px 10px 5px;
    opacity: 0;
    min-width: 180px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    transition: .4s all ease;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.drop-menu>li {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
}

.drop-menu li a,
.drop-menu li span {
    color: #000;
    width: 100%;
    white-space: nowrap;
    padding: 0 10px;
}

header nav ul li:hover .drop-menu {
    opacity: 1;
    visibility: visible;
}

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;
}

.ham-wrapper {
    display: none;
}

header.sticky .burger i,
header.not-main .burger i {
    color: #000;
}

.burger i {
    font-size: 2em;
    float: right;
    color: #fff;
}

#slider {
    height: 100vh;
}

.swiper {
    height: 100%;
    width: 100%;
}

.swiper-inside {
    position: relative;
    height: 100%;
}

.swiper-img {
    position: relative;
}

.swiper-img,
.swiper-img img {
    height: 100%;
    width: 100%;
}

.swiper-img::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    content: " ";
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #00000080 100%);
}

.swiper-content {
    position: absolute;
    top: 35%;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    width: 50%;
}

.swiper-content p {
    font-size: 22px;
    color: #eee;
    line-height: 29px;
    transform: skew(-10deg);
}

.swiper-content h2,
.swiper-content p {
    color: #fff;
}

.swiper-content h2 {
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 600;
    text-shadow: 6px 5px 6px #000;;
}

.swiper-content a {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0 5px 5px 5px;
    width: fit-content;
    transition: .4s all ease;
}

.slide-numbers {
    position: absolute;
    color: #fff;
    top: 50%;
    right: 250px;
    transform: translateY(-50%);
    align-items: flex-end;
    justify-content: center;
    font-size: 30px;
    letter-spacing: 1px;
    gap: 35px;
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    max-width: 81%;
    width: fit-content;
    z-index: 9;
    border-right: 1px solid #eee;
}

.slide-numbers span {
    padding-right: 15px;
    opacity: .5;
    transition: .4s all ease;
    cursor: pointer;
}

.slide-numbers span.active {
    transform: scale(1.7) translateX(-10px);
    opacity: 1;
    border-right: 2px solid #fff;
}

#advantages,
#blogs {
    padding: 4rem 0;
    background: #f4f5f4;
}

#advantages {
    padding: 12rem 0;
    position: relative;
}

#advantages:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: url(/img/heyderaliyevmerkezmin.jpg) center / cover;
    /* background-position: 0 -55px; */
}

.adv-card i {
    font-size: 1.5rem;
    color: #bfa4eb;
    width: fit-content;
    margin: 0 auto;
    background: #bfa4eb;
    color: #fff;
    padding: 1rem;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.adv-card__circle {
    border-radius: 50%;
    overflow: hidden;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #fff;
}

.adv-card__circle img {
    width: 100%;
}

.adv-card {
    /*background: #fff;*/
    padding: 2rem .3rem;
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: .9rem;
    border-radius: 32px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    justify-content: center;
    transition: .4s all ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    backdrop-filter: blur(6px);
}

/*.adv-card img {*/
/*    filter: brightness(0) invert(1);*/
/*}*/

/*.adv-card:hover img {*/
/*    filter: brightness(0) invert(0);*/
/*}*/

.adv-card:hover h2 {
    color: #000;
}

.adv-card:hover {
    background: #fff;
    color: #000;
}

.adv-card:hover i {
    color: #bfa4eb;
    background: #fff;
}

/*.adv-card i {*/
/*    background: #fff;*/
/*    color: #bfa4eb;*/
/*}*/

.adv-card h2 {
    max-width: 95%;
    margin: 0 auto;
    line-height: 1.4;
    color: #fff;
    font-size: 17px;
}

.advantages-title h2,
.categories-title h2 {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    border-bottom: 2px solid #bfa4eb;
    width: fit-content;
    padding-bottom: 1rem;
    margin-bottom: 4rem;
}

#sell-points .categories-title h2 {
    margin-bottom: 1rem;
}

.sell-left {
    padding-bottom: 1rem;
}

.sell-left p {
    color: #c8c8c8;
    font-size: .9rem;
    line-height: 1.4;
    max-width: 75%;
}

.advantages-title span {
    color: #bfa4eb;
}

.feature i {
    background: #bfa4eb;
    border: 3px solid #bfa4eb;
    border-radius: 100%;
    box-shadow: 0 0 0 3px #ffffff inset;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 80px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    width: 80px;
    -moz-transition: background linear .3s;
    -webkit-transition: background linear .3s;
    -ms-transition: background linear .3s;
    transition: background linear .3s;
}

.feature h3 {
    font-size: 1.1rem;
    transition: .6s all ease;
    max-width: 60%;
    margin: 0 auto;
    padding-top: 20px;
    line-height: 1.4;
}

.feature:hover i {
    background: #111111;
    border: 3px solid #111111;
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: swing;
    animation-timing-function: ease;
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.feature:hover h3 {
    color: #bfa4eb;
}

#about,
#categories,
#products,
#sell-points{
    padding: 4rem 0;
}
#about .row{
    justify-content: space-between;
}
.about-left span {
    color: #bfa4eb;
}

.about-left h2 {
    font-size: 3rem;
    font-weight: 600;
}

.about-left p {
    font-size: .9rem;
    color: #c8c8c8;
    line-height: 1.4;
}

.about-left a {
    margin-top: 40px;
    display: inline-block;
    padding: 18px 40px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    background-color: #bfa4eb;
    border-radius: 54px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    transition: .3s;
    border: 1px solid transparent;
    /* background: #ce0d9d !important; */
    color: #fff !important;
    width: fit-content;
}
.about-left a:hover{
    box-shadow: 0 0 5px #bfa4eb !important;
}
.about-right {
    position: relative;
    padding: 30px;
}

.about-right img {
    width: 100%;
    border-radius: 1rem;
    height: 100%;
    object-fit: contain;
    object-position: top;
}

.img-stats {
    position: absolute;
    background-color: #bfa4eb;
    color: #fff;
    padding: 2rem 3rem;
    /* left: -100%; */
    border-radius: 1rem;
    text-align: center;
    right: 100%;
    bottom: -80px;
}

.img-stats span {
    font-size: 4rem;
    font-weight: 600;
}

.img-stats p {
    font-size: 20px;
    font-weight: 600;
    text-wrap-mode: nowrap;
}

.advantage-numbers {
    padding-top: 5rem;
    gap: 10rem;
}

.advantage-number h4 {
    font-size: 5rem;
    color: #bfa4eb;
    font-weight: 600;
}

.advantage-number p {
    font-size: 1.2rem;
    white-space: nowrap;
}

.advantage-number {
    text-align: center;
}

#categories {
    background-color: #f4f5f4;
}

.category-card {
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
}

.category-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.42629551820728295) 15%, rgba(255, 255, 255, 0) 100%);
}

.category-card img {
    width: 100%;
    border-radius: 2rem;
    height: 100%;
    object-fit: cover;
    transition: .4s all ease;
}

.category-desc {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 2;
}

.category-desc h2 {
    font-size: 2rem;
    color: #fff;
}

.category-card a {
    background-color: purple;
    width: fit-content;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 2rem;
}

.category-card:hover img {
    transform: scale(1.1);
}

.cateSlider {
    background-color: #eee;
    padding: 2rem 8rem 2rem 8rem;
    border-radius: 1rem;
}

#products .categories-title h2 {
    margin: 0 auto 4rem auto;
}

.cateImage {
    position: relative;
    background: #fff;
    text-align: center;
    min-height: 280px;
    border-radius: 0;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

@media (min-width: 1200px) and (max-width: 1700px) {

    .cateSlider.owl-carousel .cateImage img {
        max-width: 85%;
    }

}

.cateSlider.owl-carousel .cateImage img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    padding: 0 1rem;
}

.elementor-93 .elementor-element.elementor-element-ac4d334 .cate {
    font-size: 13px;
}

.cateItem .cate {
    background: #e7efd3;
    display: inline-block;
    font-size: 14px;
    color: #232424;
    letter-spacing: -.18px;
    font-weight: 800;
    border-radius: 50px;
    text-align: center;
    position: relative;
    bottom: -20px;
    z-index: 2;
    padding: 15px 40px 10px;
    line-height: 1;
    bottom: 20px;
    width: 100%;
}

.elementor a {
    box-shadow: none;
    text-decoration: none;
}

.cateSlider .owl-stage .active .cateItem.even .cateImage,
.cateSlider .owl-stage .active .cateItem.even .cateImage img {
    border-radius: 0 40px 40px 0;
}

.cateSlider .owl-stage .active .cateItem.odd .cateImage,
.cateSlider .owl-stage .active .cateItem.odd .cateImage img {
    border-radius: 40px 0 0 40px;
}

.cateSlider.owl-carousel .owl-nav {
    width: 100%;
}

.cateSlider.owl-carousel .owl-nav button {
    position: absolute;
    left: -120px;
    top: 50%;
    text-align: center;
    z-index: 5;
    font-size: 15px;
    line-height: 64px;
    width: 63px;
    height: 63px;
    background: #fff;
    color: #4d3e3e;
    border: none;
    outline: none;
    z-index: 1;
    border-radius: 45%;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 1200px) and (max-width: 1700px) {

    .categorySlider.owl-carousel .owl-nav button,
    .productSlider01.owl-carousel .owl-nav button,
    .productSlider02.owl-carousel .owl-nav button,
    .cateSlider.owl-carousel .owl-nav button {
        left: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1700px) {

    .categorySlider.owl-carousel .owl-nav .owl-next,
    .productSlider01.owl-carousel .owl-nav .owl-next,
    .productSlider02.owl-carousel .owl-nav .owl-next,
    .cateSlider.owl-carousel .owl-nav .owl-next {
        left: auto;
        right: 30px;
    }
}

.refs {
    padding-block: 2.5rem;
}

.refs-title {
    font-size: 2.5rem;
    font-weight: 600;
    padding-bottom: 1.25rem;
}

.refs-img {
    width: 12rem;
    height: 100%;
    object-fit: contain;
}

.refs-body {
    position: relative;
}

.refs-body_holder {
    width: 90%;
    display: flex;
    /*row-gap: 1rem;*/
    flex-direction: column;
    margin: 0 auto;
    height: 100%;
}

.refs-body::after {
    content: "";
    display: block;
    position: absolute;
    top: 2.5rem;
    width: 100%;
    text-align: center;
    z-index: 0;
    height: calc(100% - 6.563rem);
    background: #f4e8d4;
    border-radius: 1rem;
}

.refs_holder {
    display: flex;
    height: 10rem;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid #f8f8f8;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .1));
}

.refs-swiper {
    padding: 1rem 2rem;
}

/* bloqlar */

.box__info {
    height: 426px;
    position: relative;
    overflow: hidden;
}

.box__info img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: brightness(0.7);
    transition: all 0.3s ease;
    border-radius: 7px;
}

.box__info .info__txt__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 42px 30px;
}

.box__info .info__txt__wrapper .sec__title {
    text-transform: lowercase;
    color: white;
    font-size: 18px;
    letter-spacing: 3px;
}

.box__info .info__txt__wrapper h5 {
    line-height: 1.6;
    text-shadow: 2px 2px black;
    font-size: 1.5rem;
    padding-top: 50px;
    margin: 0;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
}

.box__info .date__nd__time {
    display: flex;
    justify-content: space-between;
    color: white;
    padding: 0 30px;
    margin-bottom: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
}

.box__info .date__nd__time .date i {
    position: relative;
    top: 1px;
    font-size: 15px;
    margin-right: 5px;
}

.box__info .date__nd__time .view i {
    position: relative;
    top: 1px;
    margin-right: 2px;
}

.box__info .date__nd__time .date i svg {
    width: 15px;
    fill: white;
    margin-top: -3px;
}

.box__info .date__nd__time .view i svg {
    width: 15px;
    margin-top: -3px;
    fill: white;
}

.box__info:hover img {
    filter: brightness(0.4);
    -webkit-filter: brightness(0.4);
}

#call-to-action {
    padding: 4rem 0 2rem 0;
}

#call-to-action.bg-gray {
    background: #eee;
}

.cta_holder {
    text-align: center;
}

.cta-title {
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1.2;
}

.cta-sub-title {
    margin-top: .4rem;
    font-size: 1.1rem;
}

@media only screen and (min-width: 635px) {
    .cta-body_holder {
        padding-top: 3rem;
    }

    .cta-icon {
        margin-inline: -5rem 2rem;
    }

    .cta-link {
        padding: 1.375rem 3.75rem;
        font-size: 1rem;
    }
}

.cta-body_holder {
    position: relative;
    padding-top: 2rem;
}

.cta-icon {
    margin-inline: -3rem 1rem;
    width: 2.813rem;
}

.cta-link {
    padding: .938rem 1.875rem;
    font-size: .875rem;
    background: #01ac6a;
    color: #fff;
    border-radius: 6.25rem;
    transition: .3s ease;
    display: inline-block;
    width: max-content;
}

/* footer */

footer {
    padding: 5rem 0 3rem 0;
    background-color: #2c2c2c;
}

.footer-main-content {
    flex-direction: column;
    row-gap: 2rem;
    align-items: center;
}

:is(.footer-main-content, .footer-phones_holder) {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

:is(.footer-phone, .footer-phones-box) {
    color: #fff;
}

.footer-phones-title {
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: .5rem;
}

.footer-phone {
    font-size: 1.125rem;
    font-weight: 600;
}

.footer-phones_holder {
    column-gap: 6rem;
    row-gap: 2rem;
}

.footer-phones-descr {
    font-size: .875rem;
    margin-top: 1.125rem;
}

.footer-request-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    row-gap: 1.3rem;
    column-gap: 3rem;
}

.footer-request-btn {
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    display: block;
    height: 100%;
    font-size: .88rem;
    width: 100%;
    border-radius: 3.125rem;
    text-align: center;
    position: relative;
    z-index: 4;
    font-weight: 600;
    padding-inline: 4rem;
    line-height: 4.3rem;
    max-height: 4.375rem;
}

.footer-request-btn.footer-request-btn2 {
    color: #fff;
    cursor: pointer;
}

.footer-request-btn::before {
    border: 2px solid #bfa4eb;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.footer-request-btn.footer-request-btn2::before {
    border: 2px solid #bfa4eb;
}

.footer-request-btn::after,
.footer-request-btn::before {
    content: '';
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, , .125, 1);
}

.footer-request-btn::after {
    border: 2px solid transparent;
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}

.footer-request-btn:hover {
    color: inherit;
}

.footer-request-btn:hover::before {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.footer-request-btn:hover::after {
    background-color: #fff;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.footer-content-row:not(:first-child) {
    margin-top: 4rem;
}

.footer-nav-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    row-gap: 1.5rem;
    align-items: center;
}

.footer-nav-item {
    width: 100%;
    text-align: center;
}

.footer-nav-link {
    display: inline-block;
    font-size: .9rem;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.footer-nav-link::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    background-color: #e8a22f;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: opacity 0.2s, -webkit-transform 0s 0.2s;
    transition: opacity 0.2s, -webkit-transform 0s 0.2s;
    transition: transform 0s 0.2s, opacity 0.2s;
    transition: transform 0s 0.2s, opacity 0.2s, -webkit-transform 0s 0.2s;
}

.footer-nav-link:hover::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: opacity 0.1s, -webkit-transform 0.2s;
    transition: opacity 0.1s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.1s;
    transition: transform 0.2s, opacity 0.1s, -webkit-transform 0.2s;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.footer-nav-link:hover span {
    display: block;
    -webkit-animation: anim-trinculo .4s forwards;
    animation: anim-trinculo .4s forwards;
}

.onfooter {
    background: #f4f5f4;
    padding: 60px 0 60px 0;
}

.onfooter h2 {
    text-align: center;
    font-size: 30px;
    line-height: 135%;
    
}

.onfooter h2 span {
    color: #bfa4eb;
}

.onfooter__form {
    padding: 20px;
    /*box-shadow: 5px 8px 28px #bfa4eb;*/
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    padding-top: 40px;
    /*border: 1px solid #bfa4eb;*/
}

.onfooter .arrow-decor {
    margin: 0 0  50px 0;
    height: 88px;
    text-align: center;
}

.onfooter__form-inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 20px;
    gap: 20px
}

.onfooter__form form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.onfooter__form-item {
    position: relative;
    width: 100%;
}

.onfooter__form form input, .onfooter__form form textarea  {
    width: 100%;
    display: inline-block;
    margin: 0;
    border: 1px solid transparent;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    height: 44px;
    vertical-align: middle;
    background: rgba(255, 255, 255, .4);
    border-radius: 10px;
    color: #000;
    outline: 0;
    -webkit-appearance: none;
    /*border: 1px solid #bfa4eb;*/
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.onfooter__form form label {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 25px;
    color: #000;
    font-size: 12px;
    line-height: 1;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    pointer-events: none;
}

.onfooter__form form span {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}

.onfooter__form form input:focus, .onfooter__form form textarea:focus  {
    background: rgba(255, 255, 255, .4) !important;
    border-color: #fff;
}

.onfooter__form-item input:focus ~ label, .onfooter__form-item textarea:focus ~ label  {
    top: 7px;
}

label.active {
    top: 7px!important;
}

.onfooter__form form button {
    color: #000;
    /*box-shadow: 3px 6px 17px rgba(23,23,36,.1);*/
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 10px 30px;
    line-height: 26px;
    font-size: 16px;
    text-decoration: none;
    border: none;
    margin: 0 auto;
    transition: .2s;
    background: transparent;
    /*border: 1px solid #bfa4eb;*/
}

.onfooter__form form button:hover {
    color: #fff;
    background: #bfa4eb;
}


@keyframes anim-trinculo {
    50% {
        opacity: 0;
        color: #fff;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    51% {
        opacity: 0;
        color: #e8a22f;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    75% {
        opacity: 1;
        -webkit-transform: translate3d(.313rem, 0, 0);
        transform: translate3d(.313rem, 0, 0);
    }

    100% {
        opacity: 1;
        color: #e8a22f;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.footer-copyright_holder {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 768px) {
    .footer-copyright_holder {
        justify-content: space-between;
    }
}

:is(.footer-copyright-text, #okmedia-link) {
    color: #fff;
    font-size: .875rem;
    text-align: center;
    line-height: 1.4;
}

#okmedia-link {
    transition: .5s all ease;
    display: inline-block;
    text-underline-offset: 2px;
}

.footer-social-list {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-social-item:not(:last-child) {
    display: inline-block;
    /*margin-right: 1.25rem;*/
}

.footer-social-link {
    display: inline-block;
}

.footer-social-link.footer-facebook-icon>svg {
    width: 1.25rem;
    height: 1.25rem;
}

.footer-social-link>svg {
    width: 1.5rem;
    height: 1.5rem;
    transition: .5s all ease;
    fill: #fff;
}

header.sticky .footer-social-link>svg, 
header.not-main .footer-social-link>svg {
    fill: #000;
}

/*brends*/
.brends {
    overflow: hidden;
}
.all-log{
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  transform: rotate(90deg);
    height: 100vh;
}
.all-logos {
  overflow: hidden;
  white-space: nowrap;
}

@keyframes slide {
  from {
      transform: translateX(0);
  }

  to {
      transform: translateX(-100%);
  }
}

@keyframes slide1 {
  from {
      transform: translateX(-100%);
  }

  to {
      transform: translateX(0);
  }
}

.logos {
  display: inline-block;
  animation: 30s slide infinite linear;
}

.all-log:before {
    content: '';
    position: absolute;
    width: 90px;
    height: 70px;
    z-index: 10;
    top: 50%;
    transform: translate(0, -50%);
    /* background: linear-gradient(90deg, #16212b 12.85%, #11121f00 102.78%); */
    background: linear-gradient(90deg, #ffffff 12.85%, #11121f00 102.78%);
}

.all-log:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 70px;
    z-index: 10;
     top: 50%;
     right: -10px;
    /* background: linear-gradient(90deg, #16212b 12.85%, #11121f00 102.78%); */
    background: linear-gradient(90deg, #ffffff 12.85%, #11121f00 102.78%);
    transform: rotate(-180deg) translate(0, 50%);

}



.logos1 {
  display: inline-block;
  animation: 30s slide1 infinite linear;
}

.logos div,
.logos1 div {
  width: 243px;
  height: 142px;
  object-fit: contain;
  border-radius: 16px;
}

.referans-content {
  text-align: center;
}

.referans-content h3 {
  font-size: 35px;
}

.referans-content p {
  width: 35%;
  margin: 20px auto 50px auto;
  line-height: 23px;
  font-size: 17px;
}



.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;
    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 {
    list-style: none!important;
}

.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;
}

@media only screen and (min-width: 300px) {
    .footer-nav-item {
        width: 50%;
    }
}

@media only screen and (min-width: 500px) {
    .footer-nav-item {
        width: 33.33%;
    }
}


@media only screen and (min-width: 992px) {
    .footer-main-content {
        flex-direction: row;
        align-items: start;
        justify-content: space-between;
    }

    .footer-phones_holder {
        text-align: start;
    }

    .footer-nav-list {
        column-gap: 2rem;
    }
    .footer-nav-item {
        width: fit-content;
    }
}

@media only screen and (min-width: 1024px) {
    .footer-phones_holder {
        column-gap: 6rem;
    }
}

@media only screen and (min-width: 1199px) {
    .footer-nav-list {
        column-gap: 4rem;
    }
}

@media only screen and (max-width:768px){
    #innerBg{
        padding:60px 0 !important;
    }
}
@media only screen and (max-width:576px){
    #innerBg{
        padding:23px 0 !important;
    }
}

@media only screen and (max-width: 992px) {
    
    
    
    #advantages:before {
        background: #767676;
    }
    
    #innerBg {
        position: relative;
    }
    
    
    nav ul li {
        text-transform: uppercase;
    }
    header.sticky button.uzvluk, header button.uzvluk {
            margin-top: 20px;
    }
    .languages {
        justify-content: center;
    margin-top: 30px;
    }
    .advantage-number h4 {
        font-size: 2.5rem;
    }
    
    .mobile_btn {
        display: block !important;
    }
    
    .about-left h2 {
        font-size: 2rem;
    }
    
    .both-nav {
        display: none;
    }
    
    .advantage-numbers {
        gap: 1rem;
    }
    
    .integrations {
        overflow: hidden;
    }
    
    .onfooter__form-inner {
        flex-direction: column;
    }
    
    .ham-wrapper,
    .pushNav{
        display: block;
    }
    
    .pushNav {
        width: 80%;
        right: -500px;
    }
    
    .slide-numbers {
        transform: translateY(0);
        flex-direction: row;
        height: initial;
        border: none;
        border-bottom: 1px solid #fff;
        padding-bottom: 12px;
        align-self: flex-end;
        display: flex;
        max-width: 100%;
        bottom: 18%;
        width: 100%;
        left: 0;
    }
    
    .swiper-content {
        width: 90%;
    }
    
    .swiper-content h2 {
        font-size: 19px;
    }
    
    .slide-numbers span {
        padding-right: 0;
    }
    
    .slide-numbers span.active {
        border-right: none;
        transform: none;
    }
    
    .about-right,
    .box__info{
        padding: 10px;
    }
    
    .box__info .date__nd__time {
        flex-direction: column;
        gap: .5rem;
    }
    
    .box__info .info__txt__wrapper h5 {
        font-size: 1.1rem;
    }
    
    .img-stats {
        left: 0;
        right: inherit;
    }
    
    .inner-contents .left .image-wrapper {
        width: 50%;      
        height: 100%;
    }
    
    .inner-contents .left img {
        width: 100%;
    }
    
    .recent-post {
        display: none;
    }
    
    section#bgFull {
        max-width: 100%;
    }
    
    .brendphotos a {
        width: 100%;
        height: 260px;
    }
    
    #innerFull img:nth-child(odd) {
        height: 300px;
    }
    
}




