HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/kollect/wp-content/themes/kollect/css/common.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 ***/
html {
  font-size: 20px;
}

body {
  font-family: "Archivo", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

@media (min-width: 1442px) {
  .custom-container {
    max-width: 1320px;
  }
}
@media (min-width: 1500px) {
  .custom-container {
    max-width: 1400px;
  }
}
@media (max-width: 579px) {
  .custom-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.title {
  font-size: 60px;
  margin: 0;
  padding: 0;
}

.sub-title {
  font-size: 40px;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  color: #00506B;
  font-weight: 700;
}
@media (max-width: 1679px) {
  .sub-title {
    font-size: 30px;
  }
}
@media (max-width: 1441px) {
  .sub-title {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .sub-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .sub-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sub-title {
    font-size: 18px;
  }
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.para {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 1679px) {
  .para {
    font-size: 18px;
  }
}
@media (max-width: 1441px) {
  .para {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .para {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .para {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .para {
    font-size: 13px;
  }
}
.para.para-sm {
  font-size: 18px;
}
@media (max-width: 1679px) {
  .para.para-sm {
    font-size: 16px;
  }
}
@media (max-width: 1481px) {
  .para.para-sm {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .para.para-sm {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .para.para-sm {
    font-size: 13px;
  }
}

.btn-common {
  background-color: #187FA1;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  height: 45px;
  width: 159px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1679px) {
  .btn-common {
    height: 42px;
    font-size: 14px;
  }
}
@media (max-width: 1441px) {
  .btn-common {
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .btn-common {
    height: 40px;
    font-size: 13px;
  }
}
.btn-common::after {
  content: "";
  width: 0;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0;
  transition: width 0.3s linear;
  transform: translateX(-100%);
  border-radius: 25px;
}
.btn-common span {
  position: relative;
  z-index: 1;
}
.btn-common span.txt {
  margin-right: auto;
}
.btn-common .icon {
  animation: bounceRight 2s infinite;
  position: absolute;
  right: 20px;
}
.btn-common:hover {
  color: #00506B;
  border: 1px solid #00506B;
}
.btn-common:hover::after {
  transform: translateX(0);
  width: 100%;
}
.btn-common:hover .icon {
  animation: none;
}

/* right bounce */
@keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
/* /right bounce */
.btn-wrap .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 30px;
  width: 210px;
  height: 50px;
  padding: 15px 25px;
}
@media (max-width: 1679px) {
  .btn-wrap .link {
    height: 45px;
    font-size: 14px;
  }
}
@media (max-width: 1441px) {
  .btn-wrap .link {
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .btn-wrap .link {
    height: 38px;
    font-size: 13px;
  }
}
.btn-wrap .link span {
  color: #1d946a;
  font-weight: 500;
}
.btn-wrap .link.color-btn {
  background-color: #187fa1;
}
.btn-wrap .link.color-btn span {
  color: #ffffff;
}
.btn-wrap .link.color-btn .btn-arrow path {
  fill: #ffffff;
}

.support-cta {
  width: 93px;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 55px;
    height: 55px;
    right: 40px;
  }
}
@media (max-width: 991px) {
  .support-cta {
    right: 30px;
  }
}
@media (max-width: 579px) {
  .support-cta {
    right: 20px;
  }
}
.support-cta::after {
  content: "";
  width: 34px;
  height: 32px;
  background: url(../images/support-icon.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media (max-width: 1441px) {
  .support-cta::after {
    width: 24px;
    height: 22px;
  }
}
.support-cta img {
  animation: spin 10s linear infinite;
  position: absolute;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.inner-bnr {
  width: 100%;
  background: #15789a;
  box-shadow: 0px 11px 18.8px 2px rgba(0, 80, 107, 0.0196078431);
  display: flex;
  align-items: stretch;
  height: 682px;
  position: relative;
}
@media (max-width: 1441px) {
  .inner-bnr {
    height: 600px;
  }
}
@media (max-width: 1199px) {
  .inner-bnr {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .inner-bnr {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .inner-bnr {
    height: 330px;
  }
}
@media (max-width: 579px) {
  .inner-bnr {
    height: auto;
  }
}
.inner-bnr .bnr-inner {
  display: flex;
  align-items: stretch;
  height: 100%;
}
@media (max-width: 579px) {
  .inner-bnr .bnr-inner {
    flex-direction: column;
    margin-top: 115px;
  }
}
.inner-bnr .content-left {
  max-width: 761px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 183px;
}
@media (max-width: 1679px) {
  .inner-bnr .content-left {
    padding-bottom: 160px;
    max-width: 728px;
  }
}
@media (max-width: 1441px) {
  .inner-bnr .content-left {
    padding-bottom: 134px;
    max-width: 647px;
  }
}
@media (max-width: 1199px) {
  .inner-bnr .content-left {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .inner-bnr .content-left {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .inner-bnr .content-left {
    padding-bottom: 20px;
  }
}
.inner-bnr .content-left .title {
  font-size: 44px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .inner-bnr .content-left .title {
    font-size: 36px;
  }
}
@media (max-width: 1441px) {
  .inner-bnr .content-left .title {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .inner-bnr .content-left .title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .inner-bnr .content-left .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .inner-bnr .content-left .title {
    font-size: 20px;
  }
}
.inner-bnr .content-left .title.bold {
  font-weight: 600;
}
.inner-bnr .content-left .para.bold {
  font-weight: 700;
}
.inner-bnr .content-left .para.light {
  margin-top: 10px;
  color: #c0e6f3;
}
.inner-bnr .img-wrp {
  max-width: 595px;
  margin-left: 140px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1679px) {
  .inner-bnr .img-wrp {
    margin-left: 100px;
  }
}
@media (max-width: 1441px) {
  .inner-bnr .img-wrp {
    margin-left: 70px;
  }
}
@media (max-width: 1199px) {
  .inner-bnr .img-wrp {
    margin-left: 40px;
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .inner-bnr .img-wrp {
    margin-left: 20px;
    margin-top: 0px;
  }
}
@media (max-width: 579px) {
  .inner-bnr .img-wrp {
    max-width: 207px;
    margin: 0px auto 0;
  }
}
.inner-bnr .img-wrp.feature-img img {
  width: 595px;
  max-width: 595px;
  margin-right: -117px;
}
@media (max-width: 1679px) {
  .inner-bnr .img-wrp.feature-img img {
    margin-right: -60px;
  }
}
@media (max-width: 1441px) {
  .inner-bnr .img-wrp.feature-img img {
    margin-right: -40px;
    width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .inner-bnr .img-wrp.feature-img img {
    margin-right: 0px;
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .inner-bnr .img-wrp.feature-img img {
    margin-right: 0px;
    width: unset;
    max-width: 240px;
  }
}
@media (max-width: 579px) {
  .inner-bnr .img-wrp.feature-img img {
    max-width: 100%;
    width: 100%;
  }
}
.inner-bnr .outer-img {
  max-width: 608px;
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1441px) {
  .inner-bnr .outer-img {
    max-width: 525px;
  }
}
@media (max-width: 1199px) {
  .inner-bnr .outer-img {
    max-width: 415px;
  }
}
@media (max-width: 991px) {
  .inner-bnr .outer-img {
    max-width: 270px;
  }
}
@media (max-width: 579px) {
  .inner-bnr .outer-img {
    position: static;
    margin-left: auto;
  }
}
.inner-bnr.abt .bnr-inner {
  position: relative;
}
.inner-bnr.abt .content-left {
  max-width: 980px;
}
@media (max-width: 1199px) {
  .inner-bnr.abt .content-left {
    max-width: 585px;
  }
}
@media (max-width: 991px) {
  .inner-bnr.abt .content-left {
    max-width: 410px;
  }
}
@media (max-width: 767px) {
  .inner-bnr.abt .content-left {
    max-width: 260px;
  }
}
@media (max-width: 579px) {
  .inner-bnr.abt .content-left {
    max-width: 100%;
  }
}
.inner-bnr.abt .content-left .para {
  max-width: 740px;
}
.inner-bnr.abt .img-wrp {
  margin-left: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 579px) {
  .inner-bnr.abt .img-wrp {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
}
.inner-bnr.abt .img-wrp img {
  margin-left: auto;
}
@media (max-width: 991px) {
  .inner-bnr.abt .img-wrp img {
    max-width: 290px;
  }
}
@media (max-width: 579px) {
  .inner-bnr.plus {
    flex-direction: column;
  }
}
.inner-bnr.plus .content-left {
  max-width: 600px;
  justify-content: center;
  padding-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 1679px) {
  .inner-bnr.plus .content-left {
    padding-bottom: 0;
    max-width: 510px;
  }
}
@media (max-width: 1441px) {
  .inner-bnr.plus .content-left {
    max-width: 460px;
  }
}
@media (max-width: 1199px) {
  .inner-bnr.plus .content-left {
    max-width: 380px;
  }
}
@media (max-width: 991px) {
  .inner-bnr.plus .content-left {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .inner-bnr.plus .content-left {
    max-width: 310px;
  }
}
@media (max-width: 579px) {
  .inner-bnr.plus .content-left {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.inner-bnr.plus .content-left .para {
  margin-bottom: 20px;
  line-height: 24px;
}
@media (max-width: 1679px) {
  .inner-bnr.plus .content-left .para {
    margin-bottom: 15px;
    line-height: 22px;
  }
}
@media (max-width: 1441px) {
  .inner-bnr.plus .content-left .para {
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .inner-bnr.plus .content-left .para {
    line-height: 19px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .inner-bnr.plus .content-left .para {
    line-height: 18px;
  }
}
.inner-bnr.plus .content-left .title {
  margin-bottom: 0;
}
@media (max-width: 579px) {
  .inner-bnr.plus .outer-img {
    margin: 10px auto 0;
  }
}
@media (max-width: 579px) {
  .inner-bnr.plus .outer-img .desk-only {
    display: none;
  }
}
.inner-bnr.plus .outer-img .mob-only {
  display: none;
}
@media (max-width: 579px) {
  .inner-bnr.plus .outer-img .mob-only {
    display: block;
  }
}

.ready-to-kollect-wtap {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 1679px) {
  .ready-to-kollect-wtap {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .ready-to-kollect-wtap {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .ready-to-kollect-wtap {
    padding: 30px 0 40px 0;
  }
}
.ready-to-kollect-wtap:before {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url(../images/ready-to-doller.svg) no-repeat;
  width: 203px;
  height: 300px;
  content: "";
}
@media (max-width: 1679px) {
  .ready-to-kollect-wtap:before {
    background-size: 140px;
    width: 140px;
    height: 200px;
  }
}
@media (max-width: 1481px) {
  .ready-to-kollect-wtap:before {
    display: none;
  }
}
.ready-to-kollect-wtap .row-align {
  align-items: center;
}
.ready-to-kollect-wtap .img {
  margin: 0 auto;
  display: block;
  max-width: 480px;
}
@media (max-width: 1679px) {
  .ready-to-kollect-wtap .img {
    max-width: 400px;
  }
}
@media (max-width: 1481px) {
  .ready-to-kollect-wtap .img {
    max-width: 370px;
  }
}
@media (max-width: 1199px) {
  .ready-to-kollect-wtap .img {
    max-width: 340px;
  }
}
@media (max-width: 991px) {
  .ready-to-kollect-wtap .img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .ready-to-kollect-wtap .img {
    max-width: 280px;
    margin-bottom: 20px;
  }
}
.ready-to-kollect-wtap .content-wrap {
  width: 610px;
}
@media (max-width: 1679px) {
  .ready-to-kollect-wtap .content-wrap {
    width: 550px;
  }
}
@media (max-width: 1199px) {
  .ready-to-kollect-wtap .content-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ready-to-kollect-wtap .content-wrap {
    text-align: center;
  }
}
.ready-to-kollect-wtap .gift-title {
  color: #00506b;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media (max-width: 1679px) {
  .ready-to-kollect-wtap .gift-title {
    font-size: 30px;
  }
}
@media (max-width: 1481px) {
  .ready-to-kollect-wtap .gift-title {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .ready-to-kollect-wtap .gift-title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .ready-to-kollect-wtap .gift-title {
    font-size: 18px;
  }
}
@media (max-width: 579px) {
  .ready-to-kollect-wtap .gift-title {
    font-size: 16px;
  }
}
.ready-to-kollect-wtap .gift-title span {
  font-weight: 700;
}
.ready-to-kollect-wtap .gift-footer {
  border-top: 1px solid rgba(0, 80, 107, 0.15);
  padding: 30px 0 0 0;
  margin: 30px 0 0 0;
}
.ready-to-kollect-wtap .gift-footer.about .btn-wrap .btn-common {
  width: 212px;
  padding: 15px 34px;
}
.ready-to-kollect-wtap .gift-footer.about .btn-wrap .btn-common:hover .icon img {
  filter: brightness(0) saturate(100%) invert(39%) sepia(58%) saturate(819%) hue-rotate(152deg) brightness(91%) contrast(84%);
}
.ready-to-kollect-wtap .gift-footer.feature {
  border: none;
}
@media (max-width: 767px) {
  .ready-to-kollect-wtap .gift-footer.feature {
    text-align: center;
  }
}
.ready-to-kollect-wtap .gift-footer.feature .btn-wrap {
  margin-top: 13px;
}
.ready-to-kollect-wtap .gift-footer.feature .btn-wrap .btn-common {
  width: 212px;
  padding: 15px 34px;
}
.ready-to-kollect-wtap .gift-footer.feature .btn-wrap .btn-common:hover .icon img {
  filter: brightness(0) saturate(100%) invert(39%) sepia(58%) saturate(819%) hue-rotate(152deg) brightness(91%) contrast(84%);
}
.ready-to-kollect-wtap .gift-footer.plus {
  border: none;
}
@media (max-width: 767px) {
  .ready-to-kollect-wtap .gift-footer.plus {
    text-align: center;
  }
}
.ready-to-kollect-wtap .gift-footer.plus .gift-para {
  margin-bottom: 10px;
}
.ready-to-kollect-wtap .gift-footer.plus .btn-wrap {
  margin-top: 26px;
}
@media (max-width: 1679px) {
  .ready-to-kollect-wtap .gift-footer.plus .btn-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 1441px) {
  .ready-to-kollect-wtap .gift-footer.plus .btn-wrap {
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  .ready-to-kollect-wtap .gift-footer.plus .btn-wrap {
    margin-top: 10px;
  }
}
.ready-to-kollect-wtap .gift-footer.plus .btn-wrap .color-btn {
  justify-content: center;
  flex-direction: row-reverse;
}
.ready-to-kollect-wtap .gift-footer.plus .btn-wrap .color-btn span {
  font-size: 17px;
}
@media (max-width: 1679px) {
  .ready-to-kollect-wtap .gift-footer.plus .btn-wrap .color-btn span {
    font-size: 16px;
  }
}
@media (max-width: 1441px) {
  .ready-to-kollect-wtap .gift-footer.plus .btn-wrap .color-btn span {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .ready-to-kollect-wtap .gift-footer.plus .btn-wrap .color-btn span {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .ready-to-kollect-wtap .gift-footer.plus .btn-wrap .color-btn {
    width: 180px;
  }
}
.ready-to-kollect-wtap .gift-footer.plus .btn-wrap .color-btn .icon {
  margin-right: 26px;
  max-width: 20px;
}
@media (max-width: 1199px) {
  .ready-to-kollect-wtap .gift-footer.plus .btn-wrap .color-btn .icon {
    margin-right: 20px;
    max-width: 15px;
  }
}
.ready-to-kollect-wtap .gift-footer.plus .btn-wrap .color-btn:hover span {
  z-index: 1;
  position: relative;
  color: #00506B;
}
.ready-to-kollect-wtap .gift-footer.plus .btn-wrap .color-btn:hover span.icon img {
  filter: brightness(0) saturate(100%) invert(39%) sepia(58%) saturate(819%) hue-rotate(152deg) brightness(91%) contrast(84%);
}
@media (max-width: 1679px) {
  .ready-to-kollect-wtap .gift-footer {
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 991px) {
  .ready-to-kollect-wtap .gift-footer {
    padding-top: 10px;
    margin-top: 10px;
  }
}
.ready-to-kollect-wtap .gift-footer .gift-title {
  padding-bottom: 10px;
}
@media (max-width: 1679px) {
  .ready-to-kollect-wtap .gift-footer .gift-title {
    padding-bottom: 5px;
  }
}
.ready-to-kollect-wtap .gift-footer .gift-para {
  font-size: 23px;
  color: #325865;
  padding-bottom: 20px;
}
@media (max-width: 1679px) {
  .ready-to-kollect-wtap .gift-footer .gift-para {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1481px) {
  .ready-to-kollect-wtap .gift-footer .gift-para {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .ready-to-kollect-wtap .gift-footer .gift-para {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .ready-to-kollect-wtap .gift-footer .gift-para {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .ready-to-kollect-wtap .gift-footer .btn-wrap {
    margin: 0 auto;
    justify-content: center;
    display: flex;
  }
}
.ready-to-kollect-wtap .gift-footer .btn-wrap .color-btn {
  position: relative;
  overflow: hidden;
}
.ready-to-kollect-wtap .gift-footer .btn-wrap .color-btn::after {
  content: "";
  width: 0;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0;
  transition: width 0.3s linear;
  transform: translateX(-100%);
  border-radius: 25px;
}
.ready-to-kollect-wtap .gift-footer .btn-wrap .color-btn:hover {
  color: #00506B;
  border: 1px solid #00506B;
}
.ready-to-kollect-wtap .gift-footer .btn-wrap .color-btn:hover::after {
  transform: translateX(0);
  width: 100%;
}
.ready-to-kollect-wtap .align-right {
  display: flex;
  justify-content: end;
}