* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Futura", sans-serif; */
    /*font-family: "FTN", serif;*/
    font-family: "Averta", serif;
    font-weight: 600;
    text-decoration: none;
    list-style: none;
}
/******STYLING WHATSAPP START**********/
.fixed-whatsapp {
    width: 65px;
    height: 65px;
    background: green;
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    right: 20px;
    color: #fff;
    animation: 1s infinite wpAnim;
    box-shadow: 0 0 0 18px transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px
}

.fixed-whatsapp:hover a {
    color: #fff;
}



@keyframes wpAnim {
    0% {
        box-shadow: 0 0 0 0 green
    }
}

/* hazir kodlar */

/* 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;
}

a {
    text-decoration: none;
    color: unset;
}

.titleh {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.noimg img {
    display: none;
}

.Yes .fa-check,
.No .fa-mark {
    display: block;
}

.Yes .fa-xmark,
.No .fa-check {
    display: none;
}

/* hazir kodlar son */

/* innerpages */

.modal_banner {
  display: block; /* Sayt açılanda göstərilsin */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal_banner-content {
  position: relative;
  background-color: white;
  margin: 10% auto;
  padding: 0;
  border-radius: 10px;
  width: 80%;
  max-width: 600px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.banner_close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.banner_close:hover {
  color: black;
}

.banner_modal img {
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#imageModal img {
    max-width: 100%;
    height: auto;
    height: 400px;
    margin: 0 auto;
    width: 300px;
    object-fit: cover;
}

#imageModal .modal-dialog {
    width: 15%;
    min-width: 30%;
}

.ag-courses_item {
  -ms-flex-preferred-size: calc(33.33333% - 30px);
  flex-basis: calc(33.33333% - 30px);

  overflow: hidden;
    position: relative;
  border-radius: 28px;
}

.ag-courses_item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 90px;
    height: 75px;
    background: url(/img/reynoldslogosari.png) center / contain no-repeat;
}

.ag-courses-item_link {
  display: block;
  padding: 30px 20px;
  background-color: #121212;

  overflow: hidden;

  position: relative;
}

a.ag-courses-item_link::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 75px;
    background: url(/img/reynoldslogoqara.png) center / contain no-repeat;
    bottom: 0;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    z-index: 4;
    transition: .5s;
}
.ag-courses-item_link:hover::after {
    visibility: visible;
    opacity: 1;
}

.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
  text-decoration: none;
  color: #FFF;
}


.ag-courses-item_link:hover .ag-courses-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
.ag-courses-item_title {
  min-height: 87px;
  margin: 0 0 25px;

  overflow: hidden;

  font-weight: bold;
  font-size: 30px;
  color: #FFF;

  z-index: 2;
  position: relative;
}
.ag-courses-item_date-box {
  font-size: 14px;
  color: #FFF;

  z-index: 2;
  position: relative;
  /*height: 80px;*/
}
.ag-courses-item_date {
  font-weight: bold;
  color: #f9b234;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease
}
.ag-courses-item_bg {
  height: 128px;
  width: 128px;
  background-color: #ffc22b;
  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;
  border-radius: 50%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

@media only screen and (max-width: 979px) {
  .ag-courses_item {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  .ag-courses-item_title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

}
@media only screen and (max-width: 639px) {
  .ag-courses_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ag-courses-item_title {
    min-height: 72px;
    line-height: 1;

    font-size: 24px;
  }
  .ag-courses-item_link {
    padding: 22px 40px;
  }
  .ag-courses-item_date-box {
    font-size: 16px;
  }
}

.soyutma_form {
    width: 85%;
    padding-bottom: 50px;
    margin: 0 auto;
}

.form_box input:not([type="radio"]) {
    min-height: 35px;
    min-width: 250px;
    padding: 5px 15px;
    border: none;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border-radius: 3px;
    font-size: 14px;
}

.form_box input[type="radio"] {
    width: 15px;
    height: 15px;
}

input[type="submit"] {
    margin-top: 15px;
    width: 100%;
    font-size: 15px;
    padding: 10px 15px;
    margin-right: auto;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.formcreator {
    width: 100%;
    margin-top: 50px;
    padding: 15px !important;
}

.soyutma_form h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 15px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.soyutma_form h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 1rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.w-40 {
    width: 40%;
}

.prod_left h3 {
    font-weight: 600;
}

.prod_left p, .prod_left li, .prod_left a, .prod_left b, .prod_left span, .prod_left td{
    font-family: "Averta";
    font-weight: 400;
}

.prod_left table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-collapse: collapse; /* Sınırların birleşmesini sağlar */
}

.prod_left tbody, 
.prod_left td, 
.prod_left tfoot, 
.prod_left th, 
.prod_left thead, 
.prod_left tr {
    border: 1px solid #dee2e6; /* Sınırları ekler */
}

.prod_left td {
    padding: 1rem;
}

.prod_left>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #dee2e6; /* Alt sınırları ekler */
}

.prod_left table tr:nth-of-type(even)>* {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
}

.prod_left img:not(.full_prod_gallery img){
    width: 450px;
    height: 450px;
    object-fit: contain;
    background: #eee;
    padding: 1.5rem;
    margin: 10px 0;
}

.prodDoubleGrid.clear_img .prod_left img:not(.full_prod_gallery img) {
    background: unset;
    padding: 0;
    width: 100%;
}

.prodDoubleGrid.clear_img .prod_left>:not(caption)>*>* {
    border-bottom: unset;
}

.content img {
    width: 100% !important;
    height: 450px !important;
    width: 100% !important;
    height: 450px !important;
    border: none;
    background: none !important;
    padding: 0px !important;
}
.prod_left ol li {
    list-style: auto;
}

.prod_left ul li {
    list-style: disc;
}

.full_prod_gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.full_prod_gallery p,
.full_prod_gallery div {
    overflow: hidden;
}

.full_prod_gallery img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    background: #eee;
    padding: 1rem;
}

.prodDoubleGrid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
    padding: 50px 0;
}

.prod_left > p {
    font-size: 18px;
    text-align: justify;
}

.full-story-service-text img {
    height: 400px;
    object-fit: cover;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.full-story-service-text li {
    font-family: "Averta";
    font-weight: 400;
}

.modal-form.sticky-e-form {
    padding: 20px 24px;
    position: sticky;
    top: 150px;
    z-index: 2;
    background-color: #fff;
    border-radius: 28px;
    box-shadow: 0px 3px 25px rgba(0, 30, 69, 0.2);
}

.blog {
    height:250px;
    position:relative;
      margin:10px;
        display: flex;
    flex-direction: column;
    justify-content: flex-end;
     border-radius:5px;
     overflow:hidden;
}

.blog:nth-child(7) img {
    object-fit: contain;
}

.blog .blog-span {
     position: absolute;
    top: 25px;
    left: 25px;
    background-color: #d8c46a;
    padding: 5px 15px;
    z-index: 9;
    border-radius:5px;
}
.blog  .etrafli {
  display:flex;
  width:100%;
  align-items:center;
 color: #b1b1b1;
 font-size:15px;
}
.blog  .etrafli  span {
    display:block;
    width:0;
    opacity:0;
    transition:.3s;
    height:20px;
  overflow:hidden;
}
.cat-blog .blog-part .blog  .etrafli  span {
        height:25px;
}
.blog  .etrafli  i {
       height:14px;
}
.blog:hover  .etrafli span {
       opacity:1;
    width:100px;
    
}
.blog:hover img {
    transform:scale(1.1);
}
.blog::after {
    content: "";
    background: linear-gradient(to top , #080808db, #1515158f ,#0000ff00 );
    position: absolute;
    height: 100%;
    width: 100%;
          border-radius:5px;
}
/*.all-blog .blog-part:nth-child(2) .blog {*/
/*    height:520px*/
/*} */
.blog  img {
    display:inline-block;
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:5px;
    filter: contrast(1.2);
}
.blog  img  {
    height:100%;
    width:100%;
    transition:.3s;
}

.blog-content {
    position: absolute;
    padding: 25px;
    color: white;
    z-index: 8;
    width: 100%;
}

.blog-content h3 {
    font-size: 16px;
    margin: 22px 0px 11px;
    color: #fff;
    line-height: 20px;
    font-weight: 600;
}

.blog .etrafli {
    display: flex;
    width: 100%;
    align-items: center;
    color: #b1b1b1;
    font-size: 15px;
}

/* career */

.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%;
}

.innerCareerBg {
     background: url(/img/backgroundcareer.png) center / cover;
}

.careerTop {
    padding-bottom: 1rem;
}

.careerTop h2 {
    font-size: 42px;
    font-weight: 600;
    padding-bottom: 2rem;
}

.careerTop span {
    border: 2px solid #000;
    padding: 4px 8px;
    margin-bottom: 1rem;
    display: inline-flex;
}

.careerTop p {
    font-weight: 500;
    max-width: 70%;
}

.career_card {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1.5rem 0;
    display: flex;
}

.career_card:hover {
    background: #000;
    padding: 1.5rem;
}

.career_card:hover h2,
.career_card:hover p,
.career_card:hover span,
.career_card:hover a{
    color: yellow;
}

.career_card:hover span {
    border: 2px solid yellow;
}

.career_card ,
.career_card * {
    transition: .6s all ease;
}

.career_infos {
    width: 70%;
}

.career_infos h2 {
    font-size: 33px;
    font-weight: 600;
}

.career_infos p {
    font-size: 14px;
    font-weight: 600;
}

.career_infos span {
    padding: 4px 12px;
    border: 2px solid #000;
}

.career_card a {
    display: inline-block;
    width: 30%;
    text-align: end;
    font-size: 19px;
    font-weight: 600;
}

.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;
    object-fit: contain;
}

.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;
}

/* career end */

