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/WPSassoon/wp-content/themes/sassoon/css/transaction.css
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abyssinica+SIL&display=swap");
@font-face {
  font-family: "Timeless";
  src: url("../font/Timeless-Normal.woff2Timeless-Normal.woff2") format("woff2"), url("../font/Timeless-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Timeless";
  src: url("../font/Timeless-Bold.woff2") format("woff2"), url("../font/Timeless-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-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 ***/
.inner-banner.transaction-banner {
  background-image: url(../img/transaction-banner.jpg);
  min-height: 350px;
  padding: 0px;
}
@media (max-width: 1679px) {
  .inner-banner.transaction-banner {
    min-height: 340px;
  }
}
@media (max-width: 1481px) {
  .inner-banner.transaction-banner {
    min-height: 320px;
  }
}
@media (max-width: 579px) {
  .inner-banner.transaction-banner {
    min-height: 240px;
  }
}

.transaction-boxes {
  background-color: rgb(228, 228, 255);
  padding: 100px 0px;
}
@media (max-width: 1679px) {
  .transaction-boxes {
    padding: 80px 0px;
  }
}
@media (max-width: 1481px) {
  .transaction-boxes {
    padding: 60px 0px;
  }
}
@media (max-width: 1199px) {
  .transaction-boxes {
    padding: 40px 0px;
  }
}
.transaction-boxes .box-inner {
  display: flex;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
.transaction-boxes .box-inner .box {
  width: calc(33.3333333333% - 20px);
  background: rgb(255, 255, 255);
  border: 0.91px solid rgb(228, 228, 255);
  border-radius: 15px;
  padding: 13px 0px;
  padding-bottom: 0px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (max-width: 1679px) {
  .transaction-boxes .box-inner .box {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .transaction-boxes .box-inner .box {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media (max-width: 579px) {
  .transaction-boxes .box-inner .box {
    width: 100%;
    margin-bottom: 10px;
  }
}
.transaction-boxes .box-inner .box .top-sec {
  display: flex;
  justify-content: space-around;
}
.transaction-boxes .box-inner .box .top-sec .btn-1 {
  height: 26px;
  width: 114px;
  display: flex;
  align-items: center;
  background: rgba(228, 228, 255, 0.5);
  justify-content: center;
  border-radius: 13px;
  color: rgb(8, 8, 54);
  font-size: 10px;
  font-style: italic;
  font-weight: 500;
  border: 1px solid rgba(228, 228, 255, 0.5);
}
.transaction-boxes .box-inner .box .mid-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px;
  min-height: 182px;
}
@media (max-width: 479px) {
  .transaction-boxes .box-inner .box .mid-sec {
    flex-wrap: wrap;
    padding: 20px 10px;
  }
}
.transaction-boxes .box-inner .box .mid-sec .line {
  background-color: rgb(228, 228, 255);
  width: 1px;
  height: 51px;
}
@media (max-width: 479px) {
  .transaction-boxes .box-inner .box .mid-sec .line {
    display: none;
  }
}
.transaction-boxes .box-inner .box .mid-sec .logo-sec {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 479px) {
  .transaction-boxes .box-inner .box .mid-sec .logo-sec {
    width: 100%;
  }
}
.transaction-boxes .box-inner .box .mid-sec .logo-sec img {
  object-fit: contain;
  flex-shrink: 0;
}
.transaction-boxes .box-inner .box .bottom-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.transaction-boxes .box-inner .box .bottom-btn .community-btn {
  min-width: 239px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(47, 47, 125);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #fff;
  font-weight: 500;
  font-style: Italic;
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 0%;
  border: none;
  box-shadow: none;
}

.pagination-wrap {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 15px;
  padding: 15px 30px;
  gap: 10px;
  align-items: center;
  margin: 60px 0 0 0;
}
@media (max-width: 1679px) {
  .pagination-wrap {
    padding: 12px 20px;
    margin: 50px 0 0 0;
  }
}
@media (max-width: 991px) {
  .pagination-wrap {
    padding: 12px 15px;
    margin: 30px 0 0 0;
  }
}
@media (max-width: 767px) {
  .pagination-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.pagination-wrap .left-wrap span {
  background: #f0f0ff;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 15px;
  color: #0e0e0e;
  font-weight: 500;
}
@media (max-width: 1679px) {
  .pagination-wrap .left-wrap span {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media (max-width: 991px) {
  .pagination-wrap .left-wrap span {
    padding: 10px 15px;
    font-size: 13px;
  }
}
.pagination-wrap .right-wrap {
  max-width: 60%;
}
@media (max-width: 767px) {
  .pagination-wrap .right-wrap {
    max-width: 100%;
  }
}
.pagination-wrap .right-wrap ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination-wrap .right-wrap ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination-wrap .right-wrap ul li .num {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #f0f0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #0e0e0e;
  transition: 0.3s;
}
@media (max-width: 1679px) {
  .pagination-wrap .right-wrap ul li .num {
    font-size: 14px;
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 991px) {
  .pagination-wrap .right-wrap ul li .num {
    font-size: 13px;
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 1679px) {
  .pagination-wrap .right-wrap ul li .num.arrow .svg {
    transform: scale(0.8);
  }
}
.pagination-wrap .right-wrap ul li .num.arrow svg {
  width: 8px;
  display: block;
}
.pagination-wrap .right-wrap ul li .num.arrow svg path {
  transition: 0.3s;
}
.pagination-wrap .right-wrap ul li .num.arrow.left svg {
  transform: rotate(180deg);
}
.pagination-wrap .right-wrap ul li a:hover .num {
  background: #2f2f7d;
  color: #fff;
}
.pagination-wrap .right-wrap ul li a:hover .num svg path {
  stroke: #fff;
}
.pagination-wrap .right-wrap ul li.active a .num {
  background: #2f2f7d;
}
.pagination-wrap .right-wrap ul li.active a .num svg path {
  stroke: #fff;
}

/*# sourceMappingURL=transaction.css.map */