.chy-hero-4-wrap {
max-width: 1920px;
margin-left: auto;
margin-right: auto;
position: relative;
}
.chy-hero-4-wrap .bg-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 30px;
z-index: -1;
}
.chy-hero-4-wrap .bg-img img {
width: 100%;
height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.chy-hero-4-wrap .bg-img img {
object-fit: cover;
}
}
.chy-hero-4-content-wrap {
padding-top: 170px;
padding-bottom: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.chy-hero-4-content-wrap {
padding-top: 225px;
padding-bottom: 110px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.chy-hero-4-content-wrap {
padding-top: 255px;
padding-bottom: 100px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.chy-hero-4-content-wrap {
padding-top: 210px;
padding-bottom: 30px;
}
}
.chy-hero-4-content {
margin-bottom: 175px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.chy-hero-4-content {
margin-bottom: 50px;
}
}
.chy-hero-4-content .hero-title {
font-size: 70px;
font-weight: 900;
line-height: 1.21;
margin-bottom: 25px;
}
.chy-hero-4-content .hero-title span {
display: inline-block;
color: var(--chy-pr-5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.chy-hero-4-content .hero-title {
font-size: 60px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.chy-hero-4-content .hero-title {
font-size: 55px;
}
}
@media (max-width: 767px) {
.chy-hero-4-content .hero-title {
font-size: 35px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.chy-hero-4-content .hero-title {
font-size: 50px;
}
}
.chy-hero-4-content .disc {
color: #515670;
margin-bottom: 50px;
margin-bottom: 50px;
}
.chy-hero-4-content .btn-wrap {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 42px;
}
.chy-hero-img {
position: relative;
text-align: right;
}
.chy-hero-img .il-img-1, .chy-hero-img .il-img-2, .chy-hero-img .il-img-3 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: 2000ms cubic-bezier(0.13, 0.37, 0.58, 1);
transition-delay: 1s;
}
.chy-hero-img .il-img-3 {
left: 70%;
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) {
.chy-hero-img .il-img-3 {
display: none;
}
}
.chy-hero-img .il-img-2 {
top: 50%;
left: 70%;
}
.chy-hero-img .il-img-1 {
top: 50%;
left: 70%;
}
@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) {
.chy-hero-img .il-img-1 {
display: none;
}
}
.chy-hero-img .main-img {
overflow: hidden;
}
.chy-hero-img .main-img img {
transform: translateY(100%);
transition: 1000ms cubic-bezier(0.13, 0.37, 0.58, 1);
transition-delay: 1.5s;
}
.chy-hero-img:is(.active) .il-img-3 {
left: 100%;
top: 60%;
width: 200px;
}
.chy-hero-img:is(.active) .il-img-2 {
top: 86%;
left: 50%;
}
.chy-hero-img:is(.active) .il-img-1 {
top: 40%;
left: 23%;
}
.chy-hero-img:is(.active) .main-img img {
transform: translateY(0%);
}
.chy-hero-4-social {
position: absolute;
top: 45%;
left: 4vw;
transform: translateY(-50%);
list-style: none;
padding: 0;
margin: 0;
}
@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) {
.chy-hero-4-social {
display: none;
}
}
.chy-hero-4-social .text {
display: inline-block;
font-size: 14px;
line-height: 1;
letter-spacing: 3.29px;
writing-mode: vertical-lr;
margin-left: 17px;
font-weight: 600;
padding-bottom: 76px;
margin-bottom: 30px;
position: relative;
background: var(--Linear, linear-gradient(90deg, #30067C -2.17%, #6441C1 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.chy-hero-4-social .text::after {
position: absolute;
width: 1px;
height: 45px;
background: linear-gradient(90deg, #5A1CCB -2.17%, #815EDC 100%);
content: "";
left: 7px;
bottom: 0;
}
.chy-hero-4-social li:not(:last-child) {
margin-bottom: 25px;
}
.chy-hero-4-social li a {
display: inline-block;
background: linear-gradient(90deg, #70DBFF 0%, #DD98FF 100%);
clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
width: 52px;
height: 45px;
text-align: center;
line-height: 45px;
color: #fff;
transition: 400ms;
}
.chy-hero-4-social li a:hover {
color: #000;
}
.chy-hero-4-scroll-btn-wrap {
cursor: pointer;
position: absolute;
top: 50%;
right: 4vw;
transform: translateY(-50%);
z-index: 1;
}
@media (max-width: 767px) {
.chy-hero-4-scroll-btn-wrap {
display: none;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.chy-hero-4-scroll-btn-wrap {
display: block;
}
}
.chy-hero-4-scroll-btn-wrap .text {
font-size: 20px;
font-weight: 500;
display: inline-block;
writing-mode: vertical-lr;
text-transform: uppercase;
letter-spacing: 4px;
color: #131835;
margin-left: 12px;
margin-bottom: 28px;
}
.chy-hero-4-scroll-btn-wrap .icon {
position: relative;
display: block;
width: 57px;
height: 57px;
text-align: center;
line-height: 60px;
font-size: 20px;
background: linear-gradient(90deg, #5A1CCB -2.17%, #815EDC 100%);
border-radius: 50%;
color: #fff;
animation: colorChange 3s linear infinite;
filter: drop-shadow(0px 13px 69px rgba(84, 104, 133, 0.09));
}
.chy-hero-4-scroll-btn-wrap .icon::after {
width: 100%;
height: 100%;
content: "";
top: 0;
left: 0;
position: absolute;
background: transparent;
border-radius: 50%;
border: 1px solid #774ED8;
scale: 1.3;
animation: scroll-btn-4 5s infinite ease-in-out;
}
@keyframes scroll-btn-4 {
0% {
scale: 0.8;
opacity: 0;
}
50% {
scale: 1.3;
opacity: 1;
}
100% {
scale: 0.8;
opacity: 0;
}
}
@media only screen and (min-width: 320px) and (max-width: 1900px) {
.chy-hero-4-wrap .bg-img {
padding: 30px 10px;
}
}.chy-brand-logo-4-wrap {
max-width: 1920px;
margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
display: grid;
grid-template-columns: 24.8% 1fr;
align-items: end;
gap: 19px;
margin-top: -194px;
position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.chy-brand-logo-4-wrap {
gap: 13px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.chy-brand-logo-4-wrap {
gap: 9px;
margin-top: -174px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.chy-brand-logo-4-wrap {
margin-top: 0px;
grid-template-columns: 0.8fr 1fr;
}
}
@media (max-width: 767px) {
.chy-brand-logo-4-wrap {
margin-top: 0px;
grid-template-columns: 1fr;
}
}
.chy-brand-logo-4-counter {
width: 100%;
background: var(--chy-gd-2);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
border-radius: 30px 45px 30px 30px;
position: relative;
padding: 30px;
flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.chy-brand-logo-4-counter {
padding: 20px;
}
}
.chy-brand-logo-4-counter .number {
font-size: 60px;
font-weight: 800;
color: #fff;
line-height: 1;
margin-bottom: 18px;
}
.chy-brand-logo-4-counter .disc {
font-weight: 700;
text-transform: uppercase;
color: #fff;
line-height: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.chy-brand-logo-4-counter .disc {
font-size: 16px;
}
}
.chy-brand-logo-4-counter .il-img-1 {
position: absolute;
right: 0;
top: 0;
}
@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) {
.chy-brand-logo-4-counter .il-img-1 {
display: none;
}
}
.chy-brand-logo-4-item {
background: linear-gradient(90deg, #70DBFF 0%, #DD98FF 100%);
border-radius: 0 0 35px 30px;
overflow: hidden;
padding: 40px 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.chy-brand-logo-4-item {
border-radius: 0 0 5px 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.chy-brand-logo-4-item {
border-radius: 35px 35px 35px 35px;
}
}
.chy-brand-logo-4-item .item {
flex: 0 0 auto;
}
.chy-brand-logo-4-item .item img {
transition: 400ms ease-in-out;
}
.chy-brand-logo-4-item .item:hover img {
filter: brightness(0.1);
}
.chy-brand-logo-4-item .keyfram-slider {
display: flex;
align-items: center;
gap: 95px;
}
@keyframes keyfram-slider-1 {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-105%);
}
}
@keyframes keyfram-slider-2 {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(100%);
}
}
@media only screen and (min-width: 320px) and (max-width: 1900px) {
.chy-brand-logo-4-wrap {
padding-left: 10px;
padding-right: 10px;
}
}.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var( --container-widget-align-self,initial );--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{min-height:22px;min-width:22px;position:relative}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{height:22px;inset:0;margin:auto;padding:0;position:absolute;width:22px}.chy-about-4-img {
position: relative;
padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.chy-about-4-img {
margin-bottom: 20px;
}
}
.chy-about-4-img .bg-color {
width: 90%;
height: 90%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.chy-solution-4-img {
padding: 27px;
padding-left: 5px;
position: relative;
}
.chy-solution-4-img .bg-color {
position: absolute;
top: 0;
right: 0;
width: 95%;
height: 90%;
z-index: -1;
border-radius: 0px 0px 0px 200px;
}
.chy-solution-4-img .il-img {
position: absolute;
bottom: 0;
left: -170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.chy-solution-4-img .il-img {
left: -70px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.chy-solution-4-img .il-img {
left: -30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.chy-solution-4-img .il-img {
left: 0px;
}
}
@media (max-width: 767px) {
.chy-solution-4-img .il-img {
left: 0px;
display: none;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.chy-solution-4-img .il-img {
left: 0;
display: block;
}
}
.chy-solution-4-img .main-img {
width: 100%;
height: 470px;
overflow: hidden;
border-radius: 0px 0px 0px 200px;
}
@media (max-width: 767px) {
.chy-solution-4-img .main-img {
height: 350px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.chy-solution-4-img .main-img {
height: 470px;
}
}.chy-services-5-area {
background: rgba(200, 174, 255, 0.12);
}
.chy-services-5-area .s5-all-btn {
font-size: 20px;
font-weight: 500;
color: #252A4E;
line-height: 30px;
}
.main-btn-5.s5-all-btn a {
color: var(--chy-pr-5);
}
.chy-services-5-item-wrap {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.chy-services-5-item-wrap {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 767px) {
.chy-services-5-item-wrap {
grid-template-columns: 1fr;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.chy-services-5-item-wrap {
grid-template-columns: 1fr 1fr;
}
}
.chy-services-5-item {
padding: 40px;
position: relative;
z-index: 1;
transition: 400ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.chy-services-5-item {
border: 1px solid rgba(200, 174, 255, 0.5);
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.chy-services-5-item {
padding: 30px 20px;
}
}
@media (max-width: 767px) {
.chy-services-5-item {
padding: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.chy-services-5-item {
padding: 30px 15px;
}
}
.chy-services-5-item:nth-child(1) {
border-right: 1px solid rgba(200, 174, 255, 0.5);
border-bottom: 1px solid rgba(200, 174, 255, 0.5);
}
.chy-services-5-item:nth-child(1) .icon::before {
background: rgba(210, 149, 255, 0.7);
}
.chy-services-5-item:nth-child(2) {
border-right: 1px solid rgba(200, 174, 255, 0.5);
border-bottom: 1px solid rgba(200, 174, 255, 0.5);
}
.chy-services-5-item:nth-child(2)::after {
background: linear-gradient(90deg, #FF7469 -2.17%, #FFB06D 100%);
}
.chy-services-5-item:nth-child(2) .icon {
color: #FF7469;
}
.chy-services-5-item:nth-child(2) .icon::after {
background: linear-gradient(90deg, #FF7469 -2.17%, #FFB06D 100%);
}
.chy-services-5-item:nth-child(2) .icon::before {
background: #FFCEC4;
}
.chy-services-5-item:nth-child(3) {
border-bottom: 1px solid rgba(200, 174, 255, 0.5);
}
.chy-services-5-item:nth-child(3)::after {
background: linear-gradient(90deg, #34AACF -2.17%, #30D8DF 100%);
}
.chy-services-5-item:nth-child(3) .icon {
color: #34AACF;
}
.chy-services-5-item:nth-child(3) .icon::after {
background: linear-gradient(90deg, #34AACF -2.17%, #30D8DF 100%);
}
.chy-services-5-item:nth-child(3) .icon::before {
background: #0b97a3;
}
.chy-services-5-item:nth-child(4) {
border-right: 1px solid rgba(200, 174, 255, 0.5);
}
.chy-services-5-item:nth-child(4)::after {
background: linear-gradient(90deg, #FFA835 -3.85%, #FA3DCC 97.3%, #FA3AD0 100%);
}
.chy-services-5-item:nth-child(4) .icon {
color: #FFA835;
}
.chy-services-5-item:nth-child(4) .icon::after {
background: linear-gradient(90deg, #FFA835 -3.85%, #FA3DCC 97.3%, #FA3AD0 100%);
}
.chy-services-5-item:nth-child(4) .icon::before {
background: #ce4b82;
}
.chy-services-5-item:nth-child(5) {
border-right: 1px solid rgba(200, 174, 255, 0.5);
}
.chy-services-5-item:nth-child(5)::after {
background: linear-gradient(85deg, #0050FF -0.78%, #00E9CC 97.77%);
}
.chy-services-5-item:nth-child(5) .icon {
color: #0050FF;
}
.chy-services-5-item:nth-child(5) .icon::after {
background: linear-gradient(85deg, #0050FF -0.78%, #00E9CC 97.77%);
}
.chy-services-5-item:nth-child(5) .icon::before {
background: #009FE5;
}
.chy-services-5-item:nth-child(6)::after {
background: linear-gradient(90deg, #5A1CCB -2.17%, #815EDC 100%);
}
.chy-services-5-item:nth-child(6) .icon {
color: #5A1CCB;
}
.chy-services-5-item:nth-child(6) .icon::after {
background: linear-gradient(90deg, #5A1CCB -2.17%, #815EDC 100%);
}
.chy-services-5-item:nth-child(6) .icon::before {
background: #805DDC;
}
.chy-services-5-item::after {
content: "";
width: 10%;
height: 10%;
background: var(--chy-gd-2);
position: absolute;
top: 70px;
left: 60px;
border-radius: 50%;
transition: 400ms ease-in-out;
z-index: -1;
}
.chy-services-5-item .icon {
width: 82px;
height: 82px;
background: #F4F0FF;
border-radius: 50%;
text-align: center;
font-size: 45px;
line-height: 92px;
position: relative;
color: var(--chy-pr-5);
margin-bottom: 28px;
transition: 400ms ease-in-out;
}
.chy-services-5-item .icon i {
position: relative;
z-index: 2;
}
.chy-services-5-item .icon::after {
content: "";
width: 100%;
height: 100%;
background: var(--chy-gd-2);
position: absolute;
top: 5px;
left: 5px;
border-radius: 50%;
z-index: -1;
transition: 400ms ease-in-out;
}
.chy-services-5-item .icon::before {
content: "";
width: 100%;
height: 100%;
background: transparent;
position: absolute;
top: 5px;
left: 5px;
border-radius: 50%;
z-index: 1;
transition: 400ms ease-in-out;
opacity: 0;
}
.chy-services-5-item .title {
font-size: 26px;
line-height: 1.38;
font-weight: 800;
margin-bottom: 15px;
transition: 400ms ease-in-out;
}
@media (max-width: 767px) {
.chy-services-5-item .title {
font-size: 22px;
}
}
.chy-services-5-item .disc-wrap {
overflow: hidden;
height: 120px;
}
.chy-services-5-item .disc {
margin-bottom: 16px;
height: 100%;
overflow: hidden;
transition: 400ms ease-in-out;
}
.chy-services-5-item .s5-btn {
display: block;
font-size: 18px;
font-weight: 800;
text-transform: uppercase;
color: #fff;
line-height: 30px;
opacity: 0;
transition: 400ms ease-in-out;
margin-bottom: -40px;
}
.chy-services-5-item .s5-btn i {
margin-left: 5px;
}
.chy-services-5-item .s5-btn:hover {
color: #000;
}
.chy-services-5-item:hover {
box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.1607843137);
}
.chy-services-5-item:hover::after {
width: 100%;
height: 100%;
top: 0;
left: 0;
border-radius: 0;
}
.chy-services-5-item:hover .title {
color: #fff;
}
.chy-services-5-item:hover .disc {
height: 90px;
color: #fff;
}
.chy-services-5-item:hover .icon {
color: #fff;
background: transparent;
}
.chy-services-5-item:hover .icon::after {
top: 0px;
left: 0px;
z-index: 1;
}
.chy-services-5-item:hover .icon::before {
opacity: 1;
}
.chy-services-5-item:hover .s5-btn {
opacity: 1;
transform: translateY(-20px);
}.chy-project-5-area .section-title-wrap {
max-width: 775px;
margin-right: auto;
margin-left: auto;
}
.chy-project-5-area .section-title-wrap .chy-para-4 {
max-width: 570px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
}
.chy-project-5-wrap {
align-items: start;
display: flex;
gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.chy-project-5-wrap {
grid-template-columns: 1fr 1fr;
}
}
.chy-project-5-wrap2 {
display: flex;
gap: 30px;
align-items: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.chy-project-5-wrap2 {
grid-template-columns: 1fr 1fr;
}
}
.chy-project-5-item {
flex: 0 0 auto;
}
.chy-project-5-item .main-img {
position: relative;
width: 682px;
height: 730px;
overflow: hidden;
border-radius: 0 0 100px 100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
.chy-project-5-item .main-img {
border-radius: 0 0 50px 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) {
.chy-project-5-item .main-img {
border-radius: 0 0 50px 50px;
height: 530px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.chy-project-5-item .main-img {
border-radius: 0 0 50px 50px;
height: 530px;
width: 100%;
}
}
.chy-project-5-item .main-img::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: linear-gradient(180deg, rgba(129, 94, 220, 0) 0%, #815EDC 100%);
transition: 400ms ease-in-out;
opacity: 0;
}
.chy-project-5-item .main-img .btn-position {
position: absolute;
top: 0%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
opacity: 0;
transition: 400ms ease-in-out;
}
.chy-project-5-item .content-wrap {
position: absolute;
bottom: -100%;
left: 0;
padding: 50px;
z-index: 1;
width: 100%;
transition: 400ms cubic-bezier(0.32, 0.36, 0.58, 1);
opacity: 0;
}
@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) {
.chy-project-5-item .content-wrap {
padding: 30px;
}
}
.chy-project-5-item .subtitle {
font-size: 20px;
font-weight: 600;
line-height: 30px;
background: linear-gradient(90deg, #FF7469 -2.17%, #FFB06D 100%);
display: inline-block;
padding: 7px 20px;
color: #fff;
border-radius: 6px;
}
.chy-project-5-item .title {
font-size: 32px;
line-height: 1.06;
font-weight: 700;
background: #E7E0F2;
padding: 20px;
border-radius: 5px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
.chy-project-5-item .title {
font-size: 26px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.chy-project-5-item .title {
font-size: 24px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.chy-project-5-item .title {
font-size: 22px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.chy-project-5-item .title {
font-size: 20px;
}
}
.chy-project-5-item .title:hover {
color: var(--chy-pr-5);
}
.chy-project-5-item .p5-btn {
z-index: 1;
position: relative;
display: inline-block;
width: 148px;
height: 148px;
border-radius: 50%;
border: 3px solid #fff;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(5px);
font-size: 70px;
line-height: 160px;
text-align: center;
color: #fff;
transition: 400ms ease-in-out;
}
.chy-project-5-item .p5-btn::after {
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
border-radius: 50%;
background: var(--chy-gd-1);
position: absolute;
z-index: -1;
transform: scale(0);
opacity: 0;
transition: 400ms ease-in-out;
}
.chy-project-5-item .p5-btn:hover {
border-color: transparent;
}
.chy-project-5-item .p5-btn:hover::after {
opacity: 1;
transform: scale(1);
}
.chy-project-5-item:hover .main-img .btn-position {
top: 40%;
opacity: 1;
}
.chy-project-5-item:hover .main-img::after {
opacity: 1;
}
.chy-project-5-item:hover .main-img .content-wrap {
bottom: 0%;
opacity: 1;
}
.chy-project-5-item:is(.has-height-1) .main-img {
height: 610px;
}
@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) {
.chy-project-5-item:is(.has-height-1) .main-img {
height: 430px;
}
}
.chy-project-5-item:is(.has-height-2) .main-img {
height: 770px;
border-radius: 0 0 50px 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) {
.chy-project-5-item:is(.has-height-2) .main-img {
height: 500px;
}
}
.chy-project-5-item:is(.has-style-1) .main-img {
border-radius: 100px 100px 0 0;
}.chy-testimonial-5-area {
position: relative;
}
.chy-testimonial-5-area .chy-testimonial-5-preview {
position: absolute;
top: 60%;
left: 8vw;
transform: translateY(-50%);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
.chy-testimonial-5-area .chy-testimonial-5-preview {
left: 1vw;
}
}
@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) {
.chy-testimonial-5-area .chy-testimonial-5-preview {
position: unset;
margin-top: 100px;
text-align: center;
padding-left: 50px;
padding-right: 50px;
}
}
.chy-testimonial-5-item {
display: grid;
grid-template-columns: 1.12fr 2fr;
gap: 50px;
align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.chy-testimonial-5-item {
grid-template-columns: 1fr;
}
}
.chy-testimonial-5-item .main-img {
border-radius: 10px 10px 0 0;
height: 615px;
overflow: hidden;
display: flex;
align-items: end;
}
@media (max-width: 767px) {
.chy-testimonial-5-item .main-img {
height: 415px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.chy-testimonial-5-item .main-img {
height: 615px;
}
}
.chy-testimonial-5-item .main-img img {
transform: translateY(100%);
transition: 1000ms cubic-bezier(0.08, 0.28, 0.37, 0.99);
}
.chy-testimonial-5-item .section-title-wrap {
max-width: 600px;
}
.chy-testimonial-5-item .comment-wrap {
background: #fff;
border-radius: 15px;
padding: 45px;
margin-left: 40px;
position: relative;
transform: translateX(106%);
transition: 1000ms cubic-bezier(0.08, 0.28, 0.37, 0.99);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.chy-testimonial-5-item .comment-wrap {
margin-left: 0px;
}
}
.chy-testimonial-5-item .comment-wrap .arrow-icon {
position: absolute;
left: -38px;
top: 30px;
z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.chy-testimonial-5-item .comment-wrap .arrow-icon {
display: none;
}
}
.chy-testimonial-5-item .comment-wrap .qoute {
position: absolute;
top: 35%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.8;
}
@media (max-width: 767px) {
.chy-testimonial-5-item .comment-wrap .qoute {
width: 150px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.chy-testimonial-5-item .comment-wrap .qoute {
width: 300px;
}
}
.chy-testimonial-5-item .comment-text {
font-size: 26px;
font-weight: 500;
line-height: 1.41;
margin-bottom: 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) {
.chy-testimonial-5-item .comment-text {
font-size: 22px;
}
}
.chy-testimonial-5-item .name {
display: inline-block;
font-size: 22px;
line-height: 28px;
background: var(--chy-gd-2);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 7px;
}
.chy-testimonial-5-item .bio {
font-size: 16px;
display: block;
line-height: 24px;
}
.chy-t5-preview-item {
width: 100px;
height: 100px;
border-radius: 50%;
overflow: hidden;
background: #EAEBEE;
border: 1px solid;
border-color: transparent;
object-position: top;
cursor: pointer;
}
.chy-testimonial-5-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .chy-testimonial-5-item .main-img img {
transform: translateY(0);
}
.chy-testimonial-5-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .chy-testimonial-5-item .comment-wrap {
transform: translateX(0%);
}
.chy-testimonial-5-preview .swiper-container .swiper-slide {
height: 102px !important;
}
@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) {
.chy-testimonial-5-preview .swiper-container .swiper-slide {
width: 102px !important;
}
}
.chy-testimonial-5-preview .swiper-container .swiper-slide:is(.swiper-slide-thumb-active) .chy-t5-preview-item {
border-color: #9255CE;
}