.serviceAll .blog:nth-child(2) img,
.advantageCarousel .blog:nth-child(2) img,
.serviceAll .blog:nth-child(3) img,
.advantageCarousel .blog:nth-child(3) img,
.serviceAll .blog:nth-child(4) img,
.advantageCarousel .blog:nth-child(4) img,
.serviceAll .blog:nth-child(5) img,
.advantageCarousel .blog:nth-child(5) img{
    object-fit: contain;
}

.contentAll {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}

.productAll {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

a.innerproduct_card:hover {
    transform: translateY(-16px);
}

a.innerproduct_card {
    display: inline-block;
    width: 100%;
    transition: all 300ms;
}

.innerproduct_img {
    height: 360px;
    width: 100%;
}

.innerproduct_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 300ms;
}

a.innerproduct_card:hover img {
    transform: scale(1.1);
}

.innerproduct_title {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #787878;
    background: transparent;
    transition: all 300ms;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2.5%;
    min-height: 85px;
}

.innerproduct_title span {
    font-size: 12px;
    color: #838080;
}

.innerproduct_title h2 {
    position: relative;
    display: inline-block;
    width: 100%;
    top: unset;
    transform: none;
    font-weight: 600;
    color: #787878;
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0;
    transition: all 300ms;
    text-align: center;
}

a.innerproduct_card:hover .innerproduct_title h2 {
    color: #000;
}

.contentAll .product-box {
    display: flex;
    flex-direction: column;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 300px;
}

.contentAll .category-box {
    background-color: #eee;
}

.contentAbout {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.about_both {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    min-height: 350px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: 0.6s ease;
    align-items: center;
    padding: 0 20px;
}

.about_both:hover {
    background: #000;
}

.about_both:hover p {
    color: #f3f3a9;
}

.about_left img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    /*border: 6px solid #000;*/
    transition: 0.6s transform ease;
}

.about_right h4 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: yellow;
}

.about_right {
    text-align: justify;
}

.about_both:nth-child(even) {
    direction: rtl;
}

.about_both:nth-child(even) .about_left {
    direction: ltr;
}

.about_both:hover {
    grid-template-columns: 1fr 1fr;
}

.about_both:hover .about_right h4 {
    color: #fff;
    text-decoration-color: #f3f3a9;
}

/* innerproducts */

.product-gallery {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 150px;
}

.main-image {
    position: relative;
    height: 450px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.main-image img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: contain;
      transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease;
    }

.main-image:hover img {
    transform: scale(1.5);
}

.thumbnails {
    padding-top: 1rem;
    display: flex;
    gap: 10px;
    white-space: nowrap;
    flex-direction: column;
}

.thumbnails img {
    width: 100px;
    height: 100px;
    padding: 10px;
    cursor: pointer;
    border: 2px solid #eee;
    transition: border 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.thumbnails img.active {
    /*border-color: #007bff;*/
}

.products-full-main-content {
    padding-block: 3rem;
    row-gap: 2rem;
}

    .pfp-swiper-slide {
    overflow: hidden;
    cursor: pointer;
    border-radius: .5rem;
}

:is(.pfp-swiper-image,.pfp-thumb-image) {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center center;
}

.pfp-swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #eee;
}

.pfp-swiper-slide {
    overflow: hidden;
    cursor: pointer;
    border-radius: .5rem;
}

.products-full-side_holder {
    margin-bottom: 30px;
}

.pfp-head {
    padding-bottom: 2rem;
}

.pfp-title {
    font-size: 2rem;
    line-height: 1;
}

.pfp-body {
    padding-block: 2rem;
    border-block: 1px solid #eee;
}

.pfp-body {
    padding-left: 20px;
}

.pfp-body li {
    list-style-type: initial !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pfp-product-description, .product-stock-test, .product-stock-test2 {
    font-size: 20px;
    padding-bottom: 9px;
    font-size: 22px;
}

.pfp-body .bold-value {
    font-weight: bold;
}

.pfp-foot {
    padding-top: 1rem;
}

.pfp-product-share {
    display: flex
;
    align-items: center;
    gap: 1rem;
}

.pfp-social-list {
    display: flex
;
    gap: 1rem;
}

.pfp-social-link {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #f00;
    border: 1px solid #f00;
    border-radius: 50%;
    transition: all .3s;
}

.pfp-social-link:hover {
    background-color: transparent;
}

.pfp-social-link:hover .full-product-social-icon {
    fill: #f00;
}

.full-product-social-icon.facebook-icon {
    width: 50%;
    fill: #fff;
    height: 50%;
}

.full-product-social-icon {
    width: 55%;
    height: 55%;
    fill: #fff;
}

.products-full-side .info-box {
    padding: 22px 28px 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}

.products-full-side .contact-info-box {
    padding: 22px 28px 24px;
    border-radius: 12px;
    border: 1px solid #d7dde3;
}
.info-box {
    background-color: #f2f3f4;
}

.products-full-side .info-box h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    min-height: 40px;
    color: #f99074;
}

.products-full-side .contact-info-box a.tel-link {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    color: #111;
}

.products-full-side .contact-info-box span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
}
.custom-btn {
    color: white;
    font-size: 18px;
    width: 240px;
    height: 56px;
    line-height: 56px;
    font-weight: 600;
    background-color: black;
    -webkit-box-shadow: 0 20px 30px -18px #22b0f3;
    -moz-box-shadow: 0 20px 30px -18px #22b0f3;
    box-shadow: 0 20px 30px -18px #22b0f3;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;

}
 .custom-btn:hover {
     background-color: #ffc22b;
     color: #fff;
}
.products-full-side .contact-info-box a.contact-btn .custom-btn2 {
    background-color: #f99074;
    -webkit-box-shadow: none;
    -moz-box-shadow: 0 20px 30px -18px #f99074;
    -o-box-shadow: 0 20px 30px -18px #f99074;
    box-shadow: 0 20px 30px -18px #f99074;
    width: 100%;
    font-size: 18px;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all .225s ease 0s;
    -moz-transition: all .225s ease 0s;
    -o-transition: all .225s ease 0s;
    transition: all .225s ease 0s;
    padding: 15px 0;
    text-align: center;
    display: block;
}

.products-full-side .custom-btn2 {
    font-size: 18px;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all .225s ease 0s;
    -moz-transition: all .225s ease 0s;
    -o-transition: all .225s ease 0s;
    transition: all .225s ease 0s;
    padding: 15px 0;
    text-align: center;
    display: block;
}

.products-full-side .order-info-box {
    border: 1px solid #d7dde3;
}

.products-full-side .info-box .tel-link {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    color: #000;
}

.products-full-side .email-link {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
    color: #000;
}

.products-full-side .order-info-box .order-btn {
    color: #7fd958;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 30px -18px #7fd958;
    -moz-box-shadow: 0 20px 30px -18px #7fd958;
    -o-box-shadow: 0 20px 30px -18px #7fd958;
    box-shadow: 0 20px 30px -18px #7fd958;
}

#animated-category.first .nav li {
    width: 50%;
}

#animated-category.first .nav-item .nav-link {
    width: 100%;
    height: 100%;
    font-size: 1.25rem;
    font-weight: 600;
}

#fiziki td {
    padding: 1.5rem 1rem;
    border-bottom: 1px solid #fff;
}

#animated-category.first .nav-tabs {
    gap: 0;
    padding: 0;
}

#animated-category.first .nav-link {
    border: 1px solid #e6eaf6 !important;
    font-size: 1.25rem;
    text-align: left;
    color: #000 !important;
    font-weight: 600;
}

#animated-category.first .nav-link.active {
    width: 100%;
    padding: 1.5rem 2rem;
    background: #e6eaf6;
    border: 1px solid #fff !important;
}

#animated-category.first .tab-pane.fade.active.show {
    background: #e6eaf6;
    padding: 1.2rem;
}

#animated-category .nav-tabs {
    gap: 20px;
    padding: 20px 0;
    justify-content: center;
}

#animated-category .nav-item .nav-link {
    color: #2d3540;
    border-radius: 0;
    border: 1px solid #dbdbdb;
    padding: 8px 16px;
    width: 100%;
    min-height: 3.125rem;
    font-size: .9375rem;
    font-weight: 500;
}

#animated-category li.nav-item {
    min-width: 200px;
}

#animated-category .tab-pane p {
    margin: 0;
}

#animated-category:not(.first) .nav-item .nav-link.active {
    color: #fff;
    border: 1px solid #ec2526;
    border-radius: 0;
    background: #2d3540;
    border-color: transparent;
}

#animated-category:not(.first) .nav-item .nav-link:hover {
    color: #fff;
    border-radius: 0;
    border: 1px solid #2d3540;
    background-color: #2d3540;
}

div#sened.show {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

a.pdf {
    display: inline-block;
    padding: 20px;
    display: flex
;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #000;
    font-weight: 500;
    font-size: 23px;
    transition: .5s all ease;
    flex-direction: column-reverse;
    font-size: 12px;
    gap: 10px;
    text-transform: uppercase;
}

a.pdf img {
    width: 100%;
}

a.pdf:hover {
    transform: scale(1.1);
}

#sxem img {
    width: 310px;
}

/* innerroducts end */

/* innerpages end */

.right-nav {
    z-index:9;
  background: #fff;
  border-radius: 4rem;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
  right: 0;
  opacity: 1;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  transition: all .3s ease;
  visibility: visible;
  width: 72px;
}

.right-nav:hover {
  box-shadow: 0 0 2rem -.2rem rgba(0,0,0,.1)
}

.right-nav.hide {
  opacity: 0;
  transform: translateX(200%);
  visibility: hidden
}

.right-nav-list,.right-nav-list li {
  align-items: center;
  display: flex;
  flex-flow: column
}

