.row-image-services img { opacity: 0; transform: translateX(-20px) scale(0.95); transition: opacity 0.4s ease, transform 0.4s ease; border-radius: 12px; } .marquee-wrapper, .marquee-wrapper-custom { overflow: hidden; white-space: nowrap; position: relative; } .marquee-content, .marquee-content-custom { display: inline-block; width: 100%; white-space: nowrap; } .marquee-content { animation: marquee 15s linear infinite; } @keyframes marquee { from { transform: translateX(100%); } to { transform: translateX(-100%); } } .marquee-content-custom { animation: marquee-custom 15s linear infinite; } @keyframes marquee-custom { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } } @media (min-width: 379px) and (max-width: 767px) { .marquee { display: none; } } .row-image-services:hover img { opacity: 1; transform: translateX(0) scale(1);; } .title-service-effect { transition: transform 0.3s ease; } .row-image-services:hover .title-service-effect { transform: scale(1.05); } .row-image-services{ cursor: pointer; } .arrow-icon { display: inline-block; background-color: #007bff; transition: transform 0.3s ease, background-color 0.3s ease; padding: 10px; } .arrow-icon:hover { transform: rotate(45deg); background-color: #181d27!important; cursor: pointer; } .about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; padding: 40px 20px; } .about-grid .card { background: #181d27; color: #ffffff; padding: 30px 20px; border-radius: 16px; box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; } .about-grid .card:hover { transform: scale(1.05); box-shadow: 0 20px 40px rgba(50, 145, 246, 0.3); background: #222633; cursor: pointer; } .about-grid .card h3 { font-size: 1.2rem; margin-bottom: 12px; } .about-grid .card p { font-size: 0.95rem; line-height: 1.6; color: #ccc; } .reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.6s ease, transform 0.6s ease; will-change: transform, opacity; } .reveal.active { opacity: 1; transform: translateY(0); } .footer-wrapper{ height: 100%!important; } .hover-effect-about { transition: transform 0.3s ease; cursor: pointer; } .hover-effect-about:hover { transform: scale(1.05); } .wp-block-navigation ul, .wp-block-navigation__responsive-container-open{ color: white; } @media (max-width: 768px) { .wp-block-navigation__responsive-container.is-menu-open { height: 100vh; } } .hover-button-gradient { background: linear-gradient(135deg, #23324b 0%, #181d27 100%); color: #fff; border: none; padding: 12px 24px; border-radius: 10px; transition: all 0.3s ease; cursor: pointer; } .hover-button-gradient:hover { background: linear-gradient(135deg, #181d27 0%, #23324b 100%); transform: scale(1.05); border-radius: 20px; } @media (min-width: 379px) and (max-width: 767px) { .projects-grid{ display: grid; grid-template-columns: 1fr; } .site-title{ font-size: 70px!important; } } @media (min-width: 379px) and (max-width: 1366px) { .choose-prices{ display: flex!important; flex-direction: column; justify-content: center; align-items: center; } .price-card{ width: 100%; } @media (min-width: 820px) and (max-width: 1023px) { .queryloop-post-template{ display: flex; justify-content: center; align-items: center; width: 74%; } } @media (min-width: 1024px) and (max-width: 1366px) { .queryloop-post-template{ display: flex; justify-content: center; align-items: center; width: 95%; } } @media (min-width: 379px) and (max-width: 1023px) { .services-title-group{ min-height: 20vh!important; } } @media (min-width: 1024px) and (max-width: 1440px) { .services-title-group{ min-height: 61vh!important; } .services-title{ min-height: 50vh!important; } } @media (min-width: 390px) and (max-width: 844px) { .queryloop-post-template{ display: flex; justify-content: center; align-items: center; width: 70%; } } @media (min-width: 820px) and (max-width: 1180px) { .column-services-right{ flex-basis: 70%!important; display: grid; } .column-services-left{ flex-basis: 50%!important; } } @media (min-width: 379px) and (max-width: 768px) { .services-title{ min-height: 14vh!important; } } @media (min-width: 768px) and (max-width: 1023px) { .column-blog{ display: flex!important; flex-direction: column; width: 100%; justify-content: center; align-items: center!important; } } @media (min-width: 379px) and (max-width: 1366px) { details{ width: 350px!important; max-width: 350px; } .newsletter-container{ display: grid; } } .container{ padding: 1.5rem!important; } @media only screen and (max-width: 1366px){ h1 { font-size: 32px!important; line-height: 1.2; } h2 { font-size: 28px!important;; line-height: 1.3; } h3 { font-size: 24px!important;; line-height: 1.4; } h4 { font-size: 20px!important;; line-height: 1.5; } h5 { font-size: 18px!important;; line-height: 1.5; } h6 { font-size: 16px!important;; line-height: 1.6; } } @media (min-width: 379px) and (max-width: 767px) { .bigcharm-contact-form-wrapper { padding: 32px 16px; width: 90%; } .bigcharm-contact-intro { padding: 0 10px; } .hero{ padding-bottom: 2vh!important; } } }