at path:
ROOT
/
wp-content
/
themes
/
kadu
/
assets
/
css
/
main.scss
run:
R
W
Run
all.min.css
508.3 KB
2023-12-05 10:12:58
R
W
Run
Delete
Rename
animate.css
67 KB
2024-03-06 07:02:18
R
W
Run
Delete
Rename
bootstrap.min.css
190.34 KB
2023-09-23 05:34:06
R
W
Run
Delete
Rename
custom-style.css
0 By
2024-06-13 05:40:38
R
W
Run
Delete
Rename
flaticon_mycollection.css
2.55 KB
2024-06-06 11:12:56
R
W
Run
Delete
Rename
magnific-popup.css
7.43 KB
2024-02-11 05:15:36
R
W
Run
Delete
Rename
main.css
320.47 KB
2024-07-06 04:44:30
R
W
Run
Delete
Rename
main.css.map
57.28 KB
2024-06-12 03:56:04
R
W
Run
Delete
Rename
main.scss
173.06 KB
2024-06-02 09:28:56
R
W
Run
Delete
Rename
main.scss.map
34.7 KB
2024-06-02 09:28:56
R
W
Run
Delete
Rename
nice-select.css
4.05 KB
2024-02-14 05:01:28
R
W
Run
Delete
Rename
swiper.min.css
18 KB
2023-12-07 05:04:42
R
W
Run
Delete
Rename
error_log
up
📄
main.scss
Save
@import url("https://fonts.googleapis.com/css2?family=Just+Another+Hand&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap"); /* root-veriable-start */ :root { scroll-behavior: inherit; --kd-font-pr-1: "Urbanist", sans-serif; --kd-font-sd-1: "Just Another Hand", cursive; --kd-font-barlow: "Barlow Semi Condensed", sans-serif; --kd-font-fraunces: "Fraunces", serif; --kd-clr-pr-1: #005e4f; --kd-clr-pr-4: #D70007; --kd-clr-sd-1: #ef991f; --kd-clr-sd-4: #08D565; --kd-clr-h-1: #363539; --kd-clr-p-1: #797a84; --cube-1: cubic-bezier(.57,.21,.69,1.25); --cube-2: cubic-bezier(0.31, -0.105, 0.43, 1.4); } /* root-veriable-end */ /* global-css-start */ body { font-family: var(--kd-font-pr-1); font-size: 20px; font-weight: 400; line-height: 32px; color: var(--kd-clr-p-1); } .img, img { max-width: 100%; } a:focus, .button:focus { text-decoration: none; outline: none; } a, span { color: inherit; font-size: inherit; font-family: inherit; font-weight: inherit; text-transform: inherit; text-decoration: none; transition: inherit; } button { border: none; outline: none; } a:focus, a:hover { color: inherit; text-decoration: none; } h1 { font-size: 55px; } h2 { font-size: 55px; } h3 { font-size: 42px; } h4 { font-size: 27px; } h5 { font-size: 20px; } h6 { font-size: 16px; } ul { margin: 0px; padding: 0px; list-style: none; } ::-moz-selection { background-color: #3065D0; color: white; text-shadow: none; } ::-moz-selection { background-color: #3065D0; color: white; text-shadow: none; } ::selection { background-color: #3065D0; color: white; text-shadow: none; } input::placeholder, textarea::placeholder { font-size: inherit; font-weight: inherit; color: inherit; font-family: inherit; } input:focus::placeholder, textarea:focus::placeholder { opacity: 0; } @media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) { ::-webkit-scrollbar { width: 5px; background-color: transparent; box-shadow: none; border: none; } ::-webkit-scrollbar-track { background: transparent; box-shadow: none; border: none; } ::-webkit-scrollbar-thumb { background: var(--kd-clr-pr-1); border-radius: 30px; } } /* global-css-start */ /* margin-&-padding_veriable-start */ .mt-5 { margin-top: 5px; } .mt-10 { margin-top: 10px; } .mt-15 { margin-top: 15px; } .mt-20 { margin-top: 20px; } .mt-25 { margin-top: 25px; } .mt-30 { margin-top: 30px; } .mt-35 { margin-top: 35px; } .mt-40 { margin-top: 40px; } .mt-45 { margin-top: 45px; } .mt-50 { margin-top: 50px; } .mt-55 { margin-top: 55px; } .mt-60 { margin-top: 60px; } .mt-65 { margin-top: 65px; } .mt-70 { margin-top: 70px; } .mt-75 { margin-top: 75px; } .mt-80 { margin-top: 80px; } .mt-85 { margin-top: 85px; } .mt-90 { margin-top: 90px; } .mt-95 { margin-top: 95px; } .mt-100 { margin-top: 100px; } .mt-105 { margin-top: 105px; } .mt-110 { margin-top: 110px; } .mt-115 { margin-top: 115px; } .mt-120 { margin-top: 120px; } .mt-125 { margin-top: 125px; } .mt-130 { margin-top: 130px; } .mt-135 { margin-top: 135px; } .mt-140 { margin-top: 140px; } .mt-145 { margin-top: 145px; } .mt-150 { margin-top: 150px; } .mt-155 { margin-top: 155px; } .mt-160 { margin-top: 160px; } .mt-165 { margin-top: 165px; } .mt-170 { margin-top: 170px; } .mt-175 { margin-top: 175px; } .mt-180 { margin-top: 180px; } .mt-185 { margin-top: 185px; } .mt-190 { margin-top: 190px; } .mt-195 { margin-top: 195px; } .mt-200 { margin-top: 200px; } .mb-5 { margin-bottom: 5px; } .mb-10 { margin-bottom: 10px; } .mb-15 { margin-bottom: 15px; } .mb-20 { margin-bottom: 20px; } .mb-25 { margin-bottom: 25px; } .mb-30 { margin-bottom: 30px; } .mb-35 { margin-bottom: 35px; } .mb-40 { margin-bottom: 40px; } .mb-45 { margin-bottom: 45px; } .mb-50 { margin-bottom: 50px; } .mb-55 { margin-bottom: 55px; } .mb-60 { margin-bottom: 60px; } .mb-65 { margin-bottom: 65px; } .mb-70 { margin-bottom: 70px; } .mb-75 { margin-bottom: 75px; } .mb-80 { margin-bottom: 80px; } .mb-85 { margin-bottom: 85px; } .mb-90 { margin-bottom: 90px; } .mb-95 { margin-bottom: 95px; } .mb-100 { margin-bottom: 100px; } .mb-105 { margin-bottom: 105px; } .mb-110 { margin-bottom: 110px; } .mb-115 { margin-bottom: 115px; } .mb-120 { margin-bottom: 120px; } .mb-125 { margin-bottom: 125px; } .mb-130 { margin-bottom: 130px; } .mb-135 { margin-bottom: 135px; } .mb-140 { margin-bottom: 140px; } .mb-145 { margin-bottom: 145px; } .mb-150 { margin-bottom: 150px; } .mb-155 { margin-bottom: 155px; } .mb-160 { margin-bottom: 160px; } .mb-165 { margin-bottom: 165px; } .mb-170 { margin-bottom: 170px; } .mb-175 { margin-bottom: 175px; } .mb-180 { margin-bottom: 180px; } .mb-185 { margin-bottom: 185px; } .mb-190 { margin-bottom: 190px; } .mb-195 { margin-bottom: 195px; } .mb-200 { margin-bottom: 200px; } .ml-5 { margin-left: 5px; } .ml-10 { margin-left: 10px; } .ml-15 { margin-left: 15px; } .ml-20 { margin-left: 20px; } .ml-25 { margin-left: 25px; } .ml-30 { margin-left: 30px; } .ml-35 { margin-left: 35px; } .ml-40 { margin-left: 40px; } .ml-45 { margin-left: 45px; } .ml-50 { margin-left: 50px; } .ml-55 { margin-left: 55px; } .ml-60 { margin-left: 60px; } .ml-65 { margin-left: 65px; } .ml-70 { margin-left: 70px; } .ml-75 { margin-left: 75px; } .ml-80 { margin-left: 80px; } .ml-85 { margin-left: 85px; } .ml-90 { margin-left: 90px; } .ml-95 { margin-left: 95px; } .ml-100 { margin-left: 100px; } .ml-105 { margin-left: 105px; } .ml-110 { margin-left: 110px; } .ml-115 { margin-left: 115px; } .ml-120 { margin-left: 120px; } .ml-125 { margin-left: 125px; } .ml-130 { margin-left: 130px; } .ml-135 { margin-left: 135px; } .ml-140 { margin-left: 140px; } .ml-145 { margin-left: 145px; } .ml-150 { margin-left: 150px; } .ml-155 { margin-left: 155px; } .ml-160 { margin-left: 160px; } .ml-165 { margin-left: 165px; } .ml-170 { margin-left: 170px; } .ml-175 { margin-left: 175px; } .ml-180 { margin-left: 180px; } .ml-185 { margin-left: 185px; } .ml-190 { margin-left: 190px; } .ml-195 { margin-left: 195px; } .ml-200 { margin-left: 200px; } .mr-5 { margin-right: 5px; } .mr-10 { margin-right: 10px; } .mr-15 { margin-right: 15px; } .mr-20 { margin-right: 20px; } .mr-25 { margin-right: 25px; } .mr-30 { margin-right: 30px; } .mr-35 { margin-right: 35px; } .mr-40 { margin-right: 40px; } .mr-45 { margin-right: 45px; } .mr-50 { margin-right: 50px; } .mr-55 { margin-right: 55px; } .mr-60 { margin-right: 60px; } .mr-65 { margin-right: 65px; } .mr-70 { margin-right: 70px; } .mr-75 { margin-right: 75px; } .mr-80 { margin-right: 80px; } .mr-85 { margin-right: 85px; } .mr-90 { margin-right: 90px; } .mr-95 { margin-right: 95px; } .mr-100 { margin-right: 100px; } .mr-105 { margin-right: 105px; } .mr-110 { margin-right: 110px; } .mr-115 { margin-right: 115px; } .mr-120 { margin-right: 120px; } .mr-125 { margin-right: 125px; } .mr-130 { margin-right: 130px; } .mr-135 { margin-right: 135px; } .mr-140 { margin-right: 140px; } .mr-145 { margin-right: 145px; } .mr-150 { margin-right: 150px; } .mr-155 { margin-right: 155px; } .mr-160 { margin-right: 160px; } .mr-165 { margin-right: 165px; } .mr-170 { margin-right: 170px; } .mr-175 { margin-right: 175px; } .mr-180 { margin-right: 180px; } .mr-185 { margin-right: 185px; } .mr-190 { margin-right: 190px; } .mr-195 { margin-right: 195px; } .mr-200 { margin-right: 200px; } .pt-5 { padding-top: 5px; } .pt-10 { padding-top: 10px; } .pt-15 { padding-top: 15px; } .pt-20 { padding-top: 20px; } .pt-25 { padding-top: 25px; } .pt-30 { padding-top: 30px; } .pt-35 { padding-top: 35px; } .pt-40 { padding-top: 40px; } .pt-45 { padding-top: 45px; } .pt-50 { padding-top: 50px; } .pt-55 { padding-top: 55px; } .pt-60 { padding-top: 60px; } .pt-65 { padding-top: 65px; } .pt-70 { padding-top: 70px; } .pt-75 { padding-top: 75px; } .pt-80 { padding-top: 80px; } .pt-85 { padding-top: 85px; } .pt-90 { padding-top: 90px; } .pt-95 { padding-top: 95px; } .pt-100 { padding-top: 100px; } .pt-105 { padding-top: 105px; } .pt-110 { padding-top: 110px; } .pt-115 { padding-top: 115px; } .pt-120 { padding-top: 120px; } .pt-125 { padding-top: 125px; } .pt-130 { padding-top: 130px; } .pt-135 { padding-top: 135px; } .pt-140 { padding-top: 140px; } .pt-145 { padding-top: 145px; } .pt-150 { padding-top: 150px; } .pt-155 { padding-top: 155px; } .pt-160 { padding-top: 160px; } .pt-165 { padding-top: 165px; } .pt-170 { padding-top: 170px; } .pt-175 { padding-top: 175px; } .pt-180 { padding-top: 180px; } .pt-185 { padding-top: 185px; } .pt-190 { padding-top: 190px; } .pt-195 { padding-top: 195px; } .pt-200 { padding-top: 200px; } .pb-5 { padding-bottom: 5px; } .pb-10 { padding-bottom: 10px; } .pb-15 { padding-bottom: 15px; } .pb-20 { padding-bottom: 20px; } .pb-25 { padding-bottom: 25px; } .pb-30 { padding-bottom: 30px; } .pb-35 { padding-bottom: 35px; } .pb-40 { padding-bottom: 40px; } .pb-45 { padding-bottom: 45px; } .pb-50 { padding-bottom: 50px; } .pb-55 { padding-bottom: 55px; } .pb-60 { padding-bottom: 60px; } .pb-65 { padding-bottom: 65px; } .pb-70 { padding-bottom: 70px; } .pb-75 { padding-bottom: 75px; } .pb-80 { padding-bottom: 80px; } .pb-85 { padding-bottom: 85px; } .pb-90 { padding-bottom: 90px; } .pb-95 { padding-bottom: 95px; } .pb-100 { padding-bottom: 100px; } .pb-105 { padding-bottom: 105px; } .pb-110 { padding-bottom: 110px; } .pb-115 { padding-bottom: 115px; } .pb-120 { padding-bottom: 120px; } .pb-125 { padding-bottom: 125px; } .pb-130 { padding-bottom: 130px; } .pb-135 { padding-bottom: 135px; } .pb-140 { padding-bottom: 140px; } .pb-145 { padding-bottom: 145px; } .pb-150 { padding-bottom: 150px; } .pb-155 { padding-bottom: 155px; } .pb-160 { padding-bottom: 160px; } .pb-165 { padding-bottom: 165px; } .pb-170 { padding-bottom: 170px; } .pb-175 { padding-bottom: 175px; } .pb-180 { padding-bottom: 180px; } .pb-185 { padding-bottom: 185px; } .pb-190 { padding-bottom: 190px; } .pb-195 { padding-bottom: 195px; } .pb-200 { padding-bottom: 200px; } .pb-205 { padding-bottom: 205px; } .pb-210 { padding-bottom: 210px; } .pb-215 { padding-bottom: 215px; } .pb-220 { padding-bottom: 220px; } .pb-225 { padding-bottom: 225px; } .pb-230 { padding-bottom: 230px; } .pb-235 { padding-bottom: 235px; } .pb-240 { padding-bottom: 240px; } .pb-245 { padding-bottom: 245px; } .pb-250 { padding-bottom: 250px; } .pb-255 { padding-bottom: 255px; } .pb-260 { padding-bottom: 260px; } .pb-265 { padding-bottom: 265px; } .pb-270 { padding-bottom: 270px; } .pb-275 { padding-bottom: 275px; } .pb-280 { padding-bottom: 280px; } .pb-285 { padding-bottom: 285px; } .pb-290 { padding-bottom: 290px; } .pb-295 { padding-bottom: 295px; } .pb-300 { padding-bottom: 300px; } .pl-5 { padding-left: 5px; } .pl-10 { padding-left: 10px; } .pl-15 { padding-left: 15px; } .pl-20 { padding-left: 20px; } .pl-25 { padding-left: 25px; } .pl-30 { padding-left: 30px; } .pl-35 { padding-left: 35px; } .pl-40 { padding-left: 40px; } .pl-45 { padding-left: 45px; } .pl-50 { padding-left: 50px; } .pl-55 { padding-left: 55px; } .pl-60 { padding-left: 60px; } .pl-65 { padding-left: 65px; } .pl-70 { padding-left: 70px; } .pl-75 { padding-left: 75px; } .pl-80 { padding-left: 80px; } .pl-85 { padding-left: 85px; } .pl-90 { padding-left: 90px; } .pl-95 { padding-left: 95px; } .pl-100 { padding-left: 100px; } .pl-105 { padding-left: 105px; } .pl-110 { padding-left: 110px; } .pl-115 { padding-left: 115px; } .pl-120 { padding-left: 120px; } .pl-125 { padding-left: 125px; } .pl-130 { padding-left: 130px; } .pl-135 { padding-left: 135px; } .pl-140 { padding-left: 140px; } .pl-145 { padding-left: 145px; } .pl-150 { padding-left: 150px; } .pl-155 { padding-left: 155px; } .pl-160 { padding-left: 160px; } .pl-165 { padding-left: 165px; } .pl-170 { padding-left: 170px; } .pl-175 { padding-left: 175px; } .pl-180 { padding-left: 180px; } .pl-185 { padding-left: 185px; } .pl-190 { padding-left: 190px; } .pl-195 { padding-left: 195px; } .pl-200 { padding-left: 200px; } .pr-5 { padding-right: 5px; } .pr-10 { padding-right: 10px; } .pr-15 { padding-right: 15px; } .pr-20 { padding-right: 20px; } .pr-25 { padding-right: 25px; } .pr-30 { padding-right: 30px; } .pr-35 { padding-right: 35px; } .pr-40 { padding-right: 40px; } .pr-45 { padding-right: 45px; } .pr-50 { padding-right: 50px; } .pr-55 { padding-right: 55px; } .pr-60 { padding-right: 60px; } .pr-65 { padding-right: 65px; } .pr-70 { padding-right: 70px; } .pr-75 { padding-right: 75px; } .pr-80 { padding-right: 80px; } .pr-85 { padding-right: 85px; } .pr-90 { padding-right: 90px; } .pr-95 { padding-right: 95px; } .pr-100 { padding-right: 100px; } .pr-105 { padding-right: 105px; } .pr-110 { padding-right: 110px; } .pr-115 { padding-right: 115px; } .pr-120 { padding-right: 120px; } .pr-125 { padding-right: 125px; } .pr-130 { padding-right: 130px; } .pr-135 { padding-right: 135px; } .pr-140 { padding-right: 140px; } .pr-145 { padding-right: 145px; } .pr-150 { padding-right: 150px; } .pr-155 { padding-right: 155px; } .pr-160 { padding-right: 160px; } .pr-165 { padding-right: 165px; } .pr-170 { padding-right: 170px; } .pr-175 { padding-right: 175px; } .pr-180 { padding-right: 180px; } .pr-185 { padding-right: 185px; } .pr-190 { padding-right: 190px; } .pr-195 { padding-right: 195px; } .pr-200 { padding-right: 200px; } /* margin-&-padding_veriable-end */ /* all-common-class-start */ @media (min-width: 1300px) { .container.kd-container-1 { max-width: 1275px; } .container.kd-container-2 { max-width: 1315px; } } .fix { overflow: hidden; } .img-cover img { width: 100%; height: 100% !important; object-fit: cover; } .bg-default { background-size: cover; background-position: center center; background-repeat: no-repeat; } .flaticon { display: inline-block; line-height: 0.65; } .z-index-3 { position: relative; z-index: 3; } .p-absolute { position: absolute; } .p-relative { position: relative; z-index: 1; } .kd-h2-split-text { text-transform: unset !important; overflow: hidden; } .kd-h2-split-text .split-line div div:nth-child(1) { text-transform: capitalize; } .kd-split-text { text-transform: unset !important; letter-spacing: -0.5px; overflow: hidden; perspective: 2000px; transform-style: preserve-3d; padding-bottom: 4px; } .kd-split-text .split-line div div:nth-child(1) { text-transform: capitalize; } .rtl-home { direction: rtl; } .rtl-home .split-line div { direction: ltr; } .kd-font-pr-1 { font-family: var(--kd-font-pr-1); } .kd-font-sd-1 { font-family: var(--kd-font-sd-1); } .kd-font-400 { font-weight: 400; } .kd-font-500 { font-weight: 500; } .kd-font-600 { font-weight: 600; } .kd-font-700 { font-weight: 700; } .kd-font-800 { font-weight: 800; } .kd-font-900 { font-weight: 900; } .kd-clr-white { color: #fff; } .kd-clr-pr-1 { color: var(--kd-clr-pr-1); } .kd-clr-sd-1 { color: var(--kd-clr-sd-1); } .kd-clr-h-1 { color: var(--kd-clr-h-1); } .kd-clr-p-1 { color: var(--kd-clr-p-1); } .kd-ml-auto { margin-left: auto; } .kd-mr-auto { margin-right: auto; } /* all-common-class-end */ /* */ /* heading-paragraph-css-start */ .kd-heading-1 { font-family: var(--kd-font-pr-1); line-height: 1.09; color: var(--kd-clr-h-1); text-transform: capitalize; margin-bottom: 0px; } .kd-heading-1:is(.has-clr-white) { color: #fff; } .kd-heading-2 { font-family: var(--kd-font-fraunces); line-height: 1.07; color: #fff; text-transform: capitalize; margin-bottom: 0px; } .kd-para-1 { font-family: var(--kd-font-pr-1); font-weight: 400; line-height: 32px; font-size: 20px; color: var(--kd-clr-p-1); margin-bottom: 0px; } .kd-para-1:is(.has-clr-white) { color: #fff; } .kd-para-2 { font-family: var(--kd-font-barlow); font-weight: 400; line-height: 30px; font-size: 20px; color: #fff; margin-bottom: 0px; opacity: 80%; } .kd-subtitle-1 { display: inline-flex; align-items: center; gap: 10px; font-size: 42px; font-family: var(--kd-font-sd-1); line-height: 1; margin-bottom: 10px; text-transform: capitalize; color: var(--kd-clr-pr-1); } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-subtitle-1 { font-size: 30px; } } .kd-subtitle-1:is(.has-clr-2) { color: var(--kd-clr-sd-1); } .kd-subtitle-1:is(.has-clr-white) { color: #fff; } .kd-subtitle-1:is(.has-clr-black) { color: #000; } .kd-subtitle-2 { display: inline-block; font-size: 20px; font-family: var(--kd-font-barlow); line-height: 1; font-weight: 600; margin-bottom: 23px; text-transform: uppercase; color: var(--kd-clr-sd-4); } .kd-section-title-1 { font-family: var(--kd-font-pr-1); font-size: 55px; line-height: 1.09; color: var(--kd-clr-h-1); text-transform: capitalize; font-weight: 900; margin-bottom: 13px; } @media only screen and (min-width: 1200px) and (max-width: 1399px) { .kd-section-title-1 { font-size: 50px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-section-title-1 { font-size: 40px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .kd-section-title-1 { font-size: 38px; } } @media (max-width: 767px) { .kd-section-title-1 { font-size: 28px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-section-title-1 { font-size: 35px; } } .kd-section-title-1:is(.has-clr-white) { color: #fff; } /* heading-paragraph-css-end */ /* button-component-start */ /* mobile-menu-btn-1-start */ .ftc-mobile-menu-btn-1 { border: none; outline: none; background: transparent; flex: 0 0 auto; width: 22px; height: 16px; display: flex; flex-direction: column; justify-content: space-between; transition: 500ms var(--cube-2); position: relative; z-index: 1; overflow: hidden; padding: 0; } .ftc-mobile-menu-btn-1 span { display: block; background: #fff; width: 100%; height: 2px; transition: 500ms var(--cube-2); } .ftc-mobile-menu-btn-1:focus span { transform: rotate(45deg); } .ftc-mobile-menu-btn-1:hover span { transform: rotate(45deg); } /* mobile-menu-btn-1-end */ /* pr-btn-1-start */ .kd-pr-btn-1 { display: inline-block; font-family: var(--kd-font-pr-1); color: #22281e; font-weight: 800; font-size: 15px; line-height: 1; background: var(--kd-clr-sd-1); border-radius: 30px; padding: 20px 31px; position: relative; z-index: 1; transition: 0.3s var(--cube-1); } .kd-pr-btn-1 .icon { display: inline-block; margin-left: 5px; transition: 0.3s var(--cube-1); } .kd-pr-btn-1 .text { display: inline-block; position: relative; z-index: 1; overflow: hidden; margin-bottom: -3px; } .kd-pr-btn-1 .text::after { top: 0; left: 0; opacity: 0; width: 100%; display: block; transition: 0.5s; position: absolute; background: transparent; color: #fff; content: attr(data-back); transform: translateX(-100%); } .kd-pr-btn-1 .text::before { top: 0; left: 0; opacity: 1; display: block; transition: 0.5s; position: relative; background: var(--blta-pr-1); color: #000; content: attr(data-front); transform: translateX(0); } .kd-pr-btn-1:hover { color: #fff; background: var(--kd-clr-pr-1); } .kd-pr-btn-1:hover .text::after { opacity: 1; transform: translateX(0); } .kd-pr-btn-1:hover .text::before { opacity: 0; transform: translateX(100%); } .kd-pr-btn-1:is(.has-black) { background: #363539; } .kd-pr-btn-1:is(.has-black) .text::after { color: #000; } .kd-pr-btn-1:is(.has-black) .text::before { color: #fff; } .kd-pr-btn-1:is(.has-black) .icon { color: #fff; } .kd-pr-btn-1:is(.has-black):hover { background: var(--kd-clr-sd-1); } .kd-pr-btn-1:is(.has-black):hover .icon { color: #000; } .kd-pr-btn-1:is(.has-black-2) { background: #000; } .kd-pr-btn-1:is(.has-black-2) .text::after { color: #000; } .kd-pr-btn-1:is(.has-black-2) .text::before { color: #fff; } .kd-pr-btn-1:is(.has-black-2) .icon { color: #fff; } .kd-pr-btn-1:is(.has-black-2):hover { background: var(--kd-clr-sd-1); } .kd-pr-btn-1:is(.has-black-2):hover .icon { color: #000; } .kd-pr-btn-1:is(.has-pr-clr) { background: var(--kd-clr-pr-1); } .kd-pr-btn-1:is(.has-pr-clr) .text::after { color: #000; } .kd-pr-btn-1:is(.has-pr-clr) .text::before { color: #fff; } .kd-pr-btn-1:is(.has-pr-clr) .icon { color: #fff; } .kd-pr-btn-1:is(.has-pr-clr):hover { background: var(--kd-clr-sd-1); } .kd-pr-btn-1:is(.has-pr-clr):hover .icon { color: #000; } /* pr-btn-1-end */ /* pr-btn-2-start */ .kd-pr-btn-2 { display: inline-block; font-family: var(--kd-font-fraunces); color: #fff; font-weight: 600; font-size: 14px; line-height: 1; background: var(--kd-clr-pr-4); border-radius: 5px; padding: 20px 12px; padding-left: 20px; position: relative; z-index: 1; transition: 0.3s var(--cube-1); overflow: hidden; } .kd-pr-btn-2::after { content: ""; width: 32px; height: 100%; background: rgba(21, 32, 40, 0.2); position: absolute; right: 0; top: 0; z-index: -1; transition: 0.3s ease-in-out; } .kd-pr-btn-2 .icon { display: inline-block; margin-left: 27px; transition: 0.3s var(--cube-1); } .kd-pr-btn-2 .text { display: inline-block; position: relative; z-index: 1; overflow: hidden; margin-bottom: -3px; } .kd-pr-btn-2 .text::after { top: 0; left: 0; opacity: 0; width: 100%; display: block; transition: 0.5s; position: absolute; background: transparent; color: #fff; content: attr(data-back); transform: translateX(-100%); } .kd-pr-btn-2 .text::before { top: 0; left: 0; opacity: 1; display: block; transition: 0.5s; position: relative; background: var(--blta-pr-1); color: #fff; content: attr(data-front); transform: translateX(0); } .kd-pr-btn-2:hover { color: #fff; background: var(--kd-clr-sd-4); } .kd-pr-btn-2:hover:hover::after { width: 100%; } .kd-pr-btn-2:hover .text::after { opacity: 1; transform: translateX(0); } .kd-pr-btn-2:hover .text::before { opacity: 0; transform: translateX(100%); } .kd-pr-btn-2:is(.has-black) { background: #363539; } .kd-pr-btn-2:is(.has-black) .text::after { color: #000; } .kd-pr-btn-2:is(.has-black) .text::before { color: #fff; } .kd-pr-btn-2:is(.has-black) .icon { color: #fff; } .kd-pr-btn-2:is(.has-black):hover { background: var(--kd-clr-sd-1); } .kd-pr-btn-2:is(.has-black):hover .icon { color: #000; } .kd-pr-btn-2:is(.has-black-2) { background: #000; } .kd-pr-btn-2:is(.has-black-2) .text::after { color: #000; } .kd-pr-btn-2:is(.has-black-2) .text::before { color: #fff; } .kd-pr-btn-2:is(.has-black-2) .icon { color: #fff; } .kd-pr-btn-2:is(.has-black-2):hover { background: var(--kd-clr-sd-1); } .kd-pr-btn-2:is(.has-black-2):hover .icon { color: #000; } .kd-pr-btn-2:is(.has-pr-clr) { background: var(--kd-clr-pr-1); } .kd-pr-btn-2:is(.has-pr-clr) .text::after { color: #000; } .kd-pr-btn-2:is(.has-pr-clr) .text::before { color: #fff; } .kd-pr-btn-2:is(.has-pr-clr) .icon { color: #fff; } .kd-pr-btn-2:is(.has-pr-clr):hover { background: var(--kd-clr-sd-1); } .kd-pr-btn-2:is(.has-pr-clr):hover .icon { color: #000; } /* pr-btn-2-end */ /* cart-btn-1-start */ .kd-cart-btn-1 { display: flex; flex: 0 0 auto; width: 44px; height: 44px; align-items: center; justify-content: center; background: var(--kd-clr-pr-1); border-radius: 50%; font-size: 17px; color: #fff; transition: 0.3s var(--cube-1); } .kd-cart-btn-1:hover { color: #fff; background: var(--kd-clr-sd-1); animation: 1s kd-jello; } /* cart-btn-1-end */ /* search-btn-1-start */ .kd-search-btn-1 { display: flex; flex: 0 0 auto; width: 44px; height: 44px; align-items: center; justify-content: center; background: var(--kd-clr-pr-1); border-radius: 50%; font-size: 17px; color: #fff; transition: 0.3s var(--cube-1); } .kd-search-btn-1:hover { background: var(--kd-clr-sd-1); animation: 1s kd-jello; } /* search-btn-1-end */ /* ply-btn-1-start */ .kd-plybtn-1 { display: flex; justify-content: center; align-items: center; width: 70px; height: 70px; border-radius: 50%; background: #4C40F6; color: #fff; font-size: 20px; position: relative; z-index: 1; transition: 400ms var(--cube-1); } .kd-plybtn-1::after { content: ""; width: 100%; height: 100%; top: 50%; left: 50%; position: absolute; transform: translate(-50%, -50%); border-radius: 50%; background: #4C40F6; opacity: 0.5; z-index: -1; animation: kd-plybtn-1 4s linear infinite; } .kd-plybtn-1::before { content: ""; width: 100%; height: 100%; top: 50%; left: 50%; position: absolute; transform: translate(-50%, -50%); border-radius: 50%; background: #4C40F6; opacity: 0.5; z-index: -1; animation: kd-plybtn-1 2s linear infinite; } .kd-plybtn-1:hover { color: var(--kd-clr-sd-1); } @keyframes kd-plybtn-1 { 0% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; } 100% { transform: translate(-50%, -50%) scale(2); opacity: 0; } } /* ply-btn-1-end */ /* land-btn-1-start */ .kd-land-1-btn { border-radius: 0; border: none; font-family: var(--kd-font-pr-1); color: #050505; text-transform: capitalize; font-weight: 700; font-size: 16px; padding-left: 0; line-height: 1; height: auto; padding-right: 15px; } .kd-land-1-btn::after { right: 5px; } .kd-land-1-btn .current { display: flex; align-items: center; gap: 5px; } .kd-land-1-btn .flag { display: inline-flex; align-content: center; justify-content: center; width: 27px; height: 27px; border-radius: 50%; background: #fff; flex: 0 0 auto; } .kd-land-1-btn .flag img { width: 100%; height: 100%; } .kd-land-1-btn .list li { display: flex; align-items: center; gap: 5px; } /* land-btn-1-end */ /* button-component-end */ /* mobile-menu-css-start */ .mobile-menu { position: fixed; left: 0; top: 0; width: 100%; height: 100vh; z-index: 9; display: none; } .mobile-menu ::-webkit-scrollbar { display: none; } .mobile-menu-bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; display: flex; flex-direction: column; } .mobile-menu-bg span { flex-wrap: wrap; display: block; background-color: var(--kd-clr-pr-1); width: 100%; } .mobile-menu-bg span:nth-child(1) { height: 50%; } .mobile-menu-bg span:nth-child(2) { height: 50%; } .mobile-menu-wrap { height: 100%; padding: 60px 200px; overflow-y: scroll; } @media only screen and (min-width: 1200px) and (max-width: 1399px) { .mobile-menu-wrap { padding: 60px 100px; } } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) { .mobile-menu-wrap { padding: 60px 50px; } } @media (max-width: 767px) { .mobile-menu-wrap { padding: 40px 20px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .mobile-menu-wrap { padding: 60px 40px; } } .mobile-menu-logo-wrap { display: flex; align-items: center; justify-content: space-between; gap: 15px; } .mobile-menu-close { font-size: 30px; color: #fff; cursor: pointer; } .mobile-menu-close i { line-height: 1; display: inline-block; transition: 300ms ease-in-out; } .mobile-menu-close:hover { color: var(--kd-clr-sd-1); } .mobile-menu-inner { max-width: 600px; margin-left: auto; margin-right: auto; } .mobile-menu-search-form-1 input { height: 60px; border-radius: 5px; padding: 0 30px; background: #fff; font-family: var(--kd-font-pr-1); width: 100%; border: none; outline: none; color: #000; margin-bottom: 10px; } .mobile-menu-search-form-1 .form-btn { border: none; outline: none; background-color: #fff; border-radius: 5px; padding: 12px 20px; color: #000; transition: 300ms var(--cube-1); text-transform: capitalize; font-family: var(--kd-font-pr-1); } .mobile-menu-search-form-1 .form-btn:hover { background-color: var(--kd-clr-sd-1); color: #000; transform: scale(95%); } .mobile-menu-social-1 { gap: 25px; } .mobile-menu-social-1 a { display: inline-block; font-size: 22px; line-height: 1; color: #fff; opacity: 0.8; transition: 300ms var(--cube-1); } .mobile-menu-social-1 a:hover { color: var(--kd-clr-sd-1); opacity: 1; } /* header-menu-customazition-start */ .mobile-main-navigation .navbar-nav li { position: relative; } .mobile-main-navigation .navbar-nav li:not(:last-child) { margin-bottom: 10px; } .mobile-main-navigation .navbar-nav li a { color: #fff; font-family: var(--kd-font-pr-1); font-size: 24px; text-transform: capitalize; font-weight: 600; } .mobile-main-navigation .navbar-nav li a:hover { color: var(--kd-clr-sd-1); } .mobile-main-navigation .navbar-nav li .dropdown-btn { position: absolute; top: 0; right: 0; cursor: pointer; width: 30px; display: flex; justify-content: center; align-items: center; height: 32px; background: rgba(255, 255, 255, 0.7); color: #000; transition: 400ms var(--cube-1); } .mobile-main-navigation .navbar-nav li .dropdown-btn:hover { background-color: var(--kd-clr-sd-1); } .mobile-main-navigation .navbar-nav li .dropdown-btn:is(.toggle-open) { -webkit-transform: rotate(90deg); transform: rotate(90deg); background-color: var(--kd-clr-sd-1); } .mobile-main-navigation .navbar-nav li .dropdown-menu { border-radius: 0; background-color: transparent; border: none; } .mobile-main-navigation .navbar-nav li .dropdown-menu li { padding-left: 30px; margin-bottom: 0; } .mobile-main-navigation .navbar-nav li .dropdown-menu li a { font-size: 18px; } .mobile-main-navigation .navbar-nav li .dropdown-menu li .dropdown-btn { position: absolute; top: 5px; width: 20px; height: 22px; font-size: 16px; } /* header-menu-customazition-start */ /* mobile-menu-css-start */ .kd-home-1 { position: relative; z-index: 1; } .kd-home-1-bg-line { display: flex; justify-content: space-around; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } .kd-home-1-bg-line-single { display: block; width: 1px; height: 100%; background: #F3F5FF; position: relative; } .kd-home-1-bg-line-single::after { content: ""; width: 5px; height: 23px; border-radius: 2.5px; background-color: #656ae5; position: absolute; top: 0; left: -2px; animation: kd-home-1-bg 80s linear infinite; } .kd-home-1-bg-line-single:nth-child(1)::after { animation-delay: 1s; } .kd-home-1-bg-line-single:nth-child(3)::after { animation-delay: 2s; } .kd-home-1-bg-line-single:nth-child(4)::after { animation-delay: 0.5s; } .kd-home-1-bg-line-single:nth-child(5)::after { animation-delay: 1.5s; } @keyframes kd-home-1-bg { 0% { top: 0%; } 50% { top: 100%; } 100% { top: 0%; } } /* spilting-wrating-start */ .splitting.animated .char { -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both; animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both; -webkit-animation-delay: calc(30ms * var(--char-index)); animation-delay: calc(30ms * var(--char-index)); } .splitting .whitespace { width: 10px; } /* spilting-wrating-end */ /* img-ani-1-start */ .kd-img-ani-1 { transition: transform 500ms; transform-origin: center center; } /* img-ani-1-end */ .kd-home-1-scroll-progress { display: block; width: 100%; height: 5px; background-color: var(--kd-clr-pr-1); } @-webkit-keyframes wobble-vertical { 16.65% { -webkit-transform: translateY(8px); transform: translateY(8px); } 33.3% { -webkit-transform: translateY(-6px); transform: translateY(-6px); } 49.95% { -webkit-transform: translateY(4px); transform: translateY(4px); } 66.6% { -webkit-transform: translateY(-2px); transform: translateY(-2px); } 83.25% { -webkit-transform: translateY(1px); transform: translateY(1px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes wobble-vertical { 16.65% { -webkit-transform: translateY(8px); transform: translateY(8px); } 33.3% { -webkit-transform: translateY(-6px); transform: translateY(-6px); } 49.95% { -webkit-transform: translateY(4px); transform: translateY(4px); } 66.6% { -webkit-transform: translateY(-2px); transform: translateY(-2px); } 83.25% { -webkit-transform: translateY(1px); transform: translateY(1px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes kd-jello { 11.1% { transform: none; } 22.2% { transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } 100% { transform: none; } } /* preloader-css-start */ #preloader { position: fixed; left: 0; top: 0; height: 100vh; width: 100%; z-index: 99999999; overflow: hidden; align-items: center; justify-content: center; background-color: #fff; transition: 1000ms var(--cube-1); } #preloader .preloader-wrap { display: flex; justify-content: center; align-items: center; height: 100%; } #preloader .preloader-wrap .loading { text-align: center; } #preloader .preloader-wrap .loading .logo { max-width: 200px; } #preloader .preloader-wrap .icon-ani { width: 240px; } #preloader:is(.preloaded) { transform: translateY(-100%); } /* preloader-css-end */ /* search-box-css-start */ .popup-search-box { background-color: var(--kd-clr-pr-1); position: fixed; display: flex; left: 0; top: -100px; width: 100%; z-index: 5; height: 100vh; align-items: center; transform: scaleY(0); transition: 500ms var(--cube-1); transform-origin: top; visibility: hidden; } .popup-search-box-close { height: 50px; width: 50px; font-size: 26px; border: none; outline: none; border-radius: 5px; background: #fff; color: #000; flex: 0 0 auto; transition: 300ms var(--cube-1); position: absolute; right: 50px; top: 50px; line-height: 1; } @media (max-width: 767px) { .popup-search-box-close { top: 15px; right: 15px; } } .popup-search-box-close i { font-weight: 700; line-height: 1; } .popup-search-box-close:hover { background: var(--kd-clr-sd-1); color: #000; } .popup-search-box-container { max-width: 600px; } .popup-search-box .title { color: #fff; margin-bottom: 25px; font-size: 40px; } @media (max-width: 767px) { .popup-search-box .title { font-size: 30px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .popup-search-box .title { font-size: 32px; } } .popup-search-box-form { display: flex; } @media (max-width: 767px) { .popup-search-box-form { flex-wrap: wrap; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .popup-search-box-form { flex-wrap: nowrap; } } @media (max-width: 767px) { .popup-search-box { height: 100%; overflow-y: auto; } } .popup-search-box.active { top: 0; opacity: 1; visibility: visible; transform: scaleY(1); } .popup-search-box form { position: relative; width: 100%; } @media (max-width: 767px) { .popup-search-box form { margin-bottom: 50px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .popup-search-box form { margin-bottom: 0px; } } .popup-search-box-input input { width: 100%; height: 60px; background: #fff; border: 1px solid rgba(0, 0, 0, 0.2392156863); border-radius: 5px; border: none; outline: none; font-size: 18px; font-weight: 700; color: #000; padding: 0 30px; padding-right: 115px; font-family: var(--kd-font-pr-1); } .popup-search-box-input input::placeholder { color: #000; font-size: 18px; } .popup-search-box button[type=submit] { position: absolute; right: 0; top: 0px; bottom: 0; padding: 0 30px; background: var(--kd-clr-sd-1); color: #000; font-size: 24px; border-radius: 0; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border: none; transition: 300ms var(--cube-1); } .popup-search-box button[type=submit] i { font-weight: 700; } .popup-search-box button[type=submit]:hover { color: #fff; background: #000; } /* search-box-css-end */ .scroll-top { position: fixed; right: 20px; bottom: 20px; width: 45px; cursor: pointer; display: block; z-index: 6; opacity: 1; visibility: visible; transition: all 300ms linear; background: transparent; text-align: center; color: #fff; background: var(--txa-gd-1); border-radius: 30px; border: 2px solid transparent; transition: 300ms var(--cube-2); transform: translateY(200px); } .scroll-top:hover { bottom: 35px; } .scroll-top-wrap { position: relative; width: 100%; height: 100%; background-color: #fff; border-radius: 30px; padding: 7px 0; } .scroll-top-wrap svg { fill: var(--txa-pr-1); width: 38px; } .scroll-top-wrap .text { display: inline-block; writing-mode: vertical-lr; text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: 0.5px; background: var(--txa-gd-1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } @media (max-width: 767px) { .scroll-top-wrap .text { display: none; } } .scroll-top.show { opacity: 1; visibility: visible; transform: translateY(0); } /* */ /* header-1-css-start */ .kd-header-1-area { position: relative; z-index: 2; } .kd-header-1-top-row { gap: 35px; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-header-1-top-row { justify-content: space-between; } } @media (max-width: 767px) { .kd-header-1-top-row .kd-pr-btn-1 { display: none; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-header-1-top-row .kd-pr-btn-1 { display: inline-block; } } .kd-header-1-top-contact-item { gap: 10px; } .kd-header-1-top-contact-item .icon { flex: 0 0 auto; width: 45px; height: 45px; background: #22281e; border-radius: 50%; color: #fff; font-size: 16px; transition: 300ms var(--cube-1); } .kd-header-1-top-contact-item .subtitle { font-size: 15px; color: #363539; margin-bottom: -2px; } .kd-header-1-top-contact-item .link { font-size: 18px; font-weight: 800; line-height: 1; transition: 300ms var(--cube-1); } .kd-header-1-top-contact-item .link:hover { color: var(--kd-clr-pr-1); transform: translateX(3px); } .kd-header-1-top-contact-item:hover .icon { background: var(--kd-clr-pr-1); animation: kd-jello 1s; } .kd-header-1-logo-1 { max-width: 180px; } .kd-header-1-main { background: #00675f; position: relative; z-index: 1; } .kd-header-1-main::after { content: ""; width: 34%; height: 100%; background: #017067; position: absolute; top: 0; right: 0; z-index: -1; clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%); } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-header-1-main { padding: 10px 0; } } .kd-header-1-main-row { gap: 15px; } .kd-header-1-main-home-icon { display: flex; width: 44px; height: 44px; justify-content: center; align-items: center; background: var(--kd-clr-pr-1); border-radius: 50%; color: #fff; font-size: 16px; } .kd-header-1-action-link { gap: 10px; } .kd-header-1-action-link .gap-left { margin-left: 35px; } .main-navigation .navbar-nav { display: inherit; } .main-navigation .navbar-nav li { display: inline-block; position: relative; } .main-navigation .navbar-nav li:not(:last-child) { margin-right: 45px; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) { .main-navigation .navbar-nav li:not(:last-child) { margin-right: 20px; } } .main-navigation .navbar-nav li:is(.dropdown) > a { padding-right: 15px; } .main-navigation .navbar-nav li:is(.dropdown) > a::before { content: "\f0d7"; font-family: "Font Awesome 6 Pro"; font-weight: 700; position: absolute; font-size: 14px; right: 0; top: 49%; transform: translateY(-50%); transition: 400ms var(--cube-1); } .main-navigation .navbar-nav li a { position: relative; z-index: 1; font-family: var(--kd-font-pr-1); font-size: 18px; font-weight: 600; text-decoration: none; color: #fff; padding: 26px 0; display: inline-block; text-transform: capitalize; line-height: 1; transition: 400ms var(--cube-1); } .main-navigation .navbar-nav li a:is(.is-active) { color: var(--kd-clr-sd-1); } .main-navigation .navbar-nav li .dropdown-menu { left: 0; top: 100%; z-index: 100; margin: 0px; padding: 20px 0px; height: auto; min-width: 250px; display: block; border: none; border-top: 2px solid var(--kd-clr-sd-1); box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.05); border-radius: 0; position: absolute; background: #017067; border-radius: 2px; text-align: left; opacity: 0; visibility: hidden; transform: translateY(15px) translateZ(0); transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1); } .main-navigation .navbar-nav li .dropdown-menu li { display: block; margin: 0; position: relative; } .main-navigation .navbar-nav li .dropdown-menu li a { color: #fff; width: 100%; font-weight: 500; display: block; padding: 10px 20px; font-size: 16px; } .main-navigation .navbar-nav li .dropdown-menu li a:is(.is-active) { color: var(--kd-clr-sd-1); } .main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) > a::before { right: 20px; top: 49%; } .main-navigation .navbar-nav li .dropdown-menu li .dropdown-menu { top: 0; left: 100%; min-width: 250px; opacity: 0; visibility: hidden; transform: translateY(15px) translateZ(0); transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1); } .main-navigation .navbar-nav li .dropdown-menu li:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0px) translateZ(0); } .main-navigation .navbar-nav li .dropdown-menu li:hover > a { color: var(--kd-clr-sd-1); } .main-navigation .navbar-nav li:hover > a { color: var(--kd-clr-sd-1); } .main-navigation .navbar-nav li:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0px) translateZ(0); } /* header-1-css-end */ /* header-2-css-start */ .kd-header-2-area { position: absolute; z-index: 7; width: 100%; left: 0; top: 25px; } .kd-header-2-top { display: flex; gap: 20px; padding: 10px 50px; background: var(--kd-clr-sd-1); border-radius: 100px 100px 0 0; max-width: 630px; margin-left: auto; margin-right: 30px; } @media (max-width: 767px) { .kd-header-2-top { display: none; } } .kd-header-2-top-contact { display: flex; align-items: center; gap: 10px 20px; flex-wrap: wrap; } .kd-header-2-top-contact li { font-family: var(--kd-font-pr-1); color: #131313; font-weight: 700; font-size: 14px; line-height: 1; } .kd-header-2-top-contact li i { margin-right: 3px; } .kd-header-2-top-contact li a { display: inline-block; transition: 0.3s var(--cube-1); } .kd-header-2-top-contact li a:hover { color: var(--kd-clr-pr-1); transform: translateX(3px); } .kd-header-2-main { background: #fff; margin-left: -18px; margin-right: -18px; padding: 0 30px; border-radius: 53px; gap: 30px; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-header-2-main { padding: 15px 15px; margin-left: 0px; margin-right: 0px; } } .kd-header-2-action-link { gap: 26px; } .kd-header-2-action-link .kd-search-btn-1 { width: unset; height: unset; color: #000; background: transparent; } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-header-2-action-link .kd-search-btn-1 { display: none; } } .kd-header-2-action-link .kd-search-btn-1:hover { color: var(--kd-clr-pr-1); } .kd-header-2-action-link .kd-cart-btn-1 { width: unset; height: unset; color: #000; background: transparent; } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-header-2-action-link .kd-cart-btn-1 { display: none; } } .kd-header-2-action-link .kd-cart-btn-1:hover { color: var(--kd-clr-pr-1); } .kd-header-2-action-link .ftc-mobile-menu-btn-1 { height: 20px; } @media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) { .kd-header-2-action-link .ftc-mobile-menu-btn-1 { display: none; } } .kd-header-2-action-link .ftc-mobile-menu-btn-1 span { border-radius: 3px; background: var(--kd-clr-pr-1); height: 4px; } @media (max-width: 767px) { .kd-header-2-action-link .kd-pr-btn-1 { display: none; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-header-2-action-link .kd-pr-btn-1 { display: inline-block; } } .kd-header-2-bottom { margin-left: 25px; padding: 10px 50px; background: var(--kd-clr-sd-1); border-radius: 0 0 100px 100px; display: inline-block; } @media (max-width: 767px) { .kd-header-2-bottom { display: none; } } .kd-header-2-bottom-text { font-size: 15px; color: #282828; font-weight: 600; } .kd-header-2-main .main-navigation .navbar-nav li a { font-size: 16px; font-weight: 800; color: #191919; padding: 42px 0; text-transform: uppercase; } .kd-header-2-main .main-navigation .navbar-nav li a:is(.is-active) { color: var(--kd-clr-sd-1); } .kd-header-2-main .main-navigation .navbar-nav li:is(.dropdown) > a { padding-right: 15px; } .kd-header-2-main .main-navigation .navbar-nav li .dropdown-menu { background: #fff; border-color: var(--kd-clr-pr-1); } .kd-header-2-main .main-navigation .navbar-nav li .dropdown-menu li a { color: #191919; font-weight: 600; } .kd-header-2-main .main-navigation .navbar-nav li .dropdown-menu li:hover > a { color: var(--kd-clr-sd-1); } .kd-header-2-main .main-navigation .navbar-nav li:hover a { color: var(--kd-clr-sd-1); } .kd-social-link-1 { display: flex; align-items: center; gap: 10px 20px; flex-wrap: wrap; } .kd-social-link-1 .link { font-size: 16px; color: #131313; line-height: 1; display: inline-block; } .kd-social-link-1 .link:hover { color: var(--kd-clr-pr-1); } /* header-2-css-end */ /* header-3-css-start */ .kd-header-3-area { position: absolute; top: 25px; left: 0; width: 100%; z-index: 2; } .kd-header-3-top { display: flex; position: relative; z-index: 1; background: #014f4b; margin-right: 50px; margin-left: 50px; padding: 15px 60px; border-radius: 200px 200px 0 0; } @media (max-width: 767px) { .kd-header-3-top { display: none; } } .kd-header-3-top .kd-header-2-top-contact { gap: 10px 40px; } .kd-header-3-top .kd-header-2-top-contact li { color: #fff; font-size: 15px; } .kd-header-3-top .kd-header-2-top-contact li a:hover { color: var(--kd-clr-sd-1); } .kd-header-3-top .kd-social-link-1 .link { color: #fff; transition: 0.3s var(--cube-1); } .kd-header-3-top .kd-social-link-1 .link:hover { color: var(--kd-clr-sd-1); transform: translateX(3px); } .kd-header-3-logo-1 { max-width: 170px; } .kd-header-3-main { background: #fff; border-radius: 50px; padding: 0 60px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-header-3-main { padding: 0px 30px; } } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-header-3-main { padding: 15px 30px; } } .kd-header-3-action-link { gap: 30px; } @media (max-width: 767px) { .kd-header-3-action-link .kd-land-1-btn { display: none; } } @media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) { .kd-header-3-action-link .ftc-mobile-menu-btn-1 { display: none; } } .kd-header-3-action-link .kd-cart-btn-1 { width: auto; height: auto; color: #0d112f; background: transparent; } @media (max-width: 767px) { .kd-header-3-action-link .kd-cart-btn-1 { display: none; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-header-3-action-link .kd-cart-btn-1 { display: inline-block; } } .kd-header-3-action-link .kd-cart-btn-1:hover { color: var(--kd-clr-sd-1); } .kd-header-3-action-link .kd-search-btn-1 { width: auto; height: auto; color: #0d112f; background: transparent; } @media (max-width: 767px) { .kd-header-3-action-link .kd-search-btn-1 { display: none; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-header-3-action-link .kd-search-btn-1 { display: inline-block; } } .kd-header-3-action-link .kd-search-btn-1:hover { color: var(--kd-clr-sd-1); } .kd-header-3-action-link .ftc-mobile-menu-btn-1 span { display: block; background: var(--kd-clr-pr-1); } .kd-header-3-bottom { flex-wrap: wrap; gap: 10px 30px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; background: #014f4b; margin-right: 50px; margin-left: 50px; padding: 15px 60px; border-radius: 0 0 200px 200px; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-header-3-bottom { display: none; } } .kd-header-3-bottom-link { font-size: 15px; transition: 0.2s var(--cube-1); } .kd-header-3-bottom-link i { margin-right: 3px; } .kd-header-3-bottom-link:hover { color: var(--kd-clr-sd-1); transform: translateX(3px); } .kd-header-3-main .main-navigation .navbar-nav li a { font-size: 18px; font-weight: 800; color: #282828; padding: 41px 0; } .kd-header-3-main .main-navigation .navbar-nav li a:is(.is-active) { color: var(--kd-clr-sd-1); } .kd-header-3-main .main-navigation .navbar-nav li:is(.dropdown) > a { padding-right: 15px; } .kd-header-3-main .main-navigation .navbar-nav li .dropdown-menu li a { font-weight: 600; } .kd-header-3-main .main-navigation .navbar-nav li:hover > a { color: var(--kd-clr-sd-1); } /* header-3-css-end */ /* header-4-css-start */ .kd-header-4-area { background: transparent; position: absolute; top: 0; left: 0; width: 100%; z-index: 2; } .kd-header-4-area::after { content: ""; width: 28%; height: 100%; top: 0; left: 0; background: var(--kd-clr-pr-4); clip-path: polygon(0 0, 91% 0%, 100% 100%, 0% 100%); position: absolute; z-index: -1; } @media only screen and (min-width: 1600px) and (max-width: 1799px) { .kd-header-4-area::after { width: 25%; } } @media only screen and (min-width: 1400px) and (max-width: 1599px) { .kd-header-4-area::after { width: 22%; } } @media only screen and (min-width: 1200px) and (max-width: 1399px) { .kd-header-4-area::after { width: 20%; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-header-4-area::after { width: 22%; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .kd-header-4-area::after { width: 32%; } } @media (max-width: 767px) { .kd-header-4-area::after { width: 68%; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-header-4-area::after { width: 40%; } } @media only screen and (min-width: 2000px) and (max-width: 2200px) { .kd-header-4-area::after { width: 30%; } } @media only screen and (min-width: 2201px) and (max-width: 2400px) { .kd-header-4-area::after { width: 32%; } } @media only screen and (min-width: 2401px) and (max-width: 2600px) { .kd-header-4-area::after { width: 34%; } } @media only screen and (min-width: 2601px) and (max-width: 2800px) { .kd-header-4-area::after { width: 36%; } } @media only screen and (min-width: 2801px) and (max-width: 3000px) { .kd-header-4-area::after { width: 38%; } } @media only screen and (min-width: 3001px) and (max-width: 6000px) { .kd-header-4-area::after { width: 40%; } } @media only screen and (min-width: 6001px) and (max-width: 10000px) { .kd-header-4-area::after { width: 48%; } } .kd-header-4-row { gap: 20px; padding: 15px 0; } .kd-header-4-logo-1 { max-width: 180px; } .kd-header-4-action-link { gap: 30px; } @media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) { .kd-header-4-action-link .ftc-mobile-menu-btn-1 { display: none; } } @media (max-width: 767px) { .kd-header-4-action-link .kd-pr-btn-2 { display: none; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-header-4-action-link .kd-pr-btn-2 { display: inline-block; } } .main-navigation:is(.has-header-4) .navbar-nav li:not(:last-child) { margin-right: 40px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .main-navigation:is(.has-header-4) .navbar-nav li:not(:last-child) { margin-right: 20px; } } .main-navigation:is(.has-header-4) .navbar-nav li a { font-family: var(--kd-font-barlow); text-transform: uppercase; padding: 37px 0; } .main-navigation:is(.has-header-4) .navbar-nav li a::after { content: ""; width: 25px; height: 25px; border-radius: 50%; background-color: var(--kd-clr-sd-4); position: absolute; left: -9px; top: 51%; transform: translateY(-50%) scale(0); z-index: -1; transition: 0.3s var(--cube-1); } .main-navigation:is(.has-header-4) .navbar-nav li a:is(.is-active) { color: var(--kd-clr-pr-4) !important; } .main-navigation:is(.has-header-4) .navbar-nav li a:is(.is-active)::after { transform: translateY(-50%) scale(1); } .main-navigation:is(.has-header-4) .navbar-nav li:is(.dropdown) > a { padding-right: 15px; } .main-navigation:is(.has-header-4) .navbar-nav li .dropdown-menu { background: #000; border-color: var(--kd-clr-pr-4); } .main-navigation:is(.has-header-4) .navbar-nav li .dropdown-menu li { margin-right: 0; } .main-navigation:is(.has-header-4) .navbar-nav li .dropdown-menu li a { font-weight: 600; } .main-navigation:is(.has-header-4) .navbar-nav li .dropdown-menu li a::after { width: 15px; height: 15px; left: 15px; } .main-navigation:is(.has-header-4) .navbar-nav li .dropdown-menu li:hover > a { color: var(--kd-clr-pr-4); font-weight: 600; } .main-navigation:is(.has-header-4) .navbar-nav li:hover > a { color: var(--kd-clr-pr-4); } .main-navigation:is(.has-header-4) .navbar-nav li:hover > a::after { transform: translateY(-50%) scale(1); } /* header-4-css-end */ /* sticky-header-css-start */ .txa_sticky_header { position: fixed; width: 100%; top: 0; left: 0; right: 0; transition: 200ms var(--cube-1); z-index: 8; } .txa_sticky_header:is(.ftc-header-1-area) { top: 25px; } .txa_sticky_header:is(.ftc-header-1-area):is(.txa_sticky) { transform: translateY(-150%); } .txa_sticky_header:is(.ftc-header-1-area):is(.txa_sticky):is(.txa_sticky_show) { top: 0; transform: translateY(0%); padding: 15px 0; background: rgba(25, 25, 23, 0.6901960784); } .txa_sticky_header:is(.ftc-header-2-area):is(.txa_sticky) { transform: translateY(-150%); background-color: #222429; } .txa_sticky_header:is(.ftc-header-2-area):is(.txa_sticky):is(.txa_sticky_show) { transform: translateY(0%); } .txa_sticky_header:is(.ftc-header-3-area) { top: 30px; } .txa_sticky_header:is(.ftc-header-3-area):is(.txa_sticky) { transform: translateY(-150%); } .txa_sticky_header:is(.ftc-header-3-area):is(.txa_sticky):is(.txa_sticky_show) { top: 0; padding: 10px 0; background: #000; transform: translateY(0%); } .txa_sticky_header:is(.ftc-header-4-area) { top: 25px; } .txa_sticky_header:is(.ftc-header-4-area):is(.txa_sticky) { transform: translateY(-150%); } .txa_sticky_header:is(.ftc-header-4-area):is(.txa_sticky):is(.txa_sticky_show) { top: 10px; transform: translateY(0%); } .txa_sticky_header:is(.feh-header-3-area) { top: 30px; } .txa_sticky_header:is(.feh-header-3-area):is(.txa_sticky) { transform: translateY(-150%); } .txa_sticky_header:is(.feh-header-3-area):is(.txa_sticky):is(.txa_sticky_show) { top: 0; background: #fff; padding: 10px 0; transform: translateY(0%); } /* sticky-header-css-end */ /* hero-1-start */ .kd-hero-1-area { position: relative; z-index: 1; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-hero-1-area { background: #005E4F; } } .kd-hero-1-bg-img { position: absolute; top: 0; left: 0; z-index: -1; overflow: hidden; width: 100%; height: 100%; } .kd-hero-1-bg-img img { width: 100%; height: 100%; object-position: bottom; } .kd-hero-1-bg-il-2 { position: absolute; right: -80px; top: 50%; } @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-hero-1-bg-il-2 { display: none; } } .kd-hero-1-bg-il-1 { position: absolute; left: -370px; top: 50%; } @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-hero-1-bg-il-1 { display: none; } } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-hero-1-item-content { margin-bottom: 50px; } } .kd-hero-1-item-content .kd-subtitle-1 { transition: 1s var(--cube-2); transform: translateY(-50px); opacity: 0; } .kd-hero-1-item-content .title { font-size: 75px; line-height: 1.13; color: #fff; margin-bottom: 14px; text-transform: unset !important; letter-spacing: 0.5px !important; } @media only screen and (min-width: 1200px) and (max-width: 1399px) { .kd-hero-1-item-content .title { font-size: 70px; } } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) { .kd-hero-1-item-content .title { font-size: 60px; } } @media (max-width: 767px) { .kd-hero-1-item-content .title { font-size: 40px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-hero-1-item-content .title { font-size: 55px; } } .kd-hero-1-item-content .title div { letter-spacing: 0px !important; } .kd-hero-1-item-content .disc { max-width: 560px; margin-bottom: 42px; clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); transition: 2s var(--cube-1); } .kd-hero-1-item-content .btn-wrap { transition: 1s var(--cube-1); transform: translateY(-50px); opacity: 0; transition-delay: 0s; } .kd-hero-1-item-img { position: relative; z-index: 1; margin-left: -50px; } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-hero-1-item-img { margin-left: 0px; } } .kd-hero-1-item-img-1 { max-width: 465px; height: 600px; border-radius: 0 0 140px 140px; } @media (max-width: 767px) { .kd-hero-1-item-img-1 { height: 100%; } } .kd-hero-1-item-img-1 img { transform: translateY(100%); transition: 1s ease-in-out; } .kd-hero-1-item-img-2 { max-width: 435px; height: 435px; border-radius: 50%; position: absolute; top: 50px; right: 35px; z-index: -1; } @media (max-width: 767px) { .kd-hero-1-item-img-2 { display: none; } } .kd-hero-1-item-img-2::after { content: ""; width: 100%; height: 100%; background: var(--kd-clr-sd-1); position: absolute; top: 0; left: 0; opacity: 1; mix-blend-mode: multiply; } .kd-hero-1-item-img-2 img { transform: scale(0); transition: 1s var(--cube-1); border-radius: 50%; } .kd-hero-1-item-img-il-1 { position: absolute; right: 0px; top: 70px; width: 70%; z-index: -2; transform: translate(-40px, -50px); opacity: 0; transition: 1s var(--cube-1); } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-hero-1-item-img-il-1 { display: none; } } .kd-hero-1-item-img-il-2 { position: absolute; bottom: 0px; left: 50px; width: 70%; z-index: -2; transform: rotate(-100deg); transition: 1s var(--cube-1); opacity: 0; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-hero-1-item-img-il-2 { display: none; } } .kd-hero-1-item-img-il-3 { position: absolute; left: -210px; bottom: 10px; } .kd-hero-1-item-img-il-4 { position: absolute; top: 0; right: 12%; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-hero-1-item-img-il-4 { display: none; } } .kd-hero-1-item-img-il-5 { position: absolute; right: 100px; bottom: 30px; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-hero-1-item-img-il-5 { display: none; } } .kd-hero-1-bottom { margin-left: -200px; } @media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-hero-1-bottom { margin-left: 0; } } .kd-hero-1-social { gap: 10px 40px; } .kd-hero-1-social .link { position: relative; z-index: 1; transition: 400ms var(--cube-1); } .kd-hero-1-social .link::after { content: ""; width: 0%; height: 1px; background-color: #fff; position: absolute; left: auto; right: 0; top: 50%; transform: translateY(-50%); transition: 400ms var(--cube-1); } .kd-hero-1-social .link:hover { transform: translateX(3px); color: var(--kd-clr-sd-1); } .kd-hero-1-social .link:hover::after { width: 100%; left: 0; right: auto; } .kd-hero-1-slider { margin-right: -35px; position: relative; z-index: 1; } @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-hero-1-slider { margin-right: 0px; } } .kd-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .kd-hero-1-item-content .kd-subtitle-1 { opacity: 1; transform: translateY(0); transition-delay: 1s; } .kd-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .kd-hero-1-item-content .disc { transition-delay: 1s; clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } .kd-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .kd-hero-1-item-content .btn-wrap { transform: translateY(0); opacity: 1; transition-delay: 2s; } .kd-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .kd-hero-1-item-img-1 img { transform: translateY(0%); transition-delay: 1s; } .kd-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .kd-hero-1-item-img-2 img { transform: scale(1); transition-delay: 1s; } .kd-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .kd-hero-1-item-img-il-2 { transform: rotate(0deg); transition-delay: 0.5s; opacity: 1; } .kd-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .kd-hero-1-item-img-il-1 { transform: translate(0px, 0px); opacity: 1; transition-delay: 0.5s; } .kd-hero-1-slider-btn { gap: 40px; } .kd-hero-1-slider-btn .slider-btn { position: relative; z-index: 1; transition: 400ms var(--cube-1); cursor: pointer; } .kd-hero-1-slider-btn .slider-btn::after { content: ""; width: 0%; height: 1px; background-color: #fff; position: absolute; left: auto; right: 0; top: 50%; transform: translateY(-50%); transition: 400ms var(--cube-1); } .kd-hero-1-slider-btn .slider-btn:hover { transform: translateX(3px); color: var(--kd-clr-sd-1); } .kd-hero-1-slider-btn .slider-btn:hover::after { width: 100%; left: 0; right: auto; } /* hero-1-end */ /* hero-2-start */ .kd-hero-2-area { position: relative; z-index: 1; padding-top: 260px; padding-bottom: 180px; } .kd-hero-2-bg-img { position: absolute; top: 0; width: 100%; left: 0; height: 100%; z-index: -1; } .kd-hero-2-row { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; margin-right: -25px; align-items: center; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-hero-2-row { margin-right: 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-hero-2-row { margin-right: 0px; grid-template-columns: 1fr; } } .kd-hero-2-content { max-width: 590px; } .kd-hero-2-content .kd-subtitle-1 { margin-bottom: 20px; } .kd-hero-2-content .title { font-size: 80px; line-height: 1.06; margin-bottom: 24px; } @media only screen and (min-width: 1200px) and (max-width: 1399px) { .kd-hero-2-content .title { font-size: 70px; } } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) { .kd-hero-2-content .title { font-size: 60px; } } @media (max-width: 767px) { .kd-hero-2-content .title { font-size: 40px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-hero-2-content .title { font-size: 50px; } } .kd-hero-2-content .disc { margin-bottom: 47px; } .kd-hero-2-img-gird { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; } .kd-hero-2-img { width: 100%; height: 260px; border-radius: 20px; } .kd-hero-2-img:nth-child(1) { border-radius: 130px 0 0 130px; } .kd-hero-2-img:nth-child(4) { border-radius: 0 130px 130px 0; } .kd-hero-2-form { background: #fff; border-radius: 50px; display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 40px; padding: 25px 30px; align-items: center; margin-right: -230px; position: relative; z-index: 1; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-hero-2-form { grid-template-columns: 1fr; margin-right: 0px; gap: 10px; max-width: 300px; } } .kd-hero-2-form .input-item { position: relative; } .kd-hero-2-form .input-item:not(:last-child)::after { content: ""; width: 1px; height: 50%; background-color: #EDEDED; position: absolute; top: 50%; right: -13px; transform: translate(-50%, -50%) rotate(-45deg); } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-hero-2-form .input-item:not(:last-child)::after { display: none; } } .kd-hero-2-form .input-item .icon { font-size: 21px; display: inline-block; color: #364a76; position: absolute; top: 50%; left: 0; transform: translateY(-50%); line-height: 1; } .kd-hero-2-form input { border: none; outline: none; font-family: var(--kd-font-pr-1); font-weight: 600; color: #364a76; font-size: 15px; padding-left: 30px; width: 100%; display: block; height: 50px; } .kd-hero-2-form .option-selector { font-size: 15px; font-weight: 600; text-transform: capitalize; color: #364a76; font-family: var(--kd-font-pr-1); border: none; padding: 0; padding-right: 25px; height: 50px; display: flex; align-items: center; } .kd-hero-2-form-btn { padding: 16px 45px; } /* hero-2-end */ /* hero-3-start */ .kd-hero-3-area { padding-top: 290px; padding-bottom: 260px; clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%); } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-hero-3-area { padding-top: 230px; } } .kd-hero-3-row { display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; align-items: center; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-hero-3-row { grid-template-columns: 1fr 1fr; } } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-hero-3-row { grid-template-columns: 1fr; gap: 50px; } } .kd-hero-3-content .title { font-size: 65px; line-height: 1.09; color: #fff; margin-bottom: 14px; } @media only screen and (min-width: 1200px) and (max-width: 1399px) { .kd-hero-3-content .title { font-size: 56px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-hero-3-content .title { font-size: 54px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .kd-hero-3-content .title { font-size: 52px; } } @media (max-width: 767px) { .kd-hero-3-content .title { font-size: 35px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-hero-3-content .title { font-size: 45px; } } .kd-hero-3-content .disc { color: #afb0b5; margin-bottom: 27px; } .kd-hero-3-content .subtitle { margin-bottom: 30px; } .kd-hero-3-right { position: relative; z-index: 1; } .kd-hero-3-img { border-radius: 160px; height: 605px; } .kd-hero-3-img-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; } @media (max-width: 767px) { .kd-hero-3-img { height: 405px; } } .kd-hero-3-img:nth-child(2) { height: 520px; margin-top: -30px; } @media (max-width: 767px) { .kd-hero-3-img:nth-child(2) { height: 355px; } } .kd-hero-3-il-1 { width: 28%; position: absolute; left: 36%; transform: translateX(-50%); top: 32%; } @media (max-width: 767px) { .kd-hero-3-il-1 { display: none; } } .kd-hero-3-il-2 { width: 150px; height: 60px; border-radius: 30px; overflow: hidden; background: #fff; display: flex; align-items: center; justify-content: center; padding: 15px; position: absolute; bottom: 130px; left: -50px; } @media (max-width: 767px) { .kd-hero-3-il-2 { display: none; } } .kd-hero-3-il-3 { display: flex; align-items: center; justify-content: center; padding: 5px; border-radius: 30px; background: #fff; max-width: 125px; height: 58px; overflow: hidden; position: absolute; bottom: 55px; left: -45px; } @media (max-width: 767px) { .kd-hero-3-il-3 { display: none; } } .kd-hero-3-il-4 { display: flex; align-items: center; justify-content: center; padding: 10px; background: #fff; border-radius: 50px; max-width: 212px; height: 96px; overflow: hidden; position: absolute; bottom: -15px; left: 26%; transform: translateX(-50%); } @media (max-width: 767px) { .kd-hero-3-il-4 { display: none; } } .kd-hero-3-il-5 { width: 29%; position: absolute; top: -50px; left: -50px; z-index: -1; } @media (max-width: 767px) { .kd-hero-3-il-5 { display: none; } } .kd-hero-3-il-6 { width: 40%; position: absolute; bottom: 60px; right: -100px; z-index: -1; } @media (max-width: 767px) { .kd-hero-3-il-6 { display: none; } } /* hero-3-end */ /* hero-4-start */ .kd-hero-4-area { position: relative; z-index: 1; padding-top: 120px; } @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-hero-4-area { padding-top: 190px; } } .kd-hero-4-bg-img { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; } .kd-hero-4-content { padding-bottom: 215px; } @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-hero-4-content { padding-bottom: 65px; } } .kd-hero-4-content .title { font-size: 90px; font-weight: 900; line-height: 1.11; margin-bottom: 30px; } @media only screen and (min-width: 1400px) and (max-width: 1599px) { .kd-hero-4-content .title { font-size: 80px; } } @media only screen and (min-width: 1200px) and (max-width: 1399px) { .kd-hero-4-content .title { font-size: 70px; } } .kd-hero-4-content .title .span-1 { display: inline-block; color: var(--kd-clr-sd-4); } .kd-hero-4-content .title .span-2 { display: inline-block; color: var(--kd-clr-pr-4); } .kd-hero-4-content .disc { margin-bottom: 50px; } .kd-hero-4-right { position: relative; z-index: 0; padding-left: 40px; } .kd-hero-4-il-1 { position: absolute; left: 100px; top: 60px; } .kd-hero-4-img { margin-right: -270px; } @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-hero-4-img { margin-right: 0px; } } /* hero-4-end */ /* categorie-1-start */ @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-pop-cat-1-left { margin-bottom: 50px; } } .kd-pop-cat-1-scn-title .kd-subtitle-1 { font-size: 32px; } .kd-pop-cat-1-scn-title .kd-section-title-1 { font-size: 35px; } .kd-pop-cat-1-scn-title .disc { line-height: 28px; font-size: 18px; max-width: 350px; } .kd-pop-cat-1-item { position: relative; z-index: 1; } .kd-pop-cat-1-item .shape { position: absolute; right: -28px; top: 50%; transform: translateY(-100%); } .kd-pop-cat-1-item .icon { background: #f9f9f9; height: 170px; border-radius: 35px; padding: 15px; } .kd-pop-cat-1-item .icon img { width: 70px; } .kd-pop-cat-1-item .title { display: inline-block; background: #006596; font-size: 14px; padding: 10px 13px; border-radius: 20px; transform: translateY(-20px); transition: 0.2s var(--cube-1); } .kd-pop-cat-1-item .title:is(.has-bg-1) { background: #db3c2d; } .kd-pop-cat-1-item .title:is(.has-bg-2) { background: #0ba73b; } .kd-pop-cat-1-item .title:is(.has-bg-1) { background: #284edb; } .kd-pop-cat-1-item .title:hover { color: var(--kd-clr-sd-1); } .kd-pop-cat-1-item:hover .icon img { animation: 1s kd-jello; } .kd-pop-cat-1-slider { position: relative; z-index: 1; margin-left: 30px; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-pop-cat-1-slider { margin-left: 0px; } } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-pop-cat-1-slider-btn { display: flex; justify-content: center; align-items: center; gap: 30px; padding-top: 30px; } } .kd-pop-cat-1-slider-btn .kd_pop_cat_1_next { position: absolute; right: -70px; top: 50%; transform: translateY(-50%); } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-pop-cat-1-slider-btn .kd_pop_cat_1_next { position: unset; transform: unset; } } .kd-pop-cat-1-slider-btn .kd_pop_cat_1_prev { position: absolute; left: -70px; top: 50%; transform: translateY(-50%); } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-pop-cat-1-slider-btn .kd_pop_cat_1_prev { position: unset; transform: unset; } } .kd-pop-cat-1-line { display: block; width: 100%; height: 1px; background: #f8f8f8; } .kd-slider-btn-1 { width: 48px; height: 48px; border-radius: 50%; background: #ecf0ff; font-size: 16px; color: #000; cursor: pointer; position: relative; z-index: 1; overflow: hidden; } .kd-slider-btn-1 .icon-1 { display: inline-block; line-height: 1; transition: 0.3s var(--cube-1); opacity: 0; color: #fff; } .kd-slider-btn-1 .icon-2 { display: inline-block; line-height: 1; transition: 0.3s var(--cube-1); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 16px; color: #000; } .kd-slider-btn-1:hover { background: var(--kd-clr-pr-1); } .kd-slider-btn-1:hover .icon-1 { opacity: 1; transition-delay: 0.1s; } .kd-slider-btn-1:hover .icon-2 { left: -20%; } .kd-slider-btn-1:is(.has-next):hover .icon-1 { opacity: 1; transition-delay: 0.1s; } .kd-slider-btn-1:is(.has-next):hover .icon-2 { left: 120%; } /* categorie-1-end */ /* categorie-3-start */ /* categorie-3-end */ /* about-1-start */ .kd-about-1-left { padding-right: 15px; position: relative; z-index: 1; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-about-1-left { margin-bottom: 50px; } } .kd-about-1-img-1 { height: 540px; border-radius: 10px; } .kd-about-1-img-2 { max-width: 285px; height: 295px; border-radius: 10px; box-shadow: 0px 7px 81px 0px rgba(32, 28, 29, 0.23); position: absolute; bottom: 30px; right: -75px; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-about-1-img-2 { right: 0px; } } .kd-about-1-img-certified { width: 160px; position: absolute; top: -40px; left: -60px; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-about-1-img-certified { left: 0px; } } .kd-about-1-expart { box-shadow: 0px 7px 38px 0px rgba(32, 28, 29, 0.03); display: inline-flex; background: #fff; border-radius: 50px; align-items: center; gap: 20px; flex-wrap: wrap; padding: 20px 30px; margin-left: -30px; position: relative; z-index: 1; } .kd-about-1-expart .main-img { width: 96px; } .kd-about-1-right { padding-left: 20px; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-about-1-right { padding-left: 0px; } } .kd-about-1-right .inner-div { padding-left: 85px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-about-1-right .inner-div { padding-left: 50px; } } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-about-1-right .inner-div { padding-left: 0px; } } .kd-about-1-right .kd-list-1 { margin-bottom: 37px; } .kd-about-1-scn-title .disc { max-width: 590px; } .kd-about-1-feature-img { display: grid; grid-template-columns: 1fr 2.5fr 1fr; gap: 15px; max-width: 490px; } @media (max-width: 767px) { .kd-about-1-feature-img { grid-template-columns: 1fr 1fr; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-about-1-feature-img { grid-template-columns: 1fr 2.5fr 1fr; } } .kd-about-1-feature-img .single-img { height: 100px; border-radius: 50px; } .kd-list-1 { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; max-width: 480px; } @media (max-width: 767px) { .kd-list-1 { grid-template-columns: 1fr; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-list-1 { grid-template-columns: 1fr 1fr; } } .kd-list-1 li { font-size: 18px; color: #0d0d0d; } .kd-list-1 li i { margin-right: 3px; color: var(--kd-clr-pr-1); } /* about-1-end */ /* about-2-start */ .kd-about-2-area { position: relative; z-index: 1; } .kd-about-2-bg-il { width: 13%; position: absolute; right: 0; bottom: 0; z-index: -1; } .kd-about-2-scn-title .kd-subtitle-1 { margin-bottom: 25px; } .kd-about-2-left { position: relative; z-index: 1; } .kd-about-2-img-1 { max-width: 385px; border-radius: 60px; height: 400px; margin-left: auto; position: relative; z-index: 1; } .kd-about-2-img-2 { max-width: 495px; height: 420px; border-radius: 60px; margin-top: -195px; } .kd-about-2-img-certified { position: absolute; top: 100px; left: 100px; z-index: 1; } .kd-about-2-img-il-1 { position: absolute; bottom: 140px; right: 0; } .kd-about-2-right { padding-left: 45px; padding-top: 40px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-about-2-right { padding-left: 15px; } } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-about-2-right { padding-left: 0px; } } .kd-about-2-right .contact-item-flex { display: flex; gap: 35px; flex-wrap: wrap; } /* about-2-end */ /* about-3-start */ .kd-about-3-row { display: grid; grid-template-columns: 1fr 1fr; gap: 50px 120px; align-items: center; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-about-3-row { gap: 50px 100px; } } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-about-3-row { grid-template-columns: 1fr; } } .kd-about-3-img-wrap { position: relative; z-index: 1; } .kd-about-3-img { height: 575px; border-radius: 20px; } .kd-about-3-img-2 { width: 280px; height: 300px; border-radius: 20px; position: absolute; right: -60px; top: 50%; transform: translateY(-50%); } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-about-3-img-2 { right: 0px; } } .kd-about-3-content .kd-list-1 { margin-bottom: 40px; } @media only screen and (min-width: 992px) and (max-width: 1199px), md, (max-width: 767px) { .kd-about-3-content .kd-list-1 { grid-template-columns: 1fr; } } /* about-3-end */ /* course-1-start */ .kd-course-1-area { position: relative; z-index: 1; } .kd-course-1-bg-img { position: absolute; top: 0; width: 100%; left: 0; z-index: -1; height: calc(100% - 217px); } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) { .kd-course-1-bg-img { height: calc(100% - 295px); } } @media (max-width: 767px) { .kd-course-1-bg-img { height: calc(100% - 360px); } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-course-1-bg-img { height: calc(100% - 327px); } } .kd-course-1-scn-title { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0 30px; align-items: center; } .kd-course-1-tabs-card { position: relative; z-index: 1; border-radius: 20px; background-color: #fff; box-shadow: 0px 0px 40px 0px rgba(94, 92, 154, 0.06); } .kd-course-1-tabs-card .main-img { height: 235px; overflow: hidden; } .kd-course-1-tabs-card .main-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms; transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1); transform-origin: center center; } .kd-course-1-tabs-card .price { position: absolute; right: 22px; top: 22px; background: #fff; font-size: 16px; color: #3e3f5e; border-radius: 19px; padding: 10px 19px; } .kd-course-1-tabs-card .price span { display: inline-block; color: #00c7d9; } .kd-course-1-tabs-card .content { padding: 35px 45px; } @media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-course-1-tabs-card .content { padding: 35px 15px; } } .kd-course-1-tabs-card .title { font-size: 25px; margin-bottom: 9px; transition: 0.2s var(--cube-1); transform-origin: left; } @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-course-1-tabs-card .title { font-size: 22px; } } .kd-course-1-tabs-card .title:hover { color: var(--kd-clr-sd-1); transform: scaleX(102%); } .kd-course-1-tabs-card .disc { font-size: 18px; line-height: 27px; } .kd-course-1-tabs-card-feature { margin-bottom: 10px; } .kd-course-1-tabs-card-feature li { font-size: 15px; position: relative; z-index: 1; display: inline-block; padding-left: 20px; } .kd-course-1-tabs-card-feature li:not(:last-child) { margin-right: 20px; } .kd-course-1-tabs-card-feature li::after { content: ""; width: 12px; height: 12px; border: 2px solid #FB4F25; position: absolute; left: 0; top: 1px; border-radius: 50%; } .kd-course-1-tabs-card .line { width: 100%; height: 1px; background: #EAEAF5; } .kd-course-1-tabs-card-author { display: flex; align-items: center; gap: 5px; } .kd-course-1-tabs-card-author .author-img { width: 35px; height: 35px; border-radius: 50%; } .kd-course-1-tabs-card-author .post { font-size: 13px; color: #3e3f5e; } .kd-course-1-tabs-card-author .name { font-size: 15px; color: #3e3f5e; } .kd-course-1-tabs-card .student-count { font-size: 15px; position: relative; z-index: 1; display: inline-block; padding-left: 20px; color: #3e3f5e; } .kd-course-1-tabs-card .student-count::after { content: ""; width: 12px; height: 12px; border: 2px solid #FB4F25; position: absolute; left: 0; top: 1px; border-radius: 50%; } .kd-course-1-tabs-card .card-bottom { display: flex; align-items: center; justify-content: center; gap: 20px; } @media (max-width: 767px) { .kd-course-1-tabs-card .card-bottom { gap: 10px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-course-1-tabs-card .card-bottom { gap: 20px; } } .kd-course-1-tabs-card span.line-2 { height: 75px; width: 1px; background: #EAEAF5; flex: 0 0 auto; } .kd-course-1-tabs-card .right { transform: translateY(-5px); } .kd-course-1-tabs-card:hover .main-img img { transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.15) scaleY(1.15); } .kd-course-1-tabs-btn { display: flex; align-items: center; gap: 10px 50px; flex-wrap: wrap; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-course-1-tabs-btn { gap: 10px 30px; } } .kd-course-1-tabs-btn .nav-item { position: relative; z-index: 1; } .kd-course-1-tabs-btn .nav-item:not(:last-child)::after { content: ""; width: 2.5px; height: 13px; background-color: #c9c9c9; position: absolute; top: 50%; transform: translateY(-50%); right: -28px; } @media (max-width: 767px) { .kd-course-1-tabs-btn .nav-item:not(:last-child)::after { display: none; } } .kd-course-1-tabs-btn .nav-item .nav-link { font-size: 18px; background: transparent; color: #0d0d0d; padding: 16px 20px; border-radius: 26px; transition: 400ms var(--cube-1); } .kd-course-1-tabs-btn .nav-item .nav-link:hover { color: var(--kd-clr-pr-1); } .kd-course-1-tabs-btn .nav-item .nav-link:is(.active) { background: var(--kd-clr-pr-1); color: #fff; } .kd-course-1-tabs-content-wrap { margin-left: -220px; margin-right: -220px; position: relative; z-index: 1; } @media only screen and (min-width: 1600px) and (max-width: 1799px) { .kd-course-1-tabs-content-wrap { margin-left: -100px; margin-right: -100px; } } @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-course-1-tabs-content-wrap { margin-left: 0px; margin-right: 0px; } } .kd-course-1-tabs-content-wrap .swiper-container { padding-top: 30px; padding-bottom: 50px; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-course-1-tabs-slider-btn { display: flex; justify-content: center; align-items: center; gap: 30px; margin-bottom: 30px; } } .kd-course-1-tabs-slider-btn .kd_course_1_slider_next { position: absolute; right: -25px; top: 50%; transform: translateY(-107%); z-index: 1; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-course-1-tabs-slider-btn .kd_course_1_slider_next { position: unset; transform: unset; } } .kd-course-1-tabs-slider-btn .kd_course_1_slider_prev { position: absolute; left: -25px; top: 50%; transform: translateY(-107%); z-index: 1; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-course-1-tabs-slider-btn .kd_course_1_slider_prev { position: unset; transform: unset; } } .kd-course-1-tabs-slider-btn .kd-slider-btn-1 .icon-1 { color: #000; } .kd-course-1-tabs-slider-btn .kd-slider-btn-1 .icon-1 { color: #fff; } .kd-course-1-tabs-content-all { color: #00342c; font-weight: 600; } .kd-course-1-tabs-content-all a { display: inline-block; transition: 0.4s var(--cube-1); } .kd-course-1-tabs-content-all a:hover { color: var(--kd-clr-sd-1); transform: translateX(3px); } .kd-ratting-1 { font-size: 15px; gap: 5px; color: #ffde00; } /* course-1-end */ /* course-2-start */ .kd-course-2-area { position: relative; z-index: 1; } .kd-course-2-bg-shape-1 { width: 12%; position: absolute; right: 0; bottom: 13%; z-index: -1; } .kd-course-2-line { width: 100%; height: 2px; background: #f5f4f0; } .kd-course-2-scn-title { max-width: 600px; margin-left: auto; margin-right: auto; } .kd-course-2-all-btn { font-size: 20px; color: #00342c; padding-top: 20px; } .kd-course-2-all-btn a { transition: 0.3s var(--cube-1); } .kd-course-2-all-btn a i { display: inline-block; font-size: 18px; margin-left: 5px; transition: 0.3s var(--cube-1); } .kd-course-2-all-btn a:hover { color: var(--kd-clr-sd-1); text-decoration: none; } .kd-course-2-all-btn a:hover i { transform: translateX(3px); } .kd-course-2-card { border: 2px solid rgba(205, 202, 202, 0.2); border-radius: 20px; padding: 20px; margin-bottom: 30px; transition: 0.3s var(--cube-1); } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-course-2-card { padding: 20px 10px; } } .kd-course-2-card .main-img { height: 220px; border-radius: 20px; } .kd-course-2-card .main-img img { transition: transform 500ms; transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1); transform-origin: center center; } .kd-course-2-card .card-content { padding: 25px 30px; padding-bottom: 10px; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) { .kd-course-2-card .card-content { padding: 25px 10px; padding-bottom: 10px; } } @media (max-width: 767px) { .kd-course-2-card .card-content { padding: 25px 10px; padding-bottom: 10px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-course-2-card .card-content { padding: 25px 30px; padding-bottom: 10px; } } .kd-course-2-card .title { font-size: 27px; line-height: 1.29; transition: 0.3s var(--cube-1); margin-bottom: 16px; transform-origin: left; transition: 0.3s var(--cube-1); } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-course-2-card .title { font-size: 22px; } } .kd-course-2-card .title:hover { color: var(--kd-clr-sd-1); transform: scaleX(102%); } .kd-course-2-card .card-rating-vote { display: inline-flex; align-items: center; gap: 30px; padding: 10px 25px; border: 1px #CCCCCC; border-style: dashed; border-radius: 20px; position: relative; z-index: 1; } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-course-2-card .card-rating-vote { padding: 10px 10px; } } .kd-course-2-card .card-rating-vote::after { content: ""; width: 1px; height: 100%; background: transparent; border: 1px #CCCCCC; border-style: dashed; position: absolute; top: 0; left: 62%; } .kd-course-2-card .card-vote { font-size: 17px; } .kd-course-2-card-rating { display: flex; gap: 9px; align-items: center; } .kd-course-2-card-rating .rating-number { font-size: 17px; font-weight: 900; } .kd-course-2-card-rating .star-flex { display: flex; align-items: center; gap: 2px; font-size: 12px; color: #f69800; } .kd-course-2-card .feature-list { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; } .kd-course-2-card .feature-list li { font-size: 16px; position: relative; z-index: 1; } .kd-course-2-card .feature-list li:not(:last-child)::after { content: ""; width: 1px; height: 100%; background: #ccc; position: absolute; top: 0px; right: -14px; } .kd-course-2-card:hover { box-shadow: 0px 7px 81px 0px rgba(32, 28, 29, 0.17); } .kd-course-2-card:hover .main-img img { transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.15) scaleY(1.15); } /* course-2-end */ /* course-3-start */ .kd-course-3-area .kd-course-1-tabs-btn .nav-item .nav-link { color: #fff; } .kd-course-3-area .kd-course-1-tabs-btn .nav-item .nav-link:hover { color: var(--kd-clr-sd-1); } .kd-course-3-area .kd-course-1-tabs-btn .nav-item .nav-link:is(.active) { background-color: var(--kd-clr-sd-1); } .kd-course-3-area .kd-course-1-scn-title { margin-bottom: 20px; } .kd-course-3-area .kd-course-1-bg-img { height: calc(100% - 187px); } .kd-course-3-tabs-content-wrap { border-radius: 20px; background: #fff; padding: 60px 90px; box-shadow: 0px 3px 60px 0px rgba(32, 42, 181, 0.11); } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-course-3-tabs-content-wrap { padding: 60px 30px; } } .kd-course-3-tabs-content { display: grid; grid-template-columns: 1fr 1.4fr; gap: 100px; overflow: hidden; } @media only screen and (min-width: 768px) and (max-width: 991px) { .kd-course-3-tabs-content { grid-template-columns: 1fr 1.1fr; gap: 50px; } } @media (max-width: 767px) { .kd-course-3-tabs-content { grid-template-columns: 1fr; gap: 50px; } } .kd-course-3-tabs-content .item-title { font-size: 31px; margin-bottom: 14px; } .kd-course-3-tabs-content .item-disc { font-size: 19px; line-height: 28px; color: #363539; margin-bottom: 45px; } .kd-course-3-tabs-content .item-subtitle { font-size: 22px; margin-bottom: 16px; } .kd-course-3-tabs-content .feature-list { overflow: hidden; } .kd-course-3-tabs-content .feature-list li { font-size: 14px; line-height: 1; background: var(--kd-clr-pr-1); border-radius: 20px; color: #fff; display: flex; gap: 20px; justify-content: space-between; padding: 11px 15px; max-width: 260px; transform: translate(-100%); transition: 1s var(--cube-1); } .kd-course-3-tabs-content .feature-list li:not(:last-child) { margin-bottom: 6px; } .kd-course-3-tabs-content .feature-list li:nth-child(2) { max-width: 350px; } .kd-course-3-tabs-content .opnity-list { border-radius: 0 60px 60px 0; overflow: hidden; max-width: 350px; } .kd-course-3-tabs-content .opnity-list li { font-size: 16px; line-height: 1; background: #F6F6F6; padding: 12px 30px; transform: translate(-100%); transition: 1s var(--cube-1); } .kd-course-3-tabs-content .opnity-list li:nth-child(2) { background-color: #ECECEC; } .kd-course-3-tabs-content-video { height: 460px; border-radius: 30px; position: relative; z-index: 1; } .kd-course-3-tabs-content-video .btn-position { position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); } .kd-course-3-tabs-content-action { background: var(--kd-clr-sd-1); border-radius: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 50px; max-width: 400px; margin-left: auto; margin-right: auto; position: relative; z-index: 1; margin-top: -150px; transform: translateY(50%); opacity: 0; transition: 1s var(--cube-1); } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-course-3-tabs-content-action { padding: 40px 10px; } } .kd-course-3-tabs-content-action .action-link { line-height: 1.5; font-size: 18px; margin-bottom: 23px; } .kd-course-3-tabs-content-action .kd-pr-btn-1 { background: #fff; } .kd-course-3-tabs-content-action .kd-pr-btn-1:hover { background: var(--kd-clr-pr-1); } .kd-course-3-tabs-content .right-content { position: relative; z-index: 1; } .kd-course-3-tabs-content-il-1 { width: 30%; position: absolute; bottom: 0; left: -120px; z-index: 1; } @media (max-width: 767px) { .kd-course-3-tabs-content-il-1 { display: none; } } .kd-course-3-tabs-content-wrap .tab-pane:is(.show) .kd-course-3-tabs-content .feature-list li { transform: translate(0%); } .kd-course-3-tabs-content-wrap .tab-pane:is(.show) .kd-course-3-tabs-content .opnity-list li { transform: translate(0%); } .kd-course-3-tabs-content-wrap .tab-pane:is(.show) .kd-course-3-tabs-content .opnity-list li:nth-child(2) { transition-delay: 0.3s; } .kd-course-3-tabs-content-wrap .tab-pane:is(.show) .kd-course-3-tabs-content-action { transform: translateY(0%); opacity: 1; } /* course-3-end */ /* course-4-start */ .kd-course-4-item .kd-course-2-card { margin-bottom: 0; } .kd-course-4-item .kd-course-2-card .main-img { height: 200px; border-radius: 15px; position: relative; z-index: 1; } .kd-course-4-item .kd-course-2-card .item-duration { display: inline-block; position: absolute; top: 25px; left: 25px; background: #ebebeb; font-size: 13px; font-weight: 500; padding: 6px 12px; border-radius: 13px; } .kd-course-4-item .kd-course-2-card .item-student { display: inline-block; position: absolute; bottom: 25px; left: 25px; background: #ebebeb; font-size: 13px; font-weight: 500; padding: 6px 12px; border-radius: 13px; } .kd-course-4-item .kd-course-2-card .title { font-size: 24px; margin-bottom: 0px; } .kd-course-4-item .kd-course-2-card .item-disc { font-size: 15px; text-transform: capitalize; font-weight: 500; color: var(--kd-clr-pr-1); } .kd-course-4-item .kd-course-2-card .item-btn { display: inline-block; font-size: 15px; color: var(--kd-clr-h-1); transition: 0.2s var(--cube-1); } .kd-course-4-item .kd-course-2-card .item-btn i { margin-right: 3px; color: var(--kd-clr-pr-1); transition: 0.2s var(--cube-1); } .kd-course-4-item .kd-course-2-card .item-btn:hover { color: var(--kd-clr-sd-1); } .kd-course-4-item .kd-course-2-card .item-btn:hover i { transform: translateX(5px); } .kd-course-4-item .kd-course-2-card:hover { box-shadow: none; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-course-4-slider-btn { display: flex; justify-content: center; align-items: center; gap: 30px; padding-top: 30px; } } .kd-course-4-slider-btn .kd-slider-btn-1 { background: #363539; color: #fff; } .kd-course-4-slider-btn .kd-slider-btn-1 .icon-1 { color: #fff; } .kd-course-4-slider-btn .kd-slider-btn-1 .icon-2 { color: #fff; } .kd-course-4-slider-btn .kd-slider-btn-1:hover { background: var(--kd-clr-sd-1); } .kd-course-4-slider-btn .kd_course_4_slider_next { position: absolute; right: -85px; top: 50%; transform: translateY(-50%); z-index: 1; display: inline-block; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-course-4-slider-btn .kd_course_4_slider_next { position: unset; transform: unset; } } .kd-course-4-slider-btn .kd_course_4_slider_prev { position: absolute; left: -85px; top: 50%; transform: translateY(-50%); z-index: 1; display: inline-block; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-course-4-slider-btn .kd_course_4_slider_prev { position: unset; transform: unset; } } /* course-4-end */ /* course-5-start */ .kd-course-5-item .kd-course-2-card { padding: 0; padding-bottom: 0; margin-bottom: 0; } .kd-course-5-item .kd-course-2-card .main-img { height: 260px; } .kd-course-5-item .kd-course-2-card .card-categorie { display: inline-block; position: absolute; top: 25px; left: 25px; background: white; font-size: 15px; font-weight: 700; color: #232323; border-radius: 15px; padding: 9px 13px; } .kd-course-5-item .kd-course-2-card .card-rating { display: inline-block; position: absolute; right: 25px; bottom: 25px; background: var(--kd-clr-sd-1); font-size: 15px; font-weight: 700; color: #232323; border-radius: 15px; padding: 9px 13px; } .kd-course-5-item .kd-course-2-card .card-content { padding: 30px 40px; } @media only screen and (min-width: 1200px) and (max-width: 1399px) { .kd-course-5-item .kd-course-2-card .card-content { padding: 30px 20px; } } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-course-5-item .kd-course-2-card .card-content { padding: 30px 15px; } } .kd-course-5-item .kd-course-2-card .feature-list { margin-bottom: 16px; } .kd-course-5-item .kd-course-2-card .title { font-size: 25px; line-height: 1.4; color: #3e3f5e; } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-course-5-item .kd-course-2-card .title { font-size: 22px; } } .kd-course-5-item .kd-course-2-card .title:hover { color: var(--kd-clr-sd-1); } .kd-course-5-item .kd-course-2-card .card-author { display: flex; gap: 15px; align-items: center; } .kd-course-5-item .kd-course-2-card .card-author .author-img { flex: 0 0 auto; width: 41px; height: 41px; border-radius: 50%; } .kd-course-5-item .kd-course-2-card .card-author .author-title { font-size: 16px; font-weight: 800; } .kd-course-5-item .kd-course-2-card .author-and-price { display: flex; align-items: center; background: #f8f8f8; border-radius: 26px; padding-left: 7px; gap: 15px; flex-wrap: wrap; justify-content: space-between; } .kd-course-5-item .kd-course-2-card .card-price { background: var(--kd-clr-pr-1); font-size: 19px; border-radius: 26px; padding: 15px 31px; } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-course-5-item .kd-course-2-card .card-price { padding: 7px 10px; } } .kd-course-5-item .kd-course-2-card:hover { box-shadow: none; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-course-5-slider-btn { display: flex; justify-content: center; align-items: center; gap: 30px; padding-top: 30px; } } .kd-course-5-slider-btn .kd-slider-btn-1 { background: #363539; color: #fff; } .kd-course-5-slider-btn .kd-slider-btn-1 .icon-1 { color: #fff; } .kd-course-5-slider-btn .kd-slider-btn-1 .icon-2 { color: #fff; } .kd-course-5-slider-btn .kd-slider-btn-1:hover { background: var(--kd-clr-sd-1); } .kd-course-5-slider-btn .kd_course_5_slider_next { position: absolute; right: -85px; top: 50%; transform: translateY(-50%); z-index: 1; display: inline-block; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-course-5-slider-btn .kd_course_5_slider_next { position: unset; transform: unset; } } .kd-course-5-slider-btn .kd_course_5_slider_prev { position: absolute; left: -85px; top: 50%; transform: translateY(-50%); z-index: 1; display: inline-block; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-course-5-slider-btn .kd_course_5_slider_prev { position: unset; transform: unset; } } /* course-5-end */ /* choose-us-1-start */ .kd-choose-us-1-area { position: relative; z-index: 1; } @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-choose-us-1-area { padding-bottom: 60px; } } .kd-choose-us-1-bg-shape { width: 77%; height: 360px; background: #241442; position: absolute; right: 0; bottom: 0; border-radius: 158px 0 0 158px; z-index: -1; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-choose-us-1-bg-shape { width: 100%; height: 500px; border-radius: 0; } } .kd-choose-us-1-left { padding-right: 80px; position: relative; z-index: 1; margin-left: -110px; } @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) { .kd-choose-us-1-left { margin-left: 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-choose-us-1-left { margin-left: 0px; padding-right: 0; margin-bottom: 50px; } } .kd-choose-us-1-img { border-radius: 50%; border: 12px solid #fff; } .kd-choose-us-1-img-il-1 { position: absolute; right: 30px; top: 20px; box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.06); width: 34%; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-choose-us-1-img-il-1 { right: 0px; } } .kd-choose-us-1-img-il-2 { box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.06); position: absolute; bottom: 100px; left: -50px; width: 47%; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-choose-us-1-img-il-2 { left: 0px; } } .kd-choose-us-1-bg-shape-1 { position: absolute; top: -20px; left: -20px; z-index: -1; width: 42%; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-choose-us-1-bg-shape-1 { left: 0px; } } .kd-choose-us-1-right { margin-left: -20px; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-choose-us-1-right { margin-left: 0px; } } .kd-choose-us-1-right .inner-div { display: grid; grid-template-columns: 1fr 1.2fr; gap: 30px; align-items: center; } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-choose-us-1-right .inner-div { grid-template-columns: 1fr; } } .kd-choose-us-1-scn-title { margin-bottom: 100px; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-choose-us-1-scn-title { margin-bottom: 50px; } } @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) { .kd-choose-us-1-feature-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; } } .kd-choose-us-1-feature { display: flex; gap: 18px; } .kd-choose-us-1-feature:not(:last-child) { margin-bottom: 40px; } .kd-choose-us-1-feature .icon { width: 65px; } .kd-choose-us-1-feature .title { font-size: 24px; margin-bottom: 6px; } @media (max-width: 767px) { .kd-choose-us-1-feature .title { font-size: 20px; } } .kd-choose-us-1-feature .disc { font-size: 17px; line-height: 27px; color: #9192a6; } .kd-choose-us-1-feature:hover .icon img { animation: 1s kd-jello; } /* choose-us-1-end */ /* choose-us-2-start */ .kd-choose-us-3-img { border-radius: 0 0 500px 500px; text-align: center; position: relative; z-index: 1; } .kd-choose-us-3-img::after { content: ""; width: 100%; height: 92%; position: absolute; bottom: 0; left: 0; border-radius: 420px; background: #ffffff; z-index: -1; transform: translateY(100%); transition: 1s var(--cube-1); } .kd-choose-us-3-img img { transform: translateY(100%); transition: 1s ease-in-out; } .kd-choose-us-3-img:is(.active)::after { transform: translateY(0); } .kd-choose-us-3-img:is(.active) img { transform: translateY(0); transition-delay: 0.5s; } .kd-choose-us-3-left { position: relative; z-index: 1; padding-left: 70px; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-choose-us-3-left { margin-bottom: 70px; } } .kd-choose-us-3-tabs-btn { background: var(--kd-clr-sd-1); box-shadow: 0px 3px 95px 0px rgba(0, 0, 0, 0.2); border-radius: 80px; padding: 70px 35px; display: inline-block; position: absolute; bottom: -20px; left: 0; z-index: 1; } .kd-choose-us-3-tabs-btn .nav-link { font-size: 18px; color: #000; background: transparent; transition: 0.3s var(--cube-1); } .kd-choose-us-3-tabs-btn .nav-link i { margin-right: 3px; transition: 0.3s var(--cube-1); } .kd-choose-us-3-tabs-btn .nav-link:not(:last-child) { margin-bottom: 16px; } .kd-choose-us-3-tabs-btn .nav-link:is(.active) { color: var(--kd-clr-pr-1); } .kd-choose-us-3-tabs-btn .nav-link:hover { color: var(--kd-clr-pr-1); } .kd-choose-us-3-tabs-btn .nav-link:hover i { transform: translateX(3px); } .kd-choose-us-3-tabs-content { padding-left: 30px; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-choose-us-3-tabs-content { padding-left: 0px; } } .kd-choose-us-3-tabs-content-single .disc { max-width: 580px; margin-bottom: 32px; color: #d7d7d7; } .kd-choose-us-3-tabs-content-single .list-title { color: var(--kd-clr-sd-1); font-size: 24px; margin-bottom: 20px; } .kd-choose-us-3-tabs-content-single .list-title img { width: 22px; margin-right: 3px; } .kd-choose-us-3-tabs-content-single .kd-list-1 { margin-bottom: 40px; } .kd-choose-us-3-tabs-content-single .kd-list-1 li { color: #fff; display: flex; align-items: center; gap: 7px; } .kd-choose-us-3-tabs-content-single .kd-list-1 li i { font-size: 24px; color: #000; } /* choose-us-2-end */ /* services-1-start */ .kd-services-1-scn-title .disc { max-width: 400px; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-services-1-left { margin-bottom: 50px; } } .kd-services-1-card-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } @media (max-width: 767px) { .kd-services-1-card-wrap { grid-template-columns: 1fr; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-services-1-card-wrap { grid-template-columns: 1fr 1fr; } } .kd-services-1-card-wrap .gird-col-2 { padding-top: 50px; } @media (max-width: 767px) { .kd-services-1-card-wrap .gird-col-2 { padding-top: 0px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-services-1-card-wrap .gird-col-2 { padding-top: 50px; } } .kd-services-1-card { border-style: solid; border-width: 1px; border-color: rgb(238, 238, 238); border-radius: 20px; padding: 50px 60px; margin-bottom: 20px; box-shadow: 0px 0px 40px 0px rgba(94, 92, 154, 0.06); background-color: #fff; } @media only screen and (min-width: 1200px) and (max-width: 1399px) { .kd-services-1-card { padding: 40px 30px; } } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-services-1-card { padding: 40px 20px; } } .kd-services-1-card .icon { width: 70px; margin-bottom: 21px; } .kd-services-1-card .title { font-size: 26px; margin-bottom: 16px; transition: 0.2s var(--cube-1); } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-services-1-card .title { font-size: 22px; } } .kd-services-1-card .title:hover { color: var(--kd-clr-sd-1); letter-spacing: 0.3px; } .kd-services-1-card .disc { font-size: 17px; line-height: 27px; } .kd-services-1-card:hover .icon { animation: 1s kd-jello; } /* services-1-end */ /* services-2-start */ .kd-services-2-content { margin-bottom: 30px; } .kd-services-2-scn-btn { display: inline-block; font-family: var(--kd-font-pr-1); text-transform: capitalize; font-weight: 800; color: var(--kd-clr-h-1); font-size: 18px; transition: 0.2s var(--cube-1); } .kd-services-2-scn-btn i { margin-left: 3px; transition: 0.2s var(--cube-1); } .kd-services-2-scn-btn:hover { color: var(--kd-clr-sd-1); } .kd-services-2-scn-btn:hover i { transform: translateX(3px); } .kd-services-2-card { background: #fff; box-shadow: 0px 7px 46px 0px rgba(32, 28, 29, 0.03); border-radius: 20px; padding: 50px 50px; padding-bottom: 35px; margin-bottom: 30px; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-services-2-card { padding: 50px 30px; } } .kd-services-2-card .icon-wrap { gap: 20px; margin-bottom: 32px; } .kd-services-2-card .icon { width: 62px; } .kd-services-2-card .course { display: inline-block; font-size: 14px; color: #282828; background: #f3fffe; border-radius: 21px; padding: 15px 26px; } .kd-services-2-card .card-title { font-size: 23px; transition: 0.2s var(--cube-1); transform-origin: left; margin-bottom: 6px; } .kd-services-2-card .card-title:hover { color: var(--kd-clr-sd-1); transform: scaleX(103%); } .kd-services-2-card .disc { font-size: 18px; font-weight: 500; line-height: 26px; } .kd-services-2-card:hover .icon { animation: 1s kd-jello; } /* services-2-end */ /* services-3-start */ .kd-services-3-item { border-radius: 25px; box-shadow: 0px 7px 54px 0px rgba(32, 28, 29, 0.05); text-align: center; padding: 60px 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-services-3-item { padding: 60px 20px; } } .kd-services-3-item .icon { width: 80px; margin-left: auto; margin-right: auto; margin-bottom: 42px; } .kd-services-3-item .title { font-size: 24px; transition: 0.2s var(--cube-1); margin-bottom: 20px; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-services-3-item .title { font-size: 22px; } } .kd-services-3-item .title:hover { color: var(--kd-clr-sd-1); transform: scaleX(102%); } .kd-services-3-item .disc { font-size: 17px; line-height: 26px; color: #797a84; } .kd-services-3-item:hover .icon img { animation: 1s kd-jello; } .kd-services-3-slider { position: relative; z-index: 1; } .kd-services-3-slider .swiper-container { margin-right: -40px; margin-left: -40px; padding-top: 20px; padding-left: 40px; padding-right: 40px; padding-bottom: 40px; } .kd-services-3-slider .swiper-container .swiper-slide { transition: 1s; } .kd-services-3-slider .swiper-container .swiper-slide:is(.swiper-slide-prev) { opacity: 0; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-services-3-slider-btn { display: flex; justify-content: center; align-items: center; gap: 30px; } } .kd-services-3-slider-btn .kd-slider-btn-1 { background: #363539; color: #fff; } .kd-services-3-slider-btn .kd-slider-btn-1 .icon-1 { color: #fff; } .kd-services-3-slider-btn .kd-slider-btn-1 .icon-2 { color: #fff; } .kd-services-3-slider-btn .kd-slider-btn-1:hover { background: var(--kd-clr-sd-1); } .kd-services-3-slider-btn .kd_services_3_slider_next { position: absolute; right: -85px; top: 50%; transform: translateY(-50%); z-index: 1; display: inline-block; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-services-3-slider-btn .kd_services_3_slider_next { position: unset; transform: unset; } } .kd-services-3-slider-btn .kd_services_3_slider_prev { position: absolute; left: -85px; top: 50%; transform: translateY(-50%); z-index: 1; display: inline-block; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-services-3-slider-btn .kd_services_3_slider_prev { position: unset; transform: unset; } } /* services-3-end */ /* testimonial-1-start */ .kd-testimonial-1-area { position: relative; z-index: 1; padding-top: 120px; padding-bottom: 200px; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-testimonial-1-left { margin-bottom: 50px; } } .kd-testimonial-1-item { display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; border-radius: 20px; overflow: hidden; background: #fff; } @media (max-width: 767px) { .kd-testimonial-1-item { grid-template-columns: 1fr; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-testimonial-1-item { grid-template-columns: 1fr 1.2fr; } } .kd-testimonial-1-item .main-img { height: 415px; } .kd-testimonial-1-item .item-content { position: relative; z-index: 1; padding: 30px 60px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-testimonial-1-item .item-content { padding: 30px 20px; } } @media (max-width: 767px) { .kd-testimonial-1-item .item-content { padding: 30px 20px; } } .kd-testimonial-1-item .item-content .icon { font-size: 80px; line-height: 1; color: #000; position: absolute; right: 80px; top: -10px; } .kd-testimonial-1-item .kd-ratting-1 { font-size: 12px; color: #fff; background: #ef991f; padding: 10px 20px; border-radius: 17px; margin-bottom: 20px; transform: translateX(100px); opacity: 0; transition: 0.5s var(--cube-1); } .kd-testimonial-1-item .item-comment { font-size: 19px; line-height: 27px; font-weight: 600; color: #9192a6; margin-bottom: 35px; transform: translateX(100px); opacity: 0; transition: 0.5s var(--cube-1); } .kd-testimonial-1-item-author { gap: 15px; transform: translateX(100px); opacity: 0; transition: 0.5s var(--cube-1); } .kd-testimonial-1-item-author .author-img { width: 55px; height: 55px; border-radius: 50%; } .kd-testimonial-1-item-author .name { font-size: 20px; } .kd-testimonial-1-item-author .bio { font-size: 16px; line-height: 27px; } .kd-testimonial-1-slider { padding-left: 40px; position: relative; z-index: 1; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-testimonial-1-slider { padding-left: 0px; } } .kd-testimonial-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .kd-testimonial-1-item .kd-ratting-1 { transform: translateX(0); opacity: 1; transition-delay: 0.3s; } .kd-testimonial-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .kd-testimonial-1-item .item-comment { transform: translateX(0); opacity: 1; transition-delay: 0.5s; } .kd-testimonial-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .kd-testimonial-1-item-author { transform: translateX(0); opacity: 1; transition-delay: 0.7s; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-testimonial-1-slider-btn { display: flex; justify-content: center; align-items: center; gap: 30px; padding-top: 30px; } } .kd-testimonial-1-slider-btn .kd-slider-btn-1 { background: #363539; color: #fff; } .kd-testimonial-1-slider-btn .kd-slider-btn-1 .icon-1 { color: #fff; } .kd-testimonial-1-slider-btn .kd-slider-btn-1 .icon-2 { color: #fff; } .kd-testimonial-1-slider-btn .kd-slider-btn-1:hover { background: var(--kd-clr-sd-1); } .kd-testimonial-1-slider-btn .kd_testimonial_1_slider_next { position: absolute; right: -25px; top: 50%; transform: translateY(-50%); z-index: 1; display: inline-block; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-testimonial-1-slider-btn .kd_testimonial_1_slider_next { position: unset; transform: unset; } } .kd-testimonial-1-slider-btn .kd_testimonial_1_slider_prev { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); z-index: 1; display: inline-block; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-testimonial-1-slider-btn .kd_testimonial_1_slider_prev { position: unset; transform: unset; } } /* testimonial-1-end */ /* testimonial-2-start */ .kd-t-child-1-area { margin-top: -70px; position: relative; z-index: 1; } .kd-t-child-1-wrap { background: #f5f4f0; border-radius: 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 50px 70px; } @media only screen and (min-width: 1200px) and (max-width: 1399px) { .kd-t-child-1-wrap { border-radius: 70px; gap: 40px; padding: 50px 40px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-t-child-1-wrap { border-radius: 30px; gap: 30px; padding: 50px 40px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .kd-t-child-1-wrap { border-radius: 50px; grid-template-columns: 1fr; gap: 50px; padding: 50px 40px; } } @media (max-width: 767px) { .kd-t-child-1-wrap { border-radius: 50px; grid-template-columns: 1fr; gap: 50px; padding: 50px 20px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-t-child-1-wrap { border-radius: 50px; grid-template-columns: 1fr; gap: 50px; padding: 50px 40px; } } .kd-t-child-1-content .title { font-size: 38px; line-height: 1.31; margin-bottom: 17px; } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-t-child-1-content .title { font-size: 30px; } } .kd-t-child-1-content .subtitle { font-size: 20px; margin-bottom: 18px; } .kd-t-child-1-brand { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; } .kd-t-child-1-brand .item { width: 140px; } .kd-t-child-1-reating-item-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; align-items: start; } @media (max-width: 767px) { .kd-t-child-1-reating-item-wrap { grid-template-columns: 1fr; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-t-child-1-reating-item-wrap { grid-template-columns: 1fr 1fr; } } .kd-t-child-1-reating-item { background: #fff; border-radius: 60px; padding: 50px 50px; padding-bottom: 35px; } @media only screen and (min-width: 1200px) and (max-width: 1399px) { .kd-t-child-1-reating-item { padding: 50px 30px; padding-bottom: 35px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-t-child-1-reating-item { padding: 50px 20px; padding-bottom: 35px; } } @media (max-width: 767px) { .kd-t-child-1-reating-item { padding: 50px 20px; padding-bottom: 35px; } } .kd-t-child-1-reating-item .number { font-size: 75px; line-height: 1; margin-bottom: 17px; } .kd-t-child-1-reating-item .reating { font-size: 15px; line-height: 1; display: flex; align-items: center; gap: 6px; color: #fc462b; margin-bottom: 17px; } .kd-t-child-1-reating-item .reating:is(.has-clr-yollow) { color: #F69900; } .kd-t-child-1-reating-item .title { font-size: 20px; margin-bottom: 0px; } .kd-t-child-1-reating-item .disc { font-size: 15px; font-weight: 500; text-transform: capitalize; color: #282828; } /* testimonial-2-end */ /* cta-1-start */ .kd-cta-1-area { margin-top: -130px; position: relative; z-index: 1; } .kd-cta-1-wrap { border-radius: 20px; overflow: hidden; background: #282568; display: grid; grid-template-columns: 1fr 1fr 0.8fr; gap: 50px; align-items: center; padding-left: 60px; } @media only screen and (min-width: 1200px) and (max-width: 1399px) { .kd-cta-1-wrap { padding-left: 30px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-cta-1-wrap { padding-left: 30px; gap: 30px; } } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-cta-1-wrap { grid-template-columns: 1fr; padding-left: 0px; padding: 50px 30px; gap: 30px; } } .kd-cta-1-wrap .title { font-size: 36px; line-height: 1.11; margin-bottom: 23px; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) { .kd-cta-1-wrap .title { font-size: 30px; } } @media (max-width: 767px) { .kd-cta-1-wrap .title { font-size: 26px; } } .kd-cta-1-wrap .main-img { -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%); clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%); height: 250px; } .kd-cta-1-action { display: flex; align-items: center; gap: 10px; } .kd-cta-1-action .icon { width: 54px; height: 54px; border-radius: 50%; background: var(--kd-clr-sd-1); color: #fff; font-size: 18px; } .kd-cta-1-action .title { font-size: 15px; line-height: 1; margin-bottom: 5px; } .kd-cta-1-action .action-link { font-size: 25px; line-height: 1; transition: 0.2s var(--cube-1); } .kd-cta-1-action .action-link:hover { color: var(--kd-clr-sd-1); letter-spacing: 0.5px; } .kd-cta-1-action:hover .icon { animation: 1s kd-jello; } .kd-counter-1-item-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; position: relative; z-index: 1; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-counter-1-item-wrap { max-width: 400px; } } .kd-counter-1-item-wrap::after { content: ""; width: 2px; height: 100%; background-color: #7874fe; position: absolute; top: 0; left: 50%; transform: translateX(-50%); } @media (max-width: 767px) { .kd-counter-1-item-wrap::after { display: none; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-counter-1-item-wrap::after { display: block; } } .kd-counter-1-item .item-number { font-size: 60px; line-height: 1; margin-bottom: 3px; } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-counter-1-item .item-number { font-size: 40px; } } .kd-counter-1-item .disc { font-size: 16px; line-height: 27px; } /* cta-1-end */ /* cta-2-start */ @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-cta-2-content { margin-bottom: 50px; } } .kd-cta-2-content .kd-list-1 { grid-template-columns: 1fr; margin-bottom: 40px; } .kd-cta-2-content .contact-item-flex { gap: 40px; } .kd-cta-2-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 60px 55px; border-radius: 20px; align-items: flex-start; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-cta-2-form { grid-template-columns: 1fr; } } @media (max-width: 767px) { .kd-cta-2-form { grid-template-columns: 1fr; padding: 60px 25px; } } .kd-cta-2-form-input { font-family: var(--kd-font-pr-1); font-weight: 700; font-size: 15px; color: #fff; background: #00625c; border-radius: 30px; border: none; outline: none; height: 58px; padding: 0 33px; width: 100%; } .kd-cta-2-form input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; appearance: none; margin: 0; } .kd-cta-2-form-btn { background: #191717; height: 58px; } .kd-cta-2-form .has-full-width { grid-column: 1/-1; } /* cta-2-end */ /* video-course-1-start */ .kd-video-course-1-video { position: relative; z-index: 1; border-radius: 20px; } .kd-video-course-1-video img { transition: transform 500ms; transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1); transform-origin: center center; } .kd-video-course-1-video::after { content: ""; width: 100%; height: 100%; background: var(--kd-clr-pr-1); position: absolute; top: 0; left: 0; mix-blend-mode: multiply; opacity: 0.3; } .kd-video-course-1-video .btn-position { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; } .kd-video-course-1-video:hover img { transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.15) scaleY(1.15); } .kd-video-course-1-tabs-content { position: relative; z-index: 1; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-video-course-1-slider-btn { display: flex; justify-content: center; align-items: center; gap: 30px; padding-top: 30px; } } .kd-video-course-1-slider-btn .kd-slider-btn-1 { background: #363539; color: #fff; } .kd-video-course-1-slider-btn .kd-slider-btn-1 .icon-1 { color: #fff; } .kd-video-course-1-slider-btn .kd-slider-btn-1 .icon-2 { color: #fff; } .kd-video-course-1-slider-btn .kd-slider-btn-1:hover { background: var(--kd-clr-sd-1); } .kd-video-course-1-slider-btn .kd_video-course_1_slider_next { position: absolute; right: -70px; top: 50%; transform: translateY(-50%); z-index: 1; display: inline-block; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-video-course-1-slider-btn .kd_video-course_1_slider_next { position: unset; transform: unset; } } .kd-video-course-1-slider-btn .kd_video-course_1_slider_prev { position: absolute; left: -70px; top: 50%; transform: translateY(-50%); z-index: 1; display: inline-block; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-video-course-1-slider-btn .kd_video-course_1_slider_prev { position: unset; transform: unset; } } .kd-video-course-1-tabs-btn { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; flex-wrap: wrap; } @media only screen and (min-width: 768px) and (max-width: 991px) { .kd-video-course-1-tabs-btn { grid-template-columns: 1fr 1fr; } } @media (max-width: 767px) { .kd-video-course-1-tabs-btn { grid-template-columns: 1fr; } } .kd-video-course-1-trainer { background: transparent; } .kd-video-course-1-trainer .item-line { display: block; width: 100%; height: 2px; background: #DBDBDB; position: relative; z-index: 1; margin-bottom: 30px; } .kd-video-course-1-trainer .item-line::after { content: ""; width: 0%; height: 100%; background: var(--kd-clr-pr-1); position: absolute; top: 0; left: 0; transition: 0.5s var(--cube-1); } .kd-video-course-1-trainer .trainer-wrap { gap: 18px; } .kd-video-course-1-trainer .trainer-img { width: 80px; height: 80px; border-radius: 50%; flex: 0 0 auto; } .kd-video-course-1-trainer .trainer-content { text-align: left; } .kd-video-course-1-trainer .name { font-size: 26px; } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-video-course-1-trainer .name { font-size: 22px; } } .kd-video-course-1-trainer .disc { font-size: 16px; line-height: 27px; color: #797a84; } .kd-video-course-1-trainer:is(.active) .item-line::after { width: 100%; } .kd-video-course-1-trainer:hover .trainer-img { animation: 1s kd-jello; } /* video-course-1-end */ /* video-course-2-start */ .kd-video-course-3-content { margin-bottom: 30px; } .kd-video-course-3-item { height: 380px; border-radius: 20px; margin-bottom: 30px; } .kd-video-course-3-item img { transition: transform 500ms; transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1); transform-origin: center center; } .kd-video-course-3-item .btn-position { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .kd-video-course-3-item:hover img { transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.15) scaleY(1.15); } /* video-course-2-end */ /* blog-1-start */ .kd-blog-1-area { position: relative; z-index: 1; } .kd-blog-1-bg-img { position: absolute; top: 0; left: 0; width: 100%; height: calc(100% - 310px); z-index: -1; } .kd-blog-1-card { overflow: hidden; border-radius: 20px; margin-bottom: 30px; box-shadow: 0px 7px 81px 0px rgba(32, 28, 29, 0.07); } .kd-blog-1-card .main-img { height: 265px; } .kd-blog-1-card .main-img img { transition: transform 500ms; transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1); transform-origin: center center; } .kd-blog-1-card .author-img { width: 35px; height: 35px; border-radius: 50%; flex: 0 0 auto; } .kd-blog-1-card .card-content { background: #fff; padding: 40px 40px; padding-top: 0; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-blog-1-card .card-content { padding: 40px 15px; } } .kd-blog-1-card-meta { background: #f8fafa; padding: 15px 23px; border-radius: 35px; margin-bottom: 17px; margin-top: -20px; position: relative; z-index: 1; } .kd-blog-1-card-meta-author { display: flex; align-items: center; gap: 6px; } .kd-blog-1-card-meta-author .author-name { font-size: 18px; } .kd-blog-1-card-meta-love { font-size: 18px; } .kd-blog-1-card-meta-love i { margin-right: 5px; } .kd-blog-1-card .card-title { font-size: 27px; line-height: 1.29; margin-bottom: 5px; transform-origin: left; transition: 0.2s var(--cube-1); } @media only screen and (min-width: 1200px) and (max-width: 1399px) { .kd-blog-1-card .card-title { font-size: 24px; } } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-blog-1-card .card-title { font-size: 22px; } } .kd-blog-1-card .card-title:hover { color: var(--kd-clr-sd-1); transform: scaleX(103%); } .kd-blog-1-card .card-disc { font-weight: 500; font-size: 19px; line-height: 27px; color: #797a84; } .kd-blog-1-card:hover .main-img img { transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.15) scaleY(1.15); } /* blog-1-end */ /* blog-2-start */ .kd-blog-2-card { box-shadow: 0px 7px 81px 0px rgba(32, 28, 29, 0.07); border-radius: 20px; background: #fff; margin-bottom: 30px; } .kd-blog-2-card-author { padding: 20px 30px; display: flex; align-items: center; gap: 7px; flex-wrap: wrap; } .kd-blog-2-card-author .author-img { width: 36px; height: 36px; border-radius: 50%; flex: 0 0 auto; } .kd-blog-2-card-author .author-name { font-size: 18px; } .kd-blog-2-card-author .author-love { font-size: 16px; margin-left: auto; } .kd-blog-2-card .main-img { height: 265px; } .kd-blog-2-card .main-img img { transition: transform 500ms; transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1); transform-origin: center center; } .kd-blog-2-card .card-title { font-size: 27px; line-height: 1.29; transition: 0.2s var(--cube-1); transform-origin: left; margin-bottom: 8px; } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-blog-2-card .card-title { font-size: 24px; } } .kd-blog-2-card .card-title:hover { color: var(--kd-clr-sd-1); transform: scaleX(103%); -webkit-transform: scaleX(103%); -moz-transform: scaleX(103%); -ms-transform: scaleX(103%); -o-transform: scaleX(103%); } .kd-blog-2-card .card-content { padding: 35px 50px; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-blog-2-card .card-content { padding: 35px 20px; } } .kd-blog-2-card .card-disc { font-size: 19px; line-height: 26px; font-weight: 600; color: #797a84; } .kd-blog-2-card:hover .main-img img { transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.15) scaleY(1.15); } /* blog-2-end */ /* blog-3-start */ .kd-blog-3-content { margin-bottom: 30px; } .kd-blog-3-card { box-shadow: 0px 30px 160px 0px rgba(0, 0, 0, 0.15); overflow: hidden; border-radius: 20px; margin-bottom: 30px; } .kd-blog-3-card .blog-img { height: 250px; } .kd-blog-3-card .blog-img img { transition: transform 500ms; transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1); transform-origin: center center; } .kd-blog-3-card .blog-title { font-size: 24px; line-height: 1.45; color: #252525; margin-bottom: 14px; transition: 0.2s var(--cube-1); } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-blog-3-card .blog-title { font-size: 22px; } } .kd-blog-3-card .blog-title:hover { color: var(--kd-clr-sd-1); } .kd-blog-3-card .card-content { padding: 30px 35px; } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-blog-3-card .card-content { padding: 30px 15px; } } .kd-blog-3-card .blog-author { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 30px; background: transparent; padding: 12px 0px; border-radius: 20px; position: relative; z-index: 1; margin-bottom: 20px; } .kd-blog-3-card .blog-author::after { content: ""; width: 100%; height: 100%; background: #ebebeb; position: absolute; left: -50px; top: 0; z-index: -1; border-radius: 20px; } @media only screen and (min-width: 1200px) and (max-width: 1399px) { .kd-blog-3-card .blog-author::after { width: 110%; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-blog-3-card .blog-author::after { width: 115%; } } @media (max-width: 767px) { .kd-blog-3-card .blog-author::after { width: 115%; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-blog-3-card .blog-author::after { width: 100%; } } .kd-blog-3-card .blog-author li { font-size: 15px; font-weight: 700; color: #8799a3; } .kd-blog-3-card .blog-author li:nth-child(1) { color: #4c40f6; } .kd-blog-3-card .blog-author li i { margin-right: 3px; } .kd-blog-3-card .blog-disc { font-size: 19px; line-height: 28px; color: var(--kd-clr-h-1); font-weight: 500; } .kd-blog-3-card:hover img { transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.15) scaleY(1.15); } /* blog-3-end */ /* client-1-start */ .kd-client-1-wrap .title { font-size: 30px; margin-bottom: 43px; } .kd-client-1-item-wrap { max-width: 1085px; margin-left: auto; margin-right: auto; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; gap: 18px; } @media (max-width: 767px) { .kd-client-1-item-wrap { grid-template-columns: 1fr 1fr; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-client-1-item-wrap { grid-template-columns: 1fr 1fr 1fr; } } .kd-client-1-item { display: flex; align-items: center; justify-content: center; height: 95px; border: 1px solid #c8c8c8; border-radius: 30px; padding: 15px; background: #fff; } /* client-1-end */ /* client-2-start */ .kd-client-2-slider .swiper-container .swiper-wrapper { justify-content: space-between; } .kd-client-2-item { width: 100%; height: 100px; padding: 20px; } .kd-client-2-item img { flex: 0 0 auto; width: 35%; opacity: 0.5; transition: 0.3s var(--cube-1); } .kd-client-2-item:hover img { animation: 1s kd-jello; opacity: 1; } /* client-2-end */ /* client-3-start */ .kd-client-3-area { position: relative; z-index: 1; margin-top: -165px; } .kd-client-3-row { background: #fff; border-radius: 110px; padding: 30px 65px; display: grid; grid-template-columns: 1fr 2.8fr; gap: 60px; align-content: center; box-shadow: 0px 3px 60px 0px rgba(32, 42, 181, 0.11); } @media only screen and (min-width: 1200px) and (max-width: 1399px) { .kd-client-3-row { grid-template-columns: 1fr 2.2fr; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-client-3-row { grid-template-columns: 1fr 2fr; gap: 30px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .kd-client-3-row { border-radius: 80px; padding: 50px 45px; display: grid; grid-template-columns: 1fr; gap: 50px; } } @media (max-width: 767px) { .kd-client-3-row { border-radius: 80px; padding: 50px 45px; display: grid; grid-template-columns: 1fr; gap: 50px; padding: 30px 20px; border-radius: 50px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-client-3-row { border-radius: 80px; padding: 50px 45px; display: grid; grid-template-columns: 1fr; gap: 50px; padding: 30px 65px; border-radius: 110px; } } .kd-client-3-content { align-self: center; } .kd-client-3-content .kd-section-title-1 { font-size: 35px; line-height: 1.09; margin-bottom: 0; } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-client-3-content .kd-section-title-1 { font-size: 30px; } } .kd-client-3-logo { height: 80px; padding: 10px; display: flex; justify-content: center; align-items: center; border-bottom: 1px solid #F4F4F4; border-right: 1px solid #F4F4F4; transition: 0.3s var(--cube-1); } .kd-client-3-logo-row { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; align-items: center; overflow: hidden; } @media (max-width: 767px) { .kd-client-3-logo-row { grid-template-columns: 1fr 1fr; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-client-3-logo-row { grid-template-columns: 1fr 1fr 1fr; } } @media (max-width: 767px) { .kd-client-3-logo { border-top: 1px solid #F4F4F4; border-left: 1px solid #F4F4F4; } } .kd-client-3-logo img { opacity: 0.5; transition: 0.3s var(--cube-1); } @media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) { .kd-client-3-logo:is(.border-right-none) { border-right: none; } } @media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) { .kd-client-3-logo:is(.border-bottom-none) { border-bottom: none; } } .kd-client-3-logo:hover img { opacity: 1; animation: 1s kd-jello; } /* client-3-end */ /* price-1-start */ .kd-price-1-area { position: relative; z-index: 1; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-price-1-area { padding-top: 80px; } } .kd-price-1-bg-img { position: absolute; bottom: 0; left: 0; width: 100%; height: calc(100% - 145px); z-index: -1; } @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-price-1-bg-img { height: calc(100% - 0px); } } .kd-price-1-row { display: grid; grid-template-columns: 1.8fr 1fr; gap: 45px; margin-left: -220px; align-items: end; } @media only screen and (min-width: 1600px) and (max-width: 1799px) { .kd-price-1-row { margin-left: -100px; } } @media only screen and (min-width: 1400px) and (max-width: 1599px) { .kd-price-1-row { margin-left: 0px; grid-template-columns: 1.5fr 1fr; } } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-price-1-row { margin-left: 0px; grid-template-columns: 1fr; } } .kd-price-1-left { display: flex; align-items: center; gap: 20px; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-price-1-left { flex-wrap: wrap; } } .kd-price-1-tabs-btn { flex: 0 0 auto; } .kd-price-1-tabs-btn .nav-item:not(:last-child) { margin-bottom: 28px; } .kd-price-1-tabs-btn .nav-link { background: transparent; display: flex; align-items: center; flex: 0 0 auto; font-size: 20px; gap: 10px; transition: 0.3s var(--cube-1); } .kd-price-1-tabs-btn .nav-link:is(.active) { color: var(--kd-clr-sd-1); } .kd-price-1-tabs-btn .nav-link:hover { color: var(--kd-clr-sd-1); } .kd-price-1-tabs-content-wrap { position: relative; z-index: 1; } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) { .kd-price-1-tabs-content-wrap { display: grid; grid-template-columns: 1fr auto; } } .kd-price-1-tabs-content-wrap .left-img { max-width: 470px; overflow: hidden; } @media only screen and (min-width: 1400px) and (max-width: 1599px) { .kd-price-1-tabs-content-wrap .left-img { max-width: 380px; } } .kd-price-1-tabs-content-wrap .left-img img { transform: translateY(100%); transition: 1s ease-in-out; } .kd-price-1-tabs-content-wrap .table-position { position: absolute; left: 72%; top: 50%; width: 100%; transition: 1s ease-in-out; } @media only screen and (min-width: 1600px) and (max-width: 1799px) { .kd-price-1-tabs-content-wrap .table-position { left: 55%; } } @media only screen and (min-width: 1400px) and (max-width: 1599px) { .kd-price-1-tabs-content-wrap .table-position { left: 43%; } } @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-price-1-tabs-content-wrap .table-position { left: 43%; position: unset; } } .kd-price-1-tabs-content .tab-pane:is(.show) .left-img img { transform: translateY(0%); } .kd-price-1-tabs-content .tab-pane:is(.show) .table-position { top: 10%; } .kd-price-1-table { max-width: 370px; background: #222237; padding: 35px 45px; border-radius: 15px; position: relative; z-index: 1; } @media (max-width: 767px) { .kd-price-1-table { padding: 35px 15px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-price-1-table { padding: 35px 45px; } } .kd-price-1-table::after { content: ""; width: 50px; height: 50px; background: #222237; position: absolute; top: 100%; left: 70px; clip-path: polygon(0 0, 100% 0, 0% 100%); } .kd-price-1-table .table-subtitle { font-size: 14px; color: #fff; background: #2a2a43; display: inline-block; border-radius: 15px; padding: 7px 19px; margin-bottom: 3px; } .kd-price-1-table .table-title { font-size: 24px; line-height: 1.41; border-bottom: 1px solid #373754; padding-bottom: 10px; margin-bottom: 14px; } .kd-price-1-table .table-plan { font-size: 18px; margin-bottom: 11px; } .kd-price-1-table-feature-item { border-radius: 20px; border: 3px solid; border-color: transparent; padding: 15px 40px; display: flex; gap: 9px; align-items: self-start; background: #2a2a43; cursor: pointer; transition: 0.5s var(--cube-1); } @media (max-width: 767px) { .kd-price-1-table-feature-item { padding: 15px 20px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-price-1-table-feature-item { padding: 15px 40px; } } .kd-price-1-table-feature-item:not(:last-child) { margin-bottom: 10px; } .kd-price-1-table-feature-item .feature-item-redius { display: block; flex: 0 0 auto; width: 21px; height: 21px; border: 2px solid var(--kd-clr-sd-1); border-radius: 50%; position: relative; z-index: 1; transition: 0.5s var(--cube-1); } .kd-price-1-table-feature-item .feature-item-redius::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: transparent; position: absolute; top: 4.5px; left: 4.5px; transition: 0.5s var(--cube-1); } .kd-price-1-table-feature-item .item-title { font-size: 18px; margin-bottom: 9px; } .kd-price-1-table-feature-item .item-title span { background: var(--kd-clr-sd-1); padding: 0px 5px; border-radius: 5px; } .kd-price-1-table-feature-item .month { font-size: 16px; } .kd-price-1-table-feature-item .vat { font-size: 12px; line-height: 1; margin-top: 10px; } .kd-price-1-table-feature-item:is(.active) { border-color: var(--kd-clr-sd-1); background: transparent; } .kd-price-1-table-feature-item:is(.active) .feature-item-redius::after { background: var(--kd-clr-sd-1); } .kd-price-1-right { padding: 80px 0; } @media only screen and (min-width: 1200px) and (max-width: 1399px) { .kd-price-1-right { padding: 80px 0; padding-top: 0; } } /* price-1-end */ /* price-4-start */ .kd-price-4-content-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 20px; z-index: -1; } .kd-price-4-content-wrap { padding: 70px 75px; border-radius: 20px; padding-bottom: 160px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; position: relative; z-index: 1; } @media only screen and (min-width: 768px) and (max-width: 991px) { .kd-price-4-content-wrap { padding: 70px 25px; padding-bottom: 160px; grid-template-columns: 1fr 1fr; } } @media (max-width: 767px) { .kd-price-4-content-wrap { padding: 70px 25px; padding-bottom: 160px; grid-template-columns: 1fr; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-price-4-content-wrap { padding: 70px 25px; padding-bottom: 160px; grid-template-columns: 1.2fr 1fr; } } .kd-price-4-content .title { font-size: 55px; line-height: 1.27; } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-price-4-content .title { font-size: 40px; } } .kd-price-4-content .disc { font-size: 18px; font-weight: 500; margin-bottom: 15px; } .kd-price-4-content .price { font-size: 60px; margin-bottom: 25px; } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-price-4-content .price { font-size: 50px; } } .kd-price-4-content .price span { font-size: 18px; font-weight: 500; } .kd-price-4-content .kd-pr-btn-1 { background: #000; } .kd-price-4-content .kd-pr-btn-1 .text::before { color: #fff; } .kd-price-4-content .kd-pr-btn-1 .text::after { color: #000; } .kd-price-4-content .kd-pr-btn-1:hover { background: var(--kd-clr-sd-1); } .kd-price-4-content-img { height: 285px; border-radius: 20px; } .kd-price-4-content-list { padding-top: 20px; } @media (max-width: 767px) { .kd-price-4-content-list { padding-top: 0px; } } .kd-price-4-content-list .title { font-size: 24px; margin-bottom: 30px; } .kd-price-4-content-list .kd-list-1 { grid-template-columns: 1fr; } .kd-price-4-content-list .kd-list-1 li { color: #fff; display: flex; align-items: center; gap: 10px; } .kd-price-4-content-list .kd-list-1 li i { margin-right: 0px; font-size: 22px; } /* price-4-end */ /* team-1-start */ .kd-team-1-membar { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 40px; align-items: end; padding-bottom: 30px; position: relative; z-index: 1; margin-bottom: 30px; } @media (max-width: 767px) { .kd-team-1-membar { grid-template-columns: 1fr; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-team-1-membar { grid-template-columns: 1fr 1fr; } } .kd-team-1-membar::after { content: ""; width: 75%; height: 73%; position: absolute; right: 0; bottom: 0; background: #f2f2f2; z-index: -1; border-radius: 20px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-team-1-membar::after { height: 100%; } } @media (max-width: 767px) { .kd-team-1-membar::after { width: 100%; height: 100%; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-team-1-membar::after { height: 85%; width: 75%; } } .kd-team-1-membar::before { content: ""; width: 42px; height: 73%; position: absolute; left: 13%; bottom: 0; background: var(--kd-clr-pr-1); z-index: -1; border-radius: 20px; } .kd-team-1-membar .main-img { border-radius: 20px; } .kd-team-1-membar .main-img img { transition: transform 500ms; transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1); transform-origin: center center; } @media (max-width: 767px) { .kd-team-1-membar .content { padding: 0 20px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-team-1-membar .content { padding: 0 0px; } } .kd-team-1-membar .membar { font-size: 30px; margin-bottom: 6px; transition: 0.2s var(--cube-1); transform-origin: left; } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-team-1-membar .membar { font-size: 24px; } } .kd-team-1-membar .membar:hover { color: var(--kd-clr-sd-1); transform: scaleX(103%); } .kd-team-1-membar .membar-bio { font-size: 18px; margin-bottom: 18px; } .kd-team-1-membar .membar-link li { font-family: var(--kd-font-pr-1); font-weight: 800; color: var(--kd-clr-h-1); font-size: 16px; background: #fff; border-radius: 21px; padding: 4px 9px; display: inline-block; } .kd-team-1-membar .membar-link li:not(:last-child) { margin-bottom: 8px; } .kd-team-1-membar .membar-link li .icon { width: 36px; height: 36px; background: var(--kd-clr-pr-1); border-radius: 50%; display: inline-flex; justify-content: center; align-items: center; color: #fff; font-size: 14px; margin-right: 5px; } .kd-team-1-membar .membar-link li a { display: inline-block; transition: 0.3s var(--cube-1); } .kd-team-1-membar .membar-link li a:hover { color: var(--kd-clr-sd-1); } .kd-team-1-membar .membar-link li:hover .icon { animation: 1s kd-jello; } .kd-team-1-membar:hover .main-img img { transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.15) scaleY(1.15); } /* team-1-end */ .kd-accordion-1-item { background: #064745; border-radius: 30px; } .kd-accordion-1-item .item-title { font-size: 20px; background: #085653; text-align: left; display: flex; gap: 15px; justify-content: space-between; align-items: center; width: 100%; padding: 15px; padding-left: 40px; border-radius: 30px; color: #fff; } .kd-accordion-1-item .item-title .icon { display: inline-flex; flex: 0 0 auto; width: 42px; height: 42px; background: #5f8f87; border-radius: 50%; justify-content: center; align-items: center; line-height: 1; color: #fff; } .kd-accordion-1-item .item-title:hover { color: #fff; } .kd-accordion-1-item .item-body .disc { font-size: 18px; line-height: 32px; padding-left: 70px; padding-bottom: 15px; padding-top: 15px; padding-right: 45px; } /* counter-4-start */ .kd-counter-4-area { margin-top: -70px; } .kd-counter-4-item-wrap { background: #ef9602; padding: 53px 70px; display: flex; align-items: center; justify-content: space-between; gap: 70px; border-radius: 95px; position: relative; z-index: 1; overflow: hidden; } @media only screen and (min-width: 1200px) and (max-width: 1399px) { .kd-counter-4-item-wrap { padding: 53px 40px; gap: 50px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-counter-4-item-wrap { padding: 53px 30px; gap: 10px; } } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-counter-4-item-wrap { padding: 53px 40px; gap: 40px; flex-wrap: wrap; } } .kd-counter-4-item-wrap-shape-1 { position: absolute; top: 0; left: 0; width: 0%; height: 100%; background: #f69b04; border-radius: 95px; z-index: -1; transition: 1s var(--cube-1); } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-counter-4-item-wrap-shape-1 { display: none; } } .kd-counter-4-item-wrap-shape-2 { position: absolute; top: 0; left: 0; width: 0%; height: 100%; background: #e79103; border-radius: 95px; z-index: -2; transition: 1s var(--cube-1); } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-counter-4-item-wrap-shape-2 { display: none; } } .kd-counter-4-item-wrap-shape-3 { position: absolute; top: 0; left: 0; width: 0%; height: 100%; background: #de8b00; border-radius: 95px; z-index: -3; transition: 1s var(--cube-1); } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-counter-4-item-wrap-shape-3 { display: none; } } .kd-counter-4-item-wrap:is(.active) .kd-counter-4-item-wrap-shape-1 { width: 29%; } .kd-counter-4-item-wrap:is(.active) .kd-counter-4-item-wrap-shape-2 { width: 52%; } .kd-counter-4-item-wrap:is(.active) .kd-counter-4-item-wrap-shape-3 { width: 76%; } .kd-counter-4-item { display: flex; gap: 20px; } .kd-counter-4-item .icon { width: 52px; height: 52px; background: #082d3d; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 22px; flex: 0 0 auto; } .kd-counter-4-item .item-number { font-size: 60px; line-height: 1; color: #082d3d; margin-bottom: 5px; } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-counter-4-item .item-number { font-size: 45px; } } .kd-counter-4-item .item-title { font-size: 19px; line-height: 20px; } .kd-counter-4-item:hover .icon { animation: 1s kd-jello; } /* counter-4-end */ /* footer-1-start */ .kd-footer-1-top { display: grid; grid-template-columns: 1fr 1fr; justify-items: flex-end; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-footer-1-top { grid-template-columns: 1fr; justify-items: self-start; gap: 30px; } } .kd-footer-1-top-subtitle { font-size: 18px; margin-bottom: 14px; } .kd-footer-1-top-title { font-size: 35px; line-height: 1.14; } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-footer-1-top-title { font-size: 26px; } } .kd-footer-1-top-app-store { width: 515px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 15px; } @media (max-width: 767px) { .kd-footer-1-top-app-store { width: 100%; } } .kd-footer-1-top-app-store .link { display: block; width: 100%; background: #fff; border-radius: 50px; transition: 0.4s var(--cube-1); } .kd-footer-1-top-app-store .link .txaa-tilt_scale { display: block; width: 100%; display: flex; align-items: center; justify-content: center; background: #fff; height: 90px; border-radius: 50px; padding: 15px; } .kd-footer-1-top-app-store .link:nth-child(2) .txaa-tilt_scale { background: #000; } .kd-footer-1-top-app-store .link:hover { transform: scale(95%); } .kd-footer-1-line { display: block; width: 100%; height: 2px; background: #01322f; } .kd-footer-1-widget-wrap { display: grid; gap: 100px; grid-template-columns: 1fr 1.4fr 1fr; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-footer-1-widget-wrap { gap: 30px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .kd-footer-1-widget-wrap { gap: 50px 30px; grid-template-columns: 1fr 1.4fr; } } @media (max-width: 767px) { .kd-footer-1-widget-wrap { gap: 50px 30px; grid-template-columns: 1fr; } } .kd-footer-1-widget-title { font-size: 27px; margin-bottom: 45px; } .kd-footer-1-widget-disc { font-size: 16px; line-height: 23px; margin-bottom: 20px; } .kd-footer-1-widget-update { font-size: 16px; font-weight: 700; } .kd-footer-1-contact .item { font-family: var(--kd-font-pr-1); font-weight: 700; color: #fff; font-size: 16px; line-height: 25px; display: flex; gap: 10px; } .kd-footer-1-contact .item:not(:last-child) { margin-bottom: 18px; } .kd-footer-1-contact .item .icon { width: 37px; height: 37px; display: flex; align-items: center; justify-content: center; border: 1px solid #456c48; border-radius: 50%; font-size: 14px; border-style: dashed; flex: 0 0 auto; } .kd-footer-1-contact .item a { align-items: center; gap: 10px; transition: 0.2s var(--cube-1); } .kd-footer-1-contact .item a:hover { color: var(--kd-clr-sd-1); } .kd-footer-1-contact .item a:hover .icon { animation: 1s var(--cube-1); } .kd-footer-1-menu { display: grid; grid-template-columns: 1fr 1fr; } @media (max-width: 767px) { .kd-footer-1-menu { grid-template-columns: 1fr; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-footer-1-menu { grid-template-columns: 1fr 1fr; } } .kd-footer-1-menu li:not(:last-child) { margin-bottom: 5px; } .kd-footer-1-menu li a { font-family: var(--kd-font-pr-1); font-size: 16px; font-weight: 600; text-transform: capitalize; color: #fff; line-height: 1; transition: 0.2s var(--cube-1); } .kd-footer-1-menu li a i { font-size: 14px; display: inline-block; margin-right: 10px; } .kd-footer-1-menu li a:hover { color: var(--kd-clr-sd-1); } .kd-footer-1-menu li a:hover i { animation: 1s kd-jello; } .kd-footer-1-form-input { width: 100%; height: 50px; border-radius: 40px; border: none; outline: none; font-size: 16px; color: var(--kd-clr-pr-1); font-weight: 500; padding: 0 30px; margin-bottom: 8px; } .kd-footer-1-form-btn { width: 100%; height: 50px; text-transform: capitalize; font-size: 17px; padding: 0; } .kd-footer-1-copyright { background: #01312e; } .kd-footer-1-copyright-text { font-size: 15px; font-weight: 500; } .kd-footer-1-copyright-text a { display: inline-block; transition: 0.2s var(--cube-1); } .kd-footer-1-copyright-text a:hover { color: var(--kd-clr-sd-1); } /* footer-1-end */ /* footer-2-start */ .kd-footer-2-widget-wrap { display: grid; grid-template-columns: 1fr auto 1fr auto 1.3fr; gap: 50px 70px; } @media only screen and (min-width: 1200px) and (max-width: 1399px) { .kd-footer-2-widget-wrap { gap: 50px 40px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-footer-2-widget-wrap { grid-template-columns: 1fr 1fr; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .kd-footer-2-widget-wrap { grid-template-columns: 1.2fr 1fr; gap: 50px 30px; } } @media (max-width: 767px) { .kd-footer-2-widget-wrap { grid-template-columns: 1fr; gap: 50px 30px; } } .kd-footer-2-widget-line { display: block; width: 2px; height: 100%; background: #015657; } @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-footer-2-widget-line { display: none; } } .kd-footer-2-line { display: block; width: 100%; height: 2px; background: #015657; } .kd-footer-2-social { gap: 10px; } .kd-footer-2-social-link { width: 44px; height: 44px; background: #fff; border-radius: 50%; color: #26263e; font-size: 18px; transition: 0.3s var(--cube-1); } .kd-footer-2-social-link:hover { background: var(--kd-clr-sd-1); color: #000; } /* footer-2-end */ /* footer-3-end */ .kd-gallery-3-item-wrap { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } .kd-gallery-3-item { height: 130px; width: 180px; position: relative; z-index: 1; } .kd-gallery-3-item .item-btn { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background: rgba(0, 94, 79, 0.7098039216); position: absolute; top: 0; left: 0; font-size: 30px; color: #fff; transition: 0.3s ease-in-out; transform: scale(1.5); opacity: 0; } .kd-gallery-3-item:hover .item-btn { transform: scale(1); opacity: 1; } .kd-footer-3-top { display: grid; grid-template-columns: 1fr 1px 1fr; gap: 30px 65px; align-items: center; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-footer-3-top { gap: 30px 35px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .kd-footer-3-top { gap: 30px 25px; } } @media (max-width: 767px) { .kd-footer-3-top { grid-template-columns: 1fr; padding-top: 34px; } } .kd-footer-3-top .line { width: 1px; height: 100%; background: #005b56; } @media (max-width: 767px) { .kd-footer-3-top .line { display: none; } } .kd-footer-3-top-left { display: flex; align-items: center; justify-content: space-between; gap: 15px; flex-wrap: wrap; } .kd-footer-3-top-left .kd-footer-2-social { gap: 35px; } .kd-footer-3-top-left .kd-footer-2-social-link { width: unset; height: unset; background: transparent; border-radius: unset; color: #fff; font-size: 18px; transition: 0.3s var(--cube-1); } .kd-footer-3-top-left .kd-footer-2-social-link:hover { color: var(--kd-clr-sd-1); } .kd-footer-3-form { position: relative; z-index: 1; } .kd-footer-3-form-box { display: grid; grid-template-columns: 1fr 3fr; align-items: center; gap: 10px; padding: 34px 0; } @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .kd-footer-3-form-box { grid-template-columns: 1fr; } } .kd-footer-3-form-box .form-title { font-size: 20px; } .kd-footer-3-form-input { height: 57px; background: var(--kd-clr-pr-1); border-radius: 30px; border: none; outline: none; font-size: 16px; font-weight: 500; font-family: var(--kd-font-pr-1); color: #fff; padding-left: 35px; padding-right: 130px; width: 100%; } .kd-footer-3-form-btn { position: absolute; right: 0; top: 0; height: 100%; background: #027972; padding: 20px 36px; } .kd-footer-3-form-btn .text::before { color: #fff; } .kd-footer-3-form-btn .text::after { color: #000; } .kd-footer-3-form-btn:hover { background: var(--kd-clr-sd-1); } .kd-footer-3-line { display: block; width: 100%; height: 1px; background: #005b56; } .kd-footer-3-logo { display: inline-block; margin-bottom: 25px; } .kd-footer-3-widget-wrap { display: grid; grid-template-columns: 1.6fr 1fr 1fr 0.7fr; gap: 50px 70px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .kd-footer-3-widget-wrap { gap: 50px 30px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .kd-footer-3-widget-wrap { grid-template-columns: 1.5fr 1fr; gap: 50px 30px; } } @media (max-width: 767px) { .kd-footer-3-widget-wrap { grid-template-columns: 1fr; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .kd-footer-3-widget-wrap { grid-template-columns: 1.5fr 1fr; gap: 50px 30px; } } .kd-footer-3-widget-title { font-size: 22px; position: relative; z-index: 1; display: inline-block; margin-bottom: 38px; } .kd-footer-3-widget-title::after { content: ""; width: 100%; height: 1px; background: #fff; position: absolute; left: 0; bottom: -1px; } .kd-footer-3-widget .widget-disc { font-size: 18px; line-height: 28px; color: #fff; font-weight: 500; margin-bottom: 25px; } .kd-footer-3-menu li:not(:last-child) { margin-bottom: 12px; } .kd-footer-3-menu li a { font-size: 18px; font-family: var(--kd-font-pr-1); color: #d1d1d1; font-weight: 500; text-transform: capitalize; display: inline-block; position: relative; z-index: 1; transition: 0.3s var(--cube-1); } .kd-footer-3-menu li a::after { content: ""; width: 0%; height: 1px; background-color: var(--kd-clr-sd-1); position: absolute; left: auto; right: 0; bottom: 4px; transition: 0.3s var(--cube-1); } .kd-footer-3-menu li a:hover { transform: translate(5px); color: var(--kd-clr-sd-1); } .kd-footer-3-menu li a:hover::after { width: 100%; right: auto; left: 0; } .kd-footer-3-call { display: flex; align-items: center; gap: 10px; } .kd-footer-3-call .icon { width: 50px; height: 50px; background: #fff; border-radius: 50%; font-size: 20px; color: var(--kd-clr-sd-1); } .kd-footer-3-call .subtitle { color: var(--kd-clr-sd-1); font-size: 18px; } .kd-footer-3-call .link { color: #fff; font-size: 22px; display: inline-block; transition: 0.3s ease-in-out; } .kd-footer-3-call .link:hover { color: var(--kd-clr-sd-1); transform: translateX(3px); } .kd-footer-3-call:hover .icon { animation: 1s kd-jello; } /* footer-3-end */ /*# sourceMappingURL=main.scss.map */