File: /var/www/html/kollect/wp-content/themes/kollect/css/home-sesions.css
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.banner {
width: 100%;
height: 100vh;
max-height: 958px;
position: relative;
display: flex;
align-items: stretch;
overflow: hidden;
}
@media (max-width: 767px) {
.banner {
height: auto;
max-height: unset;
padding-top: 90px;
padding-bottom: 20px;
}
}
.banner::after {
content: "";
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.5);
position: absolute;
}
.banner .content-left {
max-width: 700px;
display: flex;
flex-direction: column;
height: 100%;
align-items: flex-start;
justify-content: center;
position: relative;
z-index: 1;
color: #00506B;
}
@media (max-width: 1679px) {
.banner .content-left {
max-width: 633px;
}
}
.banner .content-left .title {
font-size: 60px;
font-weight: 400;
margin-bottom: 20px;
}
@media (max-width: 1679px) {
.banner .content-left .title {
font-size: 40px;
margin-bottom: 15px;
}
}
@media (max-width: 1441px) {
.banner .content-left .title {
font-size: 35px;
margin-bottom: 15px;
}
}
@media (max-width: 1199px) {
.banner .content-left .title {
font-size: 30px;
margin-bottom: 10px;
}
}
@media (max-width: 991px) {
.banner .content-left .title {
font-size: 28px;
}
}
@media (max-width: 767px) {
.banner .content-left .title {
font-size: 24px;
}
}
@media (max-width: 579px) {
.banner .content-left .title {
font-size: 20px;
margin-bottom: 10px;
}
}
.banner .content-left .title span.bold {
font-weight: 600;
}
@media (max-width: 579px) {
.banner .content-left .desc br {
display: none;
}
}
.banner .content-left .sub-txt {
font-size: 19px;
font-weight: 600;
margin: 33px 0 47px;
}
@media (max-width: 1679px) {
.banner .content-left .sub-txt {
margin: 25px 0 30px;
font-size: 18px;
}
}
@media (max-width: 1441px) {
.banner .content-left .sub-txt {
margin: 20px 0 25px;
font-size: 16px;
}
}
@media (max-width: 1199px) {
.banner .content-left .sub-txt {
margin: 15px 0 20px;
font-size: 15px;
}
}
@media (max-width: 991px) {
.banner .content-left .sub-txt {
margin: 15px 0 15px;
font-size: 14px;
}
}
.banner .content-left .btn-common {
width: 212px;
height: 50px;
font-size: 17px;
padding: 15px 27px;
}
@media (max-width: 1679px) {
.banner .content-left .btn-common {
height: 45px;
font-size: 16px;
}
}
@media (max-width: 1441px) {
.banner .content-left .btn-common {
height: 42px;
font-size: 15px;
width: 190px;
}
}
@media (max-width: 1199px) {
.banner .content-left .btn-common {
height: 40px;
font-size: 14px;
width: 170px;
padding: 10px 20px;
}
}
@media (max-width: 991px) {
.banner .content-left .btn-common {
height: 38px;
font-size: 13px;
width: 170px;
}
}
.banner .content-left .btn-common .icon {
width: 22px;
margin-left: auto;
}
@media (max-width: 1679px) {
.banner .content-left .btn-common .icon {
width: 20px;
}
}
@media (max-width: 1199px) {
.banner .content-left .btn-common .icon {
width: 16px;
}
}
.banner .content-left .btn-common:hover .icon img {
filter: brightness(0) saturate(100%) invert(39%) sepia(58%) saturate(819%) hue-rotate(152deg) brightness(91%) contrast(84%);
}
.banner .content-left .quote-wrp {
max-width: 478px;
font-style: italic;
font-size: 19px;
font-weight: 500;
margin-top: 50px;
}
@media (max-width: 1679px) {
.banner .content-left .quote-wrp {
margin-top: 40px;
font-size: 17px;
}
}
@media (max-width: 1441px) {
.banner .content-left .quote-wrp {
margin-top: 30px;
font-size: 16px;
}
}
@media (max-width: 1199px) {
.banner .content-left .quote-wrp {
margin-top: 25px;
font-size: 15px;
}
}
@media (max-width: 991px) {
.banner .content-left .quote-wrp {
margin-top: 20px;
font-size: 14px;
}
}
@media (max-width: 767px) {
.banner .content-left .quote-wrp {
margin-top: 20px;
font-size: 13px;
}
}
.banner video {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
}
.featured-wrp {
display: flex;
flex-direction: column;
width: 100%;
padding: 120px 0;
position: relative;
}
@media (max-width: 1679px) {
.featured-wrp {
padding: 90px 0;
}
}
@media (max-width: 1441px) {
.featured-wrp {
padding: 70px 0;
}
}
@media (max-width: 1199px) {
.featured-wrp {
padding: 50px 0;
}
}
@media (max-width: 991px) {
.featured-wrp {
padding: 40px 0;
}
}
.featured-wrp::before {
content: "";
width: 55px;
height: 50px;
background: url(../images/featured-left-bg.png) no-repeat center;
background-size: cover;
position: absolute;
left: 0px;
top: 50%;
}
.featured-wrp .title-wrp {
display: flex;
margin-bottom: 44px;
align-items: center;
}
@media (max-width: 1679px) {
.featured-wrp .title-wrp {
margin-bottom: 30px;
}
}
@media (max-width: 1441px) {
.featured-wrp .title-wrp {
margin-bottom: 25px;
}
}
@media (max-width: 1199px) {
.featured-wrp .title-wrp {
margin-bottom: 20px;
}
}
.featured-wrp .slick-list {
margin-left: -13px;
margin-right: -13px;
}
.featured-wrp .slider-wrp {
position: relative;
}
.featured-wrp .slider-wrp::after {
content: "";
width: 244px;
height: 244px;
position: absolute;
bottom: -49px;
right: -80px;
background: url(../images/featured-sec-circle.svg) no-repeat center;
background-size: contain;
z-index: -1;
}
@media (max-width: 1679px) {
.featured-wrp .slider-wrp::after {
width: 180px;
height: 180px;
right: -65px;
}
}
@media (max-width: 1441px) {
.featured-wrp .slider-wrp::after {
width: 120px;
height: 120px;
right: -45px;
}
}
@media (max-width: 1199px) {
.featured-wrp .slider-wrp::after {
width: 80px;
height: 80px;
right: -30px;
bottom: -20px;
}
}
@media (max-width: 767px) {
.featured-wrp .slider-wrp::after {
display: none;
}
}
.featured-wrp .slide-control {
width: 93px;
height: 43px;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 1;
margin-left: auto;
}
@media (max-width: 1679px) {
.featured-wrp .slide-control {
width: 75px;
}
}
@media (max-width: 1199px) {
.featured-wrp .slide-control {
width: 70px;
}
}
.featured-wrp .slide-control .slick-arrow {
cursor: pointer;
}
@media (max-width: 1679px) {
.featured-wrp .slide-control .slick-arrow {
width: 34px;
}
}
@media (max-width: 1199px) {
.featured-wrp .slide-control .slick-arrow {
width: 30px;
}
}
.featured-wrp .slide-control .next-arrow img {
transform: rotate(180deg);
}
.featured-wrp .feature-slides {
border: 1px solid rgba(0, 80, 107, 0.1019607843);
padding: 20px;
border-radius: 18px;
margin: 0 13px;
background-color: #fff;
}
@media (max-width: 1679px) {
.featured-wrp .feature-slides {
margin: 0 10px;
}
}
@media (max-width: 1441px) {
.featured-wrp .feature-slides {
margin: 0 8px;
}
}
@media (max-width: 1199px) {
.featured-wrp .feature-slides {
margin: 0 6px;
}
}
.featured-wrp .feature-slides .img-wrp {
height: 229px;
}
@media (max-width: 1679px) {
.featured-wrp .feature-slides .img-wrp {
height: 180px;
}
}
@media (max-width: 1199px) {
.featured-wrp .feature-slides .img-wrp {
height: 160px;
}
}
@media (max-width: 767px) {
.featured-wrp .feature-slides .img-wrp {
height: 130px;
}
}
.featured-wrp .feature-slides .img-wrp img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 12px;
}
.featured-wrp .feature-slides .content-area {
padding: 23px 0;
display: flex;
flex-direction: column;
}
@media (max-width: 1679px) {
.featured-wrp .feature-slides .content-area {
padding: 20px 0 0;
}
}
.featured-wrp .feature-slides .content-area .blk-title {
font-size: 23px;
font-weight: 700;
color: #00506B;
margin-bottom: 13px;
line-height: 27px;
}
@media (max-width: 1679px) {
.featured-wrp .feature-slides .content-area .blk-title {
font-size: 20px;
line-height: 24px;
margin-bottom: 10px;
}
}
@media (max-width: 1441px) {
.featured-wrp .feature-slides .content-area .blk-title {
font-size: 18px;
line-height: 22px;
}
}
@media (max-width: 1199px) {
.featured-wrp .feature-slides .content-area .blk-title {
font-size: 16px;
line-height: 20px;
}
}
@media (max-width: 991px) {
.featured-wrp .feature-slides .content-area .blk-title {
font-size: 15px;
line-height: 19px;
}
}
.featured-wrp .feature-slides .content-area .blk-label {
font-weight: 500px;
font-size: 16px;
color: #00506B;
line-height: 1;
}
.featured-wrp .feature-slides .content-area .progress-wrp {
margin-top: 26px;
margin-bottom: 16px;
}
@media (max-width: 1679px) {
.featured-wrp .feature-slides .content-area .progress-wrp {
margin-top: 20px;
}
}
@media (max-width: 1199px) {
.featured-wrp .feature-slides .content-area .progress-wrp {
margin-top: 15px;
}
}
@media (max-width: 991px) {
.featured-wrp .feature-slides .content-area .progress-wrp {
margin-top: 10px;
}
}
.featured-wrp .feature-slides .content-area .progress-wrp .progress-info {
background-color: #fff;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-weight: 700;
color: #00506B;
padding: 10px;
margin-bottom: 10px;
}
@media (max-width: 1679px) {
.featured-wrp .feature-slides .content-area .progress-wrp .progress-info {
font-size: 15px;
}
}
@media (max-width: 1199px) {
.featured-wrp .feature-slides .content-area .progress-wrp .progress-info {
font-size: 14px;
}
}
@media (max-width: 991px) {
.featured-wrp .feature-slides .content-area .progress-wrp .progress-info {
font-size: 13px;
}
}
.featured-wrp .feature-slides .content-area .progress-wrp .progress {
height: 10px;
}
.featured-wrp .feature-slides .content-area .progress-wrp .progress .progress-bar {
background-color: #20CC8D;
position: relative;
}
.featured-wrp .feature-slides .content-area .goal-wrp {
display: flex;
justify-content: space-between;
}
.featured-wrp .feature-slides .content-area .goal-wrp .left-sec,
.featured-wrp .feature-slides .content-area .goal-wrp .right-sec {
display: flex;
align-items: center;
font-size: 16px;
font-weight: 500;
color: #00506B;
}
@media (max-width: 1679px) {
.featured-wrp .feature-slides .content-area .goal-wrp .left-sec,
.featured-wrp .feature-slides .content-area .goal-wrp .right-sec {
font-size: 15px;
}
}
@media (max-width: 1199px) {
.featured-wrp .feature-slides .content-area .goal-wrp .left-sec,
.featured-wrp .feature-slides .content-area .goal-wrp .right-sec {
font-size: 14px;
}
}
@media (max-width: 991px) {
.featured-wrp .feature-slides .content-area .goal-wrp .left-sec,
.featured-wrp .feature-slides .content-area .goal-wrp .right-sec {
font-size: 13px;
}
}
.featured-wrp .feature-slides .content-area .goal-wrp .left-sec span,
.featured-wrp .feature-slides .content-area .goal-wrp .right-sec span {
font-weight: 700;
}
.featured-wrp .feature-slides .content-area .goal-wrp .left-sec p,
.featured-wrp .feature-slides .content-area .goal-wrp .right-sec p {
margin-bottom: 10px;
}
@media (max-width: 579px) {
.featured-wrp .feature-slides .content-area .goal-wrp {
flex-direction: column;
}
}
.featured-wrp .feature-slides .content-area .status {
display: flex;
align-items: center;
}
.featured-wrp .feature-slides .content-area .status .current-status {
font-weight: 700;
font-size: 16px;
color: #00506B;
display: flex;
align-items: center;
}
@media (max-width: 1679px) {
.featured-wrp .feature-slides .content-area .status .current-status {
font-size: 15px;
}
}
@media (max-width: 1441px) {
.featured-wrp .feature-slides .content-area .status .current-status {
font-size: 14px;
}
}
@media (max-width: 1199px) {
.featured-wrp .feature-slides .content-area .status .current-status {
font-size: 13px;
}
}
.featured-wrp .feature-slides .content-area .status .current-status::before {
content: "";
width: 9px;
height: 9px;
border-radius: 9px;
margin: 7px;
margin-right: 13px;
color: #00506B;
display: inline-block;
}
.featured-wrp .feature-slides .content-area .status.live .current-status::before {
background-color: #20cc8d;
}
.support-cta {
width: 93px;
height: 93px;
display: block;
position: fixed;
bottom: 20px;
right: 79px;
z-index: 2;
}
@media (max-width: 1679px) {
.support-cta {
width: 80px;
height: 80px;
right: 60px;
}
}
@media (max-width: 1441px) {
.support-cta {
width: 60px;
height: 60px;
right: 50px;
}
}
@media (max-width: 1199px) {
.support-cta {
width: 50px;
height: 50px;
right: 40px;
}
}
@media (max-width: 991px) {
.support-cta {
right: 30px;
}
}
@media (max-width: 579px) {
.support-cta {
right: 20px;
}
}
.direct-fund-wrp {
background-color: #f3f6f8;
padding: 119px 0;
position: relative;
}
@media (max-width: 1679px) {
.direct-fund-wrp {
padding: 90px 0;
}
}
@media (max-width: 1441px) {
.direct-fund-wrp {
padding: 70px 0;
}
}
@media (max-width: 1199px) {
.direct-fund-wrp {
padding: 50px 0;
}
}
@media (max-width: 991px) {
.direct-fund-wrp {
padding: 40px 0;
}
}
.direct-fund-wrp::before {
content: "";
width: 55px;
height: 259px;
background: url(../images/bubble-left-bg.svg) no-repeat center;
background-size: contain;
position: absolute;
left: 0px;
bottom: 160px;
}
.direct-fund-wrp::after {
content: "";
width: 263px;
height: 238px;
background: url(../images/hand-vertical-bg.svg) no-repeat center;
background-size: contain;
position: absolute;
right: 81px;
bottom: 0px;
}
@media (max-width: 1679px) {
.direct-fund-wrp::after {
width: 120px;
height: 104px;
}
}
@media (max-width: 1441px) {
.direct-fund-wrp::after {
width: 120px;
height: 104px;
}
}
@media (max-width: 1199px) {
.direct-fund-wrp::after {
width: 150px;
height: 130px;
}
}
@media (max-width: 991px) {
.direct-fund-wrp::after {
width: 100px;
height: 95px;
}
}
@media (max-width: 767px) {
.direct-fund-wrp::after {
width: 100px;
height: 80px;
}
}
@media (max-width: 579px) {
.direct-fund-wrp::after {
display: none;
}
}
.direct-fund-wrp .intro-txt {
color: #00506B;
margin-bottom: 35px;
}
@media (max-width: 1679px) {
.direct-fund-wrp .intro-txt {
margin-bottom: 30px;
}
}
@media (max-width: 1441px) {
.direct-fund-wrp .intro-txt {
margin-bottom: 20px;
}
}
@media (max-width: 1199px) {
.direct-fund-wrp .intro-txt {
margin-bottom: 15px;
}
}
@media (max-width: 991px) {
.direct-fund-wrp .intro-txt {
margin-bottom: 10px;
}
}
@media (max-width: 991px) {
.direct-fund-wrp .sub-title br {
display: none;
}
}
.direct-fund-wrp .support {
color: #00506B;
margin-top: 17px;
}
.direct-fund-wrp .three-blks-wrp {
display: flex;
width: 100%;
flex-wrap: wrap;
gap: 48px;
margin-top: 65px;
position: relative;
z-index: 1;
}
@media (max-width: 1679px) {
.direct-fund-wrp .three-blks-wrp {
margin-top: 50px;
gap: 40px;
}
}
@media (max-width: 1441px) {
.direct-fund-wrp .three-blks-wrp {
margin-top: 45px;
gap: 35px;
}
}
@media (max-width: 1199px) {
.direct-fund-wrp .three-blks-wrp {
margin-top: 40px;
gap: 30px;
}
}
@media (max-width: 991px) {
.direct-fund-wrp .three-blks-wrp {
margin-top: 30px;
gap: 25px;
}
}
@media (max-width: 767px) {
.direct-fund-wrp .three-blks-wrp {
margin-top: 20px;
gap: 10px;
}
}
.direct-fund-wrp .three-blks-wrp .blks {
border-radius: 13px;
padding: 47px;
background-color: #fff;
display: flex;
align-items: center;
flex-wrap: wrap;
width: calc(33.3333333333% - 48px);
flex: 1 1 calc(33.3333333333% - 48px);
}
@media (max-width: 1679px) {
.direct-fund-wrp .three-blks-wrp .blks {
padding: 35px;
width: calc(33.3333333333% - 40px);
flex: 1 1 calc(33.3333333333% - 40px);
}
}
@media (max-width: 1441px) {
.direct-fund-wrp .three-blks-wrp .blks {
padding: 30px;
width: calc(33.3333333333% - 35px);
flex: 1 1 calc(33.3333333333% - 35px);
}
}
@media (max-width: 1199px) {
.direct-fund-wrp .three-blks-wrp .blks {
padding: 25px;
width: calc(33.3333333333% - 30px);
flex: 1 1 calc(33.3333333333% - 30px);
}
}
@media (max-width: 991px) {
.direct-fund-wrp .three-blks-wrp .blks {
padding: 20px;
width: calc(33.3333333333% - 25px);
flex: 1 1 calc(33.3333333333% - 20px);
flex-direction: column;
align-items: flex-start;
}
}
@media (max-width: 767px) {
.direct-fund-wrp .three-blks-wrp .blks {
padding: 20px;
width: calc(33.3333333333% - 10px);
flex: 1 1 calc(33.3333333333% - 10px);
}
}
@media (max-width: 579px) {
.direct-fund-wrp .three-blks-wrp .blks {
width: 100%;
flex: 0 0 100%;
}
}
.direct-fund-wrp .three-blks-wrp .blks .icon-blk {
width: 94px;
height: 94px;
margin-right: 33px;
flex-shrink: 0;
}
@media (max-width: 1679px) {
.direct-fund-wrp .three-blks-wrp .blks .icon-blk {
width: 64px;
height: 64px;
margin-right: 20px;
}
}
@media (max-width: 1441px) {
.direct-fund-wrp .three-blks-wrp .blks .icon-blk {
width: 50px;
height: 50px;
margin-right: 20px;
}
}
@media (max-width: 1199px) {
.direct-fund-wrp .three-blks-wrp .blks .icon-blk {
width: 40px;
height: 40px;
margin-right: 15px;
}
}
@media (max-width: 991px) {
.direct-fund-wrp .three-blks-wrp .blks .icon-blk {
margin-right: 0px;
margin-bottom: 10px;
}
}
.direct-fund-wrp .three-blks-wrp .blks .icon-blk img {
max-width: 100%;
}
.direct-fund-wrp .three-blks-wrp .blks .content-blk {
font-size: 15px;
color: #00506B;
flex: 1;
}
@media (max-width: 1679px) {
.direct-fund-wrp .three-blks-wrp .blks .content-blk {
font-size: 14px;
}
}
@media (max-width: 1199px) {
.direct-fund-wrp .three-blks-wrp .blks .content-blk {
font-size: 13px;
}
}
.direct-fund-wrp .three-blks-wrp .blks .content-blk .cont-title {
font-size: 24px;
font-weight: 600;
margin-bottom: 10px;
line-height: 1;
}
@media (max-width: 1679px) {
.direct-fund-wrp .three-blks-wrp .blks .content-blk .cont-title {
font-size: 22px;
}
}
@media (max-width: 1441px) {
.direct-fund-wrp .three-blks-wrp .blks .content-blk .cont-title {
font-size: 20px;
}
}
@media (max-width: 1199px) {
.direct-fund-wrp .three-blks-wrp .blks .content-blk .cont-title {
font-size: 18px;
}
}
@media (max-width: 991px) {
.direct-fund-wrp .three-blks-wrp .blks .content-blk .cont-title {
font-size: 16px;
}
}
.direct-fund-wrp .three-blks-wrp .blks .content-blk .desc {
font-size: 15px;
line-height: 20px;
}
.direct-fund-wrp .btn-blk {
display: flex;
width: 100%;
align-items: center;
justify-content: center;
margin-top: 66px;
}
@media (max-width: 1679px) {
.direct-fund-wrp .btn-blk {
margin-top: 50px;
}
}
@media (max-width: 1441px) {
.direct-fund-wrp .btn-blk {
margin-top: 40px;
}
}
@media (max-width: 1199px) {
.direct-fund-wrp .btn-blk {
margin-top: 30px;
}
}
@media (max-width: 991px) {
.direct-fund-wrp .btn-blk {
margin-top: 20px;
}
}
.direct-fund-wrp .btn-blk .btn-common {
width: 212px;
height: 50px;
padding: 15px 34px;
}
@media (max-width: 1679px) {
.direct-fund-wrp .btn-blk .btn-common {
height: 45px;
font-size: 14px;
}
}
@media (max-width: 1441px) {
.direct-fund-wrp .btn-blk .btn-common {
height: 40px;
}
}
@media (max-width: 1199px) {
.direct-fund-wrp .btn-blk .btn-common {
height: 38px;
font-size: 13px;
}
}
.direct-fund-wrp .btn-blk .btn-common .icon {
margin-left: auto;
}
.direct-fund-wrp .btn-blk .btn-common:hover .icon img {
filter: brightness(0) saturate(100%) invert(39%) sepia(58%) saturate(819%) hue-rotate(152deg) brightness(91%) contrast(84%);
}
.change-driven-wrp {
display: flex;
flex-direction: column;
width: 100%;
padding: 120px 0;
}
@media (max-width: 1679px) {
.change-driven-wrp {
padding: 90px 0;
}
}
@media (max-width: 1441px) {
.change-driven-wrp {
padding: 70px 0;
}
}
@media (max-width: 1199px) {
.change-driven-wrp {
padding: 50px 0;
}
}
@media (max-width: 991px) {
.change-driven-wrp {
padding: 40px 0;
}
}
.change-driven-wrp .inner-wrp {
background-color: #f2faff;
border-radius: 18px;
padding: 165px 120px 120px 140px;
}
@media (max-width: 1679px) {
.change-driven-wrp .inner-wrp {
padding: 90px 90px 90px 90px;
}
}
@media (max-width: 1441px) {
.change-driven-wrp .inner-wrp {
padding: 60px;
}
}
@media (max-width: 1199px) {
.change-driven-wrp .inner-wrp {
padding: 40px;
}
}
@media (max-width: 991px) {
.change-driven-wrp .inner-wrp {
padding: 30px;
}
}
.change-driven-wrp .inner-wrp .sub-title {
text-align: center;
margin-bottom: 53px;
}
@media (max-width: 1679px) {
.change-driven-wrp .inner-wrp .sub-title {
margin-bottom: 40px;
}
}
@media (max-width: 1441px) {
.change-driven-wrp .inner-wrp .sub-title {
margin-bottom: 30px;
}
}
@media (max-width: 1199px) {
.change-driven-wrp .inner-wrp .sub-title {
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.change-driven-wrp .inner-wrp .sub-title {
margin-bottom: 10px;
text-align: left;
}
}
@media (max-width: 579px) {
.change-driven-wrp .inner-wrp .sub-title br {
display: none;
}
}
.change-driven-wrp .inner-wrp .wave-steps-wrp {
display: flex;
justify-content: center;
max-width: 944px;
position: relative;
height: 180px;
margin: 0 auto;
}
@media (max-width: 767px) {
.change-driven-wrp .inner-wrp .wave-steps-wrp {
height: auto;
}
}
.change-driven-wrp .inner-wrp .wave-steps-wrp .wave-bg {
background: url(../images/wave-dot-line.svg) no-repeat left;
background-size: contain;
width: 944px;
height: 106px;
position: absolute;
}
@media (max-width: 1441px) {
.change-driven-wrp .inner-wrp .wave-steps-wrp .wave-bg {
width: 790px;
}
}
@media (max-width: 1199px) {
.change-driven-wrp .inner-wrp .wave-steps-wrp .wave-bg {
width: 590px;
}
}
@media (max-width: 991px) {
.change-driven-wrp .inner-wrp .wave-steps-wrp .wave-bg {
width: 450px;
}
}
@media (max-width: 767px) {
.change-driven-wrp .inner-wrp .wave-steps-wrp .wave-bg {
width: 100%;
background: none;
position: static;
height: auto;
}
}
.change-driven-wrp .inner-wrp .wave-steps-wrp .wave-bg .icon-blk {
width: 72px;
height: 72px;
border-radius: 72px;
position: absolute;
top: 7%;
}
@media (max-width: 1679px) {
.change-driven-wrp .inner-wrp .wave-steps-wrp .wave-bg .icon-blk {
width: 64px;
height: 64px;
}
}
@media (max-width: 1441px) {
.change-driven-wrp .inner-wrp .wave-steps-wrp .wave-bg .icon-blk {
width: 50px;
height: 50px;
}
}
@media (max-width: 767px) {
.change-driven-wrp .inner-wrp .wave-steps-wrp .wave-bg .icon-blk {
position: static;
margin-bottom: 0px;
flex-shrink: 0;
margin-right: 20px;
width: 34px;
height: 34px;
}
}
.change-driven-wrp .inner-wrp .wave-steps-wrp .wave-bg .icon-blk img {
max-width: 100%;
}
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 33.3333333333%;
padding-top: 100px;
text-align: center;
position: absolute;
}
@media (max-width: 767px) {
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks {
position: static;
padding-top: 20px;
flex-direction: row;
width: 100%;
justify-content: flex-start;
align-items: center;
text-align: left;
padding-top: 10px;
}
}
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(1) {
left: -137px;
}
@media (max-width: 1199px) {
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(1) {
top: 13%;
}
}
@media (max-width: 991px) {
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(1) {
left: -59px;
}
}
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(2) {
left: 290px;
top: 5%;
}
@media (max-width: 1199px) {
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(2) {
top: 23%;
left: 250px;
}
}
@media (max-width: 991px) {
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(2) {
left: 170px;
top: 15%;
}
}
@media (max-width: 1441px) {
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(2) .icon-blk {
top: 20%;
}
}
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(3) {
right: -115px;
top: 4%;
}
@media (max-width: 1679px) {
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(3) {
right: -135px;
}
}
@media (max-width: 991px) {
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(3) {
right: -80px;
top: 11%;
}
}
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks .blk-desc {
color: #00506B;
font-weight: 500;
font-size: 23px;
padding-top: 40px;
max-width: 244px;
}
@media (max-width: 1679px) {
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks .blk-desc {
font-size: 20px;
padding-top: 35px;
}
}
@media (max-width: 1441px) {
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks .blk-desc {
font-size: 16px;
max-width: 230px;
padding-top: 30px;
}
}
@media (max-width: 1199px) {
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks .blk-desc {
font-size: 15px;
max-width: 230px;
padding-top: 20px;
}
}
@media (max-width: 991px) {
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks .blk-desc {
font-size: 14px;
max-width: 230px;
padding-top: 0;
}
}
@media (max-width: 767px) {
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks .blk-desc {
font-size: 13px;
}
}
.collect-lists {
display: flex;
flex-direction: column;
width: 100%;
padding-bottom: 120px;
position: relative;
overflow: hidden;
}
@media (max-width: 1679px) {
.collect-lists {
padding-bottom: 90px;
}
}
@media (max-width: 1441px) {
.collect-lists {
padding-bottom: 70px;
}
}
@media (max-width: 1199px) {
.collect-lists {
padding-bottom: 50px;
}
}
@media (max-width: 991px) {
.collect-lists {
padding-bottom: 40px;
}
}
.collect-lists:after {
content: "";
width: 193px;
height: 290px;
position: absolute;
right: 0px;
top: 45%;
background: url(../images/bg-dollar-rt.png) no-repeat center;
background-size: cover;
}
@media (max-width: 1679px) {
.collect-lists:after {
width: 150px;
height: 200px;
}
}
@media (max-width: 767px) {
.collect-lists:after {
display: none;
}
}
.collect-lists .title-wrp {
display: flex;
justify-content: center;
align-items: center;
}
.collect-lists .list-blks {
margin-top: 65px;
background-color: #e7f9ff;
border: 1px solid #e1f0f6;
border-radius: 17px;
display: flex;
align-items: center;
padding: 36px 44px;
position: relative;
z-index: 1;
}
@media (max-width: 1679px) {
.collect-lists .list-blks {
margin-top: 50px;
padding: 36px 40px;
}
}
@media (max-width: 1441px) {
.collect-lists .list-blks {
margin-top: 40px;
padding: 30px 40px;
}
}
@media (max-width: 1199px) {
.collect-lists .list-blks {
margin-top: 30px;
padding: 30px;
}
}
@media (max-width: 991px) {
.collect-lists .list-blks {
margin-top: 20px;
padding: 25px;
}
}
@media (max-width: 579px) {
.collect-lists .list-blks {
flex-direction: column;
padding: 20px;
}
}
.collect-lists .list-blks:nth-child(odd) {
flex-direction: row-reverse;
}
@media (max-width: 579px) {
.collect-lists .list-blks:nth-child(odd) {
flex-direction: column;
}
}
.collect-lists .list-blks:nth-child(odd) .img-sec {
margin-right: 0;
margin-left: 70px;
padding: 58px 50px 58px 0;
}
@media (max-width: 1679px) {
.collect-lists .list-blks:nth-child(odd) .img-sec {
padding: 40px 40px 40px 0;
margin-left: 50px;
}
}
@media (max-width: 1441px) {
.collect-lists .list-blks:nth-child(odd) .img-sec {
padding: 35px 35px 35px 0;
margin-left: 40px;
}
}
@media (max-width: 1199px) {
.collect-lists .list-blks:nth-child(odd) .img-sec {
padding: 30px 30px 30px 0;
margin-left: 30px;
}
}
@media (max-width: 991px) {
.collect-lists .list-blks:nth-child(odd) .img-sec {
padding: 25px 25px 25px 0;
margin-left: 20px;
}
}
@media (max-width: 579px) {
.collect-lists .list-blks:nth-child(odd) .img-sec {
margin-left: 0;
max-width: 100%;
padding: 10px;
}
}
.collect-lists .list-blks .img-sec {
background-color: #fff;
padding: 58px 0 58px 50px;
border-radius: 22px;
margin-right: 70px;
max-width: 553px;
}
@media (max-width: 1679px) {
.collect-lists .list-blks .img-sec {
max-width: 440px;
padding: 40px 0 40px 40px;
margin-right: 50px;
}
}
@media (max-width: 1441px) {
.collect-lists .list-blks .img-sec {
max-width: 400px;
padding: 35px 0 35px 35px;
margin-right: 40px;
}
}
@media (max-width: 1199px) {
.collect-lists .list-blks .img-sec {
max-width: 350px;
padding: 30px 0 30px 30px;
margin-right: 30px;
}
}
@media (max-width: 991px) {
.collect-lists .list-blks .img-sec {
max-width: 270px;
padding: 25px 0 25px 25px;
margin-right: 20px;
}
}
@media (max-width: 767px) {
.collect-lists .list-blks .img-sec {
max-width: 180px;
padding: 20px 0 20px 20px;
}
}
@media (max-width: 579px) {
.collect-lists .list-blks .img-sec {
margin-right: 0px;
margin-bottom: 20px;
max-width: 100%;
padding: 10px;
}
}
.collect-lists .list-blks .img-sec img {
max-width: 100%;
display: block;
}
.collect-lists .list-blks .content-left {
font-weight: 600;
margin-bottom: 20px;
padding-right: 36px;
flex: 1;
max-width: 632px;
}
@media (max-width: 1199px) {
.collect-lists .list-blks .content-left {
padding-right: 0;
}
}
@media (max-width: 579px) {
.collect-lists .list-blks .content-left {
padding-right: 0;
margin-bottom: 0;
}
}
.collect-lists .list-blks .content-left .sub-title {
margin-bottom: 10px;
}
@media (max-width: 579px) {
.collect-lists .list-blks .content-left .sub-title {
margin-bottom: 10px;
}
}