.right-nav-list {
    padding: 0;
    margin: 0;
}

.right-nav-list li {
  margin-bottom: .5rem;
  position: relative;
  width: 100%
}

.right-nav-list li:not(:first-child):before {
  background: #d1d3d2;
  content: "";
  display: block;
  height: 1.5px;
  margin: 0 0 1.3rem;
  width: 1.5rem
}

.right-nav-list li a {
  align-items: center;
  display: flex;
  flex-flow: column
}

.right-nav-list li:hover .iconfont {
  filter: brightness(1.1);
  transform: scale(1.4);
  font-size:25px;
}

.right-nav-list li:hover .right_hide {
  opacity: 1;
  transform: translate(-100%,-50%);
  visibility: visible
}

.right-nav-list .iconfont {
    font-size:20px;
  display: block;
  margin-bottom: .3rem;
  transition: all .3s ease;
  height: 1rem;
}

.right-nav-list .btn-tit {
  color: #333;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.6rem
}

.right_hide {
  background-color: #fff;
  border-radius: .5rem;
  box-shadow: 0 0 1rem -2px rgba(51,51,51,.15);
  color: #333;
  font-size: 14px;
  left: -10px;
  line-height: 16px;
  opacity: 0;
  padding: 12px 16px;
  position: absolute;
  top: 50%;
  transform: translate(-110%,-50%);
  transition: all .5s ease;
  visibility: hidden;
  white-space: nowrap
}

.right_hide:before {
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  border-top: 6px solid transparent;
  content: "";
  position: absolute;
  right: -8px;
  top: calc(50% - 4px)
}

.right-close {
  align-items: center;
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 2rem;
  bottom: 1rem;
  color: #ddd;
  cursor: pointer;
  display: block;
  display: flex;
  font-size: 1rem;
  height: 3rem;
  justify-content: center;
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  transform: translate(-50%);
  transition: all .3s ease;
  width: 3rem
}

.right-close:hover {
  background: #333;
  border-color: #333;
  transform: translate(-50%) rotate(180deg)
}

.right-open {
  align-items: center;
  bottom: 9rem;
  color: #ddd;
  cursor: pointer;
  display: flex;
  height: 3rem;
  justify-content: center;
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  transition: all .3s ease;
  visibility: hidden;
  width: 3rem;
  z-index: 1000
}

.right-open .iconfont {
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none
}

.right-open:hover {
  color: #333
}

.right-open.show {
  opacity: 1;
  visibility: visible
}

.about-page, .contact-page, .projects-page, .references-page, .service-inside, .service-page, .project-page {
    overflow: hidden;
}

.static-header {
    background-image: url(/img/project-khani-design-c523aca….jpg);
    height: 450px;
    padding: 60px;
    margin: -60px -60px -20px -60px;
    position: relative;
    z-index: 1;
    text-shadow: 0px 1px #1a1a1a;
    background-repeat: no-repeat;
    background-position: 9999px;
}

.static-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
    -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -webkit-backface-visibility: hidden;
    display: block;
    clear: both;
    background: rgba(0, 0, 0, 0.3);
}

.static-header::after {
    content: "";
    background-color: #005947;
    background-image: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    vertical-align: middle;
    -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 10px solid #fff;
    display: block;
    clear: both;
}

.static-title {
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 350px;
    position: relative;
}

.static-title h1 {
    color: #fff;
    font-size: 48px;
    text-shadow: 0px 1px #1a1a1a;
    font-weight: 900;
}

.service-full {
    padding-top: 80px;
}

.my-static-box {
    padding: 30px 20px;
    /*transform: translateY(-180px);*/
    margin-top: -180px;
    box-shadow: 0 7px 20px rgba(195, 199, 206, .35);
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 4px;
}

.my-grid-umid {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    max-height: 500px;
    width: 100%;
}

.my-grid-umid div:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.my-grid-umid div {
    width: 100%;
}

.my-grid-umid div img {
    object-fit: cover;
    width: 100%;
    border: 10px solid #000;
    height: 100%;
    max-height: 250px;
}

.my-grid-umid div:nth-child(2) {
    height: 100%;
    grid-area: 1 / 2 / 3 / 3;
}

.my-grid-umid div:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
}

.my-grid-umid div:nth-child(2) img {
    max-height: 100%;
}

.service-full .service-desc {
    line-height: 30px;
}

.service-desc {
   margin-top: 50px;
    max-width: 65%;
    margin: 30px auto 0 auto;
    text-align: justify;
}

.service-desc h2 {
    margin-bottom: 30px;
    font-size: 38px;
}

.service-desc p {
    line-height: 30px;
}

#map {
    height: 25rem;
}

.inside-page-head {
    background-color: #000;
    color: #fff;
    padding-block: 1.125rem;
    margin: 0;
}

.speedbar-my-wrap {
    display: flex;
    align-items: center;
    color: #fff;
    gap: .5rem;
}

.speedbar-my-wrap a {
    color: #fff;
}

.speedbar-icon {
    width: .8rem;
}

.last-speedbar-element {
    opacity: .7;
    margin: 0;
}

.title_wrap {
    position: relative;
    height: 15.625rem
}

.title_wrap::before {
    position: absolute;
    content: '';
    inset: 0;
    z-index: -1;
    background: rgb(0 0 0 / 50%)
}

.title-img-box {
    position: absolute;
    z-index: -2;
    inset: 0
}

.inside-page-title-box {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center
}

.title-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom
}

.conp-body {
    padding-block: 5rem;
}

.conp-info-box {
    margin-bottom: 5rem;
}

.conp-social-list {
    row-gap: 2rem;
    padding: 0;
}

.conp-social-item {
    display: flex
;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1rem;
}

.conp-social-icon-box {
    box-shadow: rgba(0, 0, 0, .35) 1px 1px 6px;
    background-color: #fff;
    border-radius: 50%;
    width: 3.75rem;
    padding: 1rem;
    height: 3.75rem;
    flex-shrink: 0;
    flex-grow: 0;
    transition: .6s;
}

.conp-social-icon {
    width: 100%;
    filter: brightness(0.2);
}

.conp-social-content {
    display: flex
;
    flex-direction: column;
}

.conp-social-link {
    word-break: break-word;
    color: black;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
        font-size: 14px;
    font-weight: 500;
}

.conp-form-inputs {
    row-gap: 2rem;
}

.contact-conp-form-input {
    font-size: 1rem;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    background-color: transparent;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    padding: .625rem;
    height: 3.125rem;
}

.contact-conp-form-input:focus {
    outline: none;
}

:is(.contact-conp-form-input:focus,.contact-conp-form-input:autofill,.contact-conp-form-input:-webkit-autofill) ~ .contact-conp-form-label {
    top: -.9rem;
    font-size: .813rem;
    color: #000;
    padding-inline: .3rem;
    transition: all .3s;
}

#contact-conp-form-message {
    height: 100%;
    resize: none;
}

.contact-inputGroup_holder {
    position: relative;
    border-radius: 4px;
}

.contact-conp-form-label {
    position: absolute;
    left: 5px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    transition: all .3s;
    z-index: -1;
    letter-spacing: .5px;
    padding-inline: 1rem;
    font-weight: 300;
    display: inline-block;
    max-width: 100%;
}

.contact-conp-form-label[for="message"] {
    top: 1.2rem;
}

.contact-conp-form-submit {
    box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: black;
    padding: .938rem 1.25rem;
    margin: 2.5rem auto 0;
    max-width: 15.625rem;
    width: 100%;
    border-radius: .3rem;
    transition: all .3s ease;
    text-transform:uppercase !important;
    
}

.contact-conp-form-submit:hover {
    background-color:#f4f5f4;
    color: #030080;
}

.conp-form-focus-border::before,
.conp-form-focus-border::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: 0.4s;
}

.contact-conp-form-input:focus ~ .conp-form-focus-border::before,
.contact-conp-form-input:focus ~ .conp-form-focus-border::after {
    left: 0;
    width: 100%;
    transition: 0.4s;
}

.contact-conp-form-input:focus ~ .conp-form-focus-border::after {
    top: auto;
    bottom: 0;
}

.contact-conp-form-input ~ .conp-form-focus-border i::before,
.contact-conp-form-input ~ .conp-form-focus-border i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #000;
    transition: 0.6s;
}

.contact-conp-form-input:focus ~ .conp-form-focus-border i::before,
.contact-conp-form-input:focus ~ .conp-form-focus-border i::after {
    top: -1px;
    height: 100%;
    transition: 0.6s;
}

.contact-conp-form-input:focus ~ .conp-form-focus-border i::after {
    left: auto;
    right: 0;
}

.head h1 {
    font-weight: 600;
}


/* innerpages end */

/* modal */

.modal-button-yellow {
  padding: 14px 30px;
  border: 0;
  color: #6d6e72;
  font-size: 14px;
  border-radius: 8px;
  background: #fff;
  transition: .3s;
  font-weight: 500;
  box-shadow: 0px 0px 5px #3336;
}
.modal-button-yellow:hover {
  background-color: #6d6e72;
  color: #fff;
}
.modal-title {
    color: #000;
    font-weight: 600;
}
.modal-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.input-div {
  width: 100%;
  margin: 15px 0;
}

.input-div input {
  width: 100%;
  border: 2px solid #e6ecf2;
  padding: 12px 20px;
  border-radius: 4px !important;
  font-size: 14px !important;
  outline: none;
  transition: all .3s ease;
}

.prod_right .input-div {
    margin: 10px 0;
}

.input-div select,
.input-div option,
.input-div textarea::placeholder{
    color: #757575;
}
.input-div select {
    width: 100%;
  border: 2px solid #e6ecf2 !important;
  padding: 12px 14px;
  border-radius: 4px !important;
  font-size: 14px !important;
  outline: none;
  transition: all .3s ease;
}

