@media (min-width: 991.99px) {
  .header .logo img {
    max-width: 160px;
  }
  .header .white-box {
    gap: 50px;
  }
  .header .white-box:before {
    aspect-ratio: 3/1;
  }
  .header .menu-icons {
    gap: 15px;
  }
  .header .menu-icons a, .header .menu-icons span {
    transition: all 0.6s ease;
    display: flex;
    padding-left: 10px;
    cursor: pointer;
  }
  .header .menu-icons a img, .header .menu-icons span img {
    width: 34px;
    height: 34px;
    padding: 5px;
  }
  .header .menu-icons a.opened img, .header .menu-icons span.opened img {
    background: #ed1e28;
    border-radius: 100%;
  }
  .header .menu-icons a .text, .header .menu-icons span .text {
    display: block;
    width: 0;
    max-width: 0;
    opacity: 0;
    padding: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: start;
    transition: width 0.6s ease, max-width 0.6s ease, opacity 0.6s ease;
  }
  .header .menu-icons a:hover, .header .menu-icons span:hover {
    padding-left: 16px;
  }
  .header .menu-icons a:hover .text, .header .menu-icons span:hover .text {
    width: 105px;
    max-width: 105px;
    opacity: 1;
    line-height: 24px;
  }
  .header #mobile-navigation-btn {
    width: 50px;
  }
  .header #mobile-navigation-btn span {
    width: 50px;
  }
  .header #mobile-navigation-btn:hover span:last-child {
    width: 40px;
  }
  .menu-container {
    padding: 15px 50px;
    transform: translate3d(0, -100%, 0);
  }
  .menu-container .heading {
    justify-content: end;
    margin-bottom: 30px;
  }
  .menu-container .heading .close-menu {
    cursor: pointer;
  }
  .menu-container .heading .close-menu:hover img {
    transform: scale(0.9);
  }
  .menu-container .heading .close-menu img {
    transition: transform 0.3s ease;
    transform: scale(1);
  }
  .menu-container .desktop-logo {
    width: 45%;
    text-align: center;
  }
  .menu-container .desktop-logo img {
    max-width: 400px;
  }
  .menu-container .d-lg-flex {
    gap: 50px;
    align-items: center;
    justify-content: space-between;
  }
  .menu-container .d-lg-flex img {
    width: 100%;
    height: auto;
  }
  .menu-container .d-lg-flex > div {
    width: 55%;
  }
  .menu-container ul {
    direction: ltr;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .menu-container .close-menu img {
    width: 50px;
    height: 50px;
  }
  .menu-container ul.main_menu li:hover a {
    transform: translate(10%);
  }
  .menu-container ul.main_menu li {
    width: -moz-fit-content;
    width: fit-content;
  }
  .menu-container ul.main_menu li a {
    width: -moz-fit-content;
    width: fit-content;
    transition: transform 0.55s cubic-bezier(0.26, 1, 0.48, 1);
    font-size: 80px;
    line-height: 90px;
  }
}
@media (min-width: 991.99px) {
  .container-fluid {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  h1, h2 {
    line-height: 68px;
  }
  p {
    font-size: 22px;
  }
  .section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .section h2 {
    margin-bottom: 80px;
    font-size: 54px;
  }
  .form-group input:not([type=radio]):not([type=checkbox]), .form-group textarea {
    height: 95px;
  }
  .form-group button {
    background: #fff;
    font-size: 25px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    font-size: 30px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }
  .form-group button:hover:before {
    transform: translate(-100%, 50%);
  }
  .form-group button:hover:after {
    transform: translate(0, -50%) !important;
  }
  .form-group button:before {
    content: "";
    background-image: url("../../img/right-up.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    filter: brightness(0) saturate(100%) invert(21%) sepia(89%) saturate(2798%) hue-rotate(344deg) brightness(91%) contrast(105%);
  }
  .form-group button:after {
    transform: translate(-100%, 50%) !important;
  }
  .form-group button:before, .form-group button:after {
    width: 55px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 65%;
    bottom: 0;
    transform: translate(0, -50%);
    transition: transform 0.4s;
    will-change: transform;
  }
  .reviews-section {
    padding: 6rem 0;
  }
  .reviews-section .row {
    height: 100%;
  }
  .social-media {
    margin-bottom: 0;
  }
  .social-media a:first-child img {
    width: 30px;
  }
  .social-media a img {
    width: 32px;
  }
  .about-page .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .about-page .content {
    padding: 5rem 0;
  }
  .about-page .content p {
    font-size: 54px;
  }
  .about-page .column-left {
    font-size: 38px;
    margin-bottom: 0;
  }
  .about-page .column-right p {
    font-size: 24px;
  }
  .about-page .timeline-sticky-section h2 {
    margin-bottom: 80px;
    font-size: 54px;
  }
  .about-page .timeline-sticky-section .box {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(3, 1fr);
  }
  .about-page .timeline-sticky-section .box .is-desk {
    display: block;
  }
  .about-page .timeline-sticky-section .box .left-side {
    grid-area: 1/1/2/2;
  }
  .about-page .timeline-sticky-section .box .left-side > div {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .about-page .timeline-sticky-section .box .left-side .year {
    font-size: 70px;
    margin-bottom: 35px;
  }
  .about-page .timeline-sticky-section .box .right-side {
    grid-area: 1/2/2/4;
    height: 100vh;
    position: sticky;
    top: 0;
  }
  .about-page .timeline-sticky-section .box .right-side > .img-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    visibility: hidden;
    transition: visibility 1.55s, opacity 1.55s;
    opacity: 0;
  }
  .about-page .timeline-sticky-section .box .right-side > .img-wrapper.active {
    visibility: visible;
    opacity: 1;
  }
  .about-page .timeline-sticky-section .box .right-side > .img-wrapper img {
    aspect-ratio: 1/0.6;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact-sidebar {
    width: -moz-min-content;
    width: min-content;
    padding: 6rem 3rem !important;
  }
  .contact-sidebar h2 {
    line-height: 68px;
    font-size: 54px;
    white-space: nowrap;
  }
  .contact-sidebar h2.gradient-text {
    margin-bottom: 50px !important;
  }
  .contact-sidebar .close-sidebar {
    margin-bottom: 30px;
    cursor: pointer;
  }
  .contact-page .container-fluid {
    max-height: 100vh;
    overflow: hidden;
  }
  .contact-page .img-section {
    height: 100vh;
  }
  .contact-page .img-section:before, .contact-page .img-section:after {
    content: unset;
  }
  .contact-page .img-section img {
    height: 100vh;
    max-height: 100vh;
  }
  .contact-page form {
    margin-top: 20px;
  }
  .contact-page .right-section h2 {
    line-height: 68px;
    font-size: 54px;
  }
  .contact-page .right-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
  }
  .contact-page .contact-info li a, .contact-page .contact-info li p {
    font-size: 22px;
  }
  .contact-section img {
    height: 100vh;
  }
  .contact-section .content.box h2 {
    margin-bottom: 40px;
    line-height: 68px;
    font-size: 54px;
  }
  .services-page img {
    height: 100vh;
  }
  .services-page .services-grid {
    flex-direction: row;
  }
  .services-page .services-grid .service-item:hover .service-image img {
    transform: scale(1);
  }
  .services-page .services-grid .service-item:hover .inner .text {
    grid-template-rows: 1fr;
  }
  .services-page .services-grid .service-item .service-image {
    overflow: hidden;
  }
  .services-page .services-grid .service-item .service-image img {
    transition: 0.3s;
    transform: scale(1.1);
  }
  .services-page .services-grid .service-item .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-page .services-grid .service-item .inner h3 {
    margin-bottom: 15px;
  }
  .services-page .services-grid .service-item .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-page .services-grid .service-item .inner .text .text-content {
    min-height: 0;
  }
  .services-page .services-grid .service-item .inner .btn {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    font-size: 18px;
    height: 45px;
  }
  .services-page .services-grid .service-item .inner .btn:hover:before {
    transform: translate(-100%, 50%);
  }
  .services-page .services-grid .service-item .inner .btn:hover:after {
    transform: translate(0, -50%) !important;
  }
  .services-page .services-grid .service-item .inner .btn:before {
    content: "";
    background-image: url("../../img/right-up.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    filter: brightness(0) saturate(100%) invert(21%) sepia(89%) saturate(2798%) hue-rotate(344deg) brightness(91%) contrast(105%);
  }
  .services-page .services-grid .service-item .inner .btn:after {
    transform: translate(-100%, 50%) !important;
  }
  .services-page .services-grid .service-item .inner .btn:before, .services-page .services-grid .service-item .inner .btn:after {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 65%;
    bottom: 0;
    transform: translate(0, -50%);
    transition: transform 0.4s;
    will-change: transform;
    background-size: 45px;
  }
  .single-service .hero-section h1 {
    padding: 18rem 8rem;
    font-size: 55px;
    line-height: 55px;
  }
  .single-service .column-left p {
    font-size: 38px;
  }
  .single-service .column-right p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .single-service .hero-section h1 {
    padding: 18rem 15rem;
  }
}
