@media (min-width: 991.99px) {
  .header {
    position: fixed;
  }
  .header div#mobile-navigation-btn {
    display: none;
  }
  .header .inner-wrapper {
    gap: 25px;
  }
  .header .call {
    padding: 16px;
    aspect-ratio: 1/1;
    background: #BA5153;
  }
  .header .call img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1172%) hue-rotate(305deg) brightness(113%) contrast(101%);
    width: 25px;
    height: 25px;
  }
  .header .call:hover {
    background: #bf6062;
  }
  .header .mobile_btn {
    display: none;
  }
  .menu-container {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 25px;
  }
  .menu-container .menu-header, .menu-container .btn-primary {
    display: none;
  }
  .menu-container ul.main_menu {
    direction: ltr;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative;
    height: 100%;
  }
  .menu-container ul.main_menu li:hover a {
    color: #fff !important;
    background: #bf6062;
  }
  .menu-container ul.main_menu li {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .menu-container ul.main_menu li a {
    white-space: nowrap;
    padding: 18px 20px;
    transition: 0.3s;
    border-radius: 100px;
    color: #000 !important;
  }
}
@media (min-width: 991.99px) {
  .container-fluid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  h1 {
    font-size: 68px;
  }
  h2 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  h2.section-title {
    font-size: 88px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  p, a, span, li, div {
    font-size: 20px;
  }
  .btn-primary, .btn-secondary {
    font-size: 20px;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
  }
  .btn-primary:before, .btn-secondary:before {
    content: "";
    background: #BA5153;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    left: 0;
    bottom: 100%;
    transform: translateY(-100%);
  }
  .btn-primary:hover, .btn-secondary:hover {
    background: transparent;
  }
  .btn-primary:hover:before, .btn-secondary:hover:before {
    transition: all 0.3s ease-in-out;
    background: #bf6062;
    transform: translateY(100%);
  }
  .btn-secondary:hover {
    background: #fff !important;
    color: #000;
  }
  .services-archive .service-image img {
    height: calc(100vh - 18rem);
  }
  .services-archive .services-grid {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
  .services-archive .services-grid .services:hover .service-image img {
    transform: scale(1);
  }
  .services-archive .services-grid .services:hover .inner .text {
    grid-template-rows: 1fr;
  }
  .services-archive .services-grid .services .service-image {
    overflow: hidden;
  }
  .services-archive .services-grid .services .service-image img {
    transition: 0.3s;
    transform: scale(1.1);
  }
  .services-archive .services-grid .services .inner {
    padding: 30px 35px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.8) 100%);
  }
  .services-archive .services-grid .services .inner h3 {
    margin-bottom: 15px;
  }
  .services-archive .services-grid .services .inner .text {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
  }
  .services-archive .services-grid .services .inner .text .text-content {
    min-height: 0;
  }
  .services-archive .services-grid .services .inner .text .text-content p:not(:first-child) {
    display: none;
  }
  .services-archive .services-grid .services .inner .btn {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: 0.3s;
  }
  .services-archive .services-grid .services .inner .btn img {
    transition: 0.3s;
  }
  .services-archive .services-grid .services .inner .btn:hover {
    background: #BA5153;
  }
  .services-archive .services-grid .services .inner .btn:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(156deg) brightness(120%) contrast(116%);
  }
  .single-service .full-content h2, .single-service .full-content h3 {
    margin-bottom: 30px;
  }
  .single-service .full-content ul {
    padding-left: 45px;
  }
  .single-service .full-content ul li {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .single-service .full-content ul li:before {
    background-size: 35px;
    min-width: 35px;
    height: 35px;
    left: -45px;
  }
  .single-service .list-section {
    padding-left: 0;
  }
  .single-service .list-section h2 {
    font-size: 55px;
    line-height: 65px !important;
  }
  .single-service .files-section .file-list {
    padding-left: 50px;
  }
  .single-service .logos-section .inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .single-service .logos-section .inner .item img {
    max-width: 180px;
  }
  .advantages-list .advantage-item {
    padding: 50px 40px;
  }
  .advantages-list .advantage-item:hover .icon img, .advantages-list .advantage-item:hover .advantage-number {
    transform: scale(0.8);
  }
  .advantages-list .advantage-item .icon img {
    width: 65px;
    height: 65px;
    transition: 0.6s;
  }
  .advantages-list .advantage-item .advantage-number {
    transition: 0.6s;
  }
  .advantages-list .advantage-item h4 {
    font-size: 30px;
  }
  .proionta-archive .products-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
  .blog-archive .post-item {
    padding: 0 2rem;
  }
  .blog-archive .post-item .post-excerpt {
    height: 75px;
  }
  .list-section {
    padding-left: 0 !important;
  }
  .list-section:before {
    left: 50% !important;
  }
  .history, .list-section {
    padding-left: 12px;
  }
  .history:before, .list-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #ccc;
    height: 100%;
    width: 1px;
  }
  .history .row, .list-section .row {
    display: flex;
    align-items: flex-start;
  }
  .history .sticky-side, .list-section .sticky-side {
    position: sticky;
    top: 30%;
    height: auto;
  }
  .history .sticky-side h2, .list-section .sticky-side h2 {
    line-height: 90px;
  }
  .history .list, .list-section .list {
    padding-left: 0;
  }
  .history .list .history-item, .history .list .item, .list-section .list .history-item, .list-section .list .item {
    padding: 50px;
    margin-bottom: 150px;
    position: relative;
  }
  .history .list .history-item:before, .history .list .item:before, .list-section .list .history-item:before, .list-section .list .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 2px;
    height: 100%;
    background-image: linear-gradient(to bottom, #434343 0%, #434343 100%);
    background-repeat: no-repeat;
    background-size: 100% 0%;
    transition: background-size 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 1;
  }
  .history .list .history-item.is-active:before, .history .list .item.is-active:before, .list-section .list .history-item.is-active:before, .list-section .list .item.is-active:before {
    background-size: 100% 100%;
  }
  .history .list .history-item h3 span, .history .list .item h3 span, .list-section .list .history-item h3 span, .list-section .list .item h3 span {
    font-size: 30px;
  }
  .contact-page .content {
    font-size: 30px;
  }
  .contact-page .form-heading p {
    font-size: 16px;
  }
  .contact-page h3.title {
    font-size: 20px;
  }
  .contact-page iframe {
    height: 535px;
  }
  .stats .stat-col .inner h2 {
    font-size: 5vw;
    margin-bottom: 10px;
  }
  .stats .stat-col .inner h2 span {
    font-size: 5vw;
  }
  .hero-index .inner-content h2 {
    font-size: 30px;
  }
  .index .content h1, .index .content h2, .index .content h3, .index .content h4, .index .content h5 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .single-service .single-grid .item {
    height: 100%;
    flex-wrap: nowrap;
  }
  .single-service .single-grid .item .photo {
    max-width: 40%;
  }
  .single-service .single-grid .item .content {
    padding-left: 15px;
  }
}
@media (min-width: 1400px) {
  .services-archive .services-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
