@charset 'UTF-8';
.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/slick/css/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/slick/css/fonts/slick.eot);
src: url(https://codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/slick/css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/slick/css/fonts/slick.woff) format('woff'), url(https://codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/slick/css/fonts/slick.ttf) format('truetype'), url(https://codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/slick/css/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}.cd-woocommerce-store-section {
padding-top: 160px;
padding-bottom: 160px;
}
.cd-woocommerce-store-section-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 30px;
}
.cd-woocommerce-store-single {
background-color: #fafafa;
padding: 20px 35px;
border-radius: 12px;
transform-origin: right bottom;
transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.cd-woocommerce-store-single img {
margin-bottom: 32px;
}
.cd-woocommerce-store-single h4 {
font-family: "Inter", sans-serif !important;
color: #020410 !important;
font-size: 24px;
line-height: 30px;
font-weight: 500;
margin-bottom: 32px;
}
.cd-woocommerce-store-single p {
font-family: "Inter", sans-serif !important;
font-size: 16px;
font-weight: 500;
line-height: 26px;
color: #1f2230 !important;
}
.cd-woocommerce-store-single:hover {
rotate: 8deg;
border: 1px solid #efefef;
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/background-effect/create-woocommerce-store/item-bg.png);
background-position: center center;
}      .cd-shop-widget-section {
padding-top: 160px;
padding-bottom: 160px;
background-color: #f0f4ff;
}
.cd-shop-widget-grid-wrap {
display: grid;
gap: 30px;
grid-template-columns: 1fr 1fr 1fr 1fr;
position: relative;
}
.cd-shop-widget-single-cart {
padding: 24px;
background-color: #fff;
border-radius: 8px;
}
.cd-shop-widget-single-cart:hover {
box-shadow: 0px 23px 42.4px 0px #0000000d;
background: radial-gradient(
circle at 100% 100%,
#ffffff 0,
#ffffff 8px,
transparent 8px
)
0% 0%/10px 10px no-repeat,
radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 8px, transparent 8px)
100% 0%/10px 10px no-repeat,
radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 8px, transparent 8px)
0% 100%/10px 10px no-repeat,
radial-gradient(circle at 0 0, #ffffff 0, #ffffff 8px, transparent 8px) 100%
100%/10px 10px no-repeat,
linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 4px)
calc(100% - 20px) no-repeat,
linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 20px)
calc(100% - 4px) no-repeat,
linear-gradient(90deg, #ffb07c 1.524%, #bd8cfb 100%);
border-radius: 10px;
box-sizing: border-box;
}
.cd-shop-widget-single-cart img {
width: 50px;
height: 50px;
border-radius: 50%;
margin-bottom: 15px;
}
.cd-shop-widget-single-cart h5 {
color: #020410 !important;
font-family: "Inter", sans-serif !important;
font-size: 20px;
line-height: 30px;
margin-bottom: 10px;
}
.cd-shop-widget-bg-effect {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 165px;
}
.cd-shop-widget-btn {
text-align: center;
margin-top: 10px;
display: flex;
justify-content: center;
}
.cd-shop-widget-btn a {
display: flex;
border: 2px solid #020410;
justify-content: center;
align-items: center;
width: 291px;
height: 58px;
border-radius: 8px;
color: #020410 !important;
font-family: "Inter", sans-serif !important;
font-size: 20px;
line-height: 30px;
transition: 0.3s all ease;
}
.cd-shop-widget-btn a:hover {
padding-left: 25px;
padding-right: 15px;
transition: 0.3s all ease;
background: linear-gradient(90deg, #bd8cfb 0%, #ffb07c 100%);
border: none;
}      .cd-elevate-woocommer-section {
padding-top: 160px;
padding-bottom: 160px;
background-color: #fffbf5;
transition: background-color 1s ease;
}
.cd-elevate-woocommer-section.color-gray {
background-color: rgba(255, 242, 222, 1);
}
.cd-elevate-woocommer-section.color-sky {
background-color: rgba(214, 255, 246, 1);
}
.cd-elevate-woocommer-section.color-purple {
background-color: rgba(232, 229, 255, 1);
} .cd-elevate-sky-section {
padding-top: 80px; }
.cd-elevate-purple-section {
padding-top: 80px;
}
.cd-elevate-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
}
.cd-single-column-cart {
padding: 40px;
background-color: #fff;
border-radius: 20px;
border: 1px solid #0204101a;
}
.cd-single-column-cart img {
margin-bottom: 32px;
}
.cd-single-column-cart h2 {
font-size: 32px;
font-family: "Inter", sans-serif !important;
font-weight: 500;
line-height: 42px;
color: #020410 !important;
margin-bottom: 24px;
}
.cd-single-column-cart p {
max-width: 532px;
font-size: 20px;
line-height: 26px;
font-weight: 400;
font-family: "Inter", sans-serif !important;
color: #1f2230 !important;
padding-bottom: 30px;
}      .cd-streamline-section {
padding-top: 160px;
}
.cd-templates-row {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 30px;
}
.cd-template-column {
text-align: center;
padding: 60px 55px;
border-radius: 20px;
}
.cd-section-template {
background-color: #f3fbf9;
}
.cd-page-template {
background-color: #fff3ef;
}
.cd-template-column h2 {
font-family: "Inter", sans-serif !important;
font-size: 48px;
line-height: 58px;
font-weight: 600;
color: #020410 !important;
margin-bottom: 52px;
}
.cd-section-template h2 span {
color: #3dd8b1;
margin-right: 10px;
}
.cd-page-template h2 span {
color: #ff835a;
margin-right: 10px;
}
.cd-template-column p {
font-family: "Inter", sans-serif !important;
color: #1f2230 !important;
font-size: 20px;
line-height: 30px;
font-weight: 400;
margin-bottom: 50px;
}
.cd-template-column a {
display: block;
padding: 17px;
font-family: "Inter", sans-serif !important;
color: #020410 !important;
font-size: 20px;
line-height: 30px;
border-radius: 12px;
}
.cd-section-template a {
background-color: #3dd8b1;
border: 2px solid transparent;
}
.cd-page-template a {
background-color: #ff835a;
border: 2px solid transparent;
}
.cd-section-template a:hover {
background-color: transparent;
border-color: #3dd8b1;
color: #3dd8b1;
}
.cd-page-template a:hover {
background-color: transparent;
border-color: #ff835a;
color: #ff835a;
}
.cd-section-template:hover {
box-shadow: 0px 19px 0px 0px #00a17926;
}
.cd-page-template:hover {
box-shadow: 0px 19px 0px 0px rgba(255, 131, 90, 0.15);
}      .cd-testimonials-home-page-section {
background-color: #fff !important;
}      .cd-section-stunning-section {
background: #fffbf580;
padding-top: 160px;
padding-bottom: 155px;
position: relative;
}
.cd-stunning-bg-1 {
position: absolute;
top: 25px;
left: 2%;
}
.cd-stunning-bg-2 {
position: absolute;
bottom: 160px;
left: 10%;
}
.cd-stunning-bg-3 {
position: absolute;
top: 70px;
right: 5%;
}
.cd-stunning-bg-4 {
position: absolute;
bottom: 150px;
right: 10%;
}
.cd-stunning-section-wrap {
position: relative;
z-index: 1;
text-align: center;
}
.cd-stunning-section-wrap h1 {
font-family: "Inter", sans-serif !important;
font-size: 75px;
line-height: 90px;
font-weight: 500;
text-align: center;
margin-bottom: 12px;
background: #000000;
background: linear-gradient(91.13deg, #000000 16.47%, #ff78f2 96.49%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.cd-stunning-section-wrap p {
font-family: "Inter", sans-serif !important;
font-size: 20px;
line-height: 30px;
text-align: center;
color: #1f2230 !important;
max-width: 785px;
margin-left: auto;
margin-right: auto;
margin-bottom: 32px;
}
.cd-stunning-section-area a {
padding: 14px 25px;
border-radius: 8px;
font-family: "Inter", sans-serif !important;
font-size: 20px;
line-height: 30px;
color: #000000;
border: 2px solid #000000;
}
.cd-stunning-section-area a.cd-get-pro {
margin-left: 24px;
font-weight: 500;
background: linear-gradient(90deg, #ffb07c 0%, #bd8cfb 100%);
transition: 0.3s all ease;
}
.cd-stunning-section-area a.cd-get-pro:hover {
padding-left: 28px;
padding-right: 22px;
background: linear-gradient(
90deg,
rgba(189, 140, 251, 1) 0%,
rgba(255, 176, 124, 1) 100%
);
}
.cd-b-2-h:hover {
border: 2px solid black;
}   .cd-hover-image-change .cd-hover-image {
display: none;
}
.cd-hover-image-change:hover .cd-normal-image {
display: none;
}
.cd-hover-image-change:hover .cd-hover-image {
display: inline-block;
}.cd-pricing-table-section {
background-color: #f0f4ff;
padding-bottom: 100px;
position: relative;
overflow: hidden;
}
.cd-left-effect {
position: absolute;
left: 0;
top: 0;
transform: translate(-60%, -30%);
}
.cd-right-effect {
position: absolute;
right: 0;
top: 0;
transform: translate(60%, -30%);
}
.cd-logo {
padding-top: 40px;
padding-bottom: 15px;
display: flex;
align-items: center;
justify-content: center;
}
.cd-pricing-table-heading {
margin-top: 85px;
text-align: center;
}
.cd-pricing-table-heading h2 {
font-family: "Inter", sans-serif !important;
max-width: 900px;
font-size: 56px;
line-height: 63px;
text-align: center;
color: #020410;
font-weight: 600;
margin: auto;
margin-bottom: 15px;
position: relative;
z-index: 1;
}
.cd-pricing-table-heading p {
font-family: "Inter", sans-serif !important;
color: #1f2230 !important;
font-weight: 500;
font-size: 20px;
line-height: 30px;
text-align: center;
margin-bottom: 60px;
}
.cd-pricing-table-content {
margin-top: 50px;
}
.cd-yearly-and-lifetime-tab-btn {
max-width: 320px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
background-color: var(--light-color);
border-radius: 50px;
padding: 7px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.cd-yearly-and-lifetime-tab-btn .cd-btn {
background-color: var(--light-color);
width: 100%;
height: 46px;
font-family: "Inter", sans-serif !important;
color: #020410;
font-size: 22px;
line-height: 30px;
text-align: center;
font-weight: 500;
border-radius: 50px;
border: 1px solid #1f22301a;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.cd-yearly-and-lifetime-tab-btn .cd-btn del {
margin-right: 10px;
color: #FF1D43;
}
.cd-yearly-and-lifetime-tab-btn .cd-btn span {
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(90deg, #ffe27c 0%, #ffb68c 100%);
padding-left: 10px;
padding-right: 10px;
border-radius: 50px;
font-family: "Inter", sans-serif !important;
font-size: 14px;
line-height: 30px;
margin-left: 10px;
}
.cd-yearly-and-lifetime-tab-btn .cd-btn.cd-active {
background-color: #020410;
color: var(--light-color);
flex-grow: 1;
}
.cd-yearly-and-lifetime-tab-btn .cd-btn.cd-active span {
color: #020410;
}
.cd-yearly-and-lifetime-tab-btn .cd-btn.cd-bundle {
position: relative;
}
.cd-yearly-and-lifetime-tab-btn .cd-btn.cd-bundle::after {
position: absolute;
content: "Save Big";
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/background-effect/save-20.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
width: 85px;
height: 40px;
top: -50px;
right: 20px;
font-size: 14px;
color: var(--dark-color);
font-family: "Inter", sans-serif !important;
}
.cd-yearly-pricing-wrap {
display: flex;
flex-wrap: wrap;
gap: 30px;
justify-content: center;
}
.cd-life-time-pricing {
display: none;
}
.cd-bundle-pricing {
display: none;
}
.cd-single-price-column {
background-color: var(--light-color);
padding: 35px;
border-radius: 20px;
position: relative;
overflow: hidden;
min-width: 420px;
}
.cd-save-offer {
position: absolute;
top: 0;
right: 0;
padding: 15px 9px;
background: linear-gradient(90deg, #ffe27c 0%, #ffb68c 100%);
border-radius: 0px 0px 0px 20px;
color: var(--dark-color);
font-family: "Inter", sans-serif !important;
font-size: 16px;
font-weight: 500;
line-height: 20px;
}
.cd-single-price-column .cd-del {
font-family: "Inter", sans-serif !important;
font-size: 20px;
margin-bottom: 6px;
color: #1f223080;
}
.cd-single-price-column h5 {
color: #1471f0;
font-family: "Inter", sans-serif !important;
font-size: 24px;
font-weight: 500;
margin-bottom: 55px;
}
.cd-single-price-column .cd-price {
display: flex;
align-items: center;
margin-bottom: 42px;
}
.cd-single-price-column .cd-price h2 {
color: var(--dark-color);
margin-right: 15px;
}
.cd-single-price-column .cd-price span {
color: #1f223080;
}
.cd-single-price-column .cd-pt-grab-btn {
text-align: center;
display: block;
padding: 11px;
border-radius: 8px;
border: 2px solid #1471f0;
margin-bottom: 42px;
font-weight: 500;
line-height: 34px;
font-family: "Inter", sans-serif !important;
font-size: 16px;
transition: 0.3s all ease;
}
.cd-single-price-column .cd-pt-grab-btn:hover {
transition: 0.3s all ease;
background-color: #1471f0;
color: var(--light-color);
}
.cd-single-price-column ul {
list-style-type: none;
}
.cd-single-price-column ul li {
margin-bottom: 20px;
color: #1f2230;
font-weight: 400;
font-family: "Inter", sans-serif !important;
font-size: 16px;
line-height: 16px;
display: flex;
align-items: center;
}
.cd-single-price-column ul li strong {
margin-right: 5px;
}
.cd-single-price-column ul li:last-child {
margin-bottom: 0;
}
.cd-single-price-column ul li img {
width: 24px;
height: 24px;
margin-right: 10px;
}
.cd-professional {
background-color: #eee7ff;
}
.cd-professional h5 {
color: #8e59ff;
} .cd-pricing-link-a {
color: #1f2230 !important;
text-decoration: underline;
text-underline-offset: 6px;
}
.cd-professional .cd-pt-grab-btn:hover {
color: var(--light-color);
animation: shimmer 1.5s linear infinite;
}
@keyframes shimmer {
from {
background-position: 0 0;
}
to {
background-position: -200% 0;
}
}      .cd-money-back-section {
background-color: #f0f4ff;
}
.cd-money-back-wrap {
display: flex;
align-items: center;
padding: 32px;
border-radius: 12px;
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/background-effect/money-back.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.cd-money-back-wrap img {
margin-right: 32px;
width: 160px;
height: 160px;
}
.cd-money-back-content h2 {
font-family: "Inter", sans-serif !important;
font-size: 40px;
line-height: 60px;
font-weight: 600;
color: #020410;
margin-bottom: 12px;
}
.cd-money-back-content p {
color: #1f2230;
font-weight: 500;
max-width: 850px;
line-height: 26px;
}
.cd-money-back-content p a {
color: #045cb4;
}      .cd-comparison-section {
background-color: #f0f4ff;
padding-top: 80px;
}
.cd-comparison-heading {
text-align: center;
margin-bottom: 80px;
}
.cd-comparison-heading h2 {
max-width: 690px;
margin-left: auto;
margin-right: auto;
color: #020410;
font-family: "Inter", sans-serif !important;
font-size: 56px;
line-height: 63px;
text-align: center;
font-weight: 600;
margin-bottom: 15px;
position: relative;
z-index: 1;
}
.cd-comparison-heading h2::before {
position: absolute;
content: "";
width: 64px;
height: 64px;
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/background-effect/heading/heading-1.png);
background-repeat: no-repeat;
background-size: cover;
bottom: 0;
left: 0;
z-index: -1;
}
.cd-comparison-heading h2::after {
position: absolute;
content: "";
width: 64px;
height: 64px;
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/background-effect/heading/heading-1.png);
background-repeat: no-repeat;
background-size: cover;
bottom: 0;
right: 0;
z-index: -1;
}
.cd-comparison-heading .cd-free-pro {
color: #020410;
font-family: "Inter", sans-serif !important;
font-size: 32px;
font-weight: 500;
line-height: 38px;
text-align: center;
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/background-effect/free-pro.svg);
background-repeat: no-repeat;
background-position: center center;
}
.cd-comparison-table {
max-width: 1130px;
margin-left: auto;
margin-right: auto;
margin-bottom: 60px;
}
.cd-comparison-table .cd-comparison-table-row {
display: flex;
align-items: center;
justify-content: space-between;
}
.cd-comparison-table .cd-comparison-table-row .cd-column:first-child {
background-color: #ebf0fb;
}
.cd-comparison-table .cd-comparison-table-row .cd-column:nth-child(2) {
background-color: #f9fbff;
}
.cd-comparison-table .cd-comparison-table-row .cd-column:last-child {
background-color: #f6f9ff;
}
.cd-comparison-table .cd-comparison-table-row .cd-column {
width: 33.33%;
padding: 15px;
border: 1px solid #1f22301a;
border-right: none;
border-bottom: none;
text-align: center;
color: #1f2230 !important;
font-family: "Inter", sans-serif !important;
font-size: 16px;
line-height: 20px;
font-weight: 500;
}
.cd-comparison-table .cd-comparison-table-row:first-child .cd-column,
.cd-comparison-table .cd-comparison-table-row .cd-column-heading {
padding: 25px;
background-color: #e2ecff;
color: #020410;
font-weight: 600;
font-family: "Inter", sans-serif !important;
font-size: 20px;
line-height: 24px;
}
.cd-comparison-table .cd-comparison-table-row .cd-column.cd-column-heading {
background-color: #d4e3ff;
}
.cd-comparison-table
.cd-comparison-table-row
.cd-column-heading.cd-column-middle {
background-color: #e2ecff;
}
.cd-comparison-table
.cd-comparison-table-row:first-child
.cd-column:first-child {
background-color: #d4e3ff;
border-radius: 20px 0 0 0;
}
.cd-comparison-table
.cd-comparison-table-row:last-child
.cd-column:first-child {
border-radius: 0 0 0 20px;
}
.cd-comparison-table .cd-comparison-table-row:last-child .cd-column:last-child {
border-radius: 0 0 20px 0;
}
.cd-comparison-table
.cd-comparison-table-row:first-child
.cd-column:last-child {
background-color: #d4e3ff;
border-radius: 0 20px 0 0;
}
.cd-comparison-table .cd-comparison-table-row .cd-column:last-child {
border-right: 1px solid #1f22301a;
}
.cd-comparison-table .cd-comparison-table-row:last-child .cd-column {
border-bottom: 1px solid #1f22301a;
}
.cd-comparison-table .cd-comparison-table-row:hover .cd-column {
background-color: #f8f8f8;
}      .cd-testimonials-section {
padding-top: 160px;
background-color: #f0f4ff;
padding-bottom: 50px;
}
.cd-tesimonial-heading {
text-align: center;
margin-bottom: 80px;
}
.cd-tesimonial-heading h2 {
color: #020410;
font-family: "Inter", sans-serif !important;
font-size: 56px;
line-height: 63px;
text-align: center;
margin-bottom: 13px;
}
.cd-tesimonial-heading p {
color: #1f2230 !important;
font-weight: 500;
font-family: "Inter", sans-serif !important;
font-size: 20px;
line-height: 30px;
text-align: center;
}
.cd-testimonial-single {
background-color: #ffffff;
margin-right: 15px;
margin-left: 15px;
border-radius: 12px;
border: 1px solid #efefef;
}
.cd-review-container {
padding: 24px;
min-height: 318px;
}
.cd-testimonial-single img {
margin-bottom: 5px;
}
.cd-testimonial-single p {
color: #1f2230 !important;
font-family: "Inter", sans-serif !important;
font-size: 16px;
line-height: 26px;
}
.cd-review-athor-section {
display: flex;
align-items: center;
background-color: #f3f3f3;
padding: 12px 24px;
border-radius: 0 0 12px 12px;
border: 1px solid #efefef;
border-top: none;
}
.cd-review-athor-section img {
margin: 0;
width: 40px;
height: 40px;
margin-right: 12px;
border-radius: 50%;
}
.cd-review-athor-section h5 {
font-size: 18px;
line-height: 26px;
color: #020410;
font-family: "Inter", sans-serif !important;
font-weight: 500;
margin-bottom: 2px;
}
.cd-review-athor-section p {
margin-bottom: 0;
color: #020410b2 !important;
font-family: "Inter", sans-serif !important;
font-size: 14px;
line-height: 16.94px;
font-weight: 400;
}
.cd-testimonials-section .slick-dots {
bottom: -50px;
}
.cd-testimonials-section .slick-dots li {
margin-right: 10px;
margin-left: 10px;
width: 12px;
height: 12px;
}
.cd-testimonials-section .slick-dots li button {
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #02041033;
}
.cd-testimonials-section .slick-dots li.slick-active button {
background-color: #020410;
width: 21px;
border-radius: 15px;
}
.cd-testimonials-section .slick-dots li button::before {
display: none;
}
.cd-testimonials-section .slick-arrow {
width: 42px;
height: 42px;
background-color: transparent;
border: 1px solid #020410;
border-radius: 50%;
box-shadow: 0px 6px 10.3px 0px #00000040;
}
.cd-testimonials-section .slick-prev {
left: -60px;
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/pricing-page/tesimonial/left-black.png);
background-position: center;
background-repeat: no-repeat;
transition: 0.3s all ease;
}
.cd-testimonials-section .slick-prev:hover {
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/pricing-page/tesimonial/left-white.png);
}
.cd-testimonials-section .slick-prev:hover {
background-color: #000;
transition: 0.3s all ease;
}
.cd-testimonials-section .slick-next {
right: -60px;
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/pricing-page/tesimonial/right-black.png);
background-position: center;
background-repeat: no-repeat;
transition: 0.3s all ease;
}
.cd-testimonials-section .slick-next:hover {
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/pricing-page/tesimonial/right-white.png);
}
.cd-testimonials-section .slick-next:hover {
background-color: #000;
transition: 0.3s all ease;
}
.cd-testimonials-section .slick-prev::before,
.cd-testimonials-section .slick-next::before {
content: "";
}      .cd-get-section {
background-color: #f0f4ff;
padding-top: 160px;
padding-bottom: 140px;
}
.cd-get-wrapper {
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/background-effect/get.png);
background-position: center center;
border-radius: 20px;
background-repeat: no-repeat;
text-align: center;
padding-top: 75px;
padding-bottom: 75px;
}
.cd-get-wrapper h2 {
background: linear-gradient(91.13deg, #000000 16.47%, #ff78f2 96.49%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "Inter", sans-serif !important;
font-size: 40px;
line-height: 48px;
text-align: center;
font-weight: 500;
margin-bottom: 15px;
}
.cd-get-wrapper p {
max-width: 870px;
margin-left: auto;
margin-right: auto;
color: #1f2230 !important;
font-family: "Inter", sans-serif !important;
font-size: 20px;
line-height: 30px;
margin-bottom: 24px;
}
.cd-get-wrapper a {
display: inline-block;
padding: 15px 38px;
background: linear-gradient(90deg, #ffb07c 0%, #bd8cfb 100%);
border-radius: 8px;
color: var(--dark-color);
font-weight: 500;
font-size: 20px;
font-family: "Inter", sans-serif !important;
line-height: 30px;
cursor: pointer;
transition: 0.3s all ease;
}
.cd-get-wrapper a:hover {
transition: 0.3s all ease;
background: linear-gradient(270deg, #ffb07c 0%, #bd8cfb 100%);
}      footer {
border-top: 1px solid #2231441a;
padding-top: 30px;
padding-bottom: 30px;
}
.cd-footer-wrap {
display: flex;
align-items: center;
justify-content: center;
}
.cd-footer-wrap p {
color: #22314499;
}        .cd-end-in-wrapper {
text-align: center;
}
.cd-black-friday-countdown {
display: flex;
align-items: center;
justify-content: center;
gap: 24px;
margin-bottom: 50px;
}
.cd-black-friday-countdown-item {
display: flex;
flex-direction: column;
margin-top: 20px;
}
.cd-black-friday-countdown-item {
width: 58px;
height: 52px;
background-image: radial-gradient(
circle at 100% 100%,
transparent 1px,
#000000 1px,
#000000 2px,
transparent 2px
),
linear-gradient(to right, #000000, #000000),
radial-gradient(
circle at 0% 100%,
transparent 1px,
#000000 1px,
#000000 2px,
transparent 2px
),
linear-gradient(to bottom, #000000, transparent),
radial-gradient(
circle at 0% 0%,
transparent 1px,
transparent 1px,
transparent 2px,
transparent 2px
),
linear-gradient(to left, transparent, transparent),
radial-gradient(
circle at 100% 0%,
transparent 1px,
transparent 1px,
transparent 2px,
transparent 2px
),
linear-gradient(to top, transparent, #040000);
background-size: 2px 2px, calc(100% - 2px) 1px, 2px 2px,
1px calc(100% - 2px);
background-position: top left, top center, top right, center right,
bottom right, bottom center, bottom left, center left;
background-repeat: no-repeat;
text-align: center;
}
.cd-black-friday-countdown-item span {
font-size: 20px;
font-weight: 500;
line-height: 42px;
}
.cd-black-friday-countdown-item label {
font-size: 10px;
font-weight: 400;
line-height: 20px;
}      .cd-exit-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
z-index: 9999;
display: none;
}
.cd-exit-popup-inner {
background: #F6F3FF;
max-width: 561px;
margin: 100px auto;
padding: 60px 30px;
text-align: center;
position: relative;
top: 160px;
border-radius: 8px;
}
.cd-exit-popup-inner h2 {
font-family: Inter;
font-weight: 700;
font-size: 32px;
line-height: 100%;
text-align: center;
color: #5B25FF;
}
.cd-exit-popup p {
margin-top: 17px;
font-family: Inter;
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: center;
padding: 0 42px;
color: #414141;
}
.cd-exit-popup .cd-exit-coupon {
font-weight: 700;
}
.cd-exit-popup .cd-exit-code {
color: #FF8F10;
font-weight: 700;
text-transform: uppercase;
}
.cd-exit-popup .cd-exit-go-section {
margin-top: 36px;
display: inline-block;
padding: 10px 20px;
background: linear-gradient(90deg, #5B25FF 0%, #6958FF 100%);
color: #FFFFFF;
text-decoration: none;
border-radius: 50px;
box-shadow: 0px 10px 15px 0px #DAD4FF;
}
.cd-exit-decline-wrap {
margin-top: 10px;
}
.cd-exit-decline {
font-family: Inter;
font-weight: 400;
font-size: 16px;
color: #1F2230;
}
.cd-exit-close {
position: absolute;
top: -12px;
right: -30px;
border-radius: 100px;
font-size: 15px;
cursor: pointer;
padding: 0px 7px;
background-color: #FFFFFF;
}
.cd-exit-close:hover {
background-color: #E40041;
color: #FFFFFF;
transition: 0.3s all ease;
}      .pricing-banner {
padding: 156px 0;
background-image:url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/banner/coupon-banner.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.pricing-banner p {
font-weight: 700;
font-size: 96px;
line-height: 150px;
font-family: 'Kalam', sans-serif;
color: #100A00;
text-align: center;
margin-bottom: 20px;
}
.pricing-banner h3 {
font-weight: 400;
font-size: 128px;
line-height: 150px;
font-family: 'Lalezar', sans-serif;
color: #ffffff;
text-shadow: 0px 12px 3.6px #C57A00;
text-align: center;
margin-bottom: 100px;
}
.pricing-banner .count-down-wrapper {
display: flex;
justify-content: center;
gap: 24px;
}
.pricing-banner .count-down-wrapper .pricing-days,
.pricing-banner .count-down-wrapper .pricing-hours,
.pricing-banner .count-down-wrapper .pricing-minutes, 
.pricing-banner .count-down-wrapper .pricing-seconds {
position: relative;
width: 80px;
height: 80px;
border-radius: 6px;
border-width: 1px;
background-color: #141000;
color: #ffffff;
box-shadow: 0px 4px 4px 0px #00000040;
}
.pricing-banner .count-down-wrapper .pricing-days #pricing_days, 
.pricing-banner .count-down-wrapper .pricing-hours #pricing_hours,
.pricing-banner .count-down-wrapper .pricing-minutes #pricing_minutes, 
.pricing-banner .count-down-wrapper .pricing-seconds #pricing_seconds {
font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 50px;
line-height: 64px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.pricing-banner .count-down-wrapper .pricing-days label, 
.pricing-banner .count-down-wrapper .pricing-hours label,
.pricing-banner .count-down-wrapper .pricing-minutes label, 
.pricing-banner .count-down-wrapper .pricing-seconds label {
color: #000000;
text-align: center;
margin-top: 85px;
display: block;
font-size: 16px;
line-height: 30px;
font-weight: 400;
font-family: 'Inter', sans-serif;   
}
.cd-logo-pricing-banner {
position: absolute;
top: 80px;
left: 50%;
transform: translateX(-50%);
background-color: #ffffff;
border-radius: 100px;
padding: 6px 20px;
border: 1px solid #9E9E9E;
}.max-w-1080 {
max-width: 1080px;
}
.max-w-740 {
max-width: 740px;
}   .cd-modules-list {
background: rgba(240, 244, 255, 1);
position: relative;
overflow: hidden;
padding-bottom: 135px;
}
.cd-center-effect {
margin-left: auto;
margin-right: auto;
position: absolute;
}
.cd-advmod-card {
background-color: white;
width: 300px;
padding: 20px;
border-radius: 12px;
align-items: center;
text-align: center;
margin-bottom: 30px;
margin-right: 30px;
position: relative;
}
.cd-advmod-card img {
width: 56px;
height: 56px;
margin-top: 27px;
}
.cd-advmod-card h3 {
margin-top: 24px;
font-family: "Inter", sans-serif !important;
font-size: 20px;
font-weight: 600;
line-height: 30px;
text-align: center;
}
.cd-advmod-card p {
margin-bottom: 32px;
margin-top: 24px;
}
.cd-advmod-card-button {
background-color: transparent;
color: rgba(31, 34, 48, 0.7);
border: 1px solid rgba(31, 34, 48, 0.1);
padding: 8px 16px 8px 16px;
cursor: pointer;
transition: background-color 0.3s ease;
font-family: "Inter", sans-serif !important;
font-size: 16px;
font-weight: 400;
line-height: 26px;
text-align: center;
border-radius: 7px;
display: inline-block;
}
.cd-advmod-card-button:hover {
background: linear-gradient(90deg, #ffb07c 0%, #bd8cfb 100%);
color: rgba(2, 4, 16, 1);
border-color: white;
}
.cd-advmod-card:hover {
background: radial-gradient(
circle at 100% 100%,
#ffffff 0,
#ffffff 10px,
transparent 10px
)
0% 0%/12px 12px no-repeat,
radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 10px, transparent 10px)
100% 0%/12px 12px no-repeat,
radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 10px, transparent 10px)
0% 100%/12px 12px no-repeat,
radial-gradient(circle at 0 0, #ffffff 0, #ffffff 10px, transparent 10px)
100% 100%/12px 12px no-repeat,
linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 4px)
calc(100% - 24px) no-repeat,
linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 24px)
calc(100% - 4px) no-repeat,
linear-gradient(
90deg,
rgba(255, 176, 124, 1) 0%,
rgba(189, 140, 251, 1) 100%
);
border-radius: 12px;
box-sizing: border-box;
}
.cd-pro-tag {
position: absolute;
top: 15px;
right: 15px;
padding-top: 3px;
padding-right: 14px;
padding-bottom: 3px;
padding-left: 14px;
border-radius: 4px;
font-family: "Inter", sans-serif !important;
font-size: 16px;
font-weight: 400;
line-height: 19px;
text-align: left;
background: linear-gradient(90deg, #ffdc26 0%, #ff9330 100%);
color: #020410;
}   .cd-modules-standout {
background-color: rgba(246, 245, 255, 1);
position: relative;
overflow: hidden;
padding-top: 160px;
padding-bottom: 135px;
}
.cd-standout-row {
display: flex;
flex-wrap: wrap;
justify-content: center;
position: relative;
z-index: 1;
max-width: 1320px;
}
.cd-standout-card {
background-color: white;
width: 410px;
height: 350px;
padding: 20px;
border-radius: 12px;
border: 2px solid transparent;
margin-bottom: 30px;
margin-right: 30px;
position: relative;
}
.cd-standout-card-eff {
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/modules-page/icon/st-frame.png);
position: absolute;
top: 0;
right: 0;
height: 116px;
width: 116px;
}
.cd-standout-card:hover {
box-shadow: 0px 11px 0px 0px rgba(159, 154, 200, 1);
transition: 0.3s all ease;
}
.cd-standout-card:hover .cd-standout-card-eff {
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/modules-page/icon/hov-frame.png);
position: absolute;
top: 0;
right: 0;
height: 116px;
width: 116px;
transition: ease-in.6s all;
}
.cd-standout-heading {
font-family: "Inter", sans-serif !important;
font-size: 24px;
font-weight: 500;
line-height: 29.05px;
text-align: left;
margin: auto;
padding-bottom: 16px;
}
.cd-standout-p {
font-family: "Inter", sans-serif !important;
font-size: 16px;
font-weight: 400;
line-height: 26px;
margin: auto;
text-align: left;
padding-bottom: 92px;
}
.cd-standout-card img {
width: 68px;
height: 68px;
margin-top: 30px;
margin-bottom: 39px;
}   .cd-bg-modules-testimonials {
background-color: rgba(255, 255, 255, 1);
padding-top: 160px;
padding-bottom: 160px;
}   .cd-bg-modules-testimonials {
background-color: rgba(255, 255, 255, 1);
padding-top: 160px;
padding-bottom: 160px;
}.cd-max-w-1154 {
max-width: 1154px;
}
.cd-templates-list-section {
background: rgba(240, 244, 255, 1);
padding-bottom: 130px;
}
.cd-templates-card {
position: relative;
background-color: #fff;
border-radius: 20px;
margin-right: 20px;
margin-bottom: 20px;
overflow: hidden;
box-shadow: 0px 23px 42.4px 0px rgba(0, 0, 0, 0.05);
}
.cd-templates-card img {
display: block;
width: 100%;
border-radius: 20px;
}
.cd-templates-card .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.71);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
opacity: 0;
transition: opacity 0.3s ease;
border-radius: 20px;
backdrop-filter: blur(4px);
visibility: hidden;
}
.cd-templates-card .live-preview {
background-color: transparent;
border: 2px solid white;
color: white;
padding: 10px 24px;
cursor: pointer;
font-family: "Inter", sans-serif !important;
font-size: 16px;
border-radius: 5px;
font-weight: 500;
line-height: 26px;
text-decoration: none;
visibility: hidden;
}
.cd-templates-card .live-preview:hover {
background-color: #ba7dff;
border-color: #ba7dff;
transition: 0.3s ease;
visibility: hidden;
}
.cd-templates-card .live-preview-text-p {
margin-bottom: 32px;
font-family: "Inter", sans-serif !important;
font-size: 16px;
font-weight: 500;
color: #fff;
visibility: hidden;
}
.cd-templates-card .live-preview-text-h {
margin-bottom: 6px;
font-family: "Inter", sans-serif !important;
font-size: 20px;
font-weight: 500;
color: #fff;
visibility: hidden;
}
.cd-templates-card:hover .overlay {
opacity: 1;
visibility: hidden;
}.cd-carousel-bt-container {
display: flex;
justify-content: center;
align-items: center;
margin-top: 10px;
border-radius: 12px;
overflow: hidden; position: relative; } .cd-carousel-bt {
display: flex;
background-color: white;
border-radius: 8px;
box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.07);
overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.cd-carousel-bt::-webkit-scrollbar {
display: none; } .cd-item-bt {
flex: 0 0 auto; background-color: white;
color: black;
border: 1px solid rgba(2, 4, 16, 0.1);
border-radius: 6px;
margin: 10px;
transition: background-color 0.3s;
cursor: pointer;
padding: 5px 16px;
position: relative;
scroll-snap-align: start;
}
.cd-item-bt:hover {
background-color: rgba(2, 4, 16, 0.1);
border-color: transparent;
}
.cd-item-bt-active {
background-color: rgba(255, 176, 124, 1);
box-shadow: 0px 6px 17.7px 0px rgba(255, 176, 124, 0.41);
border: none;
} @media (max-width: 1180px) {
.cd-carousel-bt {
background-color: transparent;
}
.cd-item-bt {
background-color: transparent;
}
.cd-item-bt:hover {
background-color: rgba(2, 4, 16, 0.1);
}
.cd-item-bt-active {
background-color: rgba(255, 176, 124, 1);
box-shadow: 0px 6px 17.7px 0px rgba(255, 176, 124, 0.41);
border: none;
}
} .cd-btemplates-list {
transition: background-color 0.5s ease;
}
.cd-bt-cart {
padding: 30px 0px;
}
.cd-bt-checkout {
padding: 30px 0px;
}
.cd-bt-filter {
padding: 30px 0px;
}
.cd-bt-footer {
padding: 30px 0px;
}
.cd-bt-pricing-table {
padding: 30px 0px;
}
.cd-bt-shop-templates {
padding: 30px 0px;
}
.cd-bt-related-products {
padding: 30px 0px;
} .cd-btemplates-card {
position: relative;
background-color: #fff;
border-radius: 20px;
margin-right: 20px;
margin-bottom: 20px;
overflow: hidden;
padding: 10px;
max-width: 400px;
height: 360px;
box-shadow: 0px 23px 42.4px 0px rgba(0, 0, 0, 0.05);
}
.cd-btemplates-card img {
display: block;
width: 100%;
border-radius: 12px;
object-fit: contain;
transition: transform 0.3s ease;
}
.cd-btemplates-card:hover img {
transform: scale(1.02);
}
@media (max-width: 850px) {
.cd-btemplates-card {
border-radius: 12px;
margin-right: 0px;
margin-bottom: 12px;
}
}
.fancybox__content {
max-height: 80vh;
overflow: auto;
}/**/.cd-carousel-wt-container {
display: flex;
justify-content: center;
align-items: center;
margin-top: 10px;
border-radius: 12px;
overflow: hidden; position: relative; } .cd-carousel-wt {
display: flex;
background-color: white;
border-radius: 8px;
box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.07);
overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.cd-carousel-wt::-webkit-scrollbar {
display: none; } .cd-item-wt {
flex: 0 0 auto; background-color: white;
color: black;
border: 1px solid rgba(2, 4, 16, 0.1);
border-radius: 6px;
margin: 10px;
transition: background-color 0.3s;
cursor: pointer;
padding: 5px 16px;
position: relative;
scroll-snap-align: start;
}
.cd-item-wt:hover {
background-color: rgba(2, 4, 16, 0.1);
border-color: transparent;
}
.cd-item-wt-active {
background-color: rgba(255, 176, 124, 1);
border: none;
box-shadow: 0px 6px 17.7px 0px rgba(255, 176, 124, 0.41);
} @media (max-width: 1333px) {
.cd-carousel-wt {
background-color: transparent;
}
.cd-item-wt {
background-color: transparent;
}
.cd-item-wt:hover {
background-color: rgba(2, 4, 16, 0.1);
border: none;
}
.cd-item-wt-active {
background-color: rgba(255, 176, 124, 1);
box-shadow: 0px 6px 17.7px 0px rgba(255, 176, 124, 0.41);
border: none;
}
} .cd-widgets-list {
margin-left: auto;
margin-right: auto;
transition: background-color 0.5s ease;
}
.cd-wt-general {
padding: 30px 0px;
}
.cd-wt-shop {
padding: 30px 0px;
}
.cd-wt-sproduct {
padding: 30px 0px;
}
.cd-wt-ptable {
padding: 30px 0px;
}
.cd-wt-rproducts {
padding: 30px 0px;
}
.cd-wt-cart {
padding: 30px 0px;
}
.cd-wt-checkout {
padding: 30px 0px;
}
.cd-wt-email {
padding: 30px 0px;
}
.cd-wt-igallery {
padding: 30px 0px;
}
.cd-wt-filter {
padding: 30px 0px;
} .cd-widcard {
background-color: white;
width: 300px;
padding: 20px;
border-radius: 8px;
margin: 15px;
position: relative;
box-shadow: 0px 23px 42.4px 0px rgba(0, 0, 0, 0.05);
}
.cd-widcard img {
width: 56px;
height: 56px;
margin-top: 27px;
}
.cd-widcard h3 {
margin-top: 24px;
font-family: "Inter", sans-serif !important;
font-size: 20px;
font-weight: 600;
line-height: 30px;
}
.cd-widcard:hover {
box-shadow: 0px 23px 42.4px 0px #0000000d;
background: radial-gradient(
circle at 100% 100%,
#ffffff 0,
#ffffff 8px,
transparent 8px
)
0% 0%/10px 10px no-repeat,
radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 8px, transparent 8px)
100% 0%/10px 10px no-repeat,
radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 8px, transparent 8px)
0% 100%/10px 10px no-repeat,
radial-gradient(circle at 0 0, #ffffff 0, #ffffff 8px, transparent 8px) 100%
100%/10px 10px no-repeat,
linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 4px)
calc(100% - 20px) no-repeat,
linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 20px)
calc(100% - 4px) no-repeat,
linear-gradient(90deg, #ffb07c 1.524%, #bd8cfb 100%);
border-radius: 10px;
transition: none;
overflow: hidden;
}
@media (max-width: 576px) {
.cd-widcard {
border-radius: 8px;
margin-bottom: 12px;
margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
}
}.cd-widget-details-wrapper {
display: flex;
justify-content: space-around;
align-items: center;
gap: 40px;
}
.cd-widget-details-content-1 {
max-width: 635px;
}
.cd-widget-details-wrapper h1 {
font-family: "Inter", sans-serif;
color: #020410;
font-size: 56px;
font-weight: 600;
line-height: 63px;
padding-bottom: 17px;
}
.cd-widget-details-wrapper p {
font-family: "Inter", sans-serif;
color: #1f2230;
font-size: 20px;
font-weight: 500;
line-height: 30px;
padding-bottom: 45px;
max-width: 600px;
}
.cd-widget-details-wrapper .cd-cta-btn {
text-align: left;
}/*/*/.cd-widget-details-section {
background-color: rgba(240, 244, 255, 1);
}
.cd-widget-content-wrapper {
display: flex;
flex-direction: column;
gap: 40px;
justify-content: center;
align-items: center;
text-align: center;
}
.cd-widget-content-wrapper h1 {
font-family: "Inter", sans-serif;
color: #020410;
font-size: 48px;
line-height: 58px;
font-weight: 600;
}
.cd-widget-details-section a {
font-family: "Inter", sans-serif;
color: #020410;
padding: 12px;
border-radius: 8px;
border: 1px solid transparent;
min-width: 184px;
display: inline-block;
box-sizing: border-box;
}
.cd-fancyb {
padding: 0px !important;
border: none !important;
border-radius: 0px !important;
}
.cd-widget-details-section a:hover {
border-color: #020410;
transition: all 0.3s ease-in;
}
.cd-widget-details-section #cd-col-btn-1 {
border-color: #020410;
}
.cd-widget-details-section #cd-col-btn-1:hover {
background: linear-gradient(90deg, #ffb07c 0%, #bd8cfb 100%);
padding-right: 8px;
padding-left: 16px;
}
.cd-widget-details-section #cd-col-btn-2 {
background: linear-gradient(90deg, #ffb07c 0%, #bd8cfb 100%);
border-color: rgba(240, 244, 255, 1);
padding: 13px;
}
.cd-widget-details-section #cd-col-btn-2:hover {
padding-right: 8px;
padding-left: 16px;
}
@media (max-width: 1050px) {
.cd-widget-details-wrapper .cd-cta-btn,
.cd-widget-details-wrapper h1,
.cd-widget-details-wrapper p {
text-align: center;
}
.cd-widget-details-img {
display: none;
}
}
@media (max-width: 768px) {
.cd-widget-details-wrapper {
gap: 20px;
}
.cd-widget-details-wrapper h1 {
font-size: 48px;
line-height: 56px;
}
.cd-widget-details-wrapper p {
padding-bottom: 35px;
font-size: 18px;
line-height: 24px;
}
.cd-widget-content-wrapper {
gap: 30px;
}
.cd-widget-content-wrapper h1 {
font-size: 32px;
line-height: 42px;
}
}
@media (max-width: 576px) {
.cd-widget-details-wrapper {
gap: 20px;
}
.cd-widget-details-wrapper h1 {
font-size: 28px;
font-weight: 600;
line-height: 38px;
max-width: 875px;
padding-bottom: 12px;
}
.cd-widget-details-wrapper p {
font-size: 16px;
font-weight: 400;
line-height: 26px;
padding-bottom: 25px;
}
.cd-widget-content-wrapper {
gap: 20px;
}
.cd-widget-content-wrapper h1 {
font-size: 22px;
line-height: 32px;
}
}:root { --inter: 'Inter', sans-serif !important; --primary-color: #f5002c;
--light-color: #ffffff;
--dark-color: #000000;
}
html {
scroll-behavior: smooth;
}
body {
font-family: var(--inter) !important;
background-color: var(--light-color) !important;
}
a:visited,
a:focus,
a:focus-visible,
input:visited,
input:focus,
input:focus-visible {
outline: 0 !important;
}
.cd-container {
max-width: 1320px;
margin: auto;
}
ul,
li,
p {
margin: 0;
}
.cd-scroll-style {
background-color: rgba(255, 176, 124, 1) !important;
border-radius: 50% !important;
width: 40px !important;
height: 40px !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
bottom: 80px !important;
right: 28px !important;
}
.cd-scroll-style:hover {
background-color: #ba7dff !important;
}
.typed-cursor {
display: none;
}   .cd-header {
position: relative;
overflow: hidden;
height: 926px;
background-color: #fffbf5;
}
.cd-header-margin-top {
margin-top: 60px; }
.cd-hero-left-effect {
position: absolute;
width: 476px;
height: 926px;
top: 0;
left: 0;
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/background-effect/hero-left.png);
}
.cd-hero-right-effect {
position: absolute;
width: 476px;
height: 926px;
top: 0;
right: 0;
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/background-effect/hero-right.png);
}
.cd-hero-middle-effect {
position: absolute;
width: 265px;
height: 310px;
top: 146px;
left: 50%;
transform: translateX(-50%);
filter: blur(500px);
background: linear-gradient(
72deg,
rgba(134, 218, 200, 1) 0%,
rgba(111, 161, 247, 1) 100%
);
opacity: 0.5;
}
.cd-navbar-wrap {
margin-top: 22px;
padding-top: 15px;
padding-bottom: 15px;
display: flex;
align-content: center;
justify-content: space-between;
position: relative;
z-index: 1;
overflow: clip;
max-width: 1320px;
}
.cd-navbar-wrap .cd-logo {
padding: 0;
}
.cd-navbar-wrap .cd-logo a {
display: block;
}
.cd-navbar-wrap nav ul {
list-style-type: none;
}
.cd-navbar-wrap nav ul li {
display: inline-block;
}
.cd-navbar-wrap nav ul li a {
padding: 10px 20px;
display: block;
color: #020410 !important;
font-size: 16px;
font-family: 'Inter', sans-serif !important;
font-weight: 400;
text-align: center;
} .cd-navbar-wrap nav ul li.cd-nav-active a {
color: #ba7dff;
}
.cd-navbar-wrap nav ul li a:hover {
color: gray;
}
.cd-header-right-btn a {
display: flex;
padding-left: 28px;
padding-right: 28px;
border: 2px solid #020410;
border-radius: 8px;
font-family: 'Inter', sans-serif !important;
font-size: 16px;
line-height: 30px;
font-weight: 500;
color: #020410 !important;
background-color: transparent;
width: 150px;
height: 48px;
align-items: center;
transition: all 0 ease;
}
.cd-header-right-btn a:hover {
background: linear-gradient(90deg, #bd8cfb 0%, #ffb07c 100%);
padding-left: 32px;
padding-right: 24px;
border: none;
}
.cd-hero-section-wrap {
text-align: center;
position: relative;
z-index: 10;
}
.cd-hero-section-wrap {
margin-top: 90px;
}
.cd-hero-section-wrap h1 {
color: #020410 !important;
font-size: 74px;
line-height: 110px;
text-align: center;
font-weight: 600;
font-family: 'Inter', sans-serif !important;
}
.cd-hero-2nd-heading {
display: flex;
align-items: center;
justify-content: center;
}
.cd-hero-2nd-heading span {
font-size: 74px;
line-height: 74px;
font-weight: 400;
font-family: 'Inter', sans-serif !important;
color: #020410 !important;
margin-right: 20px;
background-position: bottom center;
background-repeat: no-repeat;
}
.cd-multi-text {
width: 400px;
font-style: italic;
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/background-effect/multi-text-effect.svg);
}
.cd-hero-section-wrap .cd-short-data-wrap {
max-width: 1160px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin: 90px auto;
}
.cd-hero-section-wrap .cd-short-data-single {
border-right: 1px solid #0204100d;
display: flex;
align-items: center;
justify-content: center;
padding: 16px 0;
width: 25%;
}
.cd-hero-section-wrap .cd-short-data-single:last-child {
border-right: none;
}
.cd-hero-section-wrap .cd-short-data-single img {
margin-right: 32px;
}
.cd-short-data-single .cd-short-data-right p {
font-size: 16px;
line-height: 21px;
font-weight: 400;
color: #020410 !important;
font-family: 'Inter', sans-serif !important;
margin-top: 0;
margin-bottom: 18px;
text-align: left;
}
.cd-short-data-single .cd-short-data-right h3 {
color: #020410 !important;
font-weight: 700;
font-family: 'Inter', sans-serif !important;
font-size: 32px;
line-height: 30px;
text-align: left;
} .cd-admin-bar-margin {
margin-top: 32px;
}
.cd-sticky-header {
width: 100%;
height: 70px; background-color: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(10px);
position: fixed;
top: 0;
left: 0;
z-index: 99; }
@media (max-width: 900px) {
.cd-sticky-header {
height: 77px;
}
}
.cd-inner-page-header {
width: 100%;
height: 77px;
background-color: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(10px);
}
.cd-sticky-header .cd-navbar-wrap {
margin-top: 0px;
}
.cd-home-sticky-none {
display: none;
} .cd-modal-menu {
display: none;
z-index: 999;
width: 100%;
height: 100vh;
position: fixed;
padding: 32px;
background-color: rgb(255 255 255 / 0.8);
top: 0;
left: 0;
backdrop-filter: blur(6px);
}
.cd-modal-menu-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.cd-logo-sm-nav {
width: 150px;
height: auto;
}
.cd-modal-menu-content {
background: #fff;
margin-top: 20px;
padding: 20px;
border-radius: 12px;
-webkit-box-shadow: 0 1px 20px 1px rgb(0 0 0 / 0.1);
-moz-box-shadow: 0 1px 20px 1px rgb(0 0 0 / 0.1);
box-shadow: 0 1px 20px 1px rgb(0 0 0 / 0.1);
overflow: clip;
margin-left: auto;
margin-right: auto;
}
.cd-modal-menu ul {
list-style: none;
}
.cd-modal-menu ul li a {
display: block;
margin: 10px 0;
text-transform: capitalize;
color: #152242 !important;
padding: 10px 30px;
border-bottom: 1px solid rgb(21 34 66 / 0.05);
font-family: 'Inter', sans-serif !important;
font-size: 16px;
line-height: 26px;
font-weight: 600;
}
.cd-modal-menu ul li a:hover {
color: #ba7dff;
}
.cd-close {
font-size: 32px;
text-align: right;
}
.cd-modal-btn a {
display: block;
margin: 20px 0;
width: 100%;
padding: 10px 20px;
background-color: #fff;
border: 2px solid #152242;
text-align: center;
color: #152242 !important;
font-family: 'Inter', sans-serif !important;
font-size: 16px;
line-height: 26px;
font-weight: 600;
border-radius: 8px;
}
.cd-modal-btn a:hover {
background-color: #ff9448;
border-color: #fff;
color: #fff;
transition: all 0.3s ease-in;
}      .cd-highlight-text {
color: rgba(255, 176, 124, 1);
}
.cd-highlight-text-2 {
color: rgba(186, 125, 255, 1);
}
.cd-ttext-l {
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/modules-page/icon/title-text-eff.png);
background-repeat: no-repeat;
background-position: left;
}
.cd-ttext-r {
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/modules-page/icon/title-text-eff.png);
background-repeat: no-repeat;
background-position: right;
}
.cd-htext-l {
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/icon/heading-bg.png);
background-repeat: no-repeat;
background-position: left;
}
.cd-htext-r {
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/icon/heading-bg.png);
background-repeat: no-repeat;
background-position: right;
}
.cd-row-flex {
display: flex;
flex-wrap: wrap;
justify-content: center;
position: relative;
z-index: 1;
}
.cd-pb-60-100px {
padding-bottom: 100px;
}
.cd-my-20-60 {
margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 768px) {
.cd-my-20-60 {
margin-top: 20px;
margin-bottom: 20px;
}
}
@media (max-width: 768px) {
.cd-my-20-60 {
margin-top: 10px;
margin-bottom: 10px;
}
}
.cd-border-rd {
border: 2px solid #000;
border-radius: 8px;
}   .cd-cta-btn {
text-align: center;
}
.cd-btn-wrap {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
.cd-cta-btn a {
display: inline-block;
padding: 15px 38px;
background: linear-gradient(90deg, #ffb07c 0%, #bd8cfb 100%);
border-radius: 8px;
color: var(--dark-color);
font-weight: 500;
font-family: 'Inter', sans-serif !important;
font-size: 20px;
line-height: 30px;
transition: 0.3s all ease;
}
.cd-cta-btn a:hover {
transition: 0.3s all ease;
background: linear-gradient(270deg, #ffb07c 0%, #bd8cfb 100%);
padding: 15px 30px 15px 46px;
}
.cd-download-btn {
text-align: center;
}
.cd-download-btn a {
display: inline-block;
padding: 15px 38px;
border-radius: 8px;
color: var(--dark-color);
font-weight: 500;
font-family: 'Inter', sans-serif !important;
font-size: 20px;
line-height: 30px;
transition: 0.3s all ease;
}
.cd-download-btn a:hover {
transition: 0.3s all ease;
background: linear-gradient(270deg, #ffb07c 0%, #bd8cfb 100%);
padding: 15px 30px 15px 46px;
}
.cd-border-rd:hover {
border-color: transparent;
}   .cd-left-effect {
position: absolute;
left: 0;
top: 0;
transform: translate(-60%, -30%);
pointer-events: none;
}
.cd-right-effect {
position: absolute;
right: 0;
top: 0;
transform: translate(60%, -30%);
pointer-events: none;
}
.cd-intro-section {
background: rgba(240, 244, 255, 1);
position: relative;
overflow: hidden;
padding-bottom: 160px;
padding-top: 160px;
}
.cd-intro-heading {
font-family: 'Inter', sans-serif !important;
color: #020410 !important;
font-size: 72px;
font-weight: 500;
line-height: 87px;
margin: auto;
text-align: center;
padding-bottom: 24px;
}
.cd-intro-p {
font-family: 'Inter', sans-serif !important;
color: #1f2230 !important;
font-size: 20px;
font-weight: 500;
line-height: 30px;
max-width: 845px;
margin: auto;
text-align: center;
padding-bottom: 80px;
}   .cd-sec-heading {
font-family: 'Inter', sans-serif !important;
color: #020410 !important;
font-size: 56px;
font-weight: 600;
line-height: 63px;
margin: auto;
text-align: center;
padding-bottom: 17px;
}
.cd-sec-p {
font-family: 'Inter', sans-serif !important;
color: #1f2230 !important;
font-size: 20px;
font-weight: 500;
line-height: 30px;
margin: auto;
text-align: center;
padding-bottom: 80px;
} .cd-section-heading {
text-align: center;
margin-bottom: 80px;
}
.cd-section-header {
position: relative;
margin-left: auto;
margin-right: auto;
}
.cd-section-header h2 {
font-family: 'Inter', sans-serif !important;
font-size: 56px;
line-height: 63px;
color: rgba(2, 4, 16, 1) !important;
font-weight: 600;
text-align: center;
position: relative;
z-index: 5;
}
.cd-section-header .left {
position: absolute;
z-index: 1;
top: -15px;
left: 0;
width: 93px;
height: 96px;
}
.cd-section-header .right {
position: absolute;
z-index: 1;
top: -15px;
right: 0;
width: 93px;
height: 96px;
}
.cd-section-heading h3 {
font-family: 'Inter', sans-serif !important;
font-size: 56px;
line-height: 63px;
color: #ba7dff;
font-weight: 600;
text-align: center;
margin-bottom: 15px;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
.cd-section-heading p {
font-family: 'Inter', sans-serif !important;
max-width: 800px;
margin-left: auto;
margin-right: auto;
color: rgb(31, 34, 48) !important;
font-size: 20px;
font-weight: 500;
text-align: center;
line-height: 30px;
}   .max-w-1145 {
max-width: 1145px;
}
.cd-cta-heading {
font-family: 'Inter', sans-serif !important;
font-size: 75px;
line-height: 90px;
font-weight: 500;
text-align: center;
margin-bottom: 12px;
background: linear-gradient(91.13deg, #000000 16.47%, #ff78f2 96.49%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding-bottom: 12px;
font-family: 'Inter', sans-serif;
}
.cd-cta-p {
font-family: 'Inter', sans-serif !important;
font-size: 20px;
font-weight: 500;
line-height: 30px;
max-width: 845px;
margin: auto;
text-align: center;
padding-bottom: 32px;
}
.cd-cta-section {
background: #fffbf580;
padding-top: 160px;
padding-bottom: 155px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.cd-cta-bg-l {
position: absolute;
left: 60px;
bottom: 80px;
}
.cd-cta-bg-r {
position: absolute;
right: 60px;
bottom: 80px;
}
@media screen and (max-width: 1860px) {
.cd-cta-bg-l,
.cd-cta-bg-r {
display: none;
}
}   .cd-footer-section {
background-color: #1e1e1e;
border-radius: 60px 60px 0px 0px;
padding-top: 120px;
padding-bottom: 0;
}
.cd-footer-top-wrap {
display: flex;
justify-content: space-between;
}
.cd-footer-top-left {
max-width: 300px;
margin-bottom: 80px;
}
.cd-footer-top-left .cd-footer-logo {
margin-bottom: 45px;
}
.cd-footer-top-left p {
color: #ffffffcc;
font-family: 'Inter', sans-serif !important;
font-size: 16px;
line-height: 20px;
margin-bottom: 20px;
}
.cd-footer-top-left p a {
color: #ffffffcc;
text-decoration: underline;
font-weight: 450;
}
.cd-social-area {
margin-top: 50px;
}
.cd-social-area ul {
list-style-type: none;
}
.cd-social-area ul li {
display: inline-block;
}
.cd-social-area ul li a {
display: flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
border-radius: 50%;
background-color: #2a2a2b;
margin-right: 20px;
transition: 0.3s all ease;
}
.cd-social-area ul li:last-child a {
margin-right: 0;
}
.cd-social-area ul li a:hover {
background-color: #ba7dff;
}
.cd-footer-top-right {
display: flex;
justify-content: space-between;
width: calc(100% - 520px);
}
.cd-footer-top-column h3 {
color: rgba(255, 255, 255, 0.9) !important;
margin-bottom: 32px;
font-family: 'Inter', sans-serif !important;
font-size: 20px;
line-height: 40px;
font-weight: 600;
}
.cd-footer-top-column ul {
list-style-type: none;
}
.cd-footer-top-column ul li a {
display: block;
font-family: 'Inter', sans-serif !important;
font-size: 16px;
line-height: 26px;
font-weight: 500;
color: rgba(255, 255, 255, 0.8);
margin-bottom: 24px;
}
.cd-footer-top-column ul li a:hover {
color: rgba(255, 255, 255, 1);
}
.cd-footer-bottom-wrap {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 20px;
padding-bottom: 20px;
border-top: 1px solid #ffffff1a;
}
.cd-footer-bottom-wrap p {
color: #ffffff80;
font-family: 'Inter', sans-serif !important;
font-size: 14px;
line-height: 26px;
}
.cd-payment-options ul {
list-style-type: none;
}
.cd-payment-options ul li {
display: inline-block;
margin-left: 20px;
}
.cd-payment-options ul li:first-child {
margin-left: 0;
}
.cd-hidden-lg {
display: none;
}
.cd-hidden-sm {
display: block;
}   .cd-promo-banner {
width: 100%;
height: 60px;
background-color: #ff9e6e;
position: sticky;
z-index: 99999;
}
.cd-promo-banner .cd-banner-cont {
margin-left: auto;
margin-right: auto;
max-width: 1500px;
display: flex;
align-items: center;
justify-content: space-around;
height: 60px;
}
.cd-promo-banner h1 {
font-size: 24px;
font-weight: 600;
line-height: 40px;
text-align: center;
color: #000;
font-family: 'Inter', sans-serif !important;
}
.cd-promo-banner .cd-offer {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.cd-promo-banner h2 {
font-family: 'Inter', sans-serif !important;
font-size: 16px;
font-weight: 500;
line-height: 18.75px;
text-align: center;
color: #000;
margin-top: auto;
margin-bottom: auto;
}
.cd-promo-banner .cd-offer-txt {
font-family: 'Inter', sans-serif !important;
font-size: 38px;
font-weight: 800;
line-height: 44.53px;
text-align: center;
color: #000000;
}
.cd-promo-banner .cd-timer {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.cd-timer .cd-count {
width: 48px;
height: 42px;
background-image: radial-gradient(
circle at 100% 100%,
transparent 1px,
#ffffff 1px,
#ffffff 2px,
transparent 2px
),
linear-gradient(to right, #ffffff, #ffffff),
radial-gradient(
circle at 0% 100%,
transparent 1px,
#ffffff 1px,
#ffffff 2px,
transparent 2px
),
linear-gradient(to bottom, #ffffff, #ff9e6e),
radial-gradient(
circle at 0% 0%,
transparent 1px,
#ff9e6e 1px,
#ff9e6e 2px,
transparent 2px
),
linear-gradient(to left, #ff9e6e, #ff9e6e),
radial-gradient(
circle at 100% 0%,
transparent 1px,
#ff9e6e 1px,
#ff9e6e 2px,
transparent 2px
),
linear-gradient(to top, #ff9e6e, #ffffff);
background-size: 2px 2px, calc(100% - 2px) 1px, 2px 2px,
1px calc(100% - 2px);
background-position: top left, top center, top right, center right,
bottom right, bottom center, bottom left, center left;
background-repeat: no-repeat;
text-align: center;
}
.cd-timer span {
font-size: 16px;
font-weight: 700;
line-height: 21px;
color: black;
}
.cd-timer label {
display: block;
font-size: 10px;
font-weight: 400;
line-height: 12px;
color: black;
}
.cd-promo-banner a {
font-family: 'Inter', sans-serif !important;
font-size: 16px;
font-weight: 600;
line-height: 18.75px;
text-align: left;
color: #000;
background-color: #fff;
border: 1px solid #fff;
padding: 9px 21px 9px 21px;
border-radius: 4px;
cursor: pointer;
}
.cd-promo-banner a:hover {
background-color: #000;
color: #fff;
border-color: #000;
transition: 0.3s all ease-in;
}
@media (max-width: 1100px) {
.cd-promo-banner h1 {
font-size: 20px !important;
line-height: 32px !important;
}
.cd-promo-banner .cd-offer {
gap: 4px;
}
.cd-promo-banner h2 {
font-size: 14px;
line-height: 16px;
}
.cd-promo-banner .cd-offer-txt {
font-size: 32px;
line-height: 38px;
}
.cd-promo-banner .cd-timer {
gap: 6px;
}
.cd-timer .cd-count {
width: 40px;
height: 36px;
}
.cd-timer span {
font-size: 14px;
line-height: 18px;
}
.cd-timer label {
font-size: 8px;
line-height: 10px;
}
.cd-promo-banner a {
font-size: 14px;
line-height: 16px;
padding: 8px 18px;
}
}
@media (max-width: 900px) {
.cd-promo-banner {
display: none;
}
}    .cd-halo-promo-banner.two .cd-banner-cont {
max-width: 1279px;
}
#pricing {
position: fixed;
}
#pricing .cd-banner-cont{
max-width: 1000px;
}
.cd-halo-promo-banner.two {
width: 100%;
height: 70px;
background-position: center;
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/banner/mothersday-discount.png);
}
.cd-halo-promo-banner.two h2 {
font-size: 24px;
font-weight: 400;
line-height: 100%;
text-align: center;
color: #420042;
font-family: 'Inria Serif', serif !important;
}
.cd-halo-promo-banner.two span {
margin-left: 50px;
font-weight: 700;
}
.cd-halo-promo-banner.two span del {
color: #FF1D43;
}
.cd-halo-promo-banner.two .cd-timer .cd-count {
background-color: #fff;
background-image: none;
border-radius: 8px;
height: 50px;
width: 50px;
padding: 6px 5px;
}
.cd-halo-promo-banner.two .cd-timer label {
font-family: 'Roboto', sans-serif;
}
.cd-halo-promo-banner.two .cd-timer span {
font-size: 20px;
color: #FF2F63;
margin-left: 0;
margin-bottom: 3px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
line-height: 100%;
}
.cd-halo-promo-banner.two a {
background: linear-gradient(90.21deg, #FF2DA1 0.62%, #2F6AFF 100.27%);
transition: background 1s ease-out 0.2s;
width: 112px;
height: 42px;
border-radius: 100px;
padding: 10px;
border: 0;
box-shadow: none;
font-family: 'Roboto', sans-serif;
line-height: 22px;
font-weight: 500;
color: #fff;
text-align: center;
}
.cd-halo-promo-banner.two a:hover {
background: linear-gradient(270.01deg, #FF2DA1 0.01%, #2F6AFF 99.99%);
}
.cd-halo-promo-banner.two a:focus {
background: linear-gradient(270.01deg, rgba(255, 45, 161, 0.7) 0.01%, rgba(47, 106, 255, 0.7) 99.99%);
}   .cd-halo-promo-banner {
width: 100%;
height: 70px;
position: sticky;
z-index: 99999;
}
.cd-black-friday-banner {
background-position: center center;
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/banner/autumn-banner-bg.png);
}
.cd-halo-promo-banner .cd-banner-cont {
margin-left: auto;
margin-right: auto;
max-width: 1130px;
display: flex;
align-items: center;
justify-content: space-between;
height: 70px;
}
.cd-black-friday-banner .cd-timer-wrapper {
display: flex;
gap: 70px;
}
.cd-halo-promo-banner h1 {
position: relative;
font-size: 20px;
font-weight: 700;
line-height: 40px;
text-align: center;
color: #411900;
}
.cd-halo-promo-banner .cd-banner-cont h1 span {
font-weight: bold;
}
.cd-easycommerce-container {
position: relative;
display: inline-block;
z-index: 1;
}
.cd-easycommerce-container .cd-rectangle {
position: absolute;
bottom: 12px;
left: 0;
width: 100%;
height: 5px;
z-index: -1;
}
.cd-halo-promo-banner .cd-banner-cont .cd-small-spaces {
display: inline-block;
height: 2px;
width: 20px;
background-color: #000;
margin: 0px 11px;
vertical-align: middle;
}
.cd-halo-promo-banner .cd-offer {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.cd-halo-promo-banner h2 {
font-family: 'Inter', sans-serif !important;
font-size: 16px;
font-weight: 500;
line-height: 18.75px;
text-align: center;
color: #ffffffb2;
margin-top: auto;
margin-bottom: auto;
}
.cd-halo-promo-banner .cd-offer-txt {
font-family: 'Inter', sans-serif !important;
font-size: 38px;
font-weight: 800;
line-height: 44.53px;
text-align: center;
background: -webkit-linear-gradient(
104.76deg,
#fcb201 13.15%,
#ff5edc 92.66%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.cd-halo-promo-banner .cd-timer {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.cd-halo-promo-banner .cd-timer .cd-count {
width: 48px;
height: 42px;
background-image: radial-gradient(
circle at 100% 100%,
transparent 1px,
#000000 1px,
#000000 2px,
transparent 2px
),
linear-gradient(to right, #000000, #000000),
radial-gradient(
circle at 0% 100%,
transparent 1px,
#000000 1px,
#000000 2px,
transparent 2px
),
linear-gradient(to bottom, #000000, transparent),
radial-gradient(
circle at 0% 0%,
transparent 1px,
transparent 1px,
transparent 2px,
transparent 2px
),
linear-gradient(to left, transparent, transparent),
radial-gradient(
circle at 100% 0%,
transparent 1px,
transparent 1px,
transparent 2px,
transparent 2px
),
linear-gradient(to top, transparent, #040000);
background-size: 2px 2px, calc(100% - 2px) 1px, 2px 2px,
1px calc(100% - 2px);
background-position: top left, top center, top right, center right,
bottom right, bottom center, bottom left, center left;
background-repeat: no-repeat;
text-align: center;
}
.cd-halo-promo-banner .cd-timer span {
font-size: 16px;
font-weight: 700;
line-height: 21px;
color: #000000;
}
.cd-halo-promo-banner .cd-timer label {
display: block;
font-size: 10px;
font-weight: 400;
line-height: 12px;
color: #000000;
}
.cd-halo-promo-banner a {
font-size: 16px;
font-weight: 500;
line-height: 20px;
color: #000000;
background-color: #FF873A;
padding: 7px 25px;
border-radius: 60px;
cursor: pointer;
border: 2px solid #FF873A;
box-shadow: 0px 5px 0px 0px #C7682B;
}
@media (max-width: 1100px) {
.cd-halo-promo-banner h1 {
font-size: 20px !important;
line-height: 32px !important;
}
.cd-halo-promo-banner .cd-offer {
gap: 4px;
}
.cd-halo-promo-banner h2 {
font-size: 14px;
line-height: 16px;
}
.cd-halo-promo-banner .cd-offer-txt {
font-size: 32px;
line-height: 38px;
}
.cd-halo-promo-banner .cd-timer {
gap: 6px;
}
.cd-halo-promo-banner .cd-timer .cd-count {
width: 40px;
height: 36px;
}
.cd-halo-promo-banner .cd-timer span {
font-size: 14px;
line-height: 18px;
}
.cd-halo-promo-banner .cd-timer label {
font-size: 8px;
line-height: 10px;
}
.cd-halo-promo-banner a {
font-size: 14px;
line-height: 16px;
padding: 8px 18px;
}
}
@media (max-width: 900px) {
.cd-halo-promo-banner {
display: none;
}
}@media (max-width: 1080px) {
.cd-shop-widget-grid-wrap {
grid-template-columns: 1fr 1fr 1fr;
}
.cd-templates-row {
grid-template-columns: 1fr;
gap: 40px;
}
.cd-woocommerce-store-section-grid {
grid-template-columns: 1fr 1fr;
gap: 30px;
}
.cd-woocommerce-store-single:hover {
rotate: 0deg;
border: 0;
}
}
@media (max-width: 768px) {
.cd-shop-widget-section {
padding-top: 90px;
padding-bottom: 90px;
}
.cd-shop-widget-grid-wrap {
gap: 12px;
grid-template-columns: 1fr 1fr;
}
.cd-elevate-woocommer-section {
padding-top: 90px;
padding-bottom: 90px;
}
.cd-streamline-section {
padding-top: 90px;
padding-bottom: 90px;
}
.cd-templates-row {
grid-template-columns: 1fr;
gap: 40px;
}
.cd-woocommerce-store-section {
padding-top: 90px;
padding-bottom: 90px;
}
}
@media (max-width: 650px) {
.cd-elevate-row {
grid-template-columns: 1fr;
gap: 16px;
}
.cd-elevate-sky-section {
padding-top: 20px;
}
.cd-elevate-purple-section {
padding-top: 20px;
}
.cd-footer-section {
border-radius: 40px 40px 0px 0px;
}
}
.cd-show-more-container {
display: none;
}
@media (max-width: 576px) {
.cd-woocommerce-store-single:nth-child(n + 4) {
display: none;
}
.cd-show-more-container {
display: block;
margin: 0 auto;
}
.cd-show-more-container button {
padding: 9px 16px;
border-radius: 8px;
font-size: 12px;
font-weight: 600;
line-height: 20px;
min-width: 291px;
border: 1px solid rgba(186, 125, 255, 1);
background-color: transparent;
color: rgba(186, 125, 255, 1);
text-align: center;
}
.cd-shop-widget-section {
padding-top: 50px;
padding-bottom: 50px;
}
.cd-shop-widget-btn a {
padding: 9px 16px;
border-radius: 8px;
font-size: 12px;
font-weight: 600;
line-height: 20px;
height: 48px;
border: 1px solid black;
}
.cd-shop-widget-btn a:hover {
padding-left: 20px;
padding-right: 12px;
}
.cd-elevate-woocommer-section {
padding-top: 50px;
padding-bottom: 50px;
}
.cd-single-column-cart {
border-radius: 12px;
padding: 25px;
}
.cd-single-column-cart img {
margin-bottom: 24px;
height: 58px;
}
.cd-single-column-cart h2 {
font-size: 20px;
font-weight: 500;
line-height: 42px;
color: #020410;
margin-bottom: 16px;
}
.cd-single-column-cart p {
max-width: 532px;
font-size: 12px;
line-height: 26px;
font-weight: 400;
padding-bottom: 20px;
}
.cd-streamline-section {
padding-top: 50px;
padding-bottom: 50px;
}
.cd-template-column {
padding: 30px 20px;
border-radius: 8px;
}
.cd-template-column h2 {
font-size: 20px;
line-height: 42px;
font-weight: 600;
color: #020410;
margin-bottom: 12px;
}
.cd-template-column p {
font-size: 12px;
line-height: 26px;
font-weight: 400;
color: #020410;
margin-bottom: 20px;
}
.cd-template-column a {
padding: 14px;
font-size: 12px;
line-height: 20px;
}
.cd-templates-row {
grid-template-columns: 1fr;
gap: 16px;
}
.cd-section-p {
text-align: center;
margin-bottom: 24px;
}
.cd-section-template:hover {
box-shadow: 0px 5px 0px 0px #00a17926;
}
.cd-page-template:hover {
box-shadow: 0px 5px 0px 0px rgba(255, 131, 90, 0.15);
}
.cd-woocommerce-store-section {
padding-top: 50px;
padding-bottom: 50px;
}
.cd-woocommerce-store-section-grid {
grid-template-columns: 1fr;
gap: 12px;
}
.cd-woocommerce-store-single img {
margin-bottom: 16px;
}
.cd-woocommerce-store-single h4 {
font-size: 20px;
line-height: 30px;
font-weight: 500;
color: #020410;
margin-bottom: 32px;
}
.cd-woocommerce-store-single p {
font-size: 12px;
font-weight: 500;
line-height: 20px;
color: #1f2230;
}
}
@media (max-width: 480px) {
.cd-shop-widget-grid-wrap {
grid-template-columns: 1fr;
}
}@media (max-width: 1400px) {
.cd-container {
padding-left: 20px;
padding-right: 20px;
}
}
@media (max-width: 1080px) {
.cd-pricing-table-heading {
margin-top: 900px;
}
.cd-get-section {
padding-top: 80px;
padding-bottom: 80px;
}
.cd-comparison-heading h2::before {
visibility: hidden;
}
.cd-comparison-heading h2::after {
visibility: hidden;
}
}
@media (max-width: 991px) {
.cd-pricing-table-heading h2,
.cd-comparison-heading h2 {
font-size: 42px;
line-height: 48px;
}
.cd-money-back-content h2 {
font-size: 32px;
}
.cd-get-wrapper h2 {
font-size: 48px;
line-height: 56px;
}
.cd-comparison-table .cd-comparison-table-row .cd-column {
width: 30%;
}
.cd-comparison-table .cd-comparison-table-row .cd-column:first-child {
width: 40%;
}
}
@media (max-width: 768px) {
.cd-pricing-table-heading {
margin-top: 1050px;
}
.cd-pricing-table-heading h2,
.cd-comparison-heading h2 {
font-size: 32px;
}
.cd-yearly-pricing-wrap {
grid-template-columns: auto;
}
.cd-money-back-content h2,
.cd-comparison-heading .cd-free-pro {
font-size: 28px;
}
.cd-comparison-table .cd-comparison-table-row .cd-column {
width: 20%;
}
.cd-comparison-table .cd-comparison-table-row .cd-column:first-child {
width: 60%;
}
.cd-get-wrapper h2 {
font-size: 36px;
}
}
@media (max-width: 576px) {
.cd-pricing-table-heading {
margin-top: 50px;
}
.cd-pricing-table-heading h2 {
font-size: 24px;
line-height: 34px;
max-width: 316px;
margin-bottom: 12px;
}
.cd-pricing-table-heading p {
font-size: 12px;
line-height: 20px;
max-width: 258px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
}
.cd-yearly-and-lifetime-tab-btn .cd-btn {
font-size: 12px;
}
.cd-yearly-and-lifetime-tab-btn {
max-width: 325px;
margin-bottom: 32px;
}
.cd-yearly-and-lifetime-tab-btn .cd-btn span {
margin-left: 5px;
line-height: 30px;
}
.cd-single-price-column {
padding: 30px 20px;
min-width: 310px;
}
.cd-single-price-column h5 {
font-size: 20px;
margin-bottom: 24px;
}
.cd-single-price-column .cd-price span {
font-size: 12px;
}
.cd-single-price-column .cd-price {
margin-bottom: 32px;
}
.cd-single-price-column ul li {
font-size: 14px;
margin-bottom: 15px;
}
.cd-single-price-column ul li img {
width: 15px;
height: 15px;
margin-right: 5px;
}
.cd-money-back-wrap {
flex-direction: column;
}
.cd-money-back-wrap img {
margin-right: 0;
}
.cd-money-back-content h2 {
font-size: 20px;
text-align: center;
max-width: 190px;
margin-bottom: 15px;
line-height: 27px;
margin-left: auto;
margin-right: auto;
}
.cd-money-back-content p {
font-size: 12px;
line-height: 20px;
text-align: center;
}
.cd-comparison-section {
padding-top: 50px;
}
.cd-comparison-heading h2 {
font-size: 24px;
line-height: 34px;
}
.cd-comparison-heading .cd-free-pro {
font-size: 20px;
line-height: 30px;
}
.cd-comparison-heading {
margin-bottom: 32px;
}
.cd-comparison-table .cd-comparison-table-row .cd-column {
padding: 10px;
}
.cd-comparison-table .cd-comparison-table-row:first-child .cd-column,
.cd-comparison-table .cd-comparison-table-row .cd-column-heading {
padding: 15px;
}
.cd-get-section {
padding-top: 0;
}
.cd-get-wrapper {
border-radius: 12px;
background-size: cover;
}
.cd-get-wrapper h2 {
font-size: 32px;
line-height: 38px;
font-weight: 700;
margin-bottom: 15px;
}
.cd-get-wrapper p {
font-size: 12px;
line-height: 20px;
padding-left: 10px;
padding-right: 10px;
}
.cd-comparison-heading h2::after,
.cd-pricing-table-heading h2::before,
.cd-pricing-table-heading h2::after,
.cd-comparison-heading h2::before {
display: none;
}
.cd-tesimonial-heading h2 {
font-size: 24px;
line-height: 34px;
}
.cd-tesimonial-heading p {
font-size: 12px;
line-height: 20px;
}
.cd-testimonials-section {
padding-top: 50px;
}
.cd-tesimonial-heading h2 {
margin-bottom: 8px;
}
.cd-tesimonial-heading {
margin-bottom: 30px;
}
.cd-pricing-table-section {
padding-bottom: 50px;
} .cd-black-firday-pricing-section {
background-image: none;
background-color: #080229;
padding-bottom: 100px;
}
.cd-logo-black-friday-logo,
.cd-black-friday-sale {
margin-bottom: 20px;
}
.cd-end-in-wrapper h4 {
font-size: 24px;
line-height: 30px;
}
.cd-black-friday-countdown-item span {
width: 40px;
height: 30px;
font-size: 20px;
}
.cd-black-friday-countdown {
gap: 10px;
}
.cd-black-friday-countdown-item label {
font-size: 13px;
margin-top: 0;
}
.cd-end-in-wrapper {
margin-bottom: 50px;
}
}@media (max-width: 768px) {
.cd-modules-list{
padding-bottom: 90px;
}
.cd-modules-standout {
background-color: rgba(246, 245, 255, 1);
position: relative;
overflow: hidden;    
padding-top: 90px;
padding-bottom: 90px;    
}
}
@media (max-width: 576px) {
.cd-modules-list {
padding-bottom: 58px;
}   
.cd-advmod-card {
margin-right: 0px;
margin-bottom: 12px;
}
.cd-modules-standout {
background-color: rgba(246, 245, 255, 1);
position: relative;
overflow: hidden;    
padding-top: 50px;
padding-bottom: 50px;    
}
.cd-standout-card {
margin-right: 0px;
}
}@media (max-width: 576px) {
.cd-templates-list-section {
padding-bottom: 54px;
}
.cd-templates-card {
margin-right: 0px;
margin-bottom: 12px;
}
}@media (max-width: 1400px) {
.cd-sticky-header .cd-navbar-wrap {
width: 97%;
}
.cd-black-friday-banner .cd-timer-wrapper {
margin-right: 20px;
}
}
@media (max-width: 1150px) {
.cd-black-friday-banner {
display: none;
}
}
@media (max-width: 1220px) {
.cd-hero-section-wrap {
max-width: 95%;
margin-left: auto;
margin-right: auto;
}
.cd-hero-section-wrap h1 {
font-size: 62px;
line-height: 90px;
}
.cd-hero-2nd-heading span {
font-size: 48px;
line-height: 48px;
}
.cd-multi-text {
width: 350px;
}
}
@media (max-width: 1080px) {
.cd-hero-section-wrap h1 {
font-size: 56px;
line-height: 85px;
}
.cd-stunning-section-wrap h1 {
font-size: 56px;
line-height: 85px;
}
.cd-section-header h2,
.cd-section-heading h3 {
font-size: 48px;
line-height: 56px;
}
.cd-section-header .left,
.cd-section-header .right {
width: 50px;
height: 50px;
}
.cd-section-header .left {
top: 4px;
left: 50px;
}
.cd-section-header .right {
top: 9px;
right: 50px;
}
.cd-footer-top-right {
display: flex;
justify-content: space-between;
width: calc(100% - 400px);
gap: 20px;
}
}
@media (max-width: 991px) {
.cd-footer-top-wrap {
flex-direction: column;
}
.cd-footer-top-left {
max-width: 60%;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-bottom: 45px;
}
.cd-footer-top-right {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: 45px;
gap: 20px;
text-align: center;
}
}
@media (max-width: 1080px) {
.cd-hero-section-wrap {
justify-content: center;
}
.cd-hero-section-wrap .cd-short-data-single {
width: 35%; border: 0px;
justify-content: left;
}
}
@media (max-width: 964px) {
.cd-hero-head {
height: 1020px;
}
.cd-hero-left-effect {
position: absolute;
top: 0;
left: 0;
width: 156px;
height: 376px;
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/background-effect/hero-left-sm.png);
}
.cd-hero-right-effect {
position: absolute;
top: 0;
right: 0;
width: 156px;
height: 376px;
background-image: url(//codexpert.io/codesigner/wp-content/themes/codesigner-theme/assets/img/background-effect/hero-right-sm.png);
}
}
@media (max-width: 893px) {
.cd-hero-head {
height: 1120px;
}
.cd-hero-2nd-heading {
display: block;
}
}
@media (max-width: 820px) {
.cd-hidden-sm {
display: none;
}
.cd-hidden-lg {
display: block;
}
}
@media (max-width: 768px) {
.cd-hero-head {
height: 940px;
}
.cd-hero-section-wrap {
margin-top: 70px;
}
.cd-hero-section-wrap h1 {
font-size: 56px;
line-height: 72px;
font-weight: 600;
padding-bottom: 16px;
}
.cd-hero-2nd-heading span {
font-size: 56px;
line-height: 72px;
font-weight: 600;
}
.cd-intro-heading {
font-size: 56px;
line-height: 72px;
font-weight: 600;
padding-top: 50px;
}
.cd-intro-p {
font-size: 18px;
line-height: 24px;
font-weight: 400;
padding-bottom: 48px;
}
.cd-sec-p {
padding-bottom: 54px;
font-size: 18px;
line-height: 24px;
}
.cd-sec-heading {
font-size: 48px;
}
.cd-cta-heading {
font-size: 56px;
line-height: 72px;
font-weight: 600;
padding-top: 50px;
}
.cd-cta-p {
padding-bottom: 54px;
font-size: 18px;
line-height: 24px;
}
.cd-section-header .left,
.cd-section-header .right {
visibility: hidden;
}
.cd-footer-top-left {
max-width: 90%;
}
.cd-footer-top-right {
width: 100%;
flex-wrap: wrap;
}
.cd-footer-top-column {
width: 45%;
margin-bottom: 45px;
}
.cd-footer-top-column h3 {
font-size: 16px;
line-height: 26px;
}
.cd-footer-top-column p {
font-size: 12px;
}
.cd-footer-top-column ul li a {
font-size: 12px;
line-height: 20px;
}
.cd-hero-section-wrap .cd-short-data-single {
width: 40%;
border: 0px;
justify-content: left;
}
.cd-hero-section-wrap .cd-short-data-single img {
margin-right: 20px;
width: 45px;
}
.cd-hero-section-wrap .cd-short-data-wrap {
margin: 45px auto;
}
.cd-short-data-single .cd-short-data-right p {
font-size: 16px;
line-height: 20px;
font-weight: 400;
margin-bottom: 4px;
}
.cd-short-data-single .cd-short-data-right h3 {
font-weight: 700;
font-size: 24px;
line-height: 20px;
margin-bottom: 4px;
}
}
@media (max-width: 576px) {
.cd-sticky-header {
height: 60px;
}
.cd-inner-page-header {
height: 60px;
}
.cd-hero-middle-effect {
display: none;
}
.cd-hero-head {
height: 755px;
}
.cd-hero-section-wrap {
margin-top: 50px;
}
.cd-hero-section-wrap h1 {
font-size: 32px;
line-height: 42px;
font-weight: 600;
padding-bottom: 16px;
}
.cd-hero-2nd-heading {
display: block;
}
.cd-hero-2nd-heading span {
font-size: 32px;
line-height: 34px;
font-weight: 600;
font-style: italic;
}
.cd-intro-heading {
font-size: 24px;
line-height: 34px;
font-weight: 600;
}
.cd-intro-p {
font-size: 12px;
line-height: 20px;
font-weight: 400;
padding-bottom: 24px;
}
.cd-btn-wrap {
flex-direction: column-reverse;
gap: 12px;
}
.cd-cta-btn a {
padding: 14px 16px 14px 16px;
font-size: 12px;
font-weight: 600;
line-height: 20px;
min-width: 290px;
min-height: 48px;
}
.cd-cta-btn a:hover {
padding: 14px 12px 14px 20px;
font-size: 12px;
font-weight: 600;
line-height: 20px;
min-width: 290px;
}
.cd-download-btn a {
padding: 14px 16px 14px 16px;
font-size: 12px;
font-weight: 600;
line-height: 20px;
min-width: 290px;
min-height: 48px;
}
.cd-download-btn a:hover {
transition: 0.3s all ease;
background: linear-gradient(270deg, #ffb07c 0%, #bd8cfb 100%);
padding: 14px 12px 14px 20px;
min-width: 290px;
min-height: 48px;
}
.cd-intro-section {
padding-top: 50px;
padding-bottom: 50px;
}
.cd-sec-heading {
font-family: "Inter", sans-serif;
font-size: 24px;
font-weight: 600;
line-height: 34px;
max-width: 875px;
margin: auto;
text-align: center;
padding-bottom: 12px;
}
.cd-sec-p {
font-family: "Inter", sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 20px;
margin: auto;
text-align: center;
padding-bottom: 32px;
}
.cd-section-header h2,
.cd-section-heading h3 {
font-size: 24px;
line-height: 34px;
}
.cd-section-heading p {
font-size: 12px;
line-height: 20px;
}
.cd-section-heading {
text-align: center;
margin-bottom: 24px;
}
.cd-cta-section {
padding-top: 50px;
padding-bottom: 50px;
}
.cd-cta-heading {
font-size: 24px;
line-height: 34px;
font-weight: 600;
}
.cd-cta-p {
font-family: "Inter", sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 20px;
margin: auto;
text-align: center;
padding-bottom: 24px;
}
.cd-ttext-l {
background: none;
}
.cd-ttext-r {
background: none;
}
.cd-htext-l {
background: none;
}
.cd-htext-r {
background: none;
}
.cd-pt-sm-80 {
padding-top: 80px;
}
.cd-pb-60-100px {
padding-bottom: 60px;
}
.cd-border-rd {
border: 0px;
padding: 0px;
}
.cd-hero-section-wrap .cd-short-data-single {
width: 50%;
border: 0px;
justify-content: left;
}
.cd-hero-section-wrap .cd-short-data-single img {
margin-right: 10px;
width: 35px;
}
.cd-short-data-single .cd-short-data-right p {
font-size: 12px;
line-height: 20px;
font-weight: 400;
margin-bottom: 4px;
}
.cd-short-data-single .cd-short-data-right h3 {
font-weight: 700;
font-size: 20px;
line-height: 20px;
margin-bottom: 4px;
}
.cd-hero-section-wrap .cd-short-data-wrap {
margin: 20px auto;
}
}
.cd-hamburger-menu {
display: none;
} @media (max-width: 1150px) {
.cd-navbar-wrap nav {
display: none;
}
.cd-header-right-btn {
display: none;
}
.cd-hamburger-menu {
display: block; cursor: pointer;
margin-top: auto;
margin-bottom: auto;
}
}
@media (max-width: 783px) {
.cd-admin-bar-margin {
margin-top: 45px;
}
}