.input-div textarea {
  width: 100%;
  border: 2px solid #e6ecf2;
  padding: 12px 20px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  outline: none;
  transition: all .3s ease;
  max-height: 140px;
 
}

.input-div button {
  cursor: pointer;
  background: #700000;
  color: #fff;
  border-radius: 4px;
  line-height: 50px;
  transition: 0.3s ease-in-out;
  padding: 0 26px;
  margin-bottom: 15px;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  border: 0;
}

.input-div button:hover {
  background-color: gray;
  color: #fff;
}

/* modal end */

/* header */

header.home {
    margin-bottom: 0;
}

header {
    position: relative;
    z-index: 99;
    background-color: #fff;
    position: sticky;
    top: 0;
    width: 100%;
    /* margin-bottom: 3.75rem; */
}

header .top {
    display: flex;
    align-items: center;
    background-color: #fff;
    gap: 10px;
    height: 4.3125rem;
    justify-content: flex-end;
}

header .top ul {
    padding: 0;
    margin: 0;
}

header .top li {
    list-style: disc;
    color: #000;
    margin-right: 1.5rem;
}

header .top ul li a {
    color: #000;
    font-size: 15px;
}

.header__contact {
    display: flex;
    align-items: center;
    gap: 20px
}

.header__contact-item {
    color: #c7c7c7;
}

.header__contact-item.language a {
    color: #000;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 50%;
    font-size: 13px;
    text-transform: uppercase;
}

.header__contact-item {
    display: flex;
    gap: 10px;
    position: relative;
    text-align: left !important;
}

.header__contact-item--clock:before {
    content: url(/img/clock.png);
}

.header__contact-item--mail:before {
    content: url(/img/mail.png);
}

.header__contact-item--phone:before {
    content: url(/img/phone.png);
}

.header__contact-item:before {
    display: block;
}

.header__contact-item span {
    color: #424242;
    font-weight: 400;
}

.header__email {
    text-decoration: none;
    color: #c7c7c7;
}

.header__contact-item--phone {
    margin-bottom: 0px;
}

.header__contact-item--phone {
    position: relative;
    text-align: left !important;
}
header .top .phone {
    font-size: 1rem;
}

header .top .phone {
    margin-right: 4.625rem;
    text-decoration: none;
    color: #272222;
    font-size: 1rem;
    
    font-weight: 700;
    z-index: 2;
}
.header__contact a.phone {
    margin-right: 0px !important;
    font-weight: 400;
}
.phone {
    text-decoration: none;
}
header .social {
    width: 1.95rem;
    height: 1.95rem;
    border-radius: 50%;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    text-align: center;
    line-height: 1.8rem;
    display: inline-block;
    margin: 0;
}

header .social .fa {
    font-size: 14px;
}
header i.fa {
    font-style: normal !important;
}

header .header-menu {
    /* position: absolute; */
    height: 3.75rem;
    width: 100%;
    bottom: -3.75rem;
    left: 0;
    z-index: 1;
}

header .header-menu:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #000;
    opacity: 0.8;
}

.menu-burger {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: 1rem;
    right: 3rem;
    height: 2rem;
    width: 2.5rem;
}

header .header-menu .container {
    position: relative;
}

header .header-menu .logo-back {
    position: absolute;
    height: 3.125rem;
    width: 11.125rem;
    background-color: #fff;
    top: -1px;
    left: 2.5rem;
}

header .header-menu .logo-back:before {
    position: absolute;
    content: '';
    top: 0;
    left: -2.25rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 2.25rem 3.125rem 0;
    border-color: transparent #ffffff transparent transparent;
}

header .header-menu .logo-back .logo {
    position: absolute;
    /*left: 8px;*/
    display: inline-block;
    text-decoration: none;
    z-index: 1;
}

img.logo-desktop{
  display: block;
  width: 100%;
}

img.logo-mobile{
  display: none;
}

header .header-menu .container  .logo-back:after {
    position: absolute;
    content: '';
    top: 0;
    right: -2.25rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.125rem 2.25rem 0 0;
    border-color: #ffffff transparent transparent transparent;
}

header .header-menu .container  > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 16rem;
}

header .header-menu .container  > ul > li {
    display: inline-block;
    position: relative;
}

header .header-menu .container  > ul > li > a {
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    height: 3.75rem;
    font-size: 14px;
    line-height: 3.75rem;
    display: inline-block;
    position: relative;
}

header .header-menu .container  > ul > li > a:hover {
    background-color: #ffc22b;
    color: #000;
}

header .header-menu .container  > ul > li > ul {
    position: absolute;
    left: 0;
    background: #fff;
}

header .header-menu .container > ul > li ul {
    padding: 0;
    min-width: max-content;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

header .header-menu .container > ul > li > ul {
    top: 100%;
    left: -36px;
    width: 350px;
}

li.open_drop:hover > ul {
    opacity: 1 !important;
    visibility: visible !important;
}

li.open_drop {
    position: relative;
}

.open_drop ul.drop_2 {
    /* left: -252px !important; */
    top: 428% !important;
    width: 100%;
    min-width: 322px !important;
    box-shadow: none !important;
}

header .header-menu .container > ul > li ul a {
    padding: 10px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    width: 100%;
}

header .header-menu .container > ul > li ul a:hover {
    background: #eee;
    /*color: yellow;*/
}
.open_drop ul {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s all ease;
}

.order-call {
    background-color: #ffc22b;
    color: #000 !important;
}
.search-container {
    position: relative;
}

header.home .search-container:before {
    border-color: transparent #fff transparent transparent;
}
.search-container:before {
    border-color: transparent #ffc62e transparent transparent;
}
.search-container:before {
    position: absolute;
    content: '';
    bottom: -2rem;
    left: -15.78rem;
    opacity: 0;
    transition: 0.2s all ease;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 2.8125rem 3.125rem 0;
    border-color: transparent #fff transparent transparent;
}

.search-container button {
    color: #fff;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 1.375rem;
    height: 3.75rem;
}

.search-container input {
    position: absolute;
    height: 3.125rem;
    width: 15rem;
    bottom: -2rem;
    right: 0;
    padding: 0.625rem;
    color: #000;
    border: none;
    outline: none;
    opacity: 0;
    transition: 0.2s all ease;
    pointer-events: none;
}

.search-container button:active {
    transform: translateY(2px);
}

.search-container.active input, .search-container.active:before {
    bottom: -3.125rem;
    opacity: 1;
    pointer-events: auto;
}

header.home .search-container.active input {
    background: #fff;
}

.mob_logo img {
    width: 150px;
}

/* Menü ve alt menüler için temel stil */
.menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.menu.open {
    transform: translateX(0);
}

.submenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    background: #f0f0f0;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.submenu.open {
    transform: translateX(0);
}

.back-btn {
    padding: 10px;
    background: #ccc;
    cursor: pointer;
}

/* Hamburger menüsünün stilini tanımlıyoruz */

.offcanvas-title {
    font-weight: 600;
}

.hamburger {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.hamburger div {
    width: 100%;
    height: 4px;
    background: #000;
}

/* header end */

/* left side */
.right-panel {
    width: 100%;
}
/* left side end */

/* slider */

/*#slider {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 85vh;*/
/*    perspective: 1000px;*/
/*    overflow: hidden;*/
/*}*/

/*.hero_slider {*/
/*    height: 100%;*/
    /*padding: 1rem;*/
/*}*/

/*#slider .swiper-slide {*/
/*    transform-style: preserve-3d;*/
/*    transition: transform 1s ease-in-out;*/
/*}*/

/*.swiper_grid {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr;*/
    /*gap: 10px*/
/*}*/

/*#slider .swiper-slide img:hover {*/
/*    transform: scale(1.1);*/
/*}*/
/*.hero_slider div[role=button] {*/
/*    color: #000;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    border-radius: 50%;*/
/*    background: #fff;*/
/*    box-shadow: 0px 0px 10px #0005;*/
/*}*/
/*.hero_slider div[role=button]::after {*/
/*   font-size: 15px; */
/*}*/
/*#slider .swiper-slide img {*/
/*    width: 100%;*/
/*    height: 300px;*/
/*    object-fit: cover;*/
    /*border-radius: 10px;*/
/*    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);*/
/*    transition: .5s all ease;*/
/*}*/

/*.slider_row {*/
/*   display: flex;*/
/*   overflow: hidden;*/
/*  }*/

/*.imagegroup {*/
/*   display: flex;*/
/*   width: 100%;*/
/*  }*/

/*.imagegroup img{*/
/*  flex-shrink: 0;*/
/*  object-fit: cover;*/
/*  border: 3px solid white;*/
/*}*/

/*.imagegroup {*/
/*   animation: travel 20s ease-in-out infinite;*/
/*  }*/

/*@keyframes travel {*/
/*   0%, 100% {*/
/*      transform: translate3d(0,0,0);*/
/*    }*/
/*   50% {*/
/*      transform: translate3d(-100%,0,0);*/
/*    }*/
/* }*/

/*#slider .owl-carousel {*/
/*    position: relative;*/
/*    height: 100%;*/
/*}*/

/*#slider .owl-stage-outer,*/
/*#slider .owl-stage,*/
/*#slider .owl-item {*/
/*    height: 100%;*/
/*}*/

/*#slider .owl-carousel .owl-dots {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 1.75rem;*/
/*    transform: translate(-50%);*/
/*}*/

/*#slider .owl-carousel .owl-dots .owl-dot {*/
/*    height: 1rem;*/
/*    width: 1rem;*/
/*    border-radius: 50%;*/
/*    background-color: #fff;*/
/*}*/

/*#slider .owl-carousel .owl-dots .owl-dot.active {*/
/*    background-color: #ffc431;*/
/*}*/

/*#slider .owl-carousel .owl-dots .owl-dot+.owl-dot {*/
/*    margin-left: 0.5rem;*/
/*}*/

/*#slider .owl-carousel .owl-prev,*/
/*#slider .owl-carousel .owl-next {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    margin-top: -1.4375rem;*/
/*    height: 2.875rem;*/
/*    width: 2.875rem;*/
/*    text-align: center;*/
/*    line-height: 2.875rem;*/
/*    color: #fff;*/
/*    z-index: 1;*/
/*    font-size: 30px;*/
/*}*/

/*#slider .owl-carousel .owl-prev:before,*/
/*#slider .owl-carousel .owl-next:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background-color: #000;*/
/*    z-index: -1;*/
/*    opacity: 0.5;*/
/*}*/

/*#slider .owl-carousel .owl-next {*/
/*    left: auto;*/
/*    right: 0;*/
/*}*/

/*#slider .owl-carousel .owl-slide {*/
/*     height: calc(100vh - 4.3125rem - 3.75rem); */
/*    width: 100%;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*    height: 100%;*/
/*}*/

/*.owl-carousel .owl-item img {*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

/* slider end */


/* New Slider */

#main {
     height: 84vh;
     overflow: hidden;
     position: relative;
}
 #main .mainCarousel {
     position: relative;
}
 #main .mainCarousel .item {
     height: 100%;
     position: relative;
     background-repeat: no-repeat;
     background-size: cover;
    background-position:center;
}

 #main .mainCarousel .item img {
     height: 100%;
     object-fit: cover;
}

