Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajal13 committed Feb 6, 2024
1 parent b0c7ce4 commit f8d450c
Show file tree
Hide file tree
Showing 6 changed files with 406 additions and 307 deletions.
147 changes: 99 additions & 48 deletions v1.0.0/assets/css/theme-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -915,13 +915,13 @@ progress {
}

.display-2 {
font-size: calc(1.625rem + 4.5vw);
font-size: calc(1.575rem + 3.9vw);
font-weight: 900;
line-height: 1;
}
@media (min-width: 1200px) {
.display-2 {
font-size: 5rem;
font-size: 4.5rem;
}
}

Expand Down Expand Up @@ -10907,7 +10907,7 @@ textarea.form-control-lg {
}

.fs-2 {
font-size: 5rem !important;
font-size: 4.5rem !important;
}

.fs-1 {
Expand Down Expand Up @@ -13572,7 +13572,7 @@ textarea.form-control-lg {
font-size: 3.8146972656rem !important;
}
.fs-sm-2 {
font-size: 5rem !important;
font-size: 4.5rem !important;
}
.fs-sm-1 {
font-size: 5.9604644775rem !important;
Expand Down Expand Up @@ -15394,7 +15394,7 @@ textarea.form-control-lg {
font-size: 3.8146972656rem !important;
}
.fs-md-2 {
font-size: 5rem !important;
font-size: 4.5rem !important;
}
.fs-md-1 {
font-size: 5.9604644775rem !important;
Expand Down Expand Up @@ -17216,7 +17216,7 @@ textarea.form-control-lg {
font-size: 3.8146972656rem !important;
}
.fs-lg-2 {
font-size: 5rem !important;
font-size: 4.5rem !important;
}
.fs-lg-1 {
font-size: 5.9604644775rem !important;
Expand Down Expand Up @@ -19038,7 +19038,7 @@ textarea.form-control-lg {
font-size: 3.8146972656rem !important;
}
.fs-xl-2 {
font-size: 5rem !important;
font-size: 4.5rem !important;
}
.fs-xl-1 {
font-size: 5.9604644775rem !important;
Expand Down Expand Up @@ -20860,7 +20860,7 @@ textarea.form-control-lg {
font-size: 3.8146972656rem !important;
}
.fs-xxl-2 {
font-size: 5rem !important;
font-size: 4.5rem !important;
}
.fs-xxl-1 {
font-size: 5.9604644775rem !important;
Expand Down Expand Up @@ -21438,6 +21438,20 @@ h5, .h5 {
overflow: hidden;
}

.line-clamp-4 {
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}

.line-clamp-5 {
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
}

.btn {
--aranyak-btn-border-width: var(--aranyak-border-width);
}
Expand All @@ -21457,9 +21471,9 @@ h5, .h5 {
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: none !important;
-webkit-transition: outline 0.3s ease-in-out, background 1s ease-in-out;
-o-transition: outline 0.3s ease-in-out, background 1s ease-in-out;
transition: outline 0.3s ease-in-out, background 1s ease-in-out;
-webkit-transition: outline 0.1s ease-in-out, background 1s ease-in-out;
-o-transition: outline 0.1s ease-in-out, background 1s ease-in-out;
transition: outline 0.1s ease-in-out, background 1s ease-in-out;
}
.btn-gradient:hover, .btn-gradient:focus, .btn-gradient:active {
padding: 7px 40px;
Expand Down Expand Up @@ -22265,12 +22279,11 @@ h5, .h5 {
text-decoration-color: var(--aranyak-gray-link-hover-1100);
}

.sub-navbar {
gap: 27.67px;
padding: 10px 10px 10px 0px;
.submenu {
color: #333 !important;
}
.sub-navbar a:hover {
text-decoration: none;
.submenu:hover, .submenu:focus, .submenu:active {
color: #E3A476 !important;
}

.navbar-main a:hover, .navbar-main :focus {
Expand Down Expand Up @@ -22315,7 +22328,15 @@ h5, .h5 {
color: rgba(18, 72, 56, 0.5);
border: 1px solid rgba(18, 72, 56, 0.7);
border-radius: 40px;
outline: none;
outline: none !important;
-webkit-box-shadow: none;
box-shadow: none;
}
.search:focus {
border: 1px solid #124838;
color: #124838;
-webkit-box-shadow: inset 0 1px 2px rgba(18, 72, 56, 0.25), 0 0 0 0.25rem rgba(18, 72, 56, 0.3);
box-shadow: inset 0 1px 2px rgba(18, 72, 56, 0.25), 0 0 0 0.25rem rgba(18, 72, 56, 0.3);
}

.search::-webkit-input-placeholder {
Expand Down Expand Up @@ -22364,9 +22385,10 @@ h5, .h5 {
outline: none;
}
.email-input:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
border: 2px solid #124838;
color: #124838;
-webkit-box-shadow: inset 0 1px 2px rgba(18, 72, 56, 0.25), 0 0 0 0.25rem rgba(18, 72, 56, 0.3);
box-shadow: inset 0 1px 2px rgba(18, 72, 56, 0.25), 0 0 0 0.25rem rgba(18, 72, 56, 0.3);
}
.email-input::-webkit-input-placeholder {
color: rgba(18, 72, 56, 0.5);
Expand Down Expand Up @@ -22434,7 +22456,7 @@ h5, .h5 {
gap: 6px;
position: absolute;
top: 50%;
padding: 0 5px;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
Expand All @@ -22443,9 +22465,6 @@ h5, .h5 {
.social-icons span {
color: #E3A476;
opacity: 60%;
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.social-icons span:hover, .social-icons span:focus, .social-icons span:active {
opacity: 1;
Expand All @@ -22457,11 +22476,30 @@ h5, .h5 {
-webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.05);
margin: 10px 0;
height: 100%;
overflow: hidden;
}
.product-card .product-card-top {
min-height: 29rem;
width: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end;
}
.product-card .add-section {
position: absolute;
bottom: 0;
right: 0;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
Expand All @@ -22472,44 +22510,45 @@ h5, .h5 {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 30px;
padding: 10px 20px;
background: rgba(255, 217, 145, 0.8);
gap: 30px;
margin-bottom: 1px;
}
@media (min-width: 768px) {
.product-card .add-section {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 10px;
padding: 10px 16px;
}
}
@media (min-width: 1200px) {
.product-card .add-section {
padding: 10px;
gap: 75px;
padding: 10px 16px;
gap: 60px;
}
}
.product-card .add-section a {
text-decoration: none;
color: #124838 !important;
font-weight: 700;
}
.product-card .add-section span {
.product-card .add-section a span {
font-size: 25px;
line-height: 0%;
}
.product-card img {
width: 100%;
.product-card .add-section a:hover, .product-card .add-section a:focus {
color: #E3A476 !important;
}
.product-card .product-card-body {
height: 100%;
border-radius: 22px 22px 0px 0px !important;
}
@media (min-width: 992px) {
.product-card .product-card-body {
padding: 0 40px;
}
}
.product-card:hover, .product-card:focus, .product-card:active {
border-radius: 22px;
outline: 2px solid #E3A476;
-webkit-box-shadow: none;
box-shadow: none;
Expand Down Expand Up @@ -22564,15 +22603,15 @@ h5, .h5 {
.slider-nav .prev-button {
right: -3%;
}
@media (min-width: 1200px) {
@media (min-width: 1540px) {
.slider-nav .prev-button {
right: -2%;
}
}
.slider-nav .next-button {
left: -3%;
}
@media (min-width: 1200px) {
@media (min-width: 1540px) {
.slider-nav .next-button {
left: -2%;
}
Expand Down Expand Up @@ -22611,7 +22650,7 @@ h5, .h5 {
overflow: hidden;
}
.blog-card .inner-div {
border-radius: 15px 0px 10px 0px;
border-radius: 15px 0px 12px 0px;
padding: 10px 20px;
color: #fff;
background: rgba(18, 72, 56, 0.75);
Expand Down Expand Up @@ -22639,6 +22678,10 @@ a:hover, a:focus {
text-decoration: none;
}

.beginner-guide {
line-height: 1.5;
}

.absolute-div {
height: 100%;
}
Expand Down Expand Up @@ -22706,6 +22749,12 @@ a:hover, a:focus {
background-position: center;
}
}
.Footer .social-icon {
color: #fff;
}
.Footer .social-icon:hover, .Footer .social-icon:focus, .Footer .social-icon:active {
color: #E3A476;
}

.terms-condition .overley-background {
position: absolute;
Expand All @@ -22718,8 +22767,11 @@ a:hover, a:focus {
}
.terms-condition .text-div {
z-index: 10;
font-size: 0;
}
.terms-condition .links {
display: inline-block;
text-align: center;
color: rgba(255, 255, 255, 0.7);
font-size: 12px;
font-weight: 500;
Expand All @@ -22734,12 +22786,11 @@ a:hover, a:focus {
color: #fff;
font-weight: 600;
}
.terms-condition .cloud {
position: absolute;
right: 50%;
top: 50%;
-webkit-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
transform: translate(50%, -50%);
z-index: 0;
.terms-condition .links::before {
display: block;
content: attr(title);
font-weight: bold;
height: 0;
overflow: hidden;
visibility: hidden;
}
2 changes: 1 addition & 1 deletion v1.0.0/assets/css/theme-rtl.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit f8d450c

Please sign in to comment.