Viewing File: /home/ubuntu/misabloom-frontend-base/public/css/style.css
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
:root {
--primary-color: #19264f;
--secondary-color: #ec2485;
--light-color: #ffffff;
--tertiary-color: #000;
--quaternary-color: #7c8c92;
--yellow-color: #ffd76e;
--no-bg: transparent;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: 0.25s ease;
transition: 0.25s ease;
overflow-x: hidden;
position: relative;
font-family: "Montserrat", sans-serif !important;
color: var(--secondary-color);
background-color: #fff !important;
font-size: 12px !important;
letter-spacing: 0.8px;
}
.main-wrapper {
min-height: 80vh;
}
body.modal-open {
overflow: auto !important;
}
body.modal-open[style] {
padding-right: 0px !important;
}
.sm-padding {
padding: 6em 0;
}
.footer-logo {
/* height: 4em; */
object-fit: contain;
max-width: 18em;
}
.logo {
/* max-height: 70px; */
max-width: 12em;
object-fit: contain;
}
.navbar-logo img {
max-height: 80px;
object-fit: contain;
}
.header-user-icon {
max-width: 2em;
}
.header-nav-center {
padding: 0.5em 0;
border-bottom: 1px solid rgba(11, 34, 56, 0);
-webkit-transition: 0.3s !important;
-moz-transition: 0.3s !important;
-o-transition: 0.3s !important;
-ms-transition: 0.3s !important;
transition: 0.3s !important;
background-color: #ffffff;
box-shadow: -4px 0px 10px rgba(0, 0, 0, 0.1);
/* position: fixed;
left: 0;
right: 0;
z-index: 999; */
}
.header-nav-center .navbar .nav-link {
font-size: 1.2em;
font-weight: 500;
text-transform: capitalize;
opacity: 0.8;
letter-spacing: 0.5px;
margin-right: 1em;
color: var(--tertiary-color) !important;
}
.header-nav-center .navbar .nav-link:last-child {
margin-right: 0;
}
.dropdown-toggle::after {
display: none;
}
.header-search-sec {
gap: 2em;
}
.hamburger-menu {
width: 3em;
}
.new-header-search .input-group {
/* box-shadow: 0px 0px 10px rgb(0 0 0 / 10%); */
border-radius: 5px;
padding: 0.5em;
border: 1px solid #f4f4f4;
}
.new-header-search .input-group-text {
background-color: transparent;
border: 0 !important;
padding-left: 0.5em;
}
.new-header-search .form-control {
border: 0 !important;
}
.new-header-search .form-control::placeholder {
box-shadow: none !important;
}
.header-cart-item {
display: flex;
align-items: center;
gap: 0.5em;
color: var(--tertiary-color);
}
.header-cart-item span {
font-size: 1.1em;
font-weight: 500;
}
.new-navbar-sec .nav-link.active {
border-bottom: 1px solid var(--primary-color);
color: var(--primary-color) !important;
}
.user-dropdown-sec .dropdown-toggle {
background: transparent !important;
border: 0 !important;
padding: 0 !important;
/* padding-top: 0!important;
padding-bottom: 0;
padding-right: 0!important; */
}
.user-dropdown-sec .dropdown-toggle:focus {
box-shadow: none !important;
outline: none !important;
}
.user-dropdown-sec .dropdown-toggle:hover {
background: transparent !important;
border: 0 !important;
}
.user-dropdown-sec .dropdown-menu a:hover {
background-color: #f5f5f5;
}
.user-dropdown-sec .dropdown-menu {
background-color: #fff;
background-clip: padding-box;
border: 0;
/* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%); */
box-shadow: none;
left: -160px !important;
/* border:1px solid rgba(0, 0, 0, 0.1); */
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
border-radius: 5px;
padding-right: 0 !important;
min-width: 200px;
top: 40px !important;
}
.user-dropdown-sec .dropdown-menu a {
display: block;
width: 100%;
padding: 0.8em 1.5em;
font-weight: 500;
color: #000;
opacity: 0.8;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
font-size: 0.9em;
text-decoration: none !important;
display: flex;
align-items: center;
gap: 0.6em;
}
.navbar-nav {
align-items: center;
}
.user-dropdown-sec .dropdown-toggle::after {
display: none;
}
.user-dropdown-sec a span svg {
width: 16px;
height: 16px;
margin-right: 10px;
}
/*Fotter Section CSS*/
.footer-sec {
background:var(--primary-color);
min-height: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: relative;
width: 100%;
display: block;
}
.footer-header-sec {
padding: 2em 0;
}
.footer-header-box {
display: flex;
align-items: center;
justify-content: center;
gap: 4em;
}
.footer-header-card {
display: flex;
align-items: center;
gap: 1em;
}
.footer-header-card .footer-header-info h4 {
font-size: 1.3em;
color: var(--light-color);
}
.main-footer-sec {
padding: 4em 0;
}
.footer-log-sec {
margin-bottom: 2em;
}
.footer-company-info p {
font-size: 1.1em;
font-weight: 400;
color: var(--light-color);
margin-bottom: 0;
}
.footer-widget h4 {
font-size: 1.3em;
color: var(--light-color);
font-weight: 600;
margin-bottom: 1em;
}
.footer-link li a {
font-size: 1.1em;
color: var(--light-color);
text-decoration: none;
line-height: 1.5;
font-weight: 400;
}
.footer-link li {
padding-bottom: 1em;
}
.social-link li a {
background-color: var(--primary-color);
display: flex;
align-items: center;
justify-content: center;
width: 3em;
height: 3em;
border-radius: 50%;
}
.social-link {
display: flex;
align-items: center;
justify-content: center;
gap: 1em;
margin-bottom: 2em;
margin-top: 2em;
}
.sub-footer-sec {
background: rgba(255, 255, 255, 0.8);
padding: 2em 0;
}
.sub-footer-link {
display: flex;
align-items: center;
gap: 1em;
margin-bottom: 0;
}
.sub-footer-link li {
border-right: 1px solid var(--tertiary-color);
padding-right: 1em;
}
.sub-footer-link li:last-child {
border-right: 0;
}
.sub-footer-link li a {
font-size: 1em;
color: var(--tertiary-color);
text-decoration: none;
line-height: 1.5;
font-weight: 500;
}
.sub-footer-info h3 {
font-size: 1.5em;
font-weight: 700;
margin-bottom: 0.8em;
}
.default-btn-sec .default-btn {
background-color: var(--primary-color) !important;
padding: 0.6em 2em !important;
text-align: center;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
position: relative;
overflow: hidden;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
color: var(--light-color) !important;
display: inline-block;
border: 1px solid var(--primary-color) !important;
font-size: 0.95em;
font-weight: 500;
}
.default-btn-sec .default-btn:hover,
.default-btn-sec .default-btn:focus,
.default-btn-sec .default-btn:active {
background-color: var(--secondary-color) !important;
color: var(--light-color);
border: 1px solid var(--secondary-color) !important;
}
.subscribe-btn {
background-color: var(--primary-color) !important;
padding: 0.6em 2em !important;
text-align: center;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
position: relative;
overflow: hidden;
-webkit-border-radius: 50px !important;
-moz-border-radius: 50px !important;
-o-border-radius: 50px !important;
-ms-border-radius: 50px !important;
border-radius: 50px !important;
color: var(--light-color) !important;
display: inline-block !important;
border: 1px solid var(--primary-color) !important;
font-size: 1.2em;
font-weight: 600;
}
.subscribe-btn:hover,
.subscribe-btn:focus,
.subscribe-btn:active {
background-color: var(--secondary-color) !important;
color: var(--light-color) !important;
border: 1px solid var(--secondary-color) !important;
box-shadow: none !important;
}
.sub-footer-box {
display: flex;
align-items: center;
justify-content: space-between;
gap: 4em;
}
.section-title-sec {
text-align: center;
}
.section-title-sec .title-light {
color: var(--secondary-color);
font-weight: 500;
font-size: 1.4em;
text-align: center;
}
.section-title-sec .title-bold {
color: var(--tertiary-color);
font-weight: 700;
font-size: 2em;
text-align: center;
display: inline-block;
}
.section-title-sec .title-light::after {
content: "";
border-bottom: 2px solid #eacebe;
width: 52px;
display: block;
margin: 0 auto;
padding-top: 0.5em;
}
.add-to-cart-btn {
text-decoration: none;
}
.place-order-btn {
text-decoration: none;
}
.mobile-profile {
display: none;
}
.contact-form-img img {
max-width: 100%;
}
.wish-list-box {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px;
}
.new-header-search input:focus {
box-shadow: none;
}
.write-review-modal .modal-content {
border-radius: 10px;
background: #f4f4f4;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.write-review-modal .modal-header .btn-close {
margin-top: 0.1em;
/* margin-right: 1em; */
margin-bottom: 0.1em;
background-color: rgba(0, 0, 0, 0.5);
background-image: url('data:image/svg+xml;utf8,<svg stroke="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M1.458 1.458l21.084 21.084m0-21.084L1.458 22.542" /></svg>');
}
.write-review-modal .modal-header .btn-close:focus {
box-shadow: none !important;
}
.write-review-modal .modal-header .h4 {
margin-bottom: 0;
font-size: 1.4em;
font-weight: 600;
color: var(--tertiary-color);
}
.write-review-modal form label {
color: var(--tertiary-color);
font-weight: 600;
font-size: 1.2em;
margin: 0 0 1em;
}
/* .write-review-modal form input{
background: var(--secondary-color);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
.write-review-modal form input:focus{
box-shadow: none;
border: 1px solid #5200FF;
} */
.write-review-modal form textarea {
background: var(--secondary-color);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
.write-review-modal form textarea:focus {
box-shadow: none;
border: 1px solid #5200ff;
}
.write-review-dropzone p {
background: var(--secondary-color);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
border-radius: 10px;
padding: 2em;
min-height: 8em;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #ced4da;
}
.review-preview {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
background: #000;
margin-bottom: 2em;
border-radius: 10px;
}
.review-preview-img {
width: 100%;
height: 18em;
object-fit: contain;
border-radius: 10px;
width: 100%;
}
.remove-review-image {
position: absolute;
top: 15px;
right: 15px;
}
.remove-review-image svg {
width: 2em;
fill: #f00;
cursor: pointer;
}
.del {
display: flex;
align-items: flex-end;
justify-content: flex-end;
height: 100%;
position: absolute;
right: 23px;
bottom: 23px;
}
.transaction-id-sec {
text-align: center;
width: 150px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
}
.no-link {
text-decoration: none;
}
.header-cart-item:hover {
color: var(--tertiary-color);
}
.search-suggetion-sec {
position: absolute;
width: 300px;
height: 300px;
max-height: 100vh;
background-color: #fff;
z-index: 3;
box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
overflow-x: hidden;
overflow-y: scroll;
}
.search-suggetion-sec::-webkit-scrollbar {
width: 5px;
}
.search-suggetion-sec::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.search-suggetion-sec::-webkit-scrollbar-thumb {
background-color: darkgrey;
border-radius: 5px;
}
.search-suggetion {
display: flex;
align-items: center;
border-bottom: 1px solid #ababab;
padding: 1em;
cursor: pointer;
gap: 1.5em;
}
.search-suggetion img {
max-width: 4em;
}
.search-suggetion p {
font-size: 1em;
color: #000;
font-weight: 500;
line-height: 1.8;
}
.search-suggetion:last-child {
border: none;
}
.size {
width: 16px;
color: red;
}
.checkout-img {
width: 140px;
}
.banner-loader {
height: 100vh !important;
}
.product-image-loader {
height: 100vh !important;
}
.profile-image {
width: 80px;
height: 80px;
border-radius: 50%;
object-fit: cover;
position: center;
}
.point {
cursor: pointer;
}
.new-header-search-mobile .input-group {
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 0px;
padding: 0.5em;
border-bottom: 0;
}
/* header search */
.new-header-search-mobile .input-group-text {
background-color: transparent;
border: 0 !important;
padding-left: 0.5em;
}
.new-header-search-mobile .form-control {
border: 0 !important;
}
.new-header-search-mobile .form-control:focus {
box-shadow: none;
}
.new-header-search-mobile {
display: none;
}
.disable-cart-product {
filter: blur(1px);
background: #ccc;
}
/* mobile navbar */
.mobile-header-sec {
display: none;
position: fixed;
bottom: 0;
background: var(--light-color);
width: 100%;
z-index: 99999;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
border-radius: 50px;
margin: 0 0 0.3em;
}
.mobile-header-sec .nav {
justify-content: space-between;
padding: 0.8em 2em;
}
.mobile-header-sec .nav .nav-link {
font-size: 1.2em;
font-weight: 500;
color: #000;
position: relative;
transition: 0.5s;
padding: 0;
}
/* .mobile-header-sec .nav .nav-link.active{
top: -25px;
} */
.mobile-header-sec .nav .nav-link.active .contact-address-img {
background-color: var(--primary-color);
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.mobile-header-sec .nav .nav-link.active .contact-address-img svg {
fill: var(--secondary-color);
}
.mobile-nav-profile {
display: none;
}
.mobile-nav-profile .contact-address-img {
background-color: var(--yellow-color);
}
.mobile-header-sec .contact-address-img {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.mobile-header-sec .contact-address-img img {
max-width: 1.6em;
}
.mobile-header-sec .contact-address-img svg {
max-width: 1.6em;
fill: #000;
}
.mobile-nav-profile .contact-address-img {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.mobile-nav-profile .contact-address-img img {
max-width: 1.5em;
}
.add-cart-count {
position: absolute;
height: 18px;
width: 18px;
background-color: var(--tertiary-color);
border-radius: 50%;
font-size: 12px;
display: inline-flex;
justify-content: center;
align-items: center;
top: -4px;
right: 7px;
color: var(--light-color);
z-index: 1;
}
.pac-container {
z-index: 9999 !important;
}
.default-btn-sec {
margin: 1em 0 0;
}
.login-right-sec .login-img img {
max-width: 100%;
}
.add-money-btn button:focus {
box-shadow: none;
}
.location-text {
margin: 0;
font-size: small;
}
.header-cart-item img {
max-width: 2.3em;
}
.header-cart-item {
position: relative;
}
.header-cart-item .add-cart-count {
top: -12px;
right: -1px;
}
.social-button {
border: none;
background: transparent;
}
/* connect wallet css */
.new-connect-wallet {
font-size: 1em;
color: var(--quaternary-color);
margin: 0;
font-weight: 500;
line-height: 1.8;
}
.wallet-content button {
width: 75%;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 50px;
padding: 1em 2em;
}
.wallet-metamask-img-sec img {
width: 2em;
}
.wallet-content {
text-align: center;
}
.wallet-metamask-right-sec p {
margin: 0;
font-size: 1.2em;
font-weight: 500;
color: #000;
}
.wallet-metamask-info-sec h4 {
margin: 0;
font-size: 1.3em;
color: var(--primary-color);
}
.wallet-metamask-left-sec {
display: flex;
align-items: center;
gap: 1em;
}
.wallet-metamask-card {
display: flex;
justify-content: space-between;
align-items: center;
}
.desktop-user-img {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
border: 1px solid #f4f4f4;
}
.header-dropdown-item-icon {
max-width: 1.5em;
}
.product-cbd-value h5 {
font-size: 1.1em;
font-weight: 600;
color: var(--tertiary-color);
line-height: 1.5;
}
.product-cbd-value h5 span {
font-weight: 400;
}
.scale-text {
font-size: 5.5em;
font-weight: 600;
color: var(--secondary-color);
fill: #ffffff;
}
/* .product-cbd-value svg{
max-width: 3.5em;
} */
.product-percentage {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 1em;
}
.product-cbd-value {
position: absolute;
top: 110px;
width: 100%;
}
.pack-icon {
display: flex;
align-items: center;
flex-direction: column;
padding: 0.3em;
border-radius: 5px;
/* width: 60px; */
/* height: 60px; */
background: rgba(0, 0, 0, 0.6);
}
.pack-value {
font-size: 1em;
font-weight: 600;
color: var(--secondary-color);
line-height: 1.5;
}
.thc-left-sec {
display: flex;
flex-direction: column;
gap: 2.3em;
}
.single-product-thc-sec {
display: flex;
align-items: center;
gap: 10em;
}
.pack-icon-sec svg {
max-width: 5em;
}
.product-percentage-sec {
display: flex;
gap: 2em;
flex-direction: column;
}
.product-percentage-sec .pack-icon-sec .scale-text {
fill: var(--tertiary-color);
}
.pack-icon-sec .pack-value h4 {
font-size: 1.1em;
font-weight: 500;
color: var(--tertiary-color);
line-height: 1.5;
white-space: nowrap;
text-align: initial;
}
.pack-icon-sec .pack-value {
display: flex;
flex-direction: column;
gap: 0.5em;
}
.pack-icon-sec {
text-align: center;
display: flex;
align-items: center;
gap: 2em;
position: relative;
}
.thc-details-right-sec {
margin: 2em 0 0;
}
.single-about-product h4 {
text-align: center;
font-size: 1.5em !important;
font-weight: 600;
}
.single-product-detail {
display: flex;
}
.single-product-detail-about h4 {
margin: 0;
text-transform: uppercase;
font-size: 1em !important;
text-align: start;
}
.single-product-detail-about {
display: grid;
align-items: center;
grid-template-columns: 220px auto;
gap: 2em;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 1em 0;
}
.single-product-detail-about p {
font-size: 1.1em !important;
color: var(--tertiary-color) !important;
margin: 0;
font-weight: 400;
line-height: 1.8;
}
.single-about-product {
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 10px;
padding: 2em;
background-color: #f4f4f4;
}
.about-product-details {
display: flex;
flex-direction: column;
}
.pack-info img {
max-width: 1em;
}
.pack-info {
position: absolute;
top: -11px;
left: 52px;
}
.pack-info button {
background-color: transparent;
padding: 0;
border-color: transparent;
}
.pack-info button:hover {
background-color: transparent;
border-color: transparent;
}
.vis-hidden {
visibility: hidden !important;
}
.hero-static-product-item{
cursor:pointer
}
.progress-circle{
overflow: hidden;
}
.progress-circle .text{
color: #000;
font-weight: 600;
z-index: 38;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.progress-circle .line{
background-color: #fff;
width: calc(100% + 2px);
height: 2px;
position: absolute;
top:50%;
}
.progress-circle .l1{
rotate:30deg;
}
.progress-circle .l2{
rotate:90deg;
}
.progress-circle .l3{
rotate:145deg;
}
.copyright-sub-sec {
display: flex;
align-items: center;
justify-content: center;
}
.copyright-sub-sec h4{
margin-bottom: 0;
font-size: 1.2em;
color: var(--light-color);
font-weight: 500;
}
.pl-3{
padding-left: 3em;
}
.contact-number-break{
white-space: nowrap;
}
.upi-payment-box{
border: 1px dashed #09C600;
border-radius: 10px;
padding: 1.5em;
display: flex;
align-items: center;
gap: 1em;
justify-content: space-between;
margin-top: 2em;
}
.upi-id-copy-sec .input-group{
gap: 1em;
}
.upi-id-copy-sec .copy-btn{
background-color: var(--primary-color) !important;
border: 0!important;
border-radius: 50%!important;
width: 2.5em;
height: 2.5em;
padding: 0!important;
}
.upi-id-copy-sec .input-group-text {
background-color: transparent !important;
border: 0 !important;
padding: 0 !important;
}
.upi-id-copy-sec .copy-btn:focus{
box-shadow: none!important;
}
.upi-id-copy-sec .form-control {
border-radius: 8px!important;
/* border: 0 !important; */
font-size: 1.2em;
border: 1px dashed var(--primary-color)!important;
}
.upi-payment-left-sec{
display: flex;
align-items: center;
gap: 2em;
}
.or-sec{
position: relative;
}
.or-sec::before{
content: '';
width: 0;
height: 150px;
position: absolute;
border: 1px dashed rgba(0, 0, 0, 0.1);
top: 0;
top: 50%;
left: 50%;
/*transform: translateX(-50%) translateY(-50%);*/
transform: translate(-50%, -50%);
}
.website-hide{
display:none !important;
}
.upi-payment-right-sec .form-control::placeholder{
font-size: 0.8em;
}
.upi-payment-right-sec .form-control{
border-radius: 8px!important;
}
.upi-payment-right-sec .form-control:focus{
box-shadow: none;
}
.upi-payment-right-sec{
min-width: 25em;
}
.company-bages{
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 10px;
padding: 1.5em;
display: flex
;
align-items: start;
flex-direction: column;
justify-content: space-between;
margin-top: 2em;
background-color: #fff;
}
.company-bages h5{
font-size: 1.4em;
font-weight: 600;
margin-bottom: 1em;
color: var(--tertiary-color);
}
.company-bages p{
margin-bottom: 0;
font-size: 1em;
font-weight: 500;
color: var(--tertiary-color);
}
.upi-qr-code{
max-width: 15em;
}
.payment-spinner{
width: 50px;
aspect-ratio: 1;
border-radius: 50%;
border: 8px solid #514b82;
animation:
l20-1 0.8s infinite linear alternate,
l20-2 1.6s infinite linear;
}
@keyframes l20-1{
0% {clip-path: polygon(50% 50%,0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0% )}
12.5% {clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0% )}
25% {clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100% )}
50% {clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100% )}
62.5% {clip-path: polygon(50% 50%,100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100% )}
75% {clip-path: polygon(50% 50%,100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100% )}
100% {clip-path: polygon(50% 50%,50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100% )}
}
@keyframes l20-2{
0% {transform:scaleY(1) rotate(0deg)}
49.99%{transform:scaleY(1) rotate(135deg)}
50% {transform:scaleY(-1) rotate(0deg)}
100% {transform:scaleY(-1) rotate(-135deg)}
}
Back to Directory
File Manager