.big_slide,
.desktop_img,
.tablet_slide,
.mob_slide {
    height: 100%;
  display: none !important;
}
 #main .mainCarousel .item .slide-text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 50px 140px;
    width: 40%;
    height: 100%;
    -webkit-filter: drop-shadow(80px 80px 80px rgba(255, 255, 255, 0.99));
    filter: drop-shadow(80px 80px 80px rgba(255, 255, 255, 0.99));
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 2;
    gap:20px;
}
 #main .mainCarousel .item .slide-text-wrapper .slide-text {
     width: 90%;
}
 #main .mainCarousel .item .slide-text-wrapper .slide-text h3 {
     color: #2a3139;
     font-weight: 500;
     font-size: 22px;
     height: 45px;
}
 #main .mainCarousel .item .slide-text-wrapper .slide-text h1 {
     color: #2a3139;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 60px;
    overflow: hidden;
}
 #main .mainCarousel .item .slide-text-wrapper .slide-text p {
     margin-bottom: 0;
     color: #919fa9;
     font-size: 16px;
     height: 100px;
     
     display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
     overflow: hidden;
}
 #main .mainCarousel .item .slide-text-wrapper .slide-text p span {
     font-size: 50px;
     font-weight: 500;
}
 #main .controls-wrapper {
     position: absolute;
     right:5%;
     bottom: 8%;
     z-index: 2;
}
 #main .controls-wrapper #customNavs {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
}
 #main .controls-wrapper #customNavs .owl-nav {
     width: 44px;
     height: 44px;
     background-color: rgba(255, 255, 255, 0.8);
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     -webkit-transition: background-color .4s ease,-webkit-transform .4s ease;
     transition: background-color .4s ease,-webkit-transform .4s ease;
     transition: background-color .4s ease,transform .4s ease;
     transition: background-color .4s ease,transform .4s ease,-webkit-transform .4s ease;
     position: relative;
     cursor: pointer;
}
 #main .controls-wrapper #customNavs .owl-nav:before {
     content: '';
     position: absolute;
     top: 40%;
     border: 1px solid #39485b;
     border-width: 0 2px 2px 0;
     -webkit-border-radius: 0 2px 2px 2px;
     -moz-border-radius: 0 2px 2px 2px;
     border-radius: 0 2px 2px 2px;
     padding: 4px;
}
 #main .controls-wrapper #customNavs .owl-nav.owl-prev:before {
     -webkit-transform: rotate(135deg);
     transform: rotate(135deg);
     left: 44%;
}
 #main .controls-wrapper #customNavs .owl-nav.owl-next:before {
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
     left: 36%;
}
 #main .controls-wrapper #customDots {
     padding: 0 15px;
}
 #main .controls-wrapper #customDots .owl-dot {
     display: inline-block;
     width: 8px;
     height: 8px;
     background-color: #39485b;
     border: none;
     opacity: 1;
     position: relative;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     -webkit-transition: background-color .4s ease;
     -moz-transition: background-color .4s ease;
     -o-transition: background-color .4s ease;
     transition: background-color .4s ease;
     margin: 0 15px;
     cursor: pointer;
}
 #main .controls-wrapper #customDots .owl-dot svg {
     stroke: #f8f8f8;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     fill: transparent;
     stroke-width: 3px;
     stroke-dasharray: 94;
     stroke-dashoffset: 94;
}
 #main .controls-wrapper #customDots .owl-dot:before {
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     width: 30px;
     height: 30px;
     border: 1px solid #39485b;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     opacity: 0;
}
 #main .controls-wrapper #customDots .owl-dot.active {
     background-color: #f8f8f8;
}
 #main .controls-wrapper #customDots .owl-dot.active:before {
     opacity: 1;
     -webkit-transition: opacity .2s ease;
     -moz-transition: opacity .2s ease;
     -o-transition: opacity .2s ease;
     transition: opacity .2s ease;
}
 #main .controls-wrapper #customDots .owl-dot.active svg {
     -webkit-animation: fill-button 5s linear forwards;
     animation: fill-button 5s linear forwards;
}
 @-webkit-keyframes fill-button {
     0% {
         stroke-dashoffset: 94;
    }
     100% {
         stroke-dashoffset: 0;
    }
}
 @-moz-keyframes fill-button {
     0% {
         stroke-dashoffset: 94;
    }
     100% {
         stroke-dashoffset: 0;
    }
}
 @keyframes fill-button {
     0% {
         stroke-dashoffset: 94;
    }
     100% {
         stroke-dashoffset: 0;
    }
}











/*New Slider End */







/* niye biz */

.corporative {
  height: 597px;
  background-image: url(https://i.pinimg.com/originals/2d/71/40/2d7140e3aaba4a243083d35f44ed9547.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.corporative::after {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000d9), to(transparent));
  background-image: -o-linear-gradient(left, #000000d9, transparent);
  background-image: linear-gradient(to right, #000000d9, transparent);
}

.corporative .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.corporative .section-caption {
  width: 50%;
  position: relative;
  z-index: 1;
}
.corporative .section-heading {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  padding-bottom: 20px;
}

.corporative .section-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    font-family: "Averta";
    font-weight: 400;
}
.corporative .section-button {
  background-color: #0A3C91;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 11px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  cursor: pointer;
}
.corporative .section-button span {
  position: relative;
  z-index: 1;
}
.corporative .section-button::after {
  content: "";
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: 0.4s width;
  -webkit-transition: 0.4s width;
  -moz-transition: 0.4s width;
  -ms-transition: 0.4s width;
  -o-transition: 0.4s width;
  z-index: 0;
}

.corporative .section-button:hover::after {
  width: 100%;
}

/* niye biz end */

/* about */

.info_box {
    width: 70%;
    margin: auto;
    padding: 1.5rem 0;
    position: relative;
}

.info_box::after {
    content: "";
    background: url(/img/euroventlogo.png) center / contain no-repeat;
    width: 200px;
    height: 200px;
    display: inline-block;
    position: absolute;
    top: 10%;
    left: 100%;
}

.info_box::before {
    content: "";
    background: url(/img/euroventlogo.png) center / contain no-repeat;
    width: 200px;
    height: 200px;
    display: inline-block;
    position: absolute;
    top: 10%;
    right: 100%;
    margin-right: 30px;
}

.headtext {
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
}

#typed {
    font-weight: 900;
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #B27F1C;
    font-size: 24px;
    text-transform: uppercase;
}

.typed-cursor {
    font-size: 24px;
}

.haqqimizda, .haqqimizda b {
    padding-top: 30px;
    font-family: "Averta";
    font-weight: 400;
}

/* about end */

/* products */

#products {
    padding: 3rem 0;
    background-color: #eee;
}

/*.products-title h2 {*/
/*    color: #fff;*/
/*}*/

