⚝
One Hat Cyber Team
⚝
Your IP:
3.135.198.159
Server IP:
97.74.87.16
Server:
Linux 16.87.74.97.host.secureserver.net 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
rahulraj
/
public_html
/
assets
/
back
/
css
/
View File Name :
mystyle.css
.product-card .arrive{ transition: all 0.3s ease-in-out; border: none !important; /* Border hatane ke liye */ box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); /* Default light shadow */ border-radius: 10px; border: 0.5px solid lightgrey; } .product-card:hover { box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); /* Hover pe shadow increase */ } /* Button group hover effect */ .product-card:hover .product-button-group { bottom: 10px; opacity: 1; visibility: visible; } /* Image hover effect */ .product-card:hover .product-thumb > img, .sright-image:hover img { transform: scale(1.1); } .product-meta { display: flex; justify-content: space-between; /* Category left, Rating right */ align-items: center; margin-bottom: 10px; /* Space below */ } .product-card .product-category .star{ width: 60%!important; } /* .product-category .star{ width: 60%!important; } */ .product-meta { display: flex; justify-content: space-between; align-items: center; gap: 10px; /* Thoda space maintain karne ke liye */ } .product-category { flex: 1; /* Category ko adjust karega */ } .rating-stars { width: 60%; /* Rating ka width limit karega */ text-align: right; /* Rating right side align rahegi */ } /* Category Tabs Styling */ .category-tabs { list-style: none; padding: 0; margin-bottom: 20px; } .category-tabs li { margin: 0 10px; padding: 8px 15px; border: 1px solid #ddd; border-radius: 5px; cursor: pointer; } .category-tabs li.active a{ background-color: #000; color: #fff; font-weight: bold; } .category-tabs li.active a{ background-color: #000; color: #fff; font-weight: bold; } /* Hide products initially */ .product-item { display: none; } /* Show active category products */ .product-item.active { display: block; } .category-tab-li { background-color: #80808014; color: black; padding: 8px 20px; border-radius: 30px; text-decoration: none; display: inline-block; font-weight: bold; border: none; } .category-tab-li a { font-weight: 300; color: black !important; /* Ensure text color changes */ } .category-tab-li.active { background-color: black; color: white; padding: 8px 20px; border-radius: 30px; text-decoration: none; display: inline-block; font-weight: bold; } .category-tab-li.active a { font-weight: 300; color: white !important; /* Ensure text color changes */ } .service-section { margin-top: 50px; padding-top: 20px; } .category-container { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 15px; /* height: 400px; */ margin-bottom: 50px; /* Added spacing */ } .left-column, .right-column { display: flex; flex-direction: column; gap: 15px; max-width: 500px; max-height: 427px; } .category-item { flex: 1; position: relative; overflow: hidden; border-radius: 10px; transition: transform 0.3s ease-in-out; border: 0.5px solid lightgrey; border-radius: 10px; max-width: 500px; max-height: 427px; } .category-item img { width: 100%; /* height: 100%; */ object-fit: cover; border-radius: 10px; } .category-item:hover { transform: scale(1.05); } .category-label { position: absolute; bottom: 10px; left: 10px; background: #ffff; padding: 5px 10px; font-weight: bold; border-radius: 5px; } .product-card { background: #fff; border-radius: 12px; border: 1px solid #ddd; /* Light Gray Border */ box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Soft Shadow */ padding: 15px; transition: all 0.3s ease-in-out; } .product-card:hover { box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15); } .product-card-inner { border-radius: 12px; overflow: hidden; } .product-title a { font-size: 18px; font-weight: bold; color: #333; text-decoration: none; } .product-meta { display: flex; justify-content: space-between; align-items: center; } .product-category a { font-size: 14px; color: #777; text-decoration: none; } .rating-stars { font-size: 16px; color: #ffa500; /* Star Color */ } .product-price { font-size: 20px; font-weight: bold; color: #000; } .product-price del { color: #999; font-size: 16px; margin-right: 5px; } .category-tab-pick { color:grey; padding: 8px 20px; text-decoration: none; display: inline-block; font-weight: bold; border: none; } .category-tab-pick a { font-weight: 300; color:grey !important; } .category-tab-pick.active { color: black; padding: 8px 20px; border-radius: 30px; text-decoration: none; display: inline-block; font-weight: bold; } .category-tab-pick.active a { font-weight: bolder; color: black !important; /* Ensure text color changes */ } .product-card .countdown-new { display: flex; justify-content: center; gap: 8px; font-family: Arial, sans-serif; } .product-card .countdown-new span { background: #fff; padding: 12px; border-radius: 10px; font-size: 24px; font-weight: bold; text-align: center; min-width: 55px; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); } .product-card .countdown-new span small { display: block; font-size: 12px; font-weight: 500; margin-top: 5px; color: #666; text-transform: uppercase; } /* Color Filter Container */ .color-filter-group { display: flex; gap: 8px; flex-wrap: wrap; } /* Color Circle */ .color-filter { position: relative; } .color-circle { width: 32px; height: 32px; border-radius: 50%; display: inline-block; border: 2px solid transparent; cursor: pointer; position: relative; transition: all 0.3s ease; } /* Checkmark (Hidden by Default) */ .color-circle .checkmark { color: white; font-size: 16px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none; } /* When Checkbox is Checked, Show Checkmark */ input[type="checkbox"]:checked + .color-circle { border: 2px solid black; } input[type="checkbox"]:checked + .color-circle .checkmark { display: block; } /* Color Circle Styling */ .form-check-inline .btn { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; transition: 0.3s; cursor: pointer; } /* Border highlight when checked */ .color-option:checked + .btn { border-color: black !important; } /* Show checkmark when checked */ .color-option:checked + .btn i { display: inline-block !important; } /* Color Circle Styling */ .form-check-inline .btn { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; transition: 0.3s; cursor: pointer; } /* Border highlight when checked */ .color-option:checked + .btn { border-color: black !important; } /* Show checkmark when checked */ .color-option:checked + .btn i { display: inline-block !important; } .form__radio-btn { display: inline-block; width: 20px; height: 20px; border-radius: 50%; border: 2px solid #555; background-color: white; position: relative; cursor: pointer; } .form__radio-input:checked + .form__radio-label .form__radio-btn { background-color: #007bff; /* Selected color */ border-color: #007bff; } .btn-outline-primary{ color: #007bff; /* Primary Blue Color */ border: 2px solid #007bff; /* Outline Border */ background-color: transparent; padding: 10px 20px; font-size: 16px; font-weight: 600; border-radius: 5px; transition: all 0.3s ease-in-out; } .btn-outline-primary:hover { background-color: #007bff; color: black; }