@media (min-width: 991.99px) {
  .header .country-selector {
    margin-left: 15px;
  }
  #mobile-navigation-btn {
    margin-right: 15px;
  }
  #mobile-navigation-btn:hover span:last-child {
    width: 40px;
  }
  @keyframes menuItem {
    to {
      transform: translateY(0);
    }
  }
  .menu-container {
    gap: 40px;
  }
  .menu-container ul {
    direction: ltr;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .menu-container .footer-menu a {
    font-size: 16px;
  }
  .menu-container .close-menu {
    top: 25px;
    right: 30px;
  }
  .menu-container ul.main_menu li {
    padding: 0;
    overflow: hidden;
  }
  .menu-container ul.main_menu li a {
    font-size: 90px;
    line-height: 90px;
    color: #fff;
  }
}
@media (min-width: 991.99px) {
  @keyframes heading-one {
    to {
      transform: translateX(0);
    }
  }
  @keyframes section4_p {
    to {
      transform: translate(0, -50%);
    }
  }
  @keyframes rotate-inner {
    to {
      transform: rotate(0);
    }
  }
  .arrow {
    transform-origin: left center;
    transform: scaleX(1);
    transition: transform 0.35s ease;
    z-index: 1;
    position: relative;
  }
  .arrow:hover {
    transform: scaleX(1.2);
  }
  .footer .form-group button:before {
    width: 35px;
  }
  .reviews {
    padding: 250px 0;
  }
  .reviews:before {
    content: "";
    width: 160px;
    top: 130px;
    left: 15%;
  }
  .reviews .review {
    font-size: 44px;
    padding: 0 60px;
  }
  .reviews .name {
    font-size: 24px;
    line-height: 65px;
  }
  .reviews .tns-nav {
    margin-top: 100px;
  }
  .index .heading .content {
    bottom: 50px;
  }
  .index .heading .content .rank-math-breadcrumb p {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .index .heading .content .rank-math-breadcrumb p a {
    font-size: 13px;
  }
  .index .heading .content h1 {
    font-size: 36px;
  }
  h2.heading {
    font-size: 36px;
  }
  .btn-primary:after {
    width: 35px;
    display: inline-block;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .btn-primary:hover:after {
    transform: translateX(15px);
  }
  .btn-secondary {
    font-size: 15px;
    height: 42px;
    padding: 0 20px 0 13px;
  }
  .btn-secondary:after {
    width: 25px;
    height: 42px;
    left: -15px;
  }
  .btn-secondary:hover {
    background: rgba(0, 0, 0, 0.7490196078);
    color: #fff;
  }
  .btn-secondary:hover:after {
    background: rgba(0, 0, 0, 0.7490196078);
  }
  .contact-page {
    padding: 70px 0;
  }
  .contact-page .container-fluid {
    padding: 0 90px;
  }
  .contact-page .logo {
    margin-bottom: 50px;
  }
  .contact-page .inner {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .contact-page .desc {
    max-width: 622px;
  }
  .contact-page .desc p {
    font-size: 50px;
  }
  .contact-page h1 {
    font-size: 64px;
    letter-spacing: 16px;
  }
  .contact-page .wp-post-image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact-page h2 {
    margin-top: 48px;
    font-size: 32px;
    margin-bottom: 30px;
  }
  .contact-page .map iframe {
    height: 100%;
    aspect-ratio: 1/1;
  }
  .contact-page .contact-info {
    margin-top: 0;
  }
  .contact-page .contact-info a {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .about-page {
    padding: 70px 40px 0;
  }
  .about-page .content-img {
    padding-right: 10%;
    top: -120px;
  }
  .about-page .content-img img {
    animation: about_img1 forwards;
    animation-timeline: view();
    transform: translateX(20px);
    min-height: 727px;
  }
  .about-page .section1-content {
    top: -120px;
  }
  .about-page .section1-content .desc {
    height: 400px;
  }
  .about-page .section1-content .desc ul li {
    font-size: 60px;
    line-height: 60px;
  }
  .about-page .section1-content h1 {
    font-size: 64px;
    letter-spacing: 16px;
  }
  .about-page .content {
    font-size: 24px;
    padding: 0;
  }
  .about-page .slogan {
    padding: 120px 24px 130px;
  }
  .about-page .slogan div {
    gap: 68px;
    font-size: 48px;
    letter-spacing: -0.96px;
  }
  .about-page .slogan div:before, .about-page .slogan div:after {
    width: 97px;
    height: 122px;
  }
  .about-page .slogan div:before {
    top: -50px;
  }
  .about-page .slogan div:after {
    bottom: -50px;
  }
  .about-page .section2-content {
    padding-right: 20px;
  }
  .about-page .section2-content .inner {
    padding-right: 15px;
  }
  .about-page .section2-content h2 {
    font-size: 64px;
    letter-spacing: 16px;
    margin-bottom: 16px;
  }
  .about-page .section2-content .content {
    padding: 0;
  }
  .about-page .section2-content h3 {
    font-size: 64px;
    letter-spacing: 16px;
    transform: rotate(180deg) translateY(-100%);
    animation: about_rotated_title2 forwards;
    animation-timeline: view();
    animation-range-end: 40%;
  }
  .about-page .section2-img {
    padding-left: 20px;
  }
  .about-page .section2-img img {
    animation: aboutimg2 forwards;
    animation-timeline: view();
    animation-range-end: 40%;
    transform: translateX(-20px);
  }
  .collection .container-fluid {
    padding: 80px;
  }
  .collection h1 {
    font-size: 96px;
    letter-spacing: 0.96px;
    margin-bottom: 78px;
  }
  .collection .heading-content {
    font-size: 90px;
    line-height: normal;
    letter-spacing: 0.96px;
  }
  .collection .desc {
    margin-bottom: 40px;
  }
  .collection #post-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 50px;
  }
  .collection #post-container .post .post-thumbnail .inner {
    display: flex;
    aspect-ratio: 1/1.3;
    transition: transform 0.3s ease-in-out;
    position: relative;
    left: 1px;
  }
  .collection #post-container .post .post-thumbnail .inner a {
    display: block;
    aspect-ratio: 1/1.3;
  }
  .collection #post-container .post .post-thumbnail .inner img {
    height: auto;
    display: block !important;
    width: 100%;
  }
  .collection #post-container .post:hover .post-thumbnail .inner {
    transform: translateX(-50%);
  }
  .collection #post-container .post-counter {
    font-size: 64px;
    letter-spacing: -1.28px;
  }
  .collection #post-container h2.post-title {
    font-size: 24px;
    margin-top: 10px;
  }
  .collection #post-container .ad-container {
    grid-area: 3/1/4/5;
    display: flex;
    align-items: end;
  }
  .collection #post-container .ad-container img {
    max-width: 56%;
  }
  .collection #post-container .ad-container h3 {
    font-size: 40px;
  }
  .collection #post-container .ad-container p {
    font-size: 24px;
  }
  .collection #post-container .ad-container a {
    font-size: 20px;
  }
  .collection #post-container .ad-container a.visible:hover:after {
    width: 0;
  }
  .collection #post-container .ad-container .content {
    padding-left: 100px;
    padding-bottom: 65px;
  }
  .collection #post-container .div1 {
    grid-area: 1/1/2/2;
  }
  .collection #post-container .div2 {
    grid-area: 1/2/2/3;
  }
  .collection #post-container .div3 {
    grid-area: 1/3/2/4;
  }
  .collection #post-container .div4 {
    grid-area: 1/4/2/5;
  }
  .collection #post-container .div5 {
    grid-area: 2/1/3/2;
  }
  .collection #post-container .div6 {
    grid-area: 2/2/3/3;
  }
  .collection #post-container .div7 {
    grid-area: 2/3/3/4;
  }
  .collection #post-container .div8 {
    grid-area: 2/4/3/5;
  }
  .spc-page {
    padding: 110px 60px 0;
  }
  .spc-page h1.heading {
    font-size: 96px;
    margin-bottom: 78px;
  }
  .spc-page .desc, .spc-page .desc p {
    font-size: 90px;
  }
  .spc-page .section-0 {
    padding-bottom: 150px;
  }
  .spc-page .section-1 h2 {
    font-size: 96px;
  }
  .spc-page .section-1 .pin-list-inner {
    top: 20vh;
  }
  .spc-page .section-1 .progress-list li.benefit {
    font-size: 30px;
  }
  .spc-page .section-2 {
    padding-top: 150px;
  }
  .spc-page .section-2 .content-section {
    margin-top: 90px;
  }
  .spc-page .section-2 .content-section h2.heading-one {
    padding-left: 50px;
    transform: translateX(50%);
  }
  .spc-page .section-2 .content-section h2 {
    text-align: start;
    display: block;
    font-size: 70px;
  }
  .spc-page .section-2 .content-section .rotated {
    float: unset;
    animation: rotate-inner forwards;
    animation-timeline: view(100% 0);
    transform: rotate(90deg);
    padding-left: 50px;
  }
  .spc-page .section-2 .content-section h2.heading-two {
    font-size: 70px;
    transform: unset;
    writing-mode: unset;
    margin-bottom: 20px;
  }
  .spc-page .section-2 .content-section .inner ol {
    font-size: 24px;
    padding-left: 35px;
  }
  .spc-page .section-3 {
    padding: 150px 0;
  }
  .spc-page .section-3 button.spc_modal {
    font-size: 48px;
    float: right;
    gap: 15px;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .spc-page .section-3 button.spc_modal img {
    width: 60px;
    height: auto;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .spc-page .section-3 button.spc_modal:hover img {
    transform: translateX(10px);
  }
  .spc-page .section-3 .custom-modal {
    padding: 90px 70px;
  }
  .spc-page .section-3 .custom-modal .modal-header h2 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 50px;
  }
  .spc-page .section-3 .custom-modal .modal-header p {
    font-size: 40px;
    margin-bottom: 35px;
    padding: 0 100px;
  }
  .spc-page .section-3 .custom-modal .modal-header p:before {
    width: 25px;
    height: 25px;
    margin-right: 15px;
  }
  .spc-page .section-3 .custom-modal .modal-header .close-modal-btn img {
    width: 45px;
    height: auto;
  }
  .spc-page .section-3 .custom-modal .modal-body {
    padding: 0 100px;
  }
  .spc-page .section-3 .close-modal-btn {
    background: none;
    border: none;
    font-size: 24px;
    float: right;
    cursor: pointer;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .spc-page .section-3 .close-modal-btn img {
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .spc-page .section-3 .close-modal-btn:hover img {
    transform: rotate(180deg) translateX(10px) !important;
  }
  .spc-page .section-3 table thead tr th {
    font-size: 20px;
  }
  .spc-page .section-3 table tbody tr td {
    font-size: 18px;
  }
  .spc-page .section-4 p {
    top: 50%;
    padding-left: 5%;
    font-size: 40px;
    max-width: 430px;
    margin-left: auto;
    transform: translate(100%, -50%);
  }
  .spc-page .section-4 img {
    position: relative;
    z-index: 1;
  }
  .spc-page .section-5 {
    padding: 150px 0;
  }
  .spc-page .section-5 .section-header {
    margin-bottom: 150px;
    gap: 30px;
  }
  .spc-page .section-5 .section-header h2 {
    font-size: 64px;
    line-height: 60px;
  }
  .spc-page .section-5 .section-header h2 span {
    padding-left: 65px;
  }
  .spc-page .section-5 .section-header img {
    width: 100%;
  }
  .spc-page .section-5 > h2 {
    font-size: 70px;
  }
  .spc-page .section-5 .features .feature {
    padding: 0 42px;
  }
  .spc-page .section-5 .features .feature:nth-child(2) {
    animation-name: featureY;
    transform: translateY(-100%);
  }
  .spc-page .section-5 .features .feature:nth-child(3) {
    animation-name: featureY;
    transform: translateY(100%);
  }
  .spc-page .section-5 .features .feature:nth-child(4) {
    animation-name: feature;
    transform: translateX(100%);
  }
  .spc-page .section-5 .features .feature:nth-child(5) {
    animation-name: feature;
    transform: translateX(-100%);
  }
  .spc-page .section-5 .features .feature:nth-child(6) {
    animation-name: featureY;
    transform: translateY(100%);
  }
  .spc-page .section-5 .features img {
    width: 55px;
    height: 55px;
  }
  .spc-page .section-5 .features h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .spc-page .section-5 .features p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
  }
  .spc-page .section-6 {
    padding-bottom: 150px;
  }
  .spc-page .section-6 h2 {
    font-size: 70px;
    margin-bottom: 90px;
    padding: 0 12px;
  }
  .spc-page .section-6 form {
    padding: 0 35px;
  }
  .pre-footer {
    padding: 150px 0;
  }
  .pre-footer h2 {
    font-size: 70px;
    margin-bottom: 90px;
    padding: 0 12px;
  }
  .pre-footer form {
    padding: 0 35px;
    max-width: 80%;
  }
  .contact-page .contact-info {
    padding-bottom: 4rem;
  }
  .contact-page .contact-info .info {
    margin-bottom: 25px;
  }
  .contact-page .contact-info .info h3 {
    margin-bottom: 15px;
  }
  .contact-page .contact-info .info a {
    font-size: 18px;
    max-width: 300px;
  }
  .contact-page .content {
    padding: 5rem 24px 250px;
  }
  .contact-page .content h2 {
    margin-bottom: 35px;
  }
  .faq {
    padding: 110px 0;
  }
  .faq h1 {
    font-size: 128px;
    line-height: 120px;
  }
  .faq .accordion-item .accordion-button {
    padding: 30px 20px;
    font-size: 36px;
  }
  .faq .accordion-item .accordion-button:before {
    transform-origin: center center;
    transition: background-color 0.3s ease-in-out;
    height: 40px;
    background-size: 18px;
    width: 40px;
  }
  .faq .accordion-item .accordion-body {
    padding-left: 150px;
  }
  .faq .accordion-item .accordion-body p {
    font-size: 20px;
  }
}