.parent {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(12, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
gap: 10px;
}

/* İlk 5 eleman için özel grid düzeni */
.parent > div:nth-child(1) { grid-area: 1 / 1 / 4 / 3; }
.parent > div:nth-child(2) { grid-area: 4 / 1 / 7 / 3; }
.parent > div:nth-child(3) { grid-area: 1 / 3 / 7 / 5; }
.parent > div:nth-child(4) { grid-area: 1 / 5 / 4 / 7; }
.parent > div:nth-child(5) { grid-area: 4 / 5 / 7 / 7; }
.parent > div:nth-child(6) { grid-area: 7 / 1 / 10 / 3; }
.parent > div:nth-child(7) { grid-area: 10 / 1 / 13 / 3; }
.parent > div:nth-child(8) { grid-area: 7 / 3 / 13 / 5; }
.parent > div:nth-child(9) { grid-area: 7 / 5 / 10 / 7; }
.parent > div:nth-child(10) { grid-area: 10 / 5 / 13 / 7; }


.parent > div:nth-child(3) img, .parent > div:nth-child(8) img {
    width: 350px;
}

.parent > div:nth-child(3) .product-wrap,
.parent > div:nth-child(8) .product-wrap{
    height: 310px;
}

.product-box a {
    display: block;
    height: 100%;
    color: black;
}

.product-box {
        background: linear-gradient(143deg, white 50%, #ffb900 50%);
    border-radius: 5px;
    padding: 15px 25px;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    min-height: 200px;
}

.product-box h2 {
    font-size: 21px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.product-wrap {
    height: 150px;
    width: max-content;
    margin-left: auto;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

.product-wrap img {
    height: 100%;
    width: 240px;
    object-fit: contain;
}

.center img {
    width: 350px !important;
}

.center .product-wrap {
    height: 200px;
}

.center .col-12.mb-3 {
    margin: 0 !important;
    height: 100%;
}

.product-box {
    /*height: 500px !important;*/
}

.right .img-wrap {
    height: 110px;
}

.product-box a:hover .product-box {
    box-shadow: 0 6px 14px rgb(0, 0, 0, 0.17);
}

.product-box a:hover span {
    color: yellow;
    background-color: transparent;
}

.inner-products .product-wrap {
    height: 160px !important;
    position: inherit !important;
}

.fav_prod-swiper-wrap .product-box {
    display: flex;
    flex-direction: column;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 400px;
    margin: 30px 0;
}

.fav_prod-swiper-wrap .product-box h2 {
    min-height: 83px;
}

/* products end */

/* Xidmetler */

#fields {
    padding: 3rem 0;
    background: #eee;
}

.servicesAll {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

.category-box-wrap {
    border-radius: 10px;
}

.category-box {
    display: block;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    min-height: 200px;
    padding: 20px 5px;
    transition: 300ms all ease;
    display: grid;
    grid-template-rows: 1fr 1fr;
    justify-items: center;
    text-align: center;
}

.category-box .img-wrap img {
    width: 64px;
    transition: 300ms all ease;
}

.category-box .category-name {
    margin-top: 20px;
}

.category-box .category-name h5 {
    color: #272727;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 500;
    margin: 0;
    transition: 300ms all ease;
}

.category-box:hover {
    background-color: rgba(0, 0, 0, .4);
}

.category-box:hover .img-wrap img {
    filter: invert(1);
}

.category-box:hover .category-name h5 {
    color: #fff;
}

/* xidmetler son */

/* projects */

#projects {
    padding: 3rem 0;
}

#app {
	 display: grid;
	 grid-template-columns: repeat(4,1fr);
	 gap: 15px;
	 justify-content: center;
}
 
.project_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.5);
    transition: .5s all ease;
}

.project_card:hover img {
    transform: scale(1.1);
}

.project_card {
    height: 368px;
    overflow: hidden;
    position: relative;
}

.project_content {
    position: absolute;
    top: 70px;
    left: 25px;
    max-width: 90%;
}

.project_content h2 {
    color: #fff;
    font-size: 27px;
    font-weight: 400;
}

.project_content span {
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.project_card:hover span {
    text-decoration: underline;
}

.projects_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.projects_grid img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.projects_grid p {
    margin: 0;
}

/* projects end */

/* blogs */

/*#blog {*/
/*    padding: 3rem 0;*/
/*}*/

#blog {
    padding: 3rem 0;
    background: #eee;
}

.blogAll {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.blog-title h2 {
    font-weight: 600;
}

.blog-desc p {
    font-family: "Averta";
    font-weight: 400;
}

.blog__item_classic .blog__image {
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.blog__item_classic .blog__image a img, .blog__item_classic .blog__image>img {
    width: 100%;
    transition: 1s;
    display: block;
    height: 300px;
    object-fit: cover;
}

.blog__item .fn__meta {
    margin-bottom: 10px;
}

.fn__meta p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #777777;
    row-gap: 4px;
}

.fn__meta p a {
    text-decoration: none;
    border-bottom: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #777777;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .5s;
    display: flex;
    align-items: center;
}

.fn__meta .meta_sep {
    width: 13px;
    height: 1px;
    display: block;
    position: relative;
    margin: 0 5px;
    background-color: #777777;
}

.fn__meta .meta_sep:before {
    left: 6px;
}
.fn__meta .meta_sep:before, .fn__meta .meta_sep:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 7px;
    transform: skew(-25deg);
    background-color: var(--mow-bc);
    transform-origin: bottom;
    left: 3px;
    top: -3px;
}

.fn__meta .meta_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.fn__meta .meta_item:last-child .meta_sep {
    display: none;
}

.blog__item .title {
    margin-bottom: 13px;
    min-height: 125px;
}

.blog__item_classic .fn__title {
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: 600;
    min-height: 91px;
}

blog__item .desc {
    margin-bottom: 23px;
}

.blog__item .desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog__item .desc p {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.blogAll .fn__read_more {
    margin-top: 1rem;
}

.fn__read_more {
    display: flex;
}

.fn__read_more a {
    display: block;
    padding-right: 20px;
    position: relative;
}

.fn__read_more .text {
    height: 30px;
    border-radius: 15px;
    padding: 0 31px;
    line-height: 32px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #080808;
    transition: .3s;
    position: relative;
    z-index: 1;
}

#products .fn__read_more .text {
    font-size: 12px;
    padding: 0 25px 0 15px;
}

.fn__read_more .text:before {
    z-index: -2;
    border: 1px solid #ccc;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
}

.fn__read_more .text:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    content: '';
    background: #000;
    transition: all .4s cubic-bezier(.42,0,.58,1);
    border-radius: 15px;
}

.fn__read_more .icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #000;
    color: #fff;
    border-radius: 100%;
    right: 0;
    top: 50%;
    margin-top: -15px;
    z-index: 2;
    transition: .3s;
}

.fn__read_more .icon .fn__svg {
    width: 16px;
    height: 16px;
    display: block;
    transform: rotate(-45deg);
    transition: .3s;
}
.fn__svg {
    width: 20px;
    height: 20px;
    fill: currentcolor;
}
.replaced-svg {
    opacity: 1;
}

.fn__read_more a:hover {
    padding-right: 0;
}

.fn__read_more a:hover .text {
    padding-right: 51px;
    color: #fff;
}

.fn__read_more a:hover .text:before {
    opacity: 0;
}

.fn__read_more a:hover .text:after {
    left: 0;
    right: auto;
    width: 100%;
}

.fn__read_more a:hover .icon .fn__svg {
    transform: rotate(0deg);
}

/* blogs end */

/* partners start */

#partners {
    padding: 3rem 0px;
    /*background: #000;*/
}

.partner-top {
    display: flex;
}

.partner-top2 {
    /*color: #fff;*/
    padding-right: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.partner-top2 span {
    font-size: 18px;
    font-weight: 500;
}

.partner-top2 h2 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 0px;
}

.partner-top hr {
    width: 100%;
    border-top: 3px solid #efefef;
}

.partner-bottom {
    padding: 30px 0px;
}

.partner-row {
    margin: 0px;
}

.col5 {
    padding-left: 5px;
    padding-right: 5px;
    height: 110px;
    margin-bottom: 10px;
}

.col6 {
    display: flex;
}

.partner-row .col5 a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /*border: 2px solid #efefef;*/
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
}

.partnor-logo {
    height: 150px;
}

.partner-logo img {
    width: 100%;
    height: 140px;
    object-fit: contain;
    margin-top: -7px;
    transition: .4s all ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 12px;
}

/* partners end */

/* call to action start */

.cta-section {
    padding: 60px 0 70px;
    background-color: #ffb900;
}

.cta-header {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 12px);
    color: #FFFFFF;
}

.cta-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #000;
}

.cta-subtitle {
    font-size: 24px;
    line-height: 120%;
    margin-top: 16px;
    color: #000;
    font-weight: 400;
}

.cta-description {
    margin-top: 56px;
    max-width: 486px;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    font-weight: 400;
}

.cta-phone {
    display: inline-block;
    margin-top: 24px;
    color: #000;
    -webkit-transition: 200ms ease-out;
    transition: 200ms ease-out;
}

.cta-phone-number {
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    color: #000;
}

.cta-note {
    margin-top: 4px;
    color: #555252;
    font-size: 14px;
    line-height: 150%;
}

.cta-form {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 12px);
    max-width: 435px;
    position: relative;
}

.form-group:not(:last-child) {
    margin-bottom: 24px;
}

.form-group input {
    padding: 15px 38px 15px 16px;
    width: 100%;
    -webkit-transition: 200ms ease-out;
    transition: 200ms ease-out;
    text-overflow: ellipsis;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    color: #000;
    outline: none;
    border: none;
}

.form-group textarea {
    width: 100%;
    height: 110px;
    padding: 10px 17px;
    background: transparent;
    resize: none;
    outline: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder{
    color: #000;
}

.form-group button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    -webkit-transition: 200ms ease-out;
    transition: 200ms ease-out;
    max-width: none;
    padding: 0 16px;
    height: 48px;
    background-color: #FFFFFF;
    color: #0B1742;
    border: none;
}

/* callto action end */

/* socials */

#social_medias {
    width: 100%;
    height: 93px;
    background-color: #000;
    color: #FFFFFF;
    padding: 32px 0px;
}

.social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-link i {
    font-size: 22px;
}

.social-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
}

.social-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.social-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 2px;
}

.social-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
    color: #FFFFFF;
}

/* social media end */

/* footer */

footer {
    padding: 0 15px;
    background: #000;
}

footer .container:first-child {
    border-bottom: 2px solid #F5F5F5;
}

footer .container .col-md-3,
footer .container .col-md-6 {
    padding: 34px 15px 34px 15px;
}

footer ul li a {
    position: relative;
    color: #fff;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 31px;
}

footer ul li a:before {
    border-radius: 50%;
    content: "";
    height: 4px;
    width: 4px;
    opacity: 0.5;
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 0;
}

footer h4 {
    color: #dcd8d8;
    font-size: 16px;
    font-weight: 400;
}

footer ul {
    padding-left: 0;
}

footer .social a:before {
    content: none
}

