.wrapper {
  overflow: hidden;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.9;
  backdrop-filter: blur(10px);
  background: none;
}

.navbar.nav-crev {
  padding: 5px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 18px;
}

.logo img {
  width: 60px;
}

.header_action {
  display: flex;
  gap: 0 20px;
}

.header_action a {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 0 5px;
  padding: 10px 20px;
}

.header_action a i {
  font-size: 24px;
}

.circle-button .arrow svg {
  transform: rotate(135deg);
}

.about_items {
  gap: 50px 0;
}


.modal-content {
  background-color: #222;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, .3);
  backdrop-filter: blur(5px);
}

.modal-backdrop.show {
  opacity: 1;
}

.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}

.modal-body {
  padding: 35px;
  position: relative;
}

.modal-body .btn-close {
  position: absolute;
  right: -15px;
  top: -15px;
  height: 25px;
  width: 25px;
}

.modal-title {
  text-align: center;
}

.breadcrums {
  padding: 180px 0 0 0;
}

/* Fade in + topdan tushish */
@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fade out + markazdan yo'qolish */
@keyframes fadeOutCenter {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0.9);
  }
}


/* Kirish animatsiyasi */
.modal-anim .modal-dialog {
  animation: fadeInTop 0.4s ease forwards;
}

/* Chiqish animatsiyasi uchun Bootstrap klassini override qilamiz */
.modal-anim.fade:not(.show) .modal-dialog {
  animation: fadeOutCenter 0.3s ease forwards;
}


@media (max-width: 1600px) {
  .header_action a {
    padding: 10px 15px;
  }

  .header_action a span {
    display: none;
  }
}

@media (max-width: 1400px) {
  .header_action a {
    padding: 7px 15px;
    ;
  }

  .header_action a i {
    font-size: 20px;
  }

  .navbar .navbar-nav .nav-link {
    margin: 0 5px;
  }
}

@media (max-width: 1200px) {
  .header_action {
    display: none;
  }
}

@media (max-width: 480px) {
  .breadcrums {
    padding: 130px 0 0 0;
  }

  .navbar.nav-crev {
    width: calc(100% - 30px);
    left: 15px;
  }

  .navbar .logo {
    margin-left: 0;
  }

  .navbar .navbar-toggler {
    margin-right: 0;
  }

  .section-padding {
    padding: 40px 0;
  }
}


/* by Jalol */

.prices {
  padding-bottom: 120px;
}

.work_price .works_row {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
  gap: 20px;
}

.work_price .works_row .work_item {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  box-shadow: 0 0 0 0 #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 29px 50px 30px 30px;
  position: relative;
  color: #FFF !important;
  overflow: hidden;
  font-family: 'Sora', sans-serif;
}

.work_price .works_row .work_item:hover {
  opacity: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.work_price .works_row .work_item:hover {
  color: #FFF !important;
  stroke: #FFF;
  position: relative;
  z-index: 2;
  background-color: #333;
}

.work_price .works_row .work_item .item_header {
  width: 60%;
  position: relative;
  z-index: 1;
}

.work_price .work_item .programing_types .type_image {
  position: relative;
  flex: 0 0 auto;
}

.work_price .work_item .programing_types .type_image img {
  position: relative;
  z-index: 1;
}

.work_price .work_item .programing_types .type_image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7px;
  right: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  background: #222;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.work_price .works_row .work_item .item_title {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}

.work_price .works_row .work_item .item_subtitle {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 34px;
}

.work_price .works_row .work_item .programing_types {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px 35px;
  padding-left: 7px;
}

.work_price .work_item .programing_types .type_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  width: -webkit-calc(50% - 18px);
  width: calc(50% - 18px);
}

.work_price .programing_types .type_item .type_name {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.work_price .work_item .item_body {
  padding-top: 5px;
  position: relative;
  z-index: 2;
}

.work_price .work_item .item_body .item_price {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 15px;
}

.work_price .work_item .item_body .work_period {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 30px;
}

.work_price .work_item .item_body .about_work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.work_price .work_item .item_body .about_work svg path {
  stroke: #fff;
}

.work_price .work_item .item_body .about_work svg {
  -webkit-transform: translateX(-6px) translateY(0);
  -ms-transform: translateX(-6px) translateY(0);
  transform: translateX(-6px) translateY(0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.work_price .work_item:hover .item_body .about_work svg {
  -webkit-transform: translateX(10px) translateY(0) !important;
  -ms-transform: translateX(10px) translateY(0) !important;
  transform: translateX(10px) translateY(0) !important;
}


.modal-title h3 {
  font-size: 32px
}

.skills-exp .skill-item {
  gap: 20px 0;
}

.skills-exp .skill-item .item {
  width: 11%;
}

@media (max-width: 1200px) {
  .work_price .programing_types .type_item .type_name {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .work_price .works_row .work_item {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }

  .work_price .works_row .work_item .item_header {
    width: 100%;
  }

  .work_price .works_row .work_item .programing_types {
    flex-wrap: wrap;
  }

  .skills-exp .skill-item .item {
    width: 17%;
  }
}

@media (max-width: 768px) {
  .work_price .work_item .programing_types .type_item {
    width: 100%;
  }

  .work_price .works_row .work_item {
    padding: 30px;
  }
}

.portfolio .ml-auto {
  flex: 0 0 auto;
}


.portfolio-page.portfolio .col-lg-6 {
  display: none;
}