@media(min-width:768px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 90% !important;
  }

  .weta-slider-tag {
    font-size: 70px !important;
  }

  .section-header #navigation>ul>li a,
  .nav-right .select-language .lang-menu>ul>li>a {
    font-size: 17px !important;
    font-weight: 700 !important;
  }

  .section-header #navigation>ul>li.active a::after {
    width: 100% !important;
  }
}

#icon-section-1 .icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 8px;
  position: relative;
}

#icon-section-1 .icon-wrapper::after {
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  width: 100%;
  height: 30%;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

#icon-section-1 .icon-wrapper::-webkit-scrollbar,
#icon-section-1 .icon-wrapper .icon-description::-webkit-scrollbar {
  display: none !important;
}

#icon-section-1 .icon-wrapper .icon {
  width: 40px;
  height: 40px;
  background-color: var(--site-color);
  color: #fff !important;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#icon-section-1 .icon-wrapper .icon-title {
  width: calc(100% - 55px);
}

#icon-section-1 .icon-wrapper .icon-description {
  width: 100%;
  height: 200px;
  overflow: scroll;
}

#icon-section-1 .icon-wrapper .icon span {
  font-size: 20px !important;
}


#page-detail-section-1 .row {
  position: relative;
  min-height: 400px;
}

#page-detail-section-1 .rg-wrapper img {
  display: none;
}

.progress-container {
  position: absolute;
  left: 50%;
  width: 49%;
  top: 10%;
}

.progress-item {
  margin-bottom: 30px;
}

.progress-item h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.progress-bar {
  position: relative;
  height: 22px;
  background: #fff;
  overflow: hidden;
  transform: skewX(-20deg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--site-color);
  transition: width 1.5s ease;
}

.progress-text {
  position: absolute;
  left: 10px;
  top: 0;
  height: 100%;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  transform: skewX(20deg);
  opacity: 0.9;
}

#gallery-detail-section-1 .gallery-img {
  width: 70px;
  height: 70px;
  background-color: #f5f5f5;
  color: #fff !important;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

#gallery-detail-section-1 .img-title .weta-icerik-tag {
  font-size: 26px !important;
}

#gallery-detail-section-1 .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#gallery-detail-section-1 .img-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

#gallery-detail-section-1 .gallery-info {
  width: calc(100% - 100px);
}

#gallery-detail-section-1 .gallery-wrapper,
#gallery-detail-section-3 .gallery-wrapper,
#gallery-detail-section-5 .gallery-wrapper {
  margin-bottom: 35px;
}

#gallery-detail-section-1 .gallery-wrapper *,
#gallery-detail-section-3 .gallery-wrapper *,
#gallery-detail-section-5 .gallery-wrapper *,
#gallery-detail-section-5 .gallery-info * {
  text-align: center !important;
}

#gallery-detail-section-5 .gallery-info * {
  color: #fff !important;
}

#gallery-detail-section-5 .img-wrapper {
  padding: 30px;
}

#gallery-detail-section-5 .gallery-info {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 70%;
  border-radius: 10px;
  background-color: #000;
  left: 15%;
}

#footer-social-media li {
  width: 45px;
  height: 45px;
}

#footer-social-media li a {
  background-color: var(--site-footer-color);
  border: 2px solid #fff;
}

#footer-social-media li span {
  color: #fff !important;
  font-size: 20px !important;
}

.blogPage .blogs {
  display: none !important;
}

#product-list .product-wrapper,
#blog-list .custom-col a{
  display: block;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#product-list .product-wrapper:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform: translateY(-10px);
}

#product-list .product-wrapper:hover .product-title {
  background-color: var(--site-color);
}

#product-list .product-wrapper:hover .product-title .weta-icerik-tag {
  color: #fff !important;
}

#product-list .col-md-3 .product-wrapper .product-title,
#blog-list .blog-content-wrapper{
  padding: 15px 10px !important;
}

#product-list .product-image
#blog-list .blog-image {
  height: 300px;
}

#product-list .product-image img,
#blog-list .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#product-list .product-wrapper,
.product-list .weta-icerik-tag,
#product-list .col-md-3 .product-wrapper .product-title {
  transition: all .45s;
}

#filterForm .form-group,
#filterForm .form-group .btn {
  height: 100%;
}

.form-horizontal#filterForm .form-control {
  border-color: var(--site-color) !important;
}

#blog-section-1 .rg-wrapper {
  margin-bottom: 30px;
}

#blog-section-1 .container {
  position: relative;
}

.form-horizontal {
  width: 35%;
  position: absolute;
  top: 0;
  right: 0;
}

.form-horizontal .group.row {
  position: relative;
}

.form-horizontal .col-lg-2.col-md-10 {
  position: absolute;
  height: 100%;
  right: 16.6%;
}

.blog-title{
  margin-top: 0px;
  margin-bottom: 15px;
}
.map{
  border-radius: 20px;
  overflow: hidden;
}
.divider {
    width: 100%;
    height: 1px;
    background-color: var(--site-color);
    margin: 40px 0px;
}
#gallery-detail-section-7 .galleryDescription .col-md-12{
  padding: 0px;
}