footer input {
    border: solid 1px #ebebeb;
    border-radius: 20px;
    max-width: 180px;
    padding: 4px 15px;
    font-size: 14px;
}

footer input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c5c4c4
}

footer input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c5c4c4
}

footer input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c5c4c4
}

.footer-search {
    position: relative;
    width: fit-content;
}

.footer-search svg {
    position: absolute;
    top: 9px;
    right: 8px;
    width: 16px
}

footer input:focus,
footer input:hover {
    border: solid 1px #BEBEBE
}

.social {
    display: flex;
    margin-bottom: 30px;
    margin-top: 20px;
}

.social li a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-left: 0;
    margin-right: 8px;
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    color: #5f576b;
    background-color: #f5f5f5;
    text-align: center;
    padding-left: 0
}

.social li a:hover svg {
    transform: rotate(180deg)
}

.social li a svg {
    transition: 500ms all ease
}

.call,
.mail {
    color: #fff;
    font-weight: 400;
}

footer p {
    margin-bottom: 10px
}

.lang-footer {
    width: 145px;
    color: #646464;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    background-color: #f9f9f9;
    padding: 5px 12px;
    float: right;
    position: relative;
}

.lang-footer:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #f6f6f6;
}

.lang-footer img {
    width: 23px
}

.lang-caption {
    font-size: 11px;
    color: #646464;
}

.footer-bottom {
    padding-top: 24px;
}

.footer-bottom .main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom p {
    color: #B1B1B1;
    font-size: 15px;
}

.footer-bottom p:last-child {
    color: #d6d4d4;
}

.lang-icon,
.lang-caption,
.lang-arrow {
    display: inline-block;
}

.footer-bottom .container {
    border: none !important
}

.made {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.made img {
    width: 90px;
}

.made a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.footer-logo img {
    width: 170px;
}

.drop-menu,
.drop-menu li {
    list-style-type: none;
    transition: 500ms all ease
}

.drop-menu {
    position: absolute;
    bottom: 80%;
    width: 100%;
    left: 0;
    color: #646464;
    background-color: white;
    margin-bottom: 8px;
    display: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    transition: 500ms all ease
}

.language-style-footer {
    margin-bottom: 1rem;
    bottom: 54%;
    border-radius: 5px 5px 0 0 !important;
}

.drop-menu li:hover {
    background-color: #f9f9f9;
}

.lang-footer:hover .drop-menu {
    display: block;
}

.drop-menu li a:before {
    content: none
}

.drop-menu li a {
    padding-left: 0;
}

.drop-menu li {
    padding: 8px 12px;
}

.lang:hover .lang-drop-menu,
.lang:hover .lang-drop-menu-arrow {
    display: block;
}

.lang-drop-menu {
    padding-left: 0;
    position: absolute;
    background-color: #ffffff;
    border-radius: 5px;
    width: 100%;
    top: 100%;
    z-index: 9999999999;
    left: 0;
    transition: 500ms all ease;
    display: none;
    overflow: hidden;
}

.lang-drop-menu li {
    transition: 500ms all ease
}

.lang-drop-menu a {
    color: #292f37;
    display: flex;
    align-items: center;
    padding: 7px 8px;
}

.lang-drop-menu p {
    margin-bottom: 0;
    margin-left: 8px;
}

.lang-drop-menu li:hover {
    background-color: #f4f4f4;
}

.lang-drop-menu-arrow {
    height: 8px;
    position: absolute;
    width: 8px;
    z-index: 0;
    top: 100%;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(94, 84, 102, 0.24);
    right: 4px;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
}

.language-style-footer a {
    display: flex;
    color: #292f37;
    align-items: center;
    padding: 5px;
}

.lang-footer img {
    width: 23px;
}

.box {
    animation: car;
}

.box:hover {
    animation: car;
}

/* footer end */

@media screen and (max-width: 1501px) {
    
    header.sticky {
        padding: 0 60px;
    }
    
    .navbar-brand img {
        width: 160px;
    }
    
    .nav-link {
        font-size: 16px;
    }
    
    .right-menu a {
        white-space: nowrap;
        margin: 0;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1600px) {
    #main, #main .mainCarousel .item {
        height: 84.5vh;
    }
}

@media screen and (min-width: 1700px) {
    #main, #main .mainCarousel .item {
        height: 780px;
    }
}



/*CEYHUN STYLING*/
/* advantages section style */
 #advantages {
     background-color: #f6f6f6;
     padding: 3rem 0;
}

/*#advantages .container {*/
/*    max-width: 100%;*/
/*    padding: 0 20px;*/
/*}*/
    
#advantages .advantages-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    overflow-x: hidden;
}

 #advantages .advantageCarousel {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* justify-content: center; */
    gap: 1rem;
}

#advantages .advantageCarousel:nth-child(n+6) .item {
  grid-column: span 2;
}

#advantages .advantageCarousel::-webkit-scrollbar {
	width: 12px;
}

#advantages .advantageCarousel::-webkit-scrollbar:horizontal {
	height: 8px;
}

#advantages .advantageCarousel::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px; 
  border-radius: 10px;
  background: rgba(224, 139, 47, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#advantages .advantageCarousel::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(224, 139, 47, 0.8);
}

#advantages .advantageCarousel::-webkit-scrollbar-button {
  width: 100px;
}

 #advantages .advantageCarousel .item,
 .services-boxes .item {
     width: 20%;
     position: relative;
}
 #advantages .advantageCarousel .item a,
 .services-boxes .item a {
     display: block;
     -webkit-transition: 300ms all ease;
     -moz-transition: 300ms all ease;
     -o-transition: 300ms all ease;
     transition: 300ms all ease;
}
 #advantages .advantageCarousel .item a .img-wrap,
 .services-boxes .item a .img-wrap {
     width: 160px;
     height: 160px;
     overflow: hidden;
     margin: 0 auto;
}
 #advantages .advantageCarousel .item a .img-wrap img,
 .services-boxes .item a .img-wrap img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: brightness(0) invert(1);  
}

 #advantages .img-wrap-2 {
    width: 115px;
    height: 115px;
    position: absolute;
    background: #165a9b;
    border-radius: 50%;
    top: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}
 #advantages .advantageCarousel .item a .img-wrap svg,
 .services-boxes .item a .img-wrap svg {
     fill: none;
     stroke: #e08b2f;
     stroke-width: 2px;
     stroke-dasharray: 0px,1px;
     stroke-dashoffset: 0;
     stroke-linecap: round;
}
 #advantages .advantageCarousel .item a h6,
 .services-boxes .item a h6 {
     margin: -15px 0 0;
     font-size: 12px;
     text-transform:uppercase;
     line-height: 16px;
     white-space: normal;
     text-align: center;
     font-weight: 700;
}
 #advantages .advantageCarousel .item a.active svg, #advantages .advantageCarousel .item a:hover svg,
 .services-boxes .item a.active svg, .services-boxes .item a:hover svg {
     -webkit-animation: loading 2500ms ease-out infinite alternate;
     animation: loading 2500ms ease-out infinite alternate;
}
 @-webkit-keyframes loading {
     100% {
         stroke-dasharray: 4px,6px;
         -webkit-transform: rotate(180 115 115);
         transform: rotate(180 115 115);
    }
}
 @-moz-keyframes loading {
     100% {
         stroke-dasharray: 4px,6px;
         -webkit-transform: rotate(180 115 115);
         transform: rotate(180 115 115);
    }
}
 @keyframes loading {
     100% {
         stroke-dasharray: 4px,6px;
         -webkit-transform: rotate(180 115 115);
         transform: rotate(180 115 115);
    }
}
 #advantages .advantageCarousel .owl-nav button {
     border: none;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
     height: 100%;
     color: #cecece;
     background-color: transparent;
     font-size: 44px;
     top: 0;
     margin: 0;
     padding: 0;
}
 #advantages .advantageCarousel .owl-nav button.owl-prev {
     background-image: -moz-linear-gradient(90deg, #f6f6f6 68%, transparent);
     background-image: -webkit-linear-gradient(90deg, #f6f6f6 68%, transparent);
     background-image: linear-gradient(90deg, #f6f6f6 68%, transparent);
     width: 140px;
     left: 0;
}
 #advantages .advantageCarousel .owl-nav button.owl-prev span {
     right: 52px;
}
 #advantages .advantageCarousel .owl-nav button.owl-next {
      background-image: -moz-linear-gradient(90deg, transparent, #f6f6f6 32%);
      background-image: -webkit-linear-gradient(90deg, transparent, #f6f6f6 32%);
     background-image: linear-gradient(90deg, transparent, #f6f6f6 32%);
     width: 130px;
     right: 0;
}
 #advantages .advantageCarousel .owl-nav button.owl-next span {
     left: 52px;
}
 #advantages .advantageCarousel .owl-nav button.disabled {
     display: none;
}
 #advantages .advantageCarousel .owl-nav button span {
     position: absolute;
     top: 38px;
}

/*innerpage__product section styling*/
.innerpage__product {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    gap: 20px;
    padding: 3rem 0;
}

.innerpage__product .product-box {
    background: linear-gradient(143deg, #eeeeee  50%, #ffb900 50%);
}

.innerpage__product .fn__read_more .text:before {
    background: #fff;
}

/*contact page section styling*/
#contactPage {
    padding-bottom: 0;
    background:#fff;
}

.general-style .contact-content {
    padding: 0 !important;
    max-width: 100%;
}

#contactPage #map {
    width: 100%;
    height: 350px;
}

#map a[rel~="noopener"] {
	display: none !important;
}

#contactPage .contact-info {
    padding-top: 80px;
}

#contactPage .contact-info .info-box {
    margin: 10px 0;
    background: #fff!important;
}

#contactPage .contact-info .info-box a {
    color: #212121;
    font-weight: 400;
}

