.cta-section { --cta-primary-font: Roboto, sans-serif; --cta-secondary-font: Lobster, sans-serif; --cta-neutral-01: white; --cta-neutral-03: #454140; --cta-neutral-04: #120a0b; --cta-theme-01: #9886fe; --cta-theme-04: #ffd86f; --cta-button-radius: 100px; } .cta-section .w-layout-blockcontainer.container.w-container { max-width: 1200px; margin-left: auto; margin-right: auto; padding: 0 16px; } .cta-section { z-index: 1; position: relative; } .cta-wrapper { z-index: 1; gap: 56px; background-color: var(--cta-theme-04); border-radius: 40px; flex-flow: row; justify-content: space-between; align-items: center; padding: 50px 60px; display: flex; position: relative; overflow: hidden; } .cta-left-block { gap: 5px; flex-flow: column; align-items: flex-start; max-width: 486px; display: flex; } .cta-section .subtitle-right-rotate { flex: 0 auto; display: inline-block; transform: rotate(-6deg); } .cta-section .section-subtitle-btn.cta-button { background-color: var(--cta-neutral-01); color: var(--cta-neutral-04); transform: rotate(-6deg); border-radius: 16px; padding: 2px 16px; display: inline-block; } .cta-section .section-subtitle-text { font-family: var(--cta-primary-font); color: var(--cta-neutral-03); margin: 0; font-size: 14px; font-weight: 500; line-height: 170%; } .cta-section .section-subtitle-text.cta { color: var(--cta-neutral-04); } .cta-content-button { gap: 32px; flex-flow: column; align-items: flex-start; display: flex; } .cta-content { gap: 12px; flex-flow: column; display: flex; } .cta-section .display-heading-2 { font-family: var(--cta-primary-font); color: var(--cta-neutral-04); letter-spacing: -0.01em; font-size: 40px; font-weight: 700; line-height: 130%; margin: 0; } .cta-section .text-neutral-03 { color: var(--cta-neutral-03); margin: 0; font-size: 18px; font-weight: 400; line-height: 170%; } .cta-section .cta-button { gap: 15px; flex-flow: column; justify-content: center; display: flex; } .cta-section .button { z-index: 1; border-radius: var(--cta-button-radius); background-color: var(--cta-neutral-04); color: var(--cta-neutral-01); text-transform: none; justify-content: center; align-items: center; width: auto; padding: 12px 30px; font-size: 16px; font-weight: 700; line-height: 160%; text-decoration: none; transition: all 0.5s; display: flex; position: relative; overflow: hidden; } .cta-section .button:hover { background-color: var(--cta-theme-01); } .cta-section .button-area { gap: 12px; justify-content: center; align-items: center; display: flex; } .cta-section .button-text { text-transform: none; line-height: 160%; text-decoration: none; } .cta-right-block { gap: 16px; justify-content: flex-end; align-items: center; width: 100%; max-width: 497px; display: flex; } .cta-text-card-image { gap: 16px; flex-flow: column; align-items: flex-end; max-width: 220px; display: flex; } .cta-section .secondary-text-wrapper.cta { left: 32px; justify-content: center; align-items: flex-start; display: flex; position: relative; } .cta-section .secondary-text-block { flex-flow: column; align-items: center; display: flex; position: relative; left: -24px; transform: rotate(-7deg); } .cta-section .secondary-text { font-family: var(--cta-secondary-font); color: var(--cta-neutral-04); flex-flow: column; justify-content: center; align-items: center; font-weight: 700; line-height: 110%; display: flex; margin: 0; } .cta-section .arrow-right-icon { position: relative; top: 8px; left: 2px; } .cta-section .cta-arrow-icon { position: relative; top: -5px; left: -30px; display: block; } .cta-section .cta-card-image { position: relative; left: 0; } .cta-card-image._1 { max-width: 200px; } .cta-card-image.bottom { left: 36px; } .cta-section .cta-signle-image { border-radius: 24px; max-height: 250px; width: auto; height: auto; display: block; } .cta-card-image-group { gap: 16px; flex-flow: column; max-width: 300px; display: flex; } .cta-bg { z-index: -1; background-color: var(--cta-neutral-04); width: 100%; height: 38%; position: absolute; bottom: 0; left: 0; right: 0; } .cta-shape { z-index: -1; background-image: url('../images/transparent.gif'); background-position: 50%; background-repeat: no-repeat; background-size: auto; width: 70%; position: absolute; top: 0; bottom: 0; right: -110px; } @media screen and (max-width: 991px) { .cta-wrapper { flex-flow: column; } .cta-content-button { gap: 40px; align-items: center; } .cta-right-block { justify-content: center; max-width: 100%; } .cta-shape { background-position: 50% 100%; background-size: 100% 100%; width: 100%; height: 100%; inset: 0; } } @media screen and (max-width: 767px) { .cta-wrapper { gap: 40px; border-radius: 30px; padding-left: 40px; padding-right: 40px; } .cta-section .display-heading-2 { font-size: 36px; } .cta-right-block { flex-flow: column; display: none; } .cta-card-image._1 { max-width: 90%; } .cta-section .cta-signle-image { border-radius: 20px; width: 100%; height: 100%; } .cta-card-image-group { max-width: 100%; } .cta-text-card-image { align-items: center; max-width: 100%; } .cta-section .secondary-text-block { display: none; } } @media screen and (max-width: 479px) { .cta-shape { display: none; } .cta-wrapper { padding-left: 20px; padding-right: 20px; } .cta-section .display-heading-2 { font-size: 32px; } .cta-right-block, .cta-section .cta-signle-image { display: none; } .cta-section .button-text { font-size: 14px; } }