One Hat Cyber Team
Your IP:
216.73.216.176
Server IP:
198.54.114.155
Server:
Linux server71.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
5.6.40
Create File
|
Create Folder
Execute
Dir :
~
/
proc
/
thread-self
/
root
/
proc
/
self
/
cwd
/
View File Name :
_layout.tar
_footer.scss 0000644 00000001025 15111305016 0007065 0 ustar 00 .footer-wrapper { display: flex; justify-content: space-between; align-items: center; @include breakpoint(max-lg) { flex-wrap: wrap; .footer-link { justify-content: center; width: 100%; margin-bottom: 10px; } justify-content: center; text-align: center; } } .footer-link { display: flex; flex-wrap: wrap; padding: 0 -12px; li { padding: 0 12px; a { text-transform: capitalize; color: var(--white-clr); font-family: var(--heading-fonts); padding: 5px; } } } _blog.scss 0000644 00000005300 15111305016 0006512 0 ustar 00 /*Blogs*/ .blog__item { position: relative; @include transition($transition); &-img { height: 260px; @include border-radius(5px 5px 0 0); overflow: hidden; img { width: 100%; height: 100%; object-fit: cover; @include transition($transition); } @include breakpoint(lg) { @include breakpoint(max-xxl) { height: 240px; } } .date { position: absolute; top: 20px; right: 20px; width: 80px; padding: 10px 15px; text-align: center; background: var(--dark-clr); color: var(--base-clr); font-size: 20px; line-height: 1.4; font-family: var(--heading-fonts); font-weight: 500; @include border-radius(5px); border: 1px solid var(--border-dark); span { display: block; } } } .blog-link { position: absolute; z-index: 1; inset: 0; } &-cont { padding: 25px 25px 30px; border-radius: 0 0 5px 5px; background: var(--section-bg); border: 1px solid var(--border-clr); border-top: none; &-title { font-size: 20px; line-height: 1.3; margin: 0; margin-bottom: 22px; color: var(--base-clr); } @media screen and (max-width: 420px) { padding: 25px 15px 30px; } @media screen and (min-width: 992px) and (max-width: 1199px) { padding: 25px 15px 30px; } } .blog__author { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; .author { display: flex; align-items: center; img { width: 40px; height: 40px; @include border-radius(50%); object-fit: cover; } h6 { font-size: 16px; font-weight: 500; color: var(--base-clr); padding-left: 7px; margin: 0; } width: calc(100% - 80px); } .read--more { width: 80px; text-align: right; text-decoration: underline; } } &:hover { @include border-radius(5px); box-shadow: 0 0 3px rgba(var(--base-rgb), 0.6), 0 0 6px rgba(var(--base-rgb), 1); .blog__item-img { img { @include transform(scale(1.051)); } } } &-details { box-shadow: unset !important; .blog__item-img { height: unset; img { @include transform(scale(1)); } } .blog__details { p { margin-top: 0; &:not(:last-child) { margin-bottom: 25px; } } .subtitle { margin-top: 0; margin-bottom: 16px; } } } } .line--1, .line--2, .line--3, .line--4 { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } .line--1 { -webkit-line-clamp: 1; } .line--2 { -webkit-line-clamp: 2; } .line--3 { -webkit-line-clamp: 3; } .line--4 { -webkit-line-clamp: 4; } _sidebar.scss 0000644 00000004614 15111305016 0007207 0 ustar 00 /*Blog Sidebar*/ .widget { @include border-radius(7px); &:not(:last-child) { margin-bottom: 25px; } &-header { padding: 12px 15px; background: var(--base-clr); @include border-radius(7px 7px 0 0); } &-body { border: 1px solid var(--border-clr); border-top: none; padding: 20px; @include border-radius(0 0 7px 7px); .archive-links { li { a { color: var(--title-clr); display: flex; justify-content: space-between; padding: 8px 0; &::before { content: "\f101"; margin-right: 5px; display: inline-block; font-family: "Font Awesome 5 Free"; font-weight: 600; color: var(--base-clr); @include transition($transition); } span { &:last-child { margin-left: auto; } } &:hover { padding-left: 2px; &::before { @include transform(translateX(3px)); } } } &:not(:last-child) { border-bottom: 1px solid var(--border-clr); } &:first-child { a { padding-top: 0; } } &:last-child { a { padding-bottom: 0; } } } } .latest-posts { li { padding: 0; &:not(:last-child) { padding-bottom: 10px; border-bottom: 1px solid var(--border-clr); } &:not(:first-child) { padding-top: 10px; } a { display: flex; .img { width: 70px; img { height: 70px; object-fit: cover; width: 100%; @include border-radius(4px); } } .cont { width: calc(100% - 70px); padding-left: 15px; .subtitle { margin: 0; font-size: 18px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; } .date { font-size: 14px; color: var(--base-clr); } } } } } .widget-tags { @extend %flex; margin: -3px; li { padding: 3px; a { padding: 7px 15px; @include border-radius(4px); background: var(--section-bg); border: 1px solid var(--border-clr); color: var(--title-clr); font-size: 14px; &:hover, &.active { background: var(--base-clr); border-color: var(--base-clr); } } } } } } _banner.scss 0000644 00000001344 15111305016 0007040 0 ustar 00 /*Banner*/ .banner-section { overflow: hidden; } .banner-wrapper { display: flex; align-items: center; justify-content: space-between; align-items: center; padding: 130px 0; @include breakpoint(md) { padding: 130px 0; min-height: calc(100vh - 42px - 75px); } } .banner-cont { width: 100%; max-width: 620px; } .banner-cont { .title { margin-bottom: 25px; } p { font-size: 18px; line-height: 1.5; max-width: 570px; margin-bottom: 35px; } @include breakpoint(sm) { p { font-size: 20px; } } } .banner-charts { background: #1d2330; border-bottom: 1px solid var(--border-dark); border-top: 1px solid var(--border-dark); } .banner-section { position: relative; } _animation.scss 0000644 00000006531 15111305016 0007555 0 ustar 00 .particle, .particle2, .particle3, .particle4 { @include border-radius(50%); content: " "; position: fixed; background: transparent; z-index: 1; box-shadow: 571px 173px #00bcd4, 1732px 143px #00bcd4, 1745px 454px var(--base-clr), 234px 784px #00bcd4, 1793px 1123px #ff9800, 1076px 504px #03a9f4, 633px 601px var(--base-clr), 350px 630px #ffeb3b, 1164px 782px #00bcd4, 76px 690px #3f51b5, 1825px 701px #cddc39, 1646px 578px #ffeb3b, 544px 293px #2196f3, 445px 1061px #673ab7, 928px 47px #00bcd4, 168px 1410px #8bc34a, 777px 782px #9c27b0, 1235px 1941px #9c27b0, 104px 1690px #8bc34a, 1167px 1338px #e91e63, 345px 1652px #009688, 1682px 1196px var(--base-clr), 1995px 494px #8bc34a, 428px 798px var(--base-clr), 340px 1623px var(--base-clr), 605px 349px #9c27b0, 1339px 1344px #673ab7, 1102px 1745px #3f51b5, 1592px 1676px #2196f3, 419px 1024px #ff9800, 630px 1033px #4caf50, 1995px 1644px #00bcd4, 1092px 712px #9c27b0, 1355px 606px var(--base-clr), 622px 1881px #cddc39, 1481px 621px #9e9e9e, 19px 1348px #8bc34a, 864px 1780px #e91e63, 442px 1136px #2196f3, 67px 712px var(--base-clr), 89px 1406px var(--base-clr), 275px 321px #009688, 592px 630px #e91e63, 1012px 1690px #9c27b0, 1749px 23px #673ab7, 94px 1542px #ffeb3b, 1201px 1657px #3f51b5, 1505px 692px #2196f3, 1799px 601px #03a9f4, 656px 811px #00bcd4, 701px 597px #00bcd4, 1202px 46px var(--base-clr), 890px 569px var(--base-clr), 1613px 813px #2196f3, 223px 252px #ff9800, 983px 1093px var(--base-clr), 726px 1029px #ffc107, 1764px 778px #cddc39, 622px 1643px var(--base-clr), 174px 1559px #673ab7, 212px 517px #00bcd4, 340px 505px #fff, 1700px 39px #fff, 1768px 516px var(--base-clr), 849px 391px #ff9800, 228px 1824px #fff, 1119px 1680px #ffc107, 812px 1480px #3f51b5, 1438px 1585px #cddc39, 137px 1397px #fff, 1080px 456px #673ab7, 1208px 1437px #03a9f4, 857px 281px var(--base-clr), 1254px 1306px #cddc39, 987px 990px #4caf50, 1655px 911px #00bcd4, 1102px 1216px var(--base-clr), 1807px 1044px #fff, 660px 435px #03a9f4, 299px 678px #4caf50, 1193px 115px #ff9800, 918px 290px #cddc39, 1447px 1422px #ffeb3b, 91px 1273px #9c27b0, 108px 223px #ffeb3b, 146px 754px #00bcd4, 461px 1446px var(--base-clr), 1004px 391px #673ab7, 1529px 516px var(--base-clr), 1206px 845px #cddc39, 347px 583px #009688, 1102px 1332px var(--base-clr), 709px 1756px #00bcd4, 1972px 248px #fff, 1669px 1344px var(--base-clr), 1132px 406px var(--base-clr), 320px 1076px #cddc39, 126px 943px #ffeb3b, 263px 604px var(--base-clr), 1546px 692px var(--base-clr); } .particle { width: 4px; height: 4px; animation: particleAnime 60s linear infinite; } .particle2 { width: 3px; height: 3px; animation: particleAnime2 5s linear infinite; } .particle3 { width: 2px; height: 2px; animation: particleAnime 17s linear infinite; } .particle4 { width: 1px; height: 1px; animation: particleAnime2 30s linear infinite; } @keyframes particleAnime { 0% { transform: translateX(-80px) translateY(80px); } 50% { transform: translateX(-80px) translateY(0); } 100% { transform: translateX(0) translateY(-80px); } } @keyframes particleAnime2 { 0% { transform: translateX(2vw) translateY(-40px); } 50% { transform: translateX(2vw) translateY(-40px); } 100% { transform: translateX(2vw) translateY(-40px); } } _header.scss 0000644 00000015415 15111305016 0007027 0 ustar 00 .parent-menu { position: relative; z-index: 999 !important; > a { align-items: center; &::after { content: "\f107"; font-weight: 700; font-family: "Font Awesome 5 Free"; margin-left: 5px; @include transition($transition); display: inline-block; @include breakpoint(max-lg) { margin-left: auto; } } } &:hover, &.open { > a { &::after { @include transform(rotate(-180deg)); } } } @include breakpoint(lg) { &.open { .submenu { display: block !important; } } .submenu { display: block !important; } } } .nav-toggle { position: relative; cursor: pointer; width: 25px; height: 20px; span { position: absolute; display: inline-block; height: 3px; width: 100%; @include transition($transition); background: $white; left: 0; &:first-child { top: 0; } &:nth-child(2) { top: 52%; transform: translateY(-65%); } &:last-child { bottom: 0; } } &.active { span { &:first-child { @include transform(rotate(45deg) translate(3px, 9px)); } &:nth-child(2) { opacity: 0; } &:last-child { @include transform(rotate(-45deg) translate(3px, -9px)); } } } } .navbar-top { position: relative; z-index: 999; padding-top: 5px; padding-bottom: 5px; // border-bottom: 1px solid rgba($white, 0.1); // background: rgba($white, 0.031); @include breakpoint(max-md) { padding-top: 10px; padding-bottom: 10px; } } .social-icons { @extend %flex; justify-content: center; margin: -3px; li { padding: 3px; a { i { width: 30px; height: 30px; line-height: 30px; text-align: center; @include border-radius(3px); border: 1px solid rgba($white, 0.2); @include transition($transition); color: var(--base-clr); background: rgba($white, 0.061); &[class*="facebook"] { color: $facebook; } &[class*="whatsapp"] { color: $whatsapp; } &[class*="twitter"] { color: $twitter; } &[class*="linkedin"] { color: $linkedin; } &[class*="instagram"] { color: $instagram; } &[class*="google"] { color: $google; } &[class*="youtube"] { color: $youtube; } &[class*="camera"] { color: $camera; } &[class*="pinterest"] { color: $pinterest; } &[class*="tumblr"] { color: $tumblr; } &[class*="behance"] { color: $behance; } &[class*="skype"] { color: $skype; } &[class*="vimeo"] { color: $vimeo; } } } } } .contact-bar { display: flex; flex-wrap: wrap; align-items: center; @include breakpoint(max-md) { justify-content: center; } li { a { color: $white; } &:not(:last-child) { border-right: 1px solid rgba($white, 0.2); a { padding: 0 10px; font-size: 14px; } } &:nth-last-child(2) { border: none; } } } header { position: relative; z-index: 9999; @include transition($transition); } .navbar-bottom { position: absolute; bottom: 0; background: rgba($white, 0.031); width: 100%; z-index: 999; &.active { box-shadow: 0 0 5px rgba(var(--base-rgb), 0.2); position: fixed; bottom: unset; top: 0; animation: fadeInDown 0.4s; -webkit-animation: fadeInDown 0.4s; -moz-animation: fadeInDown 0.4s; background: var(--dark-clr); .mode--toggle { display: block !important; } } } .navbar-wrapper { padding: 15px 0; .logo { max-width: 190px; @include breakpoint(max-sm) { max-width: 130px; } a { display: block; } img { width: 100%; height: 45px; object-fit: contain; object-position: left center; } } } .change-language { display: flex; align-items: center; font-size: 14px; .language-bar { height: 32px; padding-left: 5px; border: 1px solid rgba($white, 0.1); border-radius: 4px; margin-left: 15px; outline: none; background: rgba($white, 0.051); color: $white; option { color: $title; background: var(--section-bg); } &:focus { box-shadow: none; } } display: flex; align-items: center; @media screen and (max-width: 375px) { font-size: 12px; font-family: var(--heading-fonts); .language-bar { margin-left: 5px; } } &.text--title { .language-bar { color: $title; border-color: var(--border-clr); } } } /*Nav Menu*/ .navbar-wrapper { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } .nav-menu { @include breakpoint(lg) { display: flex; flex-wrap: wrap; align-items: center; li { a:not([class*="btn"]) { // color: $title; color: $white; font-family: var(--heading-fonts); text-transform: capitalize; padding: 5px 15px; font-weight: 600; } .cmn--btn { padding: 5px 10px; @include border-radius(5px); } .sub-nav { min-width: 220px; position: absolute; left: 0; top: 100%; border-bottom: 3px solid var(--base-clr); @include border-radius(5px); background: var(--dark-clr); @include transition($transition); li { a { padding: 5px 15px; font-size: 14px; display: flex; justify-content: space-between; align-items: center; &:hover { padding-left: 20px; background: var(--base-clr); color: $white; } } &:not(:last-child) { > a { // border-bottom: 1px solid var(--border-clr); border-bottom: 1px solid rgba($white, 0.1); } } } .sub-nav { left: 100%; top: 0; } } &:not(:hover) { .sub-nav { @include transform(translateY(10px)); opacity: 0; visibility: hidden; } } &:nth-last-of-type(1), &:nth-last-of-type(2), &:nth-last-of-type(3) { .sub-nav { left: unset; right: 0; .sub-nav { right: 100%; } } } } } } /*Nav Mobile Menu*/ @include breakpoint(max-lg) { .nav-menu-area { position: fixed; left: 0; top: 0; bottom: 0; width: 100%; z-index: 999; max-width: 320px; background: var(--dark-clr); padding: 30px 20px; overflow-y: auto; @include transition($transition); transform-origin: left; .menu-close { position: absolute; right: 30px; top: 20px; font-size: 20px; } &:not(.active) { @include transform(scaleX(0)); } .nav-menu { li { a { color: $white; display: flex; justify-content: space-between; padding: 5px 0; border-bottom: 1px solid rgba($white, 0.2); &.cmn--btn { background: $white; color: var(--base-clr); display: inline-flex; padding: 5px 15px; margin-top: 15px; } } } .sub-nav { padding-left: 15px; display: none; font-size: 14px; } } } } .remove-scroll, .modal-open { header { visibility: hidden; opacity: 0; } } .mode--toggle { width: 30px; height: 30px; line-height: 30px; text-align: right; cursor: pointer; color: $white; } _section.scss 0000644 00000055073 15111305016 0007247 0 ustar 00 /*About Section*/ .about--img { img { width: 100%; } @include breakpoint(max-sm) { margin-bottom: 30px; img { @include border-radius(5px); box-shadow: var(--base-shadow); } } @include breakpoint(sm) { margin-right: 25px; @include border-radius(5px); box-shadow: var(--base-shadow); padding: 25px; } } *[class*="border"] { border-color: var(--border-clr) !important; } section[class*="border"] { border-color: var(--border-dark-only) !important; } .about--content { @include breakpoint(lg) { max-width: 580px; } } .counter-area { display: flex; justify-content: space-between; margin: 0 -7px; .counter-item { margin-top: 25px; padding: 0 7px; } @include breakpoint(max-sm) { flex-wrap: wrap; justify-content: space-around; } } .counter-item { display: flex; flex-wrap: wrap; justify-content: center; .counter-thumb { width: 60px; img { width: 100%; } } .counter-content { width: calc(100% - 60px); padding-left: 15px; .counter-header { display: flex; margin-bottom: 5px; .title { margin: 0; font-weight: 500; } } h6 { font-weight: 400; } } @include breakpoint(max-xl) { @include breakpoint(lg) { .counter-thumb { width: 40px; } .counter-content { width: 100%; padding: 10px 0 0; text-align: center; .counter-header { justify-content: center; } } } } @include breakpoint(max-md) { @include breakpoint(sm) { .counter-thumb { width: 50px; } .counter-content { width: 100%; padding: 10px 0 0; text-align: center; .counter-header { justify-content: center; } } } } @include breakpoint(max-sm) { flex-wrap: wrap; width: 200px; } } /*Pricing Plan*/ .plan__item { padding: 30px; @include border-radius(10px); border: 1px solid var(--border-clr); background: var(--body-bg); @include transition($transition); height: 100%; @include breakpoint(sm) { @include breakpoint(max-md) { padding: 20px; } } @include breakpoint(lg) { @include breakpoint(max-xl) { padding: 20px; } } &-header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; font-size: 14px; border-bottom: 1px solid var(--border-clr); padding-bottom: 20px; .right { text-align: center; padding: 15px 15px 10px; background: rgba(var(--title-rgb), 0.1); @include border-radius(5px); text-align: center; @include transition($transition); } .title { color: var(--base-clr); margin: 0; } } &-body { ul { padding: 25px 0; li { padding: 4px 0; font-size: 15px; display: flex; justify-content: space-between; &::before { content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 500; color: var(--base-clr); font-size: 14px; margin-right: 5px; } .name { margin-right: auto; } } } } @include breakpoint(max-xl) { @include breakpoint(lg) { padding: 20px; } } @media (max-width: 400px) { padding: 20px; } .amount-range { color: var(--base-clr); margin-top: 5px; margin-bottom: 30px; @include breakpoint(xxl) { font-size: 24px; } } &:hover { background: var(--dark-clr) !important; color: var(--white-clr); box-shadow: 0 0 4px rgba(var(--base-rgb), 0.8), 0 0 6px rgba(var(--base-rgb), 0.4); .plan__item-header { border-color: rgba(var(--white-rgb), 0.1); .right { background: rgba(var(--white-rgb), 0.1); .title { color: var(--base-clr); } } .title { color: var(--white-clr); } } .amount-range { color: var(--base-clr); } } } .pricing--wrapper { div[class*="col"] { &:nth-child(2) { .plan__item { background: var(--dark-clr) !important; color: var(--white-clr); box-shadow: 0 0 4px rgba(var(--base-rgb), 0.8), 0 0 6px rgba(var(--base-rgb), 0.4); .plan__item-header { border-color: rgba(var(--white-rgb), 0.1); .right { background: rgba(var(--white-rgb), 0.1); .title { color: var(--base-clr); } } .title { color: var(--white-clr); } } .amount-range { color: var(--base-clr); } } } } } /*Partner*/ .partner-item { img { width: 100%; height: 80px; object-fit: contain; } padding: 15px; background: var(--body-bg); @include border-radius(5px); } /*How To Start*/ .how-thumb { img { max-width: 753px; @include breakpoint(max-xxl) { max-width: 720px; } @include breakpoint(max-xl) { max-width: 680px; } @include breakpoint(max-lg) { max-width: 100%; } } } .how-wrapper { counter-reset: how-counter; } .how__item { display: flex; flex-wrap: wrap; &-thumb { font-size: 24px; color: var(--white-clr); width: 70px; height: 70px; line-height: 70px; text-align: center; background: var(--base-clr); @include border-radius(5px); } &-content { padding-left: 30px; width: calc(100% - 70px); font-size: 15px; line-height: 1.6; p { max-width: 410px; } } &-title { margin: 0; margin-bottom: 15px; } position: relative; &::after { position: absolute; counter-increment: how-counter; content: "0" counter(how-counter); font-size: 40px; font-weight: 700; color: rgba(var(--base-rgb), 0.4); top: 100%; left: 0; } &:nth-of-type(n + 10) { &::after { content: counter(how-counter); } } &:not(:last-child) { margin-bottom: 45px; } @include breakpoint(lg) { flex-direction: row-reverse; text-align: right; &-content { padding-left: 0; padding-right: 30px; p { margin-left: auto; } } &::after { left: unset; right: 0; } } } .modal-content { box-shadow: var(--base-shadow); background: var(--body-bg); } .modal-title { display: flex; align-items: center; justify-content: center; &::after, &::before { content: ""; width: 60px; height: 2px; background: var(--base-clr); display: inline-block; } &::after { margin-left: 5px; } &::before { margin-right: 5px; } } .transaction--buttons { display: flex; flex-wrap: wrap; max-width: 600px; margin: -5px auto; justify-content: center; .cmn--btn { width: 220px; flex-grow: 1; margin: 5px; } @include breakpoint(max-sm) { margin: -5px; } } .table { font-size: 15px; color: var(--body-clr); margin: 0; * { border-color: var(--border-clr); } @include breakpoint(xl) { .badge { min-width: 70px; } } thead { background: var(--primary-clr); th { padding: 17px 0; border: none; color: var(--white-clr); } margin-left: -1px; margin-right: -1px; } border-left: 1px solid var(--border-clr); border-right: 1px solid var(--border-clr); tbody { tr { td { padding: 17px 0; } } } text-align: center; } @include breakpoint(max-xxl) { .table--mobile-xxl { padding-right: 5px; &:not(.no--scroll) { max-height: 70vh; overflow-x: hidden; overflow-y: auto; &::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(var(--title-rgb), 0.3); width: 4px; } &::-webkit-scrollbar { width: 4px; } &::-webkit-scrollbar-thumb { background-color: var(--base-clr); outline: 1px solid var(--base-clr); width: 4px; } } .table { width: 100%; border-left: 1px solid var(--border-clr); border-right: 1px solid var(--border-clr); border-top: 1px solid var(--border-clr); text-align: left; thead { display: none; } tbody { tr { display: block; td { display: flex; justify-content: space-between; align-items: center; &::before { content: attr(data-label); font-family: var(--heading-fonts); font-weight: 500; color: var(--title-clr); } border: none; padding: 3px 0; } border-bottom: 1px solid var(--border-clr); padding: 10px 15px; &:nth-child(even) { background: var(--section-bg); } } } } } } @include breakpoint(max-xl) { .table--mobile-xl { padding-right: 5px; &:not(.no--scroll) { max-height: 70vh; overflow-x: hidden; overflow-y: auto; &::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(var(--title-rgb), 0.3); width: 4px; } &::-webkit-scrollbar { width: 4px; } &::-webkit-scrollbar-thumb { background-color: var(--base-clr); outline: 1px solid var(--base-clr); width: 4px; } } .table { width: 100%; color: var(--body-clr); border-left: 1px solid var(--border-clr); border-right: 1px solid var(--border-clr); border-top: 1px solid var(--border-clr); text-align: left; thead { display: none; } tbody { tr { display: block; td { display: flex; justify-content: space-between; align-items: center; &::before { content: attr(data-label); font-family: var(--heading-fonts); font-weight: 500; color: var(--title-clr); } border: none; padding: 3px 0; } border-bottom: 1px solid var(--border-clr); padding: 10px 15px; &:nth-child(even) { background: var(--section-bg); } } } } } } @include breakpoint(max-lg) { .table--mobile-lg { padding-right: 5px; &:not(.no--scroll) { max-height: 70vh; overflow-x: hidden; overflow-y: auto; &::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(var(--title-rgb), 0.3); width: 4px; } &::-webkit-scrollbar { width: 4px; } &::-webkit-scrollbar-thumb { background-color: var(--base-clr); outline: 1px solid var(--base-clr); width: 4px; } } .table { width: 100%; color: var(--body-clr); border-left: 1px solid var(--border-clr); border-right: 1px solid var(--border-clr); border-top: 1px solid var(--border-clr); text-align: left; thead { display: none; } tbody { tr { display: block; td { display: flex; justify-content: space-between; align-items: center; &::before { content: attr(data-label); font-family: var(--heading-fonts); font-weight: 500; color: var(--title-clr); } border: none; padding: 3px 0; } border-bottom: 1px solid var(--border-clr); padding: 10px 15px; &:nth-child(even) { background: var(--section-bg); } } } } } } @include breakpoint(max-md) { .table--mobile-md { padding-right: 5px; &:not(.no--scroll) { max-height: 70vh; overflow-x: hidden; overflow-y: auto; &::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(var(--title-rgb), 0.3); width: 4px; } &::-webkit-scrollbar { width: 4px; } &::-webkit-scrollbar-thumb { background-color: var(--base-clr); outline: 1px solid var(--base-clr); width: 4px; } } .table { width: 100%; color: var(--body-clr); border-left: 1px solid var(--border-clr); border-right: 1px solid var(--border-clr); border-top: 1px solid var(--border-clr); text-align: left; thead { display: none; } tbody { tr { display: block; td { display: flex; justify-content: space-between; align-items: center; &::before { content: attr(data-label); font-family: var(--heading-fonts); font-weight: 500; color: var(--title-clr); } border: none; padding: 3px 0; } border-bottom: 1px solid var(--border-clr); padding: 10px 15px; &:nth-child(even) { background: var(--section-bg); } } } } } } @include breakpoint(max-sm) { .table--mobile-sm { padding-right: 5px; &:not(.no--scroll) { max-height: 70vh; overflow-x: hidden; overflow-y: auto; &::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(var(--title-rgb), 0.3); width: 4px; } &::-webkit-scrollbar { width: 4px; } &::-webkit-scrollbar-thumb { background-color: var(--base-clr); outline: 1px solid var(--base-clr); width: 4px; } } .table { width: 100%; color: var(--body-clr); border-left: 1px solid var(--border-clr); border-right: 1px solid var(--border-clr); border-top: 1px solid var(--border-clr); text-align: left; thead { display: none; } tbody { tr { display: block; td { display: flex; justify-content: space-between; align-items: center; &::before { content: attr(data-label); font-family: var(--heading-fonts); font-weight: 500; color: var(--title-clr); } border: none; padding: 3px 0; } border-bottom: 1px solid var(--border-clr); padding: 10px 15px; &:nth-child(even) { background: var(--section-bg); } } } } } } .modal { .table-responsive { max-height: 70vh; overflow-x: hidden; overflow-y: auto; &::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(var(--title-rgb), 0.3); width: 4px; } &::-webkit-scrollbar { width: 4px; } &::-webkit-scrollbar-thumb { background-color: var(--base-clr); outline: 1px solid var(--base-clr); width: 4px; } } .modal-content { position: relative; } } .modal-xl { @include breakpoint(lg) { @include breakpoint(max-xl) { max-width: 960px; } } @include breakpoint(md) { @include breakpoint(max-lg) { max-width: 660px; } } } .badge { font-family: var(--heading-fonts); font-weight: 500; text-transform: capitalize; padding: 5px 10px; @include border-radius(15px); } .close-modal-btn { background: transparent; color: $danger-color !important; font-size: 24px; padding: 0; width: 40px; height: 40px; line-height: 40px; @include breakpoint(md) { position: absolute; right: 20px; top: 10px; } } .bg--shapes { position: relative; &::before { content: ""; position: absolute; inset: 0 calc(50% - 250px) 0 0; mask: url(./img/profit-shape-2.png) no-repeat right center / cover; -webkit-mask: url(./img/profit-shape-2.png) no-repeat right center / cover; } @include breakpoint(max-lg) { &::before { inset: 0; } } } html:not(.dark-theme) { .bg--shapes { @include breakpoint(max-lg) { background: var(--section-bg); &::before { display: none; } .bg--section { background: var(--body-bg) !important; } } } } .modal { background: rgba(var(--primary-rgb), 0.3); } .profit-thumb { position: relative; z-index: 1; direction: rtl; img { max-width: 750px; } @include breakpoint(max-xl) { img { max-width: 680px; } } @include breakpoint(max-lg) { display: none; } } /*Team Section*/ .team__card { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; &-img { height: 205px; img { width: 100%; height: 100%; object-fit: cover; @include border-radius(5px 5px 0 0); @include transition($transition); } @include border-radius(5px 5px 0 0); overflow: hidden; @include breakpoint(sm) { @include breakpoint(max-xxl) { height: 185px; } } } &-cont { margin-top: auto; border: 1px solid var(--border-clr); border-top: none; @include border-radius(0 0 5px 5px); padding: 25px 15px 10px; &-title { margin-bottom: 5px; margin-left: 7px; font-weight: 500; } text-align: center; } .social-icons { li { a { i { background: transparent; border: none; } } } } &:hover { .team__card-img { img { @include transform(scale(1.071)); } } } @include breakpoint(max-sm) { max-width: 320px; margin: 0 auto; } } /*Testimonial Section*/ .client__item { display: flex; flex-wrap: wrap; &-img { max-width: 540px; margin-bottom: 50px; img { width: 100%; height: 100%; object-fit: cover; @include border-radius(5px); margin-right: -30px; } } &-cont { margin-top: 50px; width: calc(100% - 540px); flex-grow: 1; padding: 40px 30px; position: relative; z-index: 1; margin-left: -100px; border: 4px solid rgba(var(--title-rgb), 0.2); @include border-radius(5px); align-self: flex-end; overflow: hidden; .section-header { margin-bottom: 15px; } .quote { font-size: 20px; line-height: 1.7; border-left: 3px solid var(--base-clr); border-radius: 6px; padding: 20px 0 20px 25px; margin: 0; } } @include breakpoint(max-xl) { .client__item-img { width: 400px; } .client__item-cont { width: calc(100% - 400px); } } @include breakpoint(max-lg) { .quote { font-size: 18px; } } @include breakpoint(max-md) { .client__item-img { width: 100%; margin-right: 40px; margin-bottom: 0; } .client__item-cont { margin: -40px 0 0 40px; } } @media screen and (max-width: 450px) { .client__item-img { height: 270px; } .client__item-cont { margin: -40px 0 0 20px; padding: 30px 20px; .quote { padding: 0 0 0 20px; font-size: 16px; } } } } /*CTAs Section*/ .ctas-section { padding: 80px 0; } /*Choose Section*/ .choose-area { padding: 45px 30px; @include border-radius(5px); .choose-item { width: 50%; margin-bottom: 40px; padding: 0 12px; display: flex; align-items: center; .choose-thumb { width: 50px; font-size: 36px; line-height: 1; color: var(--base-clr); } .choose-content { width: calc(100% - 50px); padding-left: 10px; font-size: 14px; line-height: 1.6; &-title { margin: 0; margin-bottom: 15px; color: var(--base-clr); } } @include breakpoint(max-md) { @include breakpoint(sm) { flex-wrap: wrap; text-align: center; justify-content: center; .choose-content { width: 100%; padding: 20px 0 0; } } } @include breakpoint(max-sm) { width: 100%; } } .choose-inner { margin: 0 -12px -40px; display: flex; flex-wrap: wrap; @include breakpoint(xl) { align-items: center; } } @include breakpoint(max-sm) { padding: 30px 15px; } } /*Referral Section*/ .referral-thumb { img { width: 100%; } @include breakpoint(max-lg) { max-width: 420px; margin: 0 auto; } } .comission-area { margin: 40px -5px 30px; display: flex; flex-wrap: wrap; justify-content: space-between; @include breakpoint(max-sm) { margin-top: 25px; } } .comission-item { display: flex; flex-wrap: wrap; align-items: center; padding: 0 5px 15px; .thumb { width: 65px; height: 60px; line-height: 60px; text-align: center; font-size: 22px; font-family: var(--heading-fonts); border: 1px solid var(--border-clr); @include border-radius(5px); background: rgba(var(--title-rgb), 0.1); color: var(--base-clr); } .cont { width: calc(100% - 65px); padding-left: 15px; } } /*Payment Gateway*/ .payement-gateway-thumb { img { width: 100%; @include border-radius(5px); } } /*Brand Section*/ .brand-item { img { width: 100%; } @include border-radius(5px); overflow: hidden; border: 3px solid rgba(var(--base-rgb), 0.3); } .about-text-item { &:not(:last-child) { margin-bottom: 35px; @include breakpoint(md) { margin-bottom: 45px; } } .title { color: var(--base-clr); margin-bottom: 15px; } p { margin: 0; } ul { li { padding: 0; &::before { content: ""; position: absolute; width: 5px; height: 5px; @include border-radius(50%); background: var(--base-clr); left: 0; top: 9px; } position: relative; padding-left: 20px; } } } .hero-bg { inset: 0; position: absolute; } .hero-text { padding: 120px 0 100px; position: relative; z-index: 1; &-title { color: var(--white-clr); } @include breakpoint(max-md) { padding: 100px 0 80px; } } .breadcrumb { padding: 0; margin: 0; margin-top: 15px; li { font-size: 18px; color: var(--base-clr); font-family: var(--heading-fonts); a { color: var(--white-clr); display: flex; align-items: center; &::after { content: ""; display: inline-block; margin: 0 5px; width: 12px; height: 2px; background: var(--base-clr); } } } } .contact__item { &-icon { width: 66px; height: 66px; line-height: 64px; text-align: center; color: var(--base-clr); font-size: 28px; border: 2px solid rgba(var(--base-rgb), 0.3); @include border-radius(5px); } @extend %flex; align-items: center; &-cont { width: calc(100% - 66px); padding-left: 20px; &-title { margin: 0; margin-bottom: 5px; } } &:not(:last-child) { margin-bottom: 25px; } } .mapouter { position: relative; text-align: right; width: 100%; } .gmap_canvas { overflow: hidden; background: none !important; height: 450px; width: 100%; @include border-radius(10px); iframe { width: 100%; height: 100%; } @include breakpoint(max-md) { height: 380px; } } .contact-wrapper { padding: 50px 45px 40px; overflow: hidden; @include breakpoint(max-md) { padding: 35px 20px 30px; } } /*Faqs Section*/ .accordion-item { border: 1px solid var(--border-clr); background: var(--section-bg); @include border-radius(5px); &:not(:last-child) { margin-bottom: 10px; } .accordion-title { padding: 20px; cursor: pointer; .title { margin: 0; font-size: 18px; width: calc(100% - 15px); } display: flex; justify-content: space-between; .right-icon { width: 14px; height: 14px; display: block; border-right: 2px solid var(--title-clr); border-bottom: 2px solid var(--title-clr); @include transform(rotate(45deg)); @include transition($transition); } } .accordion-content { padding: 30px 20px; display: none; border-top: 1px solid var(--border-clr); p { margin: 0; &:not(:last-child) { margin-bottom: 20px; } } } &.open { .accordion-title { .title { color: var(--base-clr); } .right-icon { @include transform(rotate(-135deg)); } } } &.active { .accordion-content { display: block; } } } _forms.scss 0000644 00000006620 15111305016 0006723 0 ustar 00 input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { border: 1px solid var(--base-clr); -webkit-text-fill-color: var(--title-clr); box-shadow: 0 0 0px 1000px var(--body-bg) inset; -webkit-box-shadow: 0 0 0px 1000px var(--body-bg) inset; transition: background-color 5000s ease-in-out 0s; } .form-control { background: var(--body-bg) !important; border: 1px solid var(--border-clr); outline: none; box-shadow: none !important; &:focus { border-color: var(--base-clr); } &.cmn--btn { color: var(--white-clr); } &:-webkit-autofill, &:-webkit-autofill:hover, &:-webkit-autofill:focus { border: 1px solid var(--base-clr) !important; -webkit-text-fill-color: var(--title-clr) !important; box-shadow: 0 0 0px 1000px var(--body-bg) inset !important; -webkit-box-shadow: 0 0 0px 1000px var(--body-bg) inset !important; transition: background-color 5000s ease-in-out 0s !important; } } input, select, button { &.form-control { height: 50px; color: var(--title-clr); &:focus { color: var(--title-clr); } &[type="number"] { &::-webkit-inner-spin-button, &::-webkit-outer-spin-button { display: none; } } } } select.form-control { -webkit-appearance: button; } textarea { &.form-control { height: 150px; } } select.form--control { &:focus { background: var(--section-bg); } -webkit-appearance: button; option { color: var(--title-clr); } } .form-label { font-family: var(--heading-fonts); font-weight: 500; text-transform: capitalize; } .btn { font-family: var(--heading-fonts); } .form-check { .form-check-input { &:checked { background-color: var(--base-clr); border-color: var(--base-clr); } &:focus { box-shadow: var(--base-shadow-sm); } } } /*Account Section*/ .accounts-section { padding: 50px; min-height: 100vh; display: flex; flex-direction: column; .accounts-inner { position: relative; z-index: 2; flex-grow: 1; @include border-radius(10px); display: flex; flex-direction: column; &__wrapper { @include border-radius(10px); overflow: hidden; flex-grow: 1; display: flex; flex-wrap: wrap; a { font-family: var(--heading-fonts); } .accounts-left { width: 50%; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--border-clr); border-right: none; @include border-radius(10px 0 0 10px); &-content { padding: 40px; max-width: 540px; margin: 0 auto; .top--icon { font-size: 50px; line-height: 1; color: var(--primary-clr); } .section-header { max-width: 540px; } } } .accounts-right { width: 50%; background: url(./img/account-bg.png) var(--primary-clr) no-repeat center center / 100% 100%; padding: 50px 30px; min-height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-evenly; img { width: 100%; max-width: 460px; } .section-header { max-width: 540px; } } } } @include breakpoint(max-md) { display: none; } }