#contactPage .contact-info .info-box address {
    margin-bottom: 0;
    font-weight: 400;
}

#contactPage .contact-info .info-box i {
    color: #ffb900;
    margin-right: 8px;
}

#contactPage .social-info {
    display: flex;
    flex-wrap: wrap;
}

#contactPage .social-info .social-link {
    width: 40px;
    height: 40px;
    margin: 10px 10px 10px 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

#contactPage .social-info .social-link:last-child {
    margin-right: 0;
}

#contactPage .social-info .social-link a {
    line-height: 40px;
    font-size: 20px;
    color: #b6bbc5;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#contactPage .social-info .social-link a i {
    color: #8d939f;
    -webkit-transition: 300ms all ease-in-out;
    -moz-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}

#contactPage .social-info .social-link a:hover i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

#contactPage .social-info .social-link:nth-child(1) a:hover i {
    color: #5F7AAE;
}

#contactPage .social-info .social-link:nth-child(2) a:hover i {
    color: #e04340;
}

#contactPage .social-info .social-link:nth-child(3) a:hover i {
    color: #00acee;
}

#contactPage .general-style .contact-form {
    padding: .9375rem;
    margin-bottom: 4.6875rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}

.general-style .contact-form h5 {
    text-align: center;
    margin-top: 20px;
    color: #ffb900;
    font-weight: 400;
}

#contactPage .form {
    padding: 20px 50px 30px;
}

#contactPage .form .input-box {
    position: relative;
    margin-bottom: 30px;
}

#contactPage .form .input-box input,
#contactPage .form .input-box textarea {
    position: relative;
    outline: 0;
    width: 100%;
    background: #fff;
    padding: 15px 10px;
    border: 1px solid #b6bbc5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#contactPage .form .input-box label {
    color: #b6bbc5;
    position: absolute;
    left: 10px;
    top: 15px;
     -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#contactPage .form .input-box:focus {
    outline: 0;
}

#contactPage .form .input-box .label-effect:focus {
    background-color: #80b3fa0a;
    color: #212121;
}

#contactPage .form .input-box .label-effect:focus  ~ label {
    top: -30px;
    left: 0;
    font-size: 16px;
    color: #212121;
}

#contactPage .form .middle-input {
    padding: 0;
}

#contactPage .form .submit-btn {
    color: #fff;
    padding: 15px;
    width: 35%;
    background-image: -moz-linear-gradient(to right, #cec11d  0%, #cec11d  51%, #cec11d  100%);
    background-image: -webkit-linear-gradient(to right, #cec11d  0%, #cec11d  51%, #cec11d  100%);
    background-image: linear-gradient(to right, #cec11d  0%, #cec11d  51%, #cec11d  100%);
    background-size: 200% auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#contactPage .form .submit-btn:hover {
    background-position: right center;
}


.general-style .contact-form {
    padding: .9375rem;
    margin-bottom: 4.6875rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}


/*certificates page styling*/
.certificates {
    background: #e9e9e9;
}

.certificates .container .productAll {
    display: grid!important;
    grid-template-columns: 1fr 1fr 1fr ;
    gap: 10px!important;
    padding: 60px 0!important;
}

.certificate__card {
    background-color: white;
    padding: 20px;
    border-radius: 16px;
    text-decoration: none;
    display: inline-block;
}

.certificate__image {
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 30px;
    max-height: 350px;
    width: 100%;
}

.certificate__content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.certificate__button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #104a83;
    border: none;
    cursor: pointer;
}

.certificate__button i {
    color: white;
}

.certificate__text {
    color: black;
    font-weight: 600;
    margin: 0;
}


/*static about */
.static-about-page {
    background:#eeeeee;
}
    
.staticImg img{
    max-width:100%;
    border-radius: 16px;
}
.loanCalculator iframe{
    background:transparent;
}
.loanCalculator{
    padding:40px 0;
    background: linear-gradient(white, #eeeeee);
}
           
.static {
padding: 40px 0;
}

.static .boxFull {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: #0000001f 0px 1px 2px 0px;
          box-shadow: #0000001f 0px 1px 2px 0px;
  padding-top: 44px;
  padding-right: 44px;
  padding-bottom: 48px;
  padding-left: 44px;
}

.staticImg {
    height: 500px!important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.static .boxFull h2 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
}

.staticText img{
    display:none;
}

.staticText p,
.staticText b,
.staticText li {
    font-family: "Averta";
    font-weight: 400;
}

.static ul li{
    list-style-type:none;
    position:relative;
}
.static li:before{
    position:absolute;
    left:-20px;
    top:10px;
    content:'';
    height:7px;
    width:7px;
    border-radius:50%;
    background:#429f44;
}

/*partnyors innerpage*/
.customParnterBS {
    padding: 16px;
    border: 1px solid #e6e6e6;
    background-color: white;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.customParnterBS img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.3;
    transition: filter 0.3s, opacity 0.3s;
}

.customParnterBS:hover img {
    filter: none;
}

/*bloglar*/

    /* BLOGLAR */

    .blog-container {
        display: flex;
        flex-direction: row;
        /*align-items: center;*/
        justify-content: space-between;
        gap: 20px;
        /* Sağ və sol hissə arasında boşluq */
    }

    .blog-container button {
        display: block;
    }

    .blog-texts {
        width: 30%;
    }

    #blog .blog-content {
        width: 65%;
        overflow-x: hidden;
        position: unset;
        padding: 0;
        color: unset;
    }

    .custom-card {
        flex: 0 0 300px;
        /* Kartın eni sabit */
        background-color: #f8faff;
        border-radius: 12px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        height: 390px;
    }

    .card-image img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
    }

    .card-content {
        padding: 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 50%;
    }

    .card-content h4 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 8px;
        min-height: 45px;
    }

    .card-content p {
        font-size: 14px;
        opacity: .5;
        font-weight: 400;
    }

    .card-icon {
        text-decoration: none;
        font-size: 14px;
        color: #007bff;
        font-weight: bold;
    }

    .scroll-btn {
        background-color: #007bff;
        color: #fff;
        border: none;
        border-radius: 50%;
        padding: 10px 15px;
        font-size: 18px;
        cursor: pointer;
        position: relative;
    }

    .scroll-btn:hover {
        background-color: #0056b3;
    }


/* responsive design */

@media screen and (max-width:992px) {
    
    .form_box {
        width: 100%;
    }
    
    .contact-info,
    .contact-form {
        width: 100% !important;
    }
    
    #contactPage .contact-info {
        padding-top: 0 !important;
    }
    
    .innerpage__product,
    .productAll,
    .contentAll,
    .projects_grid,
    .prodDoubleGrid,
    .full_prod_gallery {
        grid-template-columns: 1fr !important;
    }
    
    .info_box::before {
        display: none;
    }
    
    .parent > div:nth-child(3) img, .parent > div:nth-child(8) img {
        width: 120px;
    }
    
    .info_box::after {
        content: "";
        background: url(/img/euroventlogo.png) center / contain no-repeat;
        width: 200px;
        height: 90px;
        display: inline-block;
         position: unset; 
        top: 10%;
        left: 100%;
    }
    
    #advantages .advantageCarousel {
        grid-template-columns: 1fr;
    }
    
    .service-box,
    .haqqimizda {
        margin: 0;
    }
    
    .info_box,
    .corporative .section-caption,
    .blog-texts,
    .blog-content,
    .cta-header,
    .cta-form {
        width: 100% !important;
    }
    
    .parent {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    
    .product-box {
        grid-area: auto !important;
    }
    
    .product-wrap,
    .corporative {
        height: auto !important;
    }
    
    .corporative {
        padding: 1.5rem 0;
    }
    
    .product-wrap img {
        width: 120px;
    }
    
    .blog-container {
        flex-direction: column;
    }
    
    .cta-phone-number {
        font-size: 22px;
    }
    
    footer .container .col-md-3, footer .container .col-md-6 {
        padding: 15px 8px;
    }
    
    .footer-logo {
        display: flex;
        justify-content: center;
    }
    
    .lang-footer {
        display: none;
    }
    
    /*.nav-link {*/
    /*    width: 10px;*/
    /*    height: 10px;*/
    /*}*/
    
    #slider .owl-carousel .owl-dots {
        display: flex;
    }
}
  
  
/* Böyük ekranlar üçün (1440px və yuxarı) */
@media (min-width: 1440px) {
  .big_slide {
    display: block !important;
  }
}

/* Desktop üçün (1025px - 1439px arası) */
@media (min-width: 1025px) and (max-width: 1439px) {
      .desktop_img {
        display: block !important;
      }
  
    .mainCarousel,.owl-carousel .owl-stage-outer,.owl-carousel .owl-stage,.owl-carousel .owl-item {
        height: 100%;
    }

    #main .controls-wrapper {
        height: unset;
    }
    
    header .header-menu .container > ul > li > a {
        font-size: 12px !important;
        padding: 0 5px !important;
    }
}

/* Tablet üçün (768px - 1024px arası) */
@media (min-width: 768px) and (max-width: 1024px) {
.mainCarousel,.owl-carousel .owl-stage-outer,.owl-carousel .owl-stage,.owl-carousel .owl-item {
    height: 100%;
}

#main .controls-wrapper {
    height: unset;
}

  .tablet_slide {
    display: block !important;
  }
    
    header .header-menu .container > ul > li > a {
        font-size: 12px !important;
        padding: 0 5px !important;
    }
}

/* Mobil üçün (767px və aşağı) */
@media (max-width: 767px) {

.mainCarousel,.owl-carousel .owl-stage-outer,.owl-carousel .owl-stage,.owl-carousel .owl-item {
    height: 100%;
}
  .mob_slide {
    display: block !important;
  }
}
.page-content p {
    font-weight: 400;
}