/*!
Theme Name: Amoxi
Theme URI: https://bracketweb.com/amoxiwp
Author: BracketWeb
Author URI: https://themeforest.net/user/bracket-web
Description: Amoxi is a Creative Agency and Portfolio WordPress Theme. Created especially designed for Digital Agency, Creative Agency, Marketing Agency, Design Agency, Startup Agency, Modern Agency, Agency Portfolio, Parallax Carousal, Portfolio. Amoxi Creative Agency and Portfolio Design and customizable features make it perfect for on various displays and resolutions website.
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: amoxi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

amoxi is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Templates
	- Common
	- Navigations One
	- Navigations Two
	- Animations
	- Zoom Fade Css
	- Mobile Nav
	- Search Popup
	- Banner One
	- Main Slider Two
	- Welcome One
	- Counter One
	- We Change
	- We Make
	- Services One
	- Portfolio One
	- Brand One
	- Testimonials Two
	- Two Boxes
	- Video One
	- Reasons One
	- Blog One
	- CTA One
	- Site Footer
	- Areas Of Practice
	- Build Business
	- Web Solutions
	- Team One
	- Watch Video
	- Core Features
	- Blog Two
	- Google Map
	- Get In Touch
	- CTA Two
	- Portfolio Two
	- Page Header
	- Service Details
	- Blog Sidebar
	- Sidebar
	- Blog Details
		- Comments
	- Portfolio Page
	- Portfolio Details
	- Similar Work
	- Portfolio Details Full
	- Reasons
	- Error Page
	- Contact Page
	- Contact Page Google Map
--------------------------------------------------------------*/
:root {
  --amoxi-font: "DM Sans", sans-serif;
  --amoxi-heading-font: "Plus Jakarta Sans", sans-serif;
  --amoxi-special-font: "Whisper", cursive;
  --amoxi-text: #b2afa6;
  --amoxi-text-rgb: 178, 175, 166;
  --amoxi-text-gray: #636363;
  --amoxi-text-gray-rgb: 99, 99, 99;
  --amoxi-base: #ff621d;
  --amoxi-base-rgb: 255, 98, 29;
  --amoxi-gray: #969697;
  --amoxi-gray-rgb: 150, 150, 151;
  --amoxi-gray2: #C2C2C2;
  --amoxi-gray2-rgb: 194, 194, 194;
  --amoxi-white: #FFFFFF;
  --amoxi-white-rgb: 255, 255, 255;
  --amoxi-white2: #D9D9D9;
  --amoxi-white2-rgb: 217, 217, 217;
  --amoxi-white3: #DDDDDD;
  --amoxi-white3-rgb: 221, 221, 221;
  --amoxi-white4: #ECF8F8;
  --amoxi-white4-rgb: 236, 248, 248;
  --amoxi-black: #1A1B1F;
  --amoxi-black-rgb: 26, 27, 31;
  --amoxi-black2: #0E0F11;
  --amoxi-black2-rgb: 14, 15, 17;
  --amoxi-black3: #121115;
  --amoxi-black3-rgb: 18, 17, 21;
  --amoxi-black4: #131313;
  --amoxi-black4-rgb: 19, 19, 19;
  --amoxi-black5: #222222;
  --amoxi-black5-rgb: 34, 34, 34;
  --amoxi-black6: #3A3B3F;
  --amoxi-black6-rgb: 58, 59, 63;
  --amoxi-black7: #000000;
  --amoxi-black7-rgb: 0, 0, 0;
  --amoxi-black8: #333333;
  --amoxi-black8-rgb: 51, 51, 51;
  --amoxi-black9: #474747;
  --amoxi-black9-rgb: 71, 71, 71;
  --amoxi-border-color: #D3D3D3;
  --amoxi-border-color-rgb: 211, 211, 211;
  --section-space: 120px;
  --section-space-2: 111px;
  --amoxi-letter-space: 0.1em;
  --amoxi-letter-space-xl: 0.2em;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--amoxi-gray, #969697);
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted var(--amoxi-gray, #969697);
  cursor: help;
}

mark,
ins {
  background: #eceae0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

b,
strong {
  color: var(--amoxi-gray, #969697);
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

.elementor img {
  max-width: unset;
}

.e-con {
  --padding-top: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --padding-right: 0;
}

.has-fixed-footer,
.has-fixed-footer body {
  height: 100%;
  overflow: unset;
}
.has-fixed-footer .page-wrapper {
  min-height: 100%;
  margin-bottom: -100px;
}
.has-fixed-footer .error-404,
.has-fixed-footer .blog-one,
.has-fixed-footer .blog-single,
.has-fixed-footer .product-details,
.has-fixed-footer .shop-one.product.news-sidebar,
.has-fixed-footer .woocommerce-cart .woocommerce,
.has-fixed-footer .woocommerce-checkout .woocommerce {
  padding-bottom: 220px;
}
.has-fixed-footer .blog-details {
  padding-bottom: 0px;
}
.has-fixed-footer .default-footer .site-footer__bottom {
  padding: 34.5px 0;
}
.has-fixed-footer .page-template-default.woocommerce-cart .woocommerce,
.has-fixed-footer .page-template-default.woocommerce-checkout .woocommerce {
  padding-top: 0;
  padding-bottom: 0px;
}
.has-fixed-footer .woocommerce-cart .woocommerce,
.has-fixed-footer .woocommerce-checkout .woocommerce {
  padding-top: 0;
  margin-top: -15px;
  margin-bottom: -27px;
  padding-bottom: 0;
}
.has-fixed-footer .woocommerce-checkout .woocommerce {
  margin-top: 0;
  margin-bottom: -30px;
}
.has-fixed-footer .copyright {
  padding: 36px 0;
}

hr {
  background-color: #eceae0;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 3em 0.5em 0;
  padding-right: 1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-right: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

.logo-retina img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  max-width: 100%;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #eceae0;
  border-top: 1px solid #eceae0;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #eceae0;
  border-top: 1px solid #eceae0;
}

.sidebar__single .calendar_wrap .wp-calendar-table thead {
  background-color: var(--amoxi-primary, #f1cf69);
}

.sidebar__single .calendar_wrap .wp-calendar-table thead th {
  text-align: center;
  line-height: 40px;
  color: var(--amoxi-base, #ffffff);
  font-weight: 600;
  font-size: 18px;
  padding-top: 4px;
}

.wp-block-calendar .wp-calendar-table caption {
  padding-bottom: 0;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wp-block-calendar .wp-calendar-nav a {
  text-decoration: none;
  line-height: 1;
  color: var(--moniz-black, #1e1e22);
  text-transform: uppercase;
  font-weight: 600;
  transition: all 500ms ease;
}

/* Links
--------------------------------------------- */
a {
  color: var(--amoxi-gray, #969697);
}
a:hover, a:focus, a:active {
  color: var(--amoxi-base, #ff621d);
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: none;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #eceae0 #eceae0 #eceae0;
  background: #eceae0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #eceae0 #eceae0 #eceae0;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #eceae0 #eceae0 #eceae0;
}

.wp-block-button:not(.wp-block-button.align-left) {
  margin-bottom: 20px;
}

.news-details__left .wp-block-button a:hover {
  background-color: var(--amoxi-gray, #969697);
  border-color: var(--amoxi-gray, #969697);
  color: var(--amoxi-base, #ff621d);
}

.news-details__left .wp-block-button a {
  transition: all 500ms ease;
}
.news-details__left .wp-block-button a:hover {
  background-color: var(--amoxi-gray, #969697);
  border-color: var(--amoxi-gray, #969697);
  color: #fff;
}

.news-details__left .wp-block-button.is-style-squared a {
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: var(--amoxi-gray, #969697);
  border: 1px solid #eceae0;
  border-radius: 0px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: var(--amoxi-gray, #969697);
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

select {
  border: 1px solid #eceae0;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 0em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
  font-weight: 500;
}

.bypostauthor {
  display: block;
}

.comments-area {
  position: relative;
  display: block;
  padding-top: 52px;
}

.comments-area .comment-one__title {
  font-size: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.comments-area .comment-form__title {
  margin-bottom: 45px;
}

.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area .comment-list ul.children {
  margin: 0;
  list-style: none;
  padding-right: 1em;
}
@media (min-width: 992px) {
  .comments-area .comment-list ul.children {
    padding-right: 3em;
  }
}

.comments-area .comment-box {
  position: relative;
}

.comments-area .comment {
  position: relative;
  min-height: 90px;
}

.comments-area .comment-box .author-thumb {
  position: relative;
  right: 0px;
  top: 0px;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.comments-area .comment-box .info {
  position: relative;
  margin-bottom: 25px;
  line-height: 24px;
}

.comments-area .comment-box .info .name {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  color: var(--amoxi-gray, #969697);
  text-transform: uppercase;
}

.comments-area .comment-box .info .date {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--amoxi-gray, #969697);
}

.comments-area .comment-box .text {
  position: relative;
  display: block;
  color: var(--amoxi-gray, #969697);
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.comments-area .comment-box .reply-btn {
  position: relative;
  display: block;
}

.comments-area .comment-box .theme-btn .btn-title {
  padding: 6px 30px 4px;
  line-height: 30px;
}

.comments-area .comment-body .says {
  display: none;
}

.comments-area .comment-body {
  width: 100%;
  position: relative;
  padding-right: 120px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #eceae0;
}
@media (max-width: 991px) {
  .comments-area .comment-body {
    padding-right: 0;
  }
}

.comments-area .trackback .comment-body,
.comments-area .pingback .comment-body {
  padding-right: 0;
}

.comments-area .comment-body .avatar {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .comments-area .comment-body .avatar {
    position: relative;
    margin-bottom: 40px;
  }
}

.comments-area .fn a,
.comments-area .fn {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: var(--amoxi-black);
  font-family: var(--heading-font);
  text-decoration: none;
  text-transform: uppercase;
}

.comments-area .comment-body .comment-metadata {
  margin-bottom: 25px;
}

.comments-area .comment-body .comment-metadata a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: var(--amoxi-base, #ff621d);
  text-decoration: none;
}

.comments-area .comment-body .comment-metadata .edit-link a::before {
  content: ".";
  margin-right: 8px;
  margin-left: 10px;
}

.comments-area .comment-content p {
  position: relative;
  display: block;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.875em;
  margin-bottom: 1em;
  font-size: 16px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  letter-spacing: var(--amoxi-letter-spacing-two);
  font-weight: 500;
}

.comments-area .comment-content table a {
  color: var(--amoxi-text, #b2afa6);
  text-decoration: none;
}

.comments-area .comment-content table a:hover {
  color: var(--amoxi-gray, #969697);
}

.comments-area .comment-content p:last-of-type {
  margin-bottom: 0;
}

.comments-area .reply a {
  padding: 2.5px 19px;
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--amoxi-text, #797577);
  background-color: var(--amoxi-border-color, #F4F2EE);
  overflow: hidden;
  transition: all 0.5s linear;
  z-index: 1;
  appearance: none;
  outline: none !important;
  border: none;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: var(--heading-font);
}

.comments-area .reply a:hover {
  background-color: var(--amoxi-base);
  color: var(--amoxi-black);
}

.comments-area .reply a:hover:before {
  transform: scalex(1);
  transform-origin: right center;
}

@media (min-width: 992px) {
  .comments-area .reply a {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.comments-area .blog-pagination a,
.comments-area .blog-pagination span {
  margin-bottom: 45px;
}

.comment-respond .blog-details__content-title {
  margin-bottom: 50px;
}

.reply-form .logged-in-as {
  display: flex;
  color: var(--amoxi-base, #ff621d);
  margin-bottom: 24px;
  margin-top: -30px;
}

.reply-form .logged-in-as a {
  text-decoration: none;
  margin-right: 10px;
  margin-left: 10px;
  color: var(--amoxi-black);
}

.reply-form .logged-in-as a:hover {
  color: var(--amoxi-base);
}

.comment-form__title small {
  font-size: 20px;
}

.comment-form__title small a {
  text-decoration: none;
  color: var(--amoxi-base, #ff621d);
  text-decoration: underline;
}

.comment-form__title small a:hover {
  color: var(--amoxi-black);
  opacity: 0.5;
}

.comment-list .comment-respond {
  margin-bottom: 30px;
}

.reply-form.row {
  --bs-gutter-x: 20px;
}

.comment-respond .comment-form__input-box input[type=text],
.comment-respond .comment-form__input-box input[type=url],
.comment-respond .comment-form__input-box input[type=email] {
  margin-bottom: 20px;
}
.comment-respond .form-submit {
  margin-bottom: 0 !important;
}

.comment-list .comment-respond .form-submit {
  margin-bottom: 30px !important;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.sidebar .widget ul,
.sidebar__single ul {
  margin-right: 0;
  padding-right: 0;
}
.sidebar .widget ul ul,
.sidebar__single ul ul {
  padding-right: 0.5em;
  margin-top: 15px;
  box-shadow: none;
}

.sidebar .widget select,
.sidebar__single select {
  width: 100%;
  height: 68px;
  background-color: var(--amoxi-white2, #D9D9D9);
  font-weight: 400;
  outline: none;
  color: var(--amoxi-gray, #717178);
  font-size: 16px;
  padding-right: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--amoxi-font, "Kumbh Sans", sans-serif);
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="currentColor" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: left 30px top 50%;
  background-size: 0.65em auto;
  border-radius: 0;
}

.sidebar .widget,
.sidebar__single {
  position: relative;
  display: block;
  padding: 50px 45px 50px;
  background-color: var(--amoxi-white, #fff);
  border-radius: var(--amoxi-bdr-radius);
  box-shadow: 0px 0px 60px rgba(2, 2, 2, 0.07);
}

.sidebar__single.widget_search {
  padding: 30px;
  background-color: var(--amoxi-gray2);
}

.sidebar .widget ul li,
.sidebar__single ul li {
  position: relative;
}

.sidebar .widget ul li a::after,
.sidebar__single ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  font-size: 16px;
  top: -1px;
  left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar .widget ul li a,
.sidebar__single ul li a {
  transition: all 500ms ease;
  font-weight: 400;
  color: var(--amoxi-color);
}
.sidebar .widget ul li a:hover,
.sidebar__single ul li a:hover {
  color: var(--amoxi-gray, #969697);
}

.sidebar .widget.widget_rss,
.sidebar__single.widget_rss {
  padding-bottom: 40px;
}

.sidebar .widget.widget_rss ul,
.sidebar__single.widget_rss ul {
  list-style: none;
}

.sidebar .widget.widget_rss ul li,
.sidebar__single.widget_rss ul li {
  position: relative;
}
.sidebar .widget.widget_rss ul li ::after,
.sidebar__single.widget_rss ul li ::after {
  content: "";
}
.sidebar .widget.widget_rss ul li + li,
.sidebar__single.widget_rss ul li + li {
  margin-top: 10px;
}

.sidebar .widget.widget_rss li .rsswidget,
.sidebar__single.widget_rss li .rsswidget {
  color: var(--amoxi-black, #1A1B1F);
  font-size: 18px;
  line-height: 1.5em;
  display: block;
  font-weight: 600;
}

.sidebar .widget p,
.sidebar__single p,
.sidebar .widget.widget_rss li .rssSummary,
.sidebar__single.widget_rss li .rssSummary {
  font-size: 16px;
  line-height: 32px;
}

.sidebar .widget p,
.sidebar__single p,
.sidebar .widget.widget_rss li .rssSummary {
  font-weight: 400;
}

.sidebar .widget.widget_rss li .rss-date,
.sidebar__single.widget_rss li .rss-date {
  display: flex;
  align-items: center;
  color: var(--amoxi-text, #b2afa6);
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 500;
}

.sidebar .widget.widget_rss li .rss-date::before,
.sidebar__single.widget_rss li .rss-date::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: var(--amoxi-base, #ff621d);
  margin-left: 10px;
}

.sidebar .widget.widget_rss cite,
.sidebar__single.widget_rss cite {
  color: var(--amoxi-gray, #969697);
  font-size: 14px;
}

.sidebar .widget .tagcloud,
.sidebar__single .tagcloud {
  margin-bottom: -10px;
  margin-right: -5px;
}

.sidebar .widget .tagcloud a,
.sidebar__single .tagcloud a,
.sidebar__single .wp-block-tag-cloud a {
  font-size: 14px !important;
  color: var(--amoxi-gray);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--amoxi-gray);
  display: inline-block;
  padding: 4px 20px 4px;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  margin-left: 4px;
}
.sidebar .widget .tagcloud a:hover,
.sidebar__single .tagcloud a:hover,
.sidebar__single .wp-block-tag-cloud a:hover {
  color: var(--amoxi-gray, #969697);
  background: var(--amoxi-base, #ff621d);
}

.sidebar .widget .wp-block-search input[type=search],
.sidebar__single .wp-block-search input[type=search] {
  outline: none;
  width: 100%;
  height: 60px;
  background-color: var(--amoxi-white, #fff);
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-transform: capitalize;
  color: #7f7d86;
  border: none;
  padding-right: 20px;
  padding-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 500ms ease;
  font-family: var(--amoxi-font);
}

.sidebar .widget .wp-block-search.wp-block-search__icon-button input[type=search],
.sidebar__single .wp-block-search.wp-block-search__icon-button input[type=search] {
  padding-right: 52px;
}

.sidebar .widget .wp-block-search .wp-block-search__button,
.sidebar__single .wp-block-search .wp-block-search__button {
  padding: 15px 20px;
  text-transform: capitalize;
  color: var(--amoxi-white, #FFFFFF);
  background-color: transparent;
  line-height: 1;
  fill: var(--amoxi-text, #838790);
  border-radius: 0;
  margin-right: 0;
  transition: all 500ms ease;
  font-size: 12px;
  border-top-left-radius: var(--amoxi-bdr-radius);
  border-bottom-left-radius: var(--amoxi-bdr-radius);
  text-transform: uppercase;
}
.sidebar .widget .wp-block-search .wp-block-search__button.has-icon,
.sidebar__single .wp-block-search .wp-block-search__button.has-icon {
  text-align: right;
  left: auto;
  right: 14px;
  max-width: 20px;
}

.elementor-widget-sidebar .sidebar__single .wp-block-search .wp-block-search__button.has-icon {
  color: var(--amoxi-text, #838790);
  transition: 500ms;
  padding: 0px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.wp-block-search__button svg {
  transform: rotate(90deg);
}

.sidebar .widget .wp-block-search .wp-block-search__button:hover,
.sidebar__single .wp-block-search .wp-block-search__button:hover {
  color: var(--amoxi-base, #ff621d);
  fill: var(--amoxi-base, #ff621d);
}

.sidebar .widget .wp-block-group-is-layout-flow .wp-block-search input[type=search],
.sidebar__single .wp-block-group-is-layout-flow .wp-block-search input[type=search] {
  background-color: var(--amoxi-white);
}

.wp-block-search__inside-wrapper {
  position: relative;
}

.sidebar .widget .wp-block-group-is-layout-flow .wp-block-search .wp-block-search__button,
.sidebar__single .wp-block-group-is-layout-flow .wp-block-search .wp-block-search__button {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0;
  color: var(--amoxi-text);
}

.sidebar .widget:last-child,
.sidebar__single.widget:last-child {
  margin-bottom: 0;
}

.wp-calendar-table {
  margin-bottom: 0;
}
.wp-calendar-table th,
.wp-calendar-table td {
  text-align: center;
}
.wp-calendar-table caption {
  padding: 0;
  text-align: center;
  color: var(--amoxi-gray, #969697);
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.wp-calendar-nav {
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wp-calendar-nav a {
  color: var(--amoxi-gray, #969697);
  transition: all 500ms ease;
  font-weight: 500;
}
.wp-calendar-nav a:hover {
  color: var(--amoxi-gray, #969697);
}

.sidebar .widget .calendar_wrap .wp-calendar-table thead,
.sidebar__single .calendar_wrap .wp-calendar-table thead {
  background-color: var(--amoxi-gray, #969697);
}

.sidebar .widget .calendar_wrap .wp-calendar-table thead th,
.sidebar__single .calendar_wrap .wp-calendar-table thead th {
  text-align: center;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 400;
  font-size: 18px;
  border: none;
}

.wp-block-calendar .wp-calendar-table caption {
  padding-bottom: 0;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding-top: 10px;
}

.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wp-block-calendar .wp-calendar-nav a {
  text-decoration: none;
  line-height: 1;
  color: var(--amoxi-gray, #969697);
  text-transform: uppercase;
  font-weight: 400;
  transition: all 500ms ease;
}

tbody {
  background-color: var(--amoxi-white, #FFFFFF);
}

.sidebar .widget ul,
.sidebar__single ul {
  list-style: none;
}
.sidebar .widget .widget-title,
.sidebar__single .widget-title {
  display: flex;
  align-items: center;
}
.sidebar .widget .widget-title .rss-widget-icon,
.sidebar__single .widget-title .rss-widget-icon {
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.sidebar .widget .widget-title a,
.sidebar__single .widget-title a {
  color: inherit;
  transition: all 500ms ease;
}
.sidebar .widget .widget-title a:hover,
.sidebar__single .widget-title a:hover {
  color: var(--amoxi-gray, #969697);
}
.sidebar .widget.widget_nav_menu > ul, .sidebar .widget.widget_meta > ul, .sidebar .widget.widget_pages > ul, .sidebar .widget.widget_archive > ul,
.sidebar__single.widget_nav_menu > ul,
.sidebar__single.widget_meta > ul,
.sidebar__single.widget_pages > ul,
.sidebar__single.widget_archive > ul {
  margin-top: -8px;
  padding-right: 0;
}
.sidebar .widget.widget_nav_menu > ul ul, .sidebar .widget.widget_meta > ul ul, .sidebar .widget.widget_pages > ul ul, .sidebar .widget.widget_archive > ul ul,
.sidebar__single.widget_nav_menu > ul ul,
.sidebar__single.widget_meta > ul ul,
.sidebar__single.widget_pages > ul ul,
.sidebar__single.widget_archive > ul ul {
  margin-top: 15px;
  padding-right: 0.7em;
}
.sidebar .widget.widget_nav_menu li, .sidebar .widget.widget_meta li, .sidebar .widget.widget_pages li, .sidebar .widget.widget_archive li,
.sidebar__single.widget_nav_menu li,
.sidebar__single.widget_meta li,
.sidebar__single.widget_pages li,
.sidebar__single.widget_archive li {
  font-size: 16px;
}
.sidebar .widget.widget_nav_menu li + li, .sidebar .widget.widget_meta li + li, .sidebar .widget.widget_pages li + li, .sidebar .widget.widget_archive li + li,
.sidebar__single.widget_nav_menu li + li,
.sidebar__single.widget_meta li + li,
.sidebar__single.widget_pages li + li,
.sidebar__single.widget_archive li + li {
  margin-top: 15px;
}
.sidebar .widget.widget_recent_entries ul, .sidebar .widget.widget_recent_comments ul,
.sidebar__single.widget_recent_entries ul,
.sidebar__single.widget_recent_comments ul {
  padding: 0;
  margin-top: 7px;
}
.sidebar .widget.widget_recent_entries ul li ::after, .sidebar .widget.widget_recent_comments ul li ::after,
.sidebar__single.widget_recent_entries ul li ::after,
.sidebar__single.widget_recent_comments ul li ::after {
  display: none;
}
.sidebar .widget.widget_recent_entries ul li, .sidebar .widget.widget_recent_comments ul li,
.sidebar__single.widget_recent_entries ul li,
.sidebar__single.widget_recent_comments ul li {
  padding-right: 65px;
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  color: var(--amoxi-text, #b2afa6);
  min-height: 45px;
}
.sidebar .widget.widget_recent_entries ul li + li, .sidebar .widget.widget_recent_comments ul li + li,
.sidebar__single.widget_recent_entries ul li + li,
.sidebar__single.widget_recent_comments ul li + li {
  margin-top: 23px;
}
.sidebar .widget.widget_recent_entries ul li a, .sidebar .widget.widget_recent_comments ul li a,
.sidebar__single.widget_recent_entries ul li a,
.sidebar__single.widget_recent_comments ul li a {
  color: var(--amoxi-color);
  transition: all 500ms ease;
}
.sidebar .widget.widget_recent_entries ul li a:hover, .sidebar .widget.widget_recent_comments ul li a:hover,
.sidebar__single.widget_recent_entries ul li a:hover,
.sidebar__single.widget_recent_comments ul li a:hover {
  color: var(--amoxi-gray, #969697);
  text-shadow: 0 0 1px currentColor;
}
.sidebar .widget.widget_recent_entries ul li::before, .sidebar .widget.widget_recent_comments ul li::before,
.sidebar__single.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_comments ul li::before {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  font-size: 15px;
  color: var(--amoxi-gray, #969697);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0;
  transition: all 0.4s ease;
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  background-color: var(--amoxi-gray2, #ededed);
  font-weight: 900;
}
.sidebar .widget.widget_recent_entries ul li:hover::before, .sidebar .widget.widget_recent_comments ul li:hover::before,
.sidebar__single.widget_recent_entries ul li:hover::before,
.sidebar__single.widget_recent_comments ul li:hover::before {
  background-color: var(--amoxi-base, #ff621d);
  color: var(--amoxi-gray, #969697);
}
.sidebar .widget.widget_recent_entries li,
.sidebar__single.widget_recent_entries li {
  min-height: 45px;
  display: flex;
  align-items: center;
}
.sidebar .widget.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_entries ul li::before {
  content: "\f044";
  font-size: 14px;
}
.sidebar .widget.widget_rss ul,
.sidebar__single.widget_rss ul {
  padding: 0;
  margin-top: -5px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul,
.sidebar__single.recent-posts-widget-with-thumbnails ul {
  margin: -20px !important;
  padding-right: 20px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li ::after,
.sidebar__single.recent-posts-widget-with-thumbnails ul li ::after {
  display: none;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li,
.sidebar__single.recent-posts-widget-with-thumbnails ul li {
  display: flex;
  flex-direction: column-reverse;
  padding: 20px;
  padding-bottom: 20px;
  padding-right: 90px;
  position: relative;
  margin-bottom: 0;
  transition: all 500ms ease;
  border-radius: var(--amoxi-bdr-radius);
  border-bottom: 1px solid var(--amoxi-border-color, #e8e3da);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li:hover,
.sidebar__single.recent-posts-widget-with-thumbnails ul li:hover {
  background-color: transparent;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li img,
.sidebar__single.recent-posts-widget-with-thumbnails ul li img {
  position: absolute;
  top: 22px;
  right: 1px;
  width: 70px;
  height: auto;
  background-color: var(--amoxi-gray, #969697);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date::before {
  content: "\f017";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  color: var(--amoxi-base, #ff621d);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author::before {
  content: "\f2bd";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  color: var(--amoxi-base, #ff621d);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author {
  font-size: 14px;
  font-weight: 500;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
  font-size: 16px;
  color: var(--amoxi-gray, #969697);
  transition: all 500ms ease;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: var(--amoxi-letter-space-small);
  line-height: 28px;
  display: block;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title:hover,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title:hover {
  color: var(--amoxi-base, #ff621d);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--amoxi-gray);
  margin-bottom: 0px;
  line-height: 1;
  color: var(--amoxi-gray);
  font-size: 14px;
  text-transform: capitalize;
}

.news-one .blog-pagination {
  justify-content: center;
  margin-top: 30px;
}

.sidebar .widget .wp-block-categories,
.sidebar__single .wp-block-categories {
  padding-right: 0;
}

.sidebar .widget .wp-block-tag-cloud,
.sidebar__single .wp-block-tag-cloud {
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-latest-comments__comment-meta,
.sidebar__single .wp-block-latest-comments__comment-meta {
  font-size: 16px;
  line-height: 26px;
  color: var(--amoxi-gray, #969697);
}
.sidebar .widget .wp-block-categories,
.sidebar__single .wp-block-categories {
  margin-top: -8px;
  margin-bottom: -8px;
}
.sidebar .widget ul li,
.sidebar__single ul li {
  font-size: 16px;
}
.sidebar .widget ul li a,
.sidebar__single ul li a {
  font-weight: normal;
}
.sidebar .widget ul li + li,
.sidebar__single ul li + li {
  margin-top: 15px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails,
.sidebar__single.recent-posts-widget-with-thumbnails {
  padding-bottom: 55px;
}
.sidebar .widget .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li,
.sidebar__single .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  margin-bottom: 0;
}
.sidebar .widget .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li + li,
.sidebar__single .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li + li {
  margin-top: 18px;
}

.widget_nav_menu ul.menu {
  margin-top: -10px;
  margin-bottom: -6px;
}

.widget_recent_entries > ul {
  margin-top: -7px;
}

.sidebar .widget.widget_recent_comments ul li:hover::before,
.sidebar__single.widget_recent_comments ul li:hover::before {
  background-color: var(--amoxi-base);
  color: var(--amoxi-gray, #969697);
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number::before {
  content: "\f086";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  color: var(--amoxi-base, #976147);
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number {
  font-size: 13px;
  padding-bottom: 5px;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
  color: var(--amoxi-gray, #969697);
  transition: all 500ms ease;
  margin-top: -5px;
  display: block;
  font-family: var(--amoxi-heading-font, "Cormorant");
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 26px;
}

.sidebar .widget input[type=email],
.sidebar .widget input[type=search],
.sidebar .widget input[type=password],
.sidebar .widget input[type=text] {
  width: 100%;
  display: block;
  height: 68px;
  background-color: #fff;
  padding-right: 30px;
  padding-left: 30px;
  color: var(--amoxi-text, #b2afa6);
  outline: none;
  border-radius: 0;
}
.sidebar .widget .textwidget > p:first-child {
  margin-top: -10px;
}
.sidebar .widget .wp-block-tag-cloud {
  margin-bottom: -10px;
  margin-right: -5px;
}
.sidebar .widget .wp-block-tag-cloud a {
  font-size: 14px !important;
  color: var(--amoxi-text, #797577);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--amoxi-gray);
  display: inline-block;
  padding: 4px 20px 4px;
  margin-right: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  line-height: 30px;
}
.sidebar .widget .wp-block-tag-cloud a:hover {
  color: var(--amoxi-gray, #969697);
  background: var(--amoxi-base, #ff621d);
}
.sidebar .widget .wp-calendar-table td {
  padding: 3px 0px;
  font-size: 14px;
}
.sidebar .widget .wp-block-calendar thead th {
  background-color: var(--amoxi-white2, #D9D9D9);
  color: var(--amoxi-black);
  border: none;
  font-weight: 600;
}
.sidebar .widget .wp-calendar-table td {
  color: var(--amoxi-gray, #969697);
}
.sidebar .widget .wp-block-archives {
  margin: 0;
}
.sidebar .widget .wp-block-archives li + li {
  margin-top: 23px;
}
.sidebar .widget .wp-block-archives li a::after {
  display: none;
}
.sidebar .widget .wp-block-categories-dropdown,
.sidebar .widget .wp-block-archives-dropdown {
  margin-bottom: 0;
}
.sidebar .widget .wp-block-calendar .wp-calendar-table caption {
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--amoxi-gray, #969697);
  font-weight: 500;
}
.sidebar .widget .wp-block-calendar .wp-calendar-nav a {
  text-transform: capitalize;
  font-weight: 500;
}
.sidebar .widget .wp-block-latest-comments__comment-meta {
  color: var(--amoxi-gray, #969697);
}
.sidebar .widget .wp-block-latest-comments__comment-meta a:hover {
  color: var(--amoxi-base, #ff621d);
}
.sidebar .widget .wp-block-latest-comments__comment-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
}
.sidebar .widget .wp-block-latest-comments__comment-date::before {
  content: "\f017";
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--amoxi-base, #ff621d);
}
.sidebar .widget .has-avatar .wp-block-latest-comments__comment-date {
  margin-right: 5px;
}
.sidebar .widget .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}
.sidebar .widget .wp-block-latest-comments__comment-excerpt p:last-child {
  margin-bottom: 0;
}
.sidebar .widget .has-excerpts.wp-block-latest-comments {
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-latest-posts__list li a::after {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li {
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li::before {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li a::after {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list {
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-latest-posts__list li > a,
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
  flex: 0 0 100%;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
  font-weight: 400;
  margin-bottom: 0;
  color: var(--amoxi-text, #b2afa6);
  font-size: 16px;
  line-height: 32px;
}
.sidebar .widget .wp-block-latest-posts__list li + li {
  margin-top: 15px;
}
.sidebar .widget .wp-block-latest-posts__list li > a {
  color: var(--amoxi-black, #1A1B1F) !important;
  font-weight: 400;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author {
  margin-left: 5px;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author::before {
  color: var(--amoxi-base, #ff621d);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f2bd";
  margin-left: 5px;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-date::before {
  content: "\f017";
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--amoxi-base, #ff621d);
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  font-weight: 500;
  font-size: 14px;
  color: var(--amoxi-text, #b2afa6);
}
.sidebar .widget .wp-block-page-list {
  margin-top: -10px;
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-page-list li + li {
  margin-top: 15px;
}
.sidebar .widget .wp-block-rss__item {
  margin-bottom: -10px;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
}
.sidebar .widget .wp-block-rss__item::before {
  display: none;
}
.sidebar .widget .wp-block-rss__item a::after {
  display: none;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title,
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
  flex: 0 0 100%;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
  font-weight: 400;
  margin-bottom: 0;
  color: var(--amoxi-text, #b2afa6);
}
.sidebar .widget .wp-block-rss__item li + li {
  margin-top: 15px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title {
  color: var(--amoxi-gray, #969697);
  font-weight: 400;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author {
  margin-left: 5px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author {
  margin-right: 10px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author::before {
  color: var(--amoxi-base, #ff621d);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f2bd";
  margin-left: 5px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-publish-date::before {
  content: "\f017";
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--amoxi-base, #ff621d);
}
.sidebar .widget .wp-block-rss__item-author,
.sidebar .widget .wp-block-rss__item-publish-date,
.sidebar .widget .wp-block-archives-dropdown label {
  font-weight: 500;
}
.sidebar .widget .wp-block-rss__item-author,
.sidebar .widget .wp-block-rss__item-publish-date {
  font-size: 14px;
  color: var(--amoxi-gray, 117, 120, 115);
}
.sidebar .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.sidebar .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-right: 60px;
}
.sidebar .widget #loginform {
  margin-top: -10px;
}
.sidebar .widget #loginform input[type=text],
.sidebar .widget #loginform input[type=password] {
  margin-bottom: 10px;
}
.sidebar .widget #loginform p {
  margin: 0;
}
.sidebar .widget #loginform input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.sidebar .widget #loginform .login-submit .button {
  padding: 25px 39px;
  color: #fff;
  font-size: 16px;
  background-color: var(--amoxi-black, #1A1B1F);
  text-transform: uppercase;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  transition: all 500ms ease;
  border: none;
  border-radius: 0px;
}
.sidebar .widget #loginform .login-submit .button:hover {
  color: #fff;
  background-color: var(--amoxi-base, #ff621d);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta {
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: normal;
  color: inherit;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a {
  color: var(--amoxi-text, #161617);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a:hover {
  color: var(--amoxi-base, #ff621d);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta:first-letter {
  text-transform: uppercase;
}

.widget.widget_block h2,
.widget .sidebar__title,
.sidebar .widget .title h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
  margin-top: -5px;
  font-family: var(--heading-font);
}

h2 .rss-widget-title {
  color: var(--amoxi-black);
}

.sidebar .widget ul.wp-block-social-links li a::after {
  content: "";
}

.sidebar .widget.widget_categories > ul,
.sidebar .widget.widget_pages > ul,
.sidebar .widget.widget_meta > ul,
.sidebar .widget.widget_recent_comments > ul,
.sidebar .widget.widget_archive > ul {
  margin-bottom: -10px;
}

.sidebar .widget ::placeholder {
  opacity: 1;
  color: var(--amoxi-text, #b2afa6);
}

.sidebar .widget .wp-block-latest-posts__list.has-dates li a,
.sidebar .widget .wp-block-rss li a {
  color: var(--amoxi-black, #1A1B1F);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  font-family: var(--var(--amoxi-heading-font));
  text-transform: capitalize;
}

.sidebar .widget .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.widget.widget_archive ul li a::after,
.sidebar .widget ul.wp-block-categories li a::after,
.sidebar .widget.widget_categories ul li a::after {
  content: "";
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
}

.widget.widget_archive ul li,
.sidebar .widget .wp-block-categories li,
.sidebar .widget_categories ul li,
.sidebar__single .widget_categories ul li,
.sidebar__single .wp-block-categories li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0;
}

.sidebar .widget .wp-block-categories li ul.children,
.sidebar .widget_categories ul li ul.children,
.sidebar__single .widget_categories ul li ul.children,
.sidebar__single .wp-block-categories li ul.children {
  flex: 0 0 100%;
}

.sidebar .widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-radius: 0;
  border-color: #fff;
  padding: 0;
  border: 1px solid #e6e1d8;
}

.sidebar .widget ul li a:hover,
.sidebar__single ul li a:hover,
.sidebar .widget.widget_recent_entries ul li a:hover,
.sidebar .widget.widget_recent_comments ul li a:hover,
.sidebar__single.widget_recent_entries ul li a:hover,
.sidebar__single.widget_recent_comments ul li a:hover {
  color: var(--amoxi-base, #AE8F62) !important;
  text-shadow: 0 0 0 currentColor;
  accent-color: currentcolor;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--amoxi-gray, #969697);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em;
}

/* Custom Animations
--------------------------------------------- */
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes rotateme {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@-o-keyframes rotateme {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(-360deg);
  }
}
@-webkit-keyframes shine {
  100% {
    right: 125%;
  }
}
@keyframes shine {
  100% {
    right: 125%;
  }
}
.rotate-me {
  animation-name: rotateme;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 24s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@keyframes float-bob {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
.float-bob {
  animation-name: float-bob;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 7s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 7s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 7s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/***
=============================================
    circle Css
=============================================
***/
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/***
=============================================
    Zoom Fade Css
=============================================
***/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/***
=============================================
    Zoom In Out Css
=============================================
***/
.zoominout {
  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(-180deg) scale(1);
    transform: rotate(-180deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-360deg) scale(0.7);
    transform: rotate(-360deg) scale(0.7);
    opacity: 0;
  }
}
@-webkit-keyframes bgSlideReverse {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes bgSlideReverse2 {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse2 {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes banner-animate {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
  }
}
@keyframes banner-animate {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
  }
}
.banner-animate {
  animation-name: banner-animate;
  animation-duration: 70s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: banner-animate;
  -webkit-animation-duration: 70s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: banner-animate;
  -moz-animation-duration: 70s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: banner-animate;
  -ms-animation-duration: 70s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: banner-animate;
  -o-animation-duration: 70s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px 0 0 20px 0 #fff;
    box-shadow: 0 0 0 20px 0 0 20px 0 #fff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/***
=============================================
    Animation1 Css
=============================================
***/
@-webkit-keyframes animation1 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-5deg) translateX(-15px);
    transform: rotate(-5deg) translateX(-15px);
  }
  50% {
    -webkit-transform: rotate(-10deg) translateX(-30px);
    transform: rotate(-10deg) translateX(-30px);
  }
}
@keyframes animation1 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-5deg) translateX(-15px);
    transform: rotate(-5deg) translateX(-15px);
  }
  50% {
    -webkit-transform: rotate(-10deg) translateX(-30px);
    transform: rotate(-10deg) translateX(-30px);
  }
}
/***
=============================================
    Animation2 Css
=============================================
***/
@keyframes animation2 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
@-moz-keyframes animation2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
@-o-keyframes animation2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
@keyframes animation2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
@-webkit-keyframes bgSlide {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlide {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes bgSlideReverse {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes ribbonRotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}
@keyframes ribbonRotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}
@-webkit-keyframes footerFish {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(-20px) translateY(30px) rotate(-25deg);
    transform: translateX(-20px) translateY(30px) rotate(-25deg);
  }
  50% {
    -webkit-transform: translateX(-40px) translateY(60px) rotate(-45deg);
    transform: translateX(-40px) translateY(60px) rotate(-45deg);
  }
}
@keyframes footerFish {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(-20px) translateY(30px) rotate(-25deg);
    transform: translateX(-20px) translateY(30px) rotate(-25deg);
  }
  50% {
    -webkit-transform: translateX(-40px) translateY(60px) rotate(-45deg);
    transform: translateX(-40px) translateY(60px) rotate(-45deg);
  }
}
@-webkit-keyframes contactSwimmer {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(-15px) translateY(20px) rotate(-10deg);
    transform: translateX(-15px) translateY(20px) rotate(-10deg);
  }
  50% {
    -webkit-transform: translateX(-60px) translateY(35px) rotate(-15deg);
    transform: translateX(-60px) translateY(35px) rotate(-15deg);
  }
}
@keyframes contactSwimmer {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(-15px) translateY(20px) rotate(-10deg);
    transform: translateX(-15px) translateY(20px) rotate(-10deg);
  }
  50% {
    -webkit-transform: translateX(-60px) translateY(35px) rotate(-15deg);
    transform: translateX(-60px) translateY(35px) rotate(-15deg);
  }
}
/***
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes footerTree {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-5deg) translateX(-15px);
    transform: rotate(-5deg) translateX(-15px);
  }
  50% {
    -webkit-transform: rotate(-10deg) translateX(-30px);
    transform: rotate(-10deg) translateX(-30px);
  }
}
@keyframes footerTree {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-5deg) translateX(-15px);
    transform: rotate(-5deg) translateX(-15px);
  }
  50% {
    -webkit-transform: rotate(-10deg) translateX(-30px);
    transform: rotate(-10deg) translateX(-30px);
  }
}
.footertree {
  -webkit-animation: footerTree 5s ease-in infinite;
  animation: footerTree 5s ease-in infinite;
}

@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
@-moz-keyframes service_hexagon_2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
@-o-keyframes service_hexagon_2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
@keyframes bgSlide {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-moz-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-o-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(-360deg);
  }
}
.rotatescale {
  -webkit-animation-name: rotateScale;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateScale;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateScale;
  -ms-animation-duration: 20s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: rotateScale;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@-webkit-keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    transform: translateY(30px) translateX(-50px) rotate(-15deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(50px) translateX(-100px) rotate(-45deg);
    transform-origin: left bottom;
  }
  80% {
    transform: translateY(30px) translateX(-50px) rotate(-15deg);
    transform-origin: right top;
  }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}
@keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    transform: translateY(30px) translateX(-50px) rotate(-15deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(50px) translateX(-100px) rotate(-45deg);
    transform-origin: left bottom;
  }
  80% {
    transform: translateY(30px) translateX(-50px) rotate(-15deg);
    transform-origin: right top;
  }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}
@-webkit-keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(-20px);
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(-20px);
  }
}
@-webkit-keyframes banner3Shake {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    transform: rotate3d(-1, 0, 0, 0deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes banner3Shake {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    transform: rotate3d(-1, 0, 0, 0deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@-webkit-keyframes squareMover {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    transform: translate(-20px, 40px) rotate(-180deg);
  }
  30%, 80% {
    transform: translate(-40px, 60px) rotate(0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    transform: translate(-20px, 40px) rotate(-180deg);
  }
  30%, 80% {
    transform: translate(-40px, 60px) rotate(0deg);
  }
}
@-webkit-keyframes treeMove {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-5deg) translateX(-15px);
  }
  50% {
    transform: rotate(-10deg) translateX(-30px);
  }
}
@keyframes treeMove {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-5deg) translateX(-15px);
  }
  50% {
    transform: rotate(-10deg) translateX(-30px);
  }
}
/*--------------------------------------------------------------
#     animate BubbleCss
--------------------------------------------------------------*/
@-webkit-keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: -30%;
  }
}
@-moz-keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: -30%;
  }
}
@keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: -30%;
  }
}
@-webkit-keyframes sideWays {
  0% {
    margin-right: 0;
  }
  100% {
    margin-right: 25px;
  }
}
@-moz-keyframes sideWays {
  0% {
    margin-right: 0;
  }
  100% {
    margin-right: 25px;
  }
}
@keyframes sideWays {
  0% {
    margin-right: 0;
  }
  100% {
    margin-right: 25px;
  }
}
/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  75% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  75% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes planeMove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  75% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes planeMove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  75% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes bridMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes bridMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/** squares **/
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-moz-keyframes squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-o-keyframes squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
/* Templates
--------------------------------------------- */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Common
# Custom Cursor
# Animation
# Topbar
# Navigation
# Home Showcase
# Mobile Nav
# Search Popup
# Forms
# Comments
# Contact
# Cards
# Blog Details
# Page Header
# Footer
# Sidebar
# Google Map
# Hero Slider
# About
# Client Carousel
# Testimonials
# Amoxi Area
# Gallery
# Why Choose
# Funfact
# Slide Text
# Awards
# Expertise
# Work Process
# Faq
# Package
# Feature
# Skills
# Social Media
# Work Area
# Portfolio
# Portfolio Details
# Service
# Service Details
# Shop
# Shop Details
# Cart
# Checkout
# Error 404
# Boxed Home
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--120 {
  margin-bottom: -120px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-right: 5px;
}

.pl-10 {
  padding-right: 10px;
}

.pl-15 {
  padding-right: 15px;
}

.pl-20 {
  padding-right: 20px;
}

.pl-30 {
  padding-right: 30px;
}

.pr-5 {
  padding-left: 5px;
}

.pr-10 {
  padding-left: 10px;
}

.pr-15 {
  padding-left: 15px;
}

.pr-20 {
  padding-left: 20px;
}

.pr-30 {
  padding-left: 30px;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  color: var(--amoxi-text, #b2afa6);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  background-color: var(--amoxi-black, #1A1B1F);
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--amoxi-base, #ff621d);
  transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  color: var(--amoxi-white, #FFFFFF);
}

@media (max-width: 767px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}
@media (max-width: 767px) {
  p br {
    display: none;
  }
}
.amoxi-text {
  color: var(--amoxi-text, #b2afa6);
}

.background-base {
  background-color: var(--amoxi-base, #ff621d);
}

.background-text {
  background-color: var(--amoxi-text, #b2afa6);
}

.background-black {
  background-color: var(--amoxi-black, #1A1B1F);
}

.background-black-2 {
  background-color: var(--amoxi-black2, #0E0F11);
}

.background-black-3 {
  background-color: var(--amoxi-black3, #121115);
}

.background-white {
  background-color: var(--amoxi-white, #FFFFFF);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

.section-space {
  padding-top: var(--section-space, 120px);
  padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-space-2 {
  padding-top: var(--section-space-2, 111px);
  padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
  .section-space-2 {
    padding-top: 91px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-2 {
    padding-top: 71px;
    padding-bottom: 80px;
  }
}
.section-space-t {
  padding-top: var(--section-space, 120px);
}

@media (max-width: 767px) {
  .section-space-t {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-t {
    padding-top: 80px;
  }
}
.section-space-t-2 {
  padding-top: var(--section-space-2, 111px);
}

@media (max-width: 767px) {
  .section-space-t-2 {
    padding-top: 91px;
  }
}
@media (max-width: 575px) {
  .section-space-t-2 {
    padding-top: 71px;
  }
}
.section-space-b {
  padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
  .section-space-b {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-b {
    padding-bottom: 80px;
  }
}
.section-bg {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: var(--amoxi-black2, #0E0F11);
}

.container-fluid,
.container {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-25 {
  --bs-gutter-y: 25px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

label.error {
  margin-top: 8px;
  color: var(--amoxi-text, #b2afa6);
}

.logo-retina img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* section title */
.sec-title {
  margin-bottom: 35px;
}

.sec-title--center {
  margin-bottom: 51px;
  text-align: center;
}

.sec-title--center .sec-title__top {
  align-items: center;
  justify-content: center;
}

.sec-title--center .sec-title__shape {
  top: -1px;
}

@media (max-width: 767px) {
  .sec-title--center .sec-title__shape {
    top: -2px;
  }
}
@media (max-width: 440px) {
  .sec-title--center .sec-title__shape {
    top: -1px;
  }
}
.sec-title__top {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 13px;
}

.sec-title__shape-img {
  max-width: 100%;
  height: auto;
  position: relative;
}

.sec-title__shape {
  width: 29px;
  height: 16px;
  flex-shrink: 0;
  position: relative;
  top: 4px;
}

@media (max-width: 767px) {
  .sec-title__shape {
    top: 1px;
  }
}
.sec-title__shape::before,
.sec-title__shape::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  z-index: 1;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: var(--amoxi-white, #FFFFFF);
}

.sec-title__shape::before {
  right: 13px;
}

.sec-title__shape::after {
  width: 4px;
  height: 4px;
  left: 0px;
}

.sec-title__shape__inner {
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--amoxi-base, #ff621d);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.sec-title__shape--2::before {
  right: auto;
  left: 13px;
}

.sec-title__shape--2::after {
  right: 0px;
  left: auto;
}

.sec-title__shape--2 .sec-title__shape__inner {
  right: auto;
  left: 0px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.sec-title__tagline {
  margin: 0px;
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 500;
  line-height: 1.181;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .sec-title__tagline {
    font-size: 18px;
  }
}
@media (max-width: 440px) {
  .sec-title__tagline {
    font-size: 16px;
  }
}
.sec-title__tagline.bw-split-text > div {
  background-size: 200% 100%;
  background-position-x: 0%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, rgba(var(--amoxi-base-rgb, 255, 98, 29), 0.4) 50%, var(--amoxi-base, #ff621d) 50%);
}

.sec-title__title {
  margin: 0px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--amoxi-white, #FFFFFF);
}

@media (max-width: 767px) {
  .sec-title__title {
    font-size: 35px;
  }
}
@media (max-width: 440px) {
  .sec-title__title {
    font-size: 30px;
  }
}
.sec-title__title.bw-split-text > div {
  background-size: 200% 100%;
  background-position-x: 0%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, rgba(var(--amoxi-white-rgb, 255, 255, 255), 0.2) 50%, var(--amoxi-white, #FFFFFF) 50%);
}

.sec-title__title__text {
  display: inline !important;
  font-weight: 400;
  font-style: italic;
}

.sec-title--two.sec-title--center .sec-title__shape--1 {
  top: 0px;
}

.sec-title--two .sec-title__top {
  gap: 15px;
}

.sec-title--two .sec-title__shape {
  width: 36px;
  height: 16px;
  top: -1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec-title--two .sec-title__shape--1 {
  top: 4px;
}

.sec-title--two .sec-title__shape::before,
.sec-title--two .sec-title__shape::after {
  content: "";
  position: static;
  width: calc(50% - 2px);
  height: 100%;
  border-radius: 0px;
  transform: translateY(0%);
  background-color: transparent;
  background: linear-gradient(-180deg, #f29a1c 0%, #fa4721 100%);
}

.sec-title--two .sec-title__shape::before {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.sec-title--two .sec-title__shape::after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.sec-title--two .sec-title__title {
  text-transform: uppercase;
}

.sec-title--three.sec-title--center .sec-title__shape {
  top: -1px;
}

@media (max-width: 440px) {
  .sec-title--three.sec-title--center .sec-title__shape {
    top: -2px;
  }
}
.sec-title--three .sec-title__top {
  gap: 16px;
}

.sec-title--three .sec-title__shape {
  width: 6px;
  height: 6px;
  top: 9px;
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 767px) {
  .sec-title--three .sec-title__shape {
    top: 6px;
  }
}
@media (max-width: 440px) {
  .sec-title--three .sec-title__shape {
    top: 5px;
  }
}
.sec-title--three .sec-title__shape::before,
.sec-title--three .sec-title__shape::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 0px;
  transform: translateY(0%);
}

.sec-title--three .sec-title__shape--1::before,
.sec-title--three .sec-title__shape--1::after {
  right: auto;
  left: -6px !important;
}

.sec-title--three .sec-title__shape::before {
  top: -6px;
}

.sec-title--three .sec-title__shape::after {
  top: auto;
  bottom: -6px;
}

.sec-title--three .sec-title__shape--2::before,
.sec-title--three .sec-title__shape--2::after {
  right: -6px;
}

.sec-title--four .sec-title__top {
  gap: 0px;
  align-items: center;
  margin-bottom: 15px;
}

.sec-title--four .sec-title__shape-img--1 {
  top: -4px;
}

.sec-title--four .sec-title__shape-img--2 {
  bottom: -4px;
}

.sec-title--four .sec-title__tagline {
  position: relative;
  font-size: 18px;
  line-height: 1.277;
}

/* gsap reveal text animation */
.bw-reveal-text {
  visibility: hidden;
}

.bw-reveal-text .line {
  display: flex;
  overflow: hidden;
  position: relative;
}

.bw-reveal-text-2 {
  visibility: hidden;
}

.bw-reveal-text-2 .letter {
  position: relative;
  display: inline-block;
  will-change: transform;
  transform-style: preserve-3d;
}

.bw-reveal-text-2 .letter div {
  width: 100%;
  backface-visibility: hidden;
  transform: translateZ(4vw);
  transform-style: preserve-3d;
}

.bw-reveal-text-2 .perspective {
  position: relative;
  display: inline-block;
}

.bw-reveal-text-2 .perspective div {
  position: relative;
  display: inline-block;
}

.bw-reveal-text-2 .word {
  display: inline-block;
}

/* svg stroke text animation */
.stroke-text-title {
  width: 100%;
  margin-bottom: 47px;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .stroke-text-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .stroke-text-title {
    margin-bottom: 0px;
  }
}
.stroke-text-title svg {
  width: 100%;
  display: block;
}

.stroke-text-title svg:not(:root) {
  overflow: visible !important;
}

.stroke-text-title svg text {
  margin: 0px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: clamp(35px, 10vw, 150px);
  line-height: 1;
  stroke-width: 1;
  font-weight: 700;
  stroke: var(--amoxi-text, #b2afa6);
  text-transform: uppercase;
  animation: svgTextAnimation 5s infinite alternate;
}

@keyframes svgTextAnimation {
  0% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-text-rgb, 130, 126, 118), 1);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 1;
  }
  70% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-text-rgb, 130, 126, 118), 1);
  }
  80% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-text-rgb, 130, 126, 118), 1);
    stroke-width: 1;
  }
  100% {
    fill: rgba(var(--amoxi-base-rgb, 255, 98, 29), 1);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}
@keyframes svgTextAnimation2 {
  0% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 2;
  }
  70% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
  }
  80% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
    stroke-width: 2;
  }
  100% {
    fill: rgba(var(--amoxi-base-rgb, 255, 98, 29), 1);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}
@media (max-width: 767px) {
  @keyframes svgTextAnimation2 {
    0% {
      fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
      stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
      stroke-dashoffset: 25%;
      stroke-dasharray: 0 50%;
      stroke-width: 1;
    }
    70% {
      fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
      stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
    }
    80% {
      fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
      stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
      stroke-width: 1;
    }
    100% {
      fill: rgba(var(--amoxi-base-rgb, 255, 98, 29), 1);
      stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
      stroke-dashoffset: -25%;
      stroke-dasharray: 50% 0;
      stroke-width: 0;
    }
  }
}
@keyframes svgTextAnimation3 {
  0% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 1;
  }
  70% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
  }
  80% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
    stroke-width: 1;
  }
  100% {
    fill: rgba(var(--amoxi-base-rgb, 255, 98, 29), 1);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 1;
  }
}
/* button */
.amoxi-btn {
  display: inline-flex;
  gap: 0px;
  border: none;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: transparent;
}

.amoxi-btn__text {
  display: inline-block;
  padding: 14.5px 40px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  overflow: hidden;
  border-radius: 100px;
  text-transform: uppercase;
  transition: all 500ms ease;
  background: var(--amoxi-base, #ff621d);
}

@media (max-width: 575px) {
  .amoxi-btn__text {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.amoxi-btn__text::before,
.amoxi-btn__text::after {
  content: "";
  width: 0%;
  height: calc(100% + 10px);
  position: absolute;
  top: -5px;
  z-index: -1;
  transition: 500ms;
  transform: skewX(25deg);
  background: var(--amoxi-white, #FFFFFF);
}

.amoxi-btn__text::before {
  right: -8px;
}

.amoxi-btn__text::after {
  left: -8px;
}

.amoxi-btn:hover .amoxi-btn__text {
  color: var(--amoxi-black, #1A1B1F);
}

.amoxi-btn:hover .amoxi-btn__text::before,
.amoxi-btn:hover .amoxi-btn__text::after {
  width: calc(50% + 10px);
}

.amoxi-btn__icon-box {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.amoxi-btn:hover .amoxi-btn__icon-box {
  background: var(--amoxi-base, #ff621d);
}

.amoxi-btn__icon {
  display: inline-flex;
  font-size: 9px;
  color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}

.amoxi-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.amoxi-btn:hover .amoxi-btn__icon {
  color: var(--amoxi-white, #FFFFFF);
  animation: slideRight 500ms;
}

.amoxi-btn--two .amoxi-btn__text {
  background: linear-gradient(-90deg, #f29a1c 0%, #fa4721 100%);
}

.amoxi-btn--two .amoxi-btn__icon-box {
  position: relative;
  z-index: 1;
}

.amoxi-btn--two .amoxi-btn__icon-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  border-radius: inherit;
  transition: all 500ms ease;
  background: linear-gradient(-90deg, #f29a1c 7.92%, #fa4721 100%);
}

.amoxi-btn--two:hover .amoxi-btn__icon-box {
  background: transparent;
}

.amoxi-btn--two:hover .amoxi-btn__icon-box::after {
  opacity: 1;
}

.amoxi-btn--three .amoxi-btn__text,
.amoxi-btn--three .amoxi-btn__icon {
  color: var(--amoxi-black4, #131313);
}

.amoxi-btn--three:hover .amoxi-btn__icon {
  color: var(--amoxi-black4, #131313);
}

.amoxi-btn-two {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0px;
  padding: 15px 30px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  text-align: center;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--amoxi-base, #ff621d);
  transition: all 0.4s ease-in-out;
}

.amoxi-btn-two::before,
.amoxi-btn-two::after {
  content: "";
  height: calc(50% + 1px);
  width: 0%;
  position: absolute;
  z-index: -1;
  background-color: var(--amoxi-white, #FFFFFF);
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.amoxi-btn-two::before {
  top: 0;
  right: 0;
  left: auto;
}

.amoxi-btn-two::after {
  bottom: 0;
  left: 0;
  right: auto;
}

.amoxi-btn-two:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.amoxi-btn-two:hover::after {
  width: 100%;
  right: 0;
  left: auto;
}

.amoxi-btn-two__icon {
  flex-shrink: 0;
  display: inline-flex;
  font-size: 14px;
  transition: all 500ms ease;
}

.amoxi-btn-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.amoxi-btn-two:hover,
.amoxi-btn-two:hover .amoxi-btn-two__iocn {
  color: var(--amoxi-black2, #0E0F11);
}

.amoxi-btn-two--two {
  background: linear-gradient(-90deg, #f29a1c 7.92%, #fa4721 100%), #4946ec;
}

.video-btn {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 30px;
  color: var(--amoxi-base, #ff621d);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.5s ease;
  background-color: var(--amoxi-white, #FFFFFF);
}

.video-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.video-btn::after {
  content: "";
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: -1;
  border-radius: inherit;
  border: 4px solid var(--amoxi-white, #FFFFFF);
  transition: all 0.5s ease;
}

.amoxi-circle-btn {
  width: 183px;
  height: 183px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 20px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 1.318;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
  border-radius: 50%;
  overflow: hidden;
  background: var(--amoxi-base, #ff621d);
}

.amoxi-circle-btn__icon {
  display: inline-flex;
  font-size: 35px;
}

.amoxi-circle-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.amoxi-circle-btn__dot {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  border-radius: 50%;
  background: var(--amoxi-black, #1A1B1F);
  transition: all 0.5s ease-out;
  transform: translate(50%, -50%);
}

.amoxi-circle-btn:hover .amoxi-circle-btn__dot {
  width: 200%;
  height: 200%;
}

.scroll-btn {
  width: 54px;
  height: 96px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border-radius: 120px;
  overflow: hidden;
  border: 3px solid var(--amoxi-white, #FFFFFF);
}

.scroll-btn__dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--amoxi-base, #ff621d);
  animation: scrollDot 1.8s infinite ease;
}

@keyframes scrollDot {
  0% {
    opacity: 1;
    transform: translateY(11px);
  }
  70% {
    opacity: 1;
    transform: translateY(55px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px);
  }
}
@keyframes scrollDot2 {
  0% {
    opacity: 1;
    transform: translateY(11px);
  }
  70% {
    opacity: 1;
    transform: translateY(64px);
  }
  100% {
    opacity: 0;
    transform: translateY(64px);
  }
}
.circle-shape-wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: var(--amoxi-black, #1A1B1F);
}

.circle-shape-wrapper__thumb img {
  opacity: 0.9;
  transform: scale(1) rotate(0);
}

.about-badge {
  width: 158px;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.about-badge__icon {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px !important;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  background-color: var(--amoxi-base, #ff621d);
}

.about-badge .curved-circle {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 130px !important;
  height: 130px !important;
  transform-origin: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  animation: shapeRotate 15s linear 0s forwards infinite alternate;
}

.about-badge .curved-circle .curved-circle--item {
  width: 130px !important;
  height: 130px !important;
}

.about-badge .curved-circle span {
  font-size: 14px;
  font-weight: 500;
  color: var(--amoxi-white, #FFFFFF);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* social links */
.social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}

.social-links a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}

.social-links a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  border-radius: inherit;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}

.social-links a:hover::after {
  opacity: 1;
  background-color: var(--amoxi-base, #ff621d);
}

.social-links__icon {
  display: inline-flex;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: var(--amoxi-black, #1A1B1F);
  transition: all 500ms ease;
}

.social-links__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.social-links a:hover .social-links__icon {
  color: var(--amoxi-white, #FFFFFF);
  animation: slideTop 400ms;
}

/* Marquee:
Two Lines,
One Line To Right,
One Line To Left */
.marquee {
  max-width: 100%;
  overflow: hidden;
}

.marquee--gsap .marquee__bottom,
.marquee--gsap .marquee__top,
.marquee-left--gsap .marquee__toleft,
.marquee-right--gsap .marquee__toright {
  translate: -moz-calc(-100% + 100vw) !important;
  translate: calc(-100% + 100vw) !important;
}

.marquee__top,
.marquee__bottom,
.marquee__toleft,
.marquee__toright {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  gap: 30px;
  width: max-content;
  will-change: transform;
}

.marquee__bottom {
  margin-top: 30px;
}

/* ratings */
.amoxi-ratings {
  display: flex;
  align-items: center;
  gap: 5px;
}

.amoxi-ratings__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}

.amoxi-ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* post pagination */
.post-pagination {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 991px) {
  .post-pagination {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .post-pagination {
    gap: 15px;
  }
}
.post-pagination__btn {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--amoxi-base, #ff621d);
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  background-color: var(--amoxi-white, #FFFFFF);
  border-radius: 5px;
  overflow: hidden;
  transition: all 400ms ease;
}

@media (max-width: 767px) {
  .post-pagination__btn {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 480px) {
  .post-pagination__btn {
    width: 41px;
    height: 41px;
  }
}
.post-pagination__btn:hover {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}

.post-pagination__btn.active {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}

.post-pagination__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.post-pagination__icon {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  color: var(--amoxi-base, #ff621d);
  transition: all 400ms ease;
}

.post-pagination__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* skill box */
.skill-box {
  position: relative;
  padding: 48px 48px 42px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--amoxi-white, #FFFFFF);
}

@media (max-width: 430px) {
  .skill-box {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.skill-box__count {
  width: 108px;
  height: 108px;
  margin: 0px auto 18px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}

.skill-box__count .circle-progress {
  position: absolute;
  top: 0px;
  right: 0px;
}

.skill-box__funfact {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: var(--amoxi-black5, #222222);
}

.skill-box__title {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--amoxi-black5, #222222);
  text-transform: capitalize;
}

/* progress bar */
.progress-box + .progress-box {
  margin-top: 23px;
}

.progress-box__title {
  margin-bottom: 10px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

@media (max-width: 430px) {
  .progress-box__title {
    font-size: 15px;
  }
}
.progress-box__bar {
  position: relative;
  width: 100%;
  height: 14px;
  border: 1px solid var(--amoxi-base, #ff621d);
  border-radius: 20px;
}

.progress-box__bar__inner {
  position: relative;
  position: absolute;
  height: calc(100% - 4px);
  width: 0%;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  background-color: var(--amoxi-base, #ff621d);
  border-radius: inherit;
  transition: all 800ms linear;
}

.progress-box__bar__inner::before {
  content: "";
  width: 22px;
  height: 22px;
  background-color: var(--amoxi-base, #ff621d);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
}

.progress-box__bar__inner::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
}

.progress-box__number {
  position: absolute;
  bottom: calc(100% + 13px);
  left: 0px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 600;
  line-height: 1.625;
}

@media (max-width: 430px) {
  .progress-box__number {
    font-size: 15px;
  }
}
.uncover {
  position: relative;
  overflow: hidden;
}

.uncover__box {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  right: 0;
}

.uncover__slice {
  height: 100%;
  flex-grow: 1;
  background: #ffffff;
}

/* owl slider buton, dots customize */
.amoxi-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}

.amoxi-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.amoxi-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  width: 69px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: transparent;
  border: 1px solid var(--amoxi-white, #FFFFFF);
}

@media (max-width: 1399px) {
  .amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}
.amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  z-index: -1;
  border-radius: inherit;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}

.amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-base, #ff621d);
}

.amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover::after {
  opacity: 1;
}

.amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  color: inherit;
}

.amoxi-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

.amoxi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  outline: 0;
  position: relative;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.amoxi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background-color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}

.amoxi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  background-color: transparent;
}

.amoxi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover,
.amoxi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  border-color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-base, #ff621d);
}

.amoxi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span,
.amoxi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: transparent;
}

.amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}

.amoxi-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled,
.amoxi-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

.custom-nav {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
}

.custom-nav button {
  width: 69px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  color: var(--amoxi-white, #FFFFFF);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

@media (max-width: 1399px) {
  .custom-nav button {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .custom-nav button {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}
.custom-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.custom-nav button:hover {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-base, #ff621d);
}

.custom-nav button span {
  border: none;
  outline: none;
  color: inherit;
}

.custom-nav--four button {
  color: var(--amoxi-base, #ff621d);
  border-color: var(--amoxi-base, #ff621d);
}

.custom-nav--four button:hover {
  color: var(--amoxi-black4, #131313);
}

/* hover image */
.hover-item {
  position: relative;
}

.hover-item__box {
  position: absolute;
  width: 259px;
  height: 290px;
  top: 30%;
  right: 185px;
  pointer-events: none;
  transform: translate(100%, -50%);
  overflow: hidden;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s ease-out;
  z-index: -1;
}

.hover-item__box-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  transition: transform 0.4s ease-out;
}

.bw-reveal-right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: none !important;
  transition: all 1s !important;
  transition-delay: 0.3s !important;
  transform: none !important;
  opacity: 1 !important;
}

.bw-reveal-right.aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.bw-reveal-left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: none !important;
  transition: all 1s !important;
  transition-delay: 0.4s !important;
  opacity: 1 !important;
  transform: none !important;
}

.bw-reveal-left.aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.bw-reveal-top {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: none !important;
  transition: all 1.2s !important;
  transition-delay: 0.4s !important;
  opacity: 1 !important;
  transform: none !important;
}

.bw-reveal-top.aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--amoxi-base, #ff621d);
}

.hammer {
  width: 22px;
  height: 22px;
  fill: var(--amoxi-base, #ff621d);
}

.hammer path:nth-child(1),
.hammer path:nth-child(2) {
  animation: hammerBounce 3s ease-in-out infinite;
}

.hammer path:nth-child(3),
.hammer path:nth-child(4),
.hammer path:nth-child(5),
.hammer path:nth-child(6) {
  transform-origin: center;
  animation: hammerStrike 3s ease-in-out infinite;
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--amoxi-black, #1A1B1F);
  color: var(--amoxi-white, #FFFFFF);
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
}

.ui-datepicker-calendar td {
  background-color: var(--amoxi-text, #b2afa6);
  background-image: none;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  color: var(--amoxi-text, #b2afa6);
}

.ui-datepicker-calendar td a {
  border-color: var(--amoxi-border-color, #D3D3D3);
  background-color: var(--amoxi-text, #b2afa6);
  background-image: none;
}

.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: var(--amoxi-border-color, #D3D3D3);
  background-color: var(--amoxi-text, #b2afa6);
  background-image: none;
  color: var(--amoxi-text, #b2afa6);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}

.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--amoxi-white, #FFFFFF);
  color: var(--amoxi-black, #1A1B1F);
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--amoxi-base, #ff621d);
  color: var(--amoxi-white, #FFFFFF);
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
  right: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
  left: 2px;
}

.preloader {
  position: fixed;
  background-color: var(--amoxi-black, #1A1B1F);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9992;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  left: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-left: 8px;
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--amoxi-base, #ff621d);
  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--amoxi-white, #FFFFFF);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--amoxi-base, #ff621d);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  right: 0;
  top: 0;
  -webkit-transform: translate(calc(-1*(-50% + 5px)), -50%);
  transform: translate(calc(-1*(-50% + 5px)), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--amoxi-base, #ff621d);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--amoxi-base, #ff621d);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(-50px) rotate(-15deg);
    transform: translateY(30px) translateX(-50px) rotate(-15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(-100px) rotate(-45deg);
    transform: translateY(50px) translateX(-100px) rotate(-45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(-50px) rotate(-15deg);
    transform: translateY(30px) translateX(-50px) rotate(-15deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(10px) rotate(5deg);
    transform: translateY(-10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(45deg) translateZ(20px) translateY(20px) translateX(-20px);
  }
}
@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(-1, 0, 0, 0deg);
    transform: rotate3d(-1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(-20px, 40px) rotate(-180deg);
    transform: translate(-20px, 40px) rotate(-180deg);
  }
  30%, 80% {
    -webkit-transform: translate(-40px, 60px) rotate(0deg);
    transform: translate(-40px, 60px) rotate(0deg);
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-5deg) translateX(-15px);
    transform: rotate(-5deg) translateX(-15px);
  }
  50% {
    -webkit-transform: rotate(-10deg) translateX(-30px);
    transform: rotate(-10deg) translateX(-30px);
  }
}
@keyframes leafMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(2deg) translateX(-5px);
  }
  50% {
    transform: rotate(4deg) translateX(-10px);
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(-10px);
  }
}
@keyframes flowerRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}
@keyframes zump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1.25);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
@keyframes zoomIn2 {
  0% {
    transform: scale(0.5) rotate(0deg);
  }
  100% {
    transform: scale(1.25) rotate(-45deg);
  }
}
@keyframes zoomIn3 {
  0% {
    transform: scale(0.7) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(-45deg);
  }
}
@keyframes zoomIn4 {
  0% {
    transform: scale(0.5) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(-45deg);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes zoom-out-in {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes moveX {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes moveX2 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-359deg);
  }
}
@keyframes rotateReverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes shapeRotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(-5px);
  }
  33.3% {
    transform: translateX(3px);
  }
  49.95% {
    transform: translateX(-4px);
  }
  66.6% {
    transform: translateX(2px);
  }
  83.25% {
    transform: translateX(-1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -90deg);
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, 20deg);
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, -10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, 5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(-1, 0, 0, -90deg);
  }
  40% {
    transform: perspective(400px) rotate3d(-1, 0, 0, 20deg);
  }
  60% {
    transform: perspective(400px) rotate3d(-1, 0, 0, -10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(-1, 0, 0, 5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 360deg);
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, 190deg);
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, 170deg);
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes smartMove {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes smartMove2 {
  0% {
    width: 0;
  }
  15% {
    width: 126px;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 126px;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes smartMove3 {
  0% {
    width: 0;
  }
  15% {
    width: 173px;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 173px;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(-10px) rotate(-5deg);
    transform: translateY(10px) translateX(-10px) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes rectMove {
  0%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes moveBackground {
  0% {
    background-position: -1920px 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@keyframes moveBackground2 {
  0% {
    background-position: 1920px 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@keyframes moveBackgroundY {
  0% {
    background-position: 0% 1920px;
  }
  100% {
    background-position: 0% 0;
  }
}
@keyframes slideTop {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideBottom {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideRight {
  49% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideLeft {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animatedCircle {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(-73px, -1px) rotate(-36deg) scale(0.9);
  }
  40% {
    transform: translate(-141px, 72px) rotate(-72deg) scale(1);
  }
  60% {
    transform: translate(-83px, 122px) rotate(-108deg) scale(1.2);
  }
  80% {
    transform: translate(40px, 72px) rotate(-144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes vibrant {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(2px, 2px);
  }
  40% {
    transform: translate(2px, -2px);
  }
  60% {
    transform: translate(-2px, 2px);
  }
  80% {
    transform: translate(-2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes vibrant2 {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, -2px);
  }
  40% {
    transform: translate(2px, -2px);
  }
  60% {
    transform: translate(-2px, 2px);
  }
  80% {
    transform: translate(2px, 2px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes flyUp {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-40px) translateX(-40px) rotate(5deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes scrollRightToLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-webkit-calc(-1*(-250px * 7)));
    -moz-transform: translateX(-moz-calc(-1*(-250px * 7)));
    transform: translateX(1750px);
  }
}
@keyframes scrollLeftToRight {
  0% {
    -webkit-transform: translateX(-webkit-calc(-1*(-250px * 7)));
    -moz-transform: translateX(-moz-calc(-1*(-250px * 7)));
    transform: translateX(1750px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes shineFullHover {
  100% {
    height: 100%;
    width: 100%;
    opacity: 0;
  }
}
@keyframes shineFullHover {
  100% {
    height: 100%;
    width: 100%;
    opacity: 0;
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* Add transition effect */
.bw-img-anim-left,
.bw-img-anim-right {
  transition: clip-path 0.5s ease-out;
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
  display: none;
  border-bottom: 1px solid var(--amoxi-white, #FFFFFF);
  padding: 0px;
}

@media (max-width: 1599px) {
  .topbar-one {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  .topbar-one {
    display: block;
  }
}
.topbar-one__inner {
  display: flex;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  padding-bottom: 19px;
  padding-top: 16px;
}

.topbar-one__info {
  display: flex;
  align-items: center;
  margin: 0;
}

.topbar-one__info__item {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.topbar-one__info__item a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.topbar-one__info__item a:hover {
  background-size: 100% 1px;
}

.topbar-one__info__item a:hover {
  color: var(--amoxi-base, #ff621d);
}

.topbar-one__info__item + .topbar-one__info__item {
  margin-right: 40px;
}

.topbar-one__info__icon {
  font-size: 14px;
  position: relative;
  margin-left: 5px;
  color: var(--amoxi-base, #ff621d);
}

.topbar-one__info__icon.fa-envelope {
  top: 2px;
}

.topbar-one__right {
  display: flex;
  align-items: center;
  margin-right: auto;
}

@media (max-width: 991px) {
  .topbar-one__right {
    display: none;
  }
}
.topbar-one__text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.topbar-one__text__icon {
  font-size: 14px;
  position: relative;
  margin-left: 5px;
  color: var(--amoxi-base, #ff621d);
  top: 1px;
}

.topbar-one__links {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .topbar-one__links {
    display: none;
  }
}
.topbar-one__links li {
  position: relative;
  font-size: 14px;
}

.topbar-one__links li a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.topbar-one__links li a:hover {
  background-size: 100% 1px;
}

.topbar-one__links li a:hover {
  color: var(--amoxi-base, #ff621d);
}

.topbar-one__links li + li {
  padding-right: 28px;
}

.topbar-one__links li + li::before {
  position: absolute;
  right: 11px;
  content: "/";
  color: currentColor;
  font-size: 12px;
  color: var(--amoxi-text, #b2afa6);
  top: 2px;
}

.topbar-one__social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 30px;
  line-height: 1em;
}

.topbar-one__social a {
  width: 35px;
  height: 35px;
  background-color: #f0eade;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  color: var(--amoxi-black2, #0E0F11);
  transition: all 500ms ease;
}

.topbar-one__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.topbar-one__social a:hover {
  background-color: var(--amoxi-base, #ff621d);
  color: var(--amoxi-black2, #0E0F11);
}

.topbar-one__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}

.topbar-one--two {
  border-bottom: 1px solid #d7d3c0;
}

.topbar-one--two .topbar-one__inner {
  padding: 14px 0px;
  padding-right: 50px;
  padding-left: 72px;
}

@media (max-width: 1431px) {
  .topbar-one--two .topbar-one__inner {
    padding: 20px 0;
  }
}
@media (max-width: 1199px) {
  .topbar-one--two {
    display: none;
  }
}
.topbar-one--four {
  background-color: var(--amoxi-base, #ff621d);
  border: none;
  position: relative;
}

.topbar-one--four .topbar-one__inner {
  padding: 11px 0;
}

.topbar-one--four .topbar-one__info__item,
.topbar-one--four .topbar-one__text {
  color: var(--amoxi-text, #b2afa6);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-header {
  width: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
  background-color: var(--amoxi-black2, #0E0F11);
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.main-header__container {
  max-width: 1602px;
}

.main-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .main-header__inner {
    padding: 20px 0px;
  }
}
@media (max-width: 412px) {
  .main-header__logo {
    margin-left: 20px;
  }
}
.main-header__logo a {
  display: inline-block;
}

.main-header__logo img {
  max-width: 100%;
  height: auto;
}

.main-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-header__nav {
  margin-left: 40px;
}

@media (max-width: 1199px) {
  .main-header__nav {
    display: none;
  }
}
.main-header .home-showcase .demo-one__title {
  margin-top: 15px;
  padding-bottom: 15px;
  color: var(--amoxi-white, #FFFFFF);
}

.main-header__search {
  display: inline-flex;
  position: relative;
  font-size: 26px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.main-header__search svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 1199px) {
  .main-header__search {
    margin-right: 50px;
  }
}
@media (max-width: 575px) {
  .main-header__search {
    margin-right: 40px;
  }
}
.main-header__search:hover {
  color: var(--amoxi-base, #ff621d);
}

.main-header__search::before {
  content: "";
  display: none;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 1199px) {
  .main-header__search::before {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .main-header__search::before {
    right: -20px;
  }
}
.main-header__search svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-header__phone {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 17.5px 30px;
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: RGBA(var(--amoxi-white2-rgb, 217, 217, 217), 0.14);
}

@media (max-width: 1199px) {
  .main-header__phone {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .main-header__phone {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header__phone {
    display: none;
  }
}
.main-header__phone:hover {
  background-color: var(--amoxi-base, #ff621d);
}

.main-header__phone__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.main-header__phone__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-header__phone__number {
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.3125;
  transition: all 500ms ease;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.main-header__phone__number:hover {
  background-size: 100% 1px;
}

.main-header .sidebar-btn__toggler {
  width: 56px;
  height: 56px;
  display: flex;
  gap: 6px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 30px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 767px) {
  .main-header .sidebar-btn__toggler {
    margin-right: 40px;
  }
}
.main-header .sidebar-btn__toggler::before {
  content: "";
  display: none;
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 767px) {
  .main-header .sidebar-btn__toggler::before {
    display: inline-block;
  }
}
.main-header .sidebar-btn__toggler__line {
  width: 25px;
  height: 2px;
  display: inline-block;
  border-radius: 100px;
  background-color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.main-header .sidebar-btn__toggler__line:nth-child(2) {
  transform: translateX(-6px);
}

.main-header .sidebar-btn__toggler:hover .sidebar-btn__toggler__line {
  transform: translateX(0px);
}

.main-header--two {
  width: 100%;
  position: absolute;
  top: 37px;
  right: 0px;
  border: none;
  background-color: transparent;
}

.main-header--two .main-header__container {
  max-width: 1615px;
}

.main-header--two .main-header__inner {
  padding: 0px;
}

.main-header--two .main-header__left {
  display: flex;
  gap: 50px;
  align-items: center;
}

.main-header--two .sidebar-btn__toggler {
  margin-right: 0px;
  background-color: transparent;
  background: linear-gradient(-270deg, #f29a1c 0%, #fa4721 100%);
}

@media (max-width: 1299px) {
  .main-header--two .sidebar-btn__toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .main-header--two .main-header__logo {
    display: none;
  }
}
.main-header--two .main-header__nav {
  margin-left: 0px;
}

.main-header--two .main-menu .main-menu__list > li {
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-header--two .main-menu .main-menu__list > li.main-logo {
  padding: 0px;
  margin-right: 70px;
  margin-left: 28px;
}

@media (max-width: 1399px) {
  .main-header--two .main-menu .main-menu__list > li.main-logo {
    display: none;
  }
}
.main-header--two .main-menu .main-menu__list > li > a::before {
  display: none;
}

@media (max-width: 1199px) {
  .main-header--two .amoxi-btn {
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .main-header--two .amoxi-btn {
    display: none;
  }
}
.main-header--three {
  width: 100%;
  position: absolute;
  top: 25px;
  right: 0px;
  border: none;
  background-color: transparent;
}

.main-header--three .main-header__container {
  max-width: 1632px;
}

@media (max-width: 1199px) {
  .main-header--three .main-header__inner {
    padding: 15px;
    border-radius: 20px;
    background-color: var(--amoxi-black, #1A1B1F);
  }
}
.main-header--three .main-header__left {
  display: inline-flex;
  gap: 56px;
  align-items: center;
  padding: 0px 30px 0px 50px;
  border-radius: 15px;
  background-color: var(--amoxi-black, #1A1B1F);
}

@media (max-width: 1199px) {
  .main-header--three .main-header__left {
    padding: 0px;
    background-color: transparent;
  }
}
.main-header--three .main-header__nav {
  margin-left: 0px;
}

.main-header--three .home-showcase__inner,
.main-header--three .main-menu .main-menu__list li ul {
  background-color: var(--amoxi-black, #1A1B1F);
}

.main-header--three .home-showcase .demo-one__card {
  background-color: var(--amoxi-black5, #222222);
}

.main-header--three .main-menu .main-menu__list > li {
  padding-top: 43px;
  padding-bottom: 43px;
}

.main-header--three .main-menu .main-menu__list > li > a::before {
  display: none;
}

.main-header--three .sidebar-btn__toggler {
  margin-right: 40px;
}

@media (max-width: 1199px) {
  .main-header--three .sidebar-btn__toggler::before {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .main-header--three .sidebar-btn__toggler {
    margin-right: 0px;
  }
}
.main-header--four {
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  background-color: transparent;
}

.main-header--four .main-header__container {
  max-width: 1389px;
}

.main-header--four .home-showcase__inner,
.main-header--four .main-menu .main-menu__list li ul {
  background-color: var(--amoxi-black4, #131313);
}

.main-header--four .main-menu .main-menu__list > li {
  padding-top: 43px;
  padding-bottom: 43px;
}

.main-header--four .main-menu .main-menu__list li ul li.current > a,
.main-header--four .main-menu .main-menu__list li ul li:hover > a {
  color: var(--amoxi-black4, #131313);
}

.main-header--four .main-menu .main-menu__list > li > a::before {
  display: none;
}

.main-header--four .amoxi-btn {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .main-header--four .amoxi-btn {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header--four .amoxi-btn {
    display: none;
  }
}
.main-header--four .sidebar-btn__toggler {
  margin-right: 30px;
}

@media (max-width: 480px) {
  .main-header--four .sidebar-btn__toggler {
    display: none;
  }
}
.main-header--four .sidebar-btn__toggler::before {
  display: none;
}

.main-header--four .sidebar-btn__toggler__line {
  background-color: var(--amoxi-black4, #131313);
}

.main-header--five {
  width: 100%;
  position: absolute;
  top: 22px;
  right: 0px;
  border: none;
  background-color: transparent;
}

.main-header--five .main-header__container {
  max-width: 1741px;
}

.main-header--five .main-header__inner {
  padding: 0px;
}

.main-header--five .main-header__left {
  display: flex;
  gap: 88px;
  align-items: center;
  padding: 21px 25px;
  border-radius: 10px;
  transition: all 500ms ease;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.09);
}

@media (max-width: 1799px) {
  .main-header--five .main-header__left {
    gap: 50px;
  }
}
@media (max-width: 375px) {
  .main-header--five .main-header__left {
    margin-left: 30px;
  }
}
.main-header--five .sidebar-btn__toggler {
  margin-right: 0px;
}

@media (max-width: 767px) {
  .main-header--five .sidebar-btn__toggler {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header--five .sidebar-btn__toggler {
    display: none;
  }
}
.main-header--five .sidebar-btn__toggler__line {
  background-color: var(--amoxi-black4, #131313);
}

.main-header--five .main-header__logo {
  margin-left: 0px;
}

.main-header--five .main-header__nav {
  margin-left: 0px;
}

.main-header--five .home-showcase__inner,
.main-header--five .main-menu .main-menu__list li ul {
  background-color: var(--amoxi-black4, #131313);
}

.main-header--five .main-menu .main-menu__list > li {
  padding-top: 43px;
  padding-bottom: 43px;
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header--five .main-menu .main-menu__list > li + li {
    margin-right: 35px;
  }
}
.main-header--five .main-menu .main-menu__list li ul li.current > a,
.main-header--five .main-menu .main-menu__list li ul li:hover > a {
  color: var(--amoxi-black4, #131313);
}

.main-header--five .main-menu .main-menu__list > li > a::before {
  display: none;
}

.main-header--five .main-header__phone {
  margin-right: 30px;
}

@media (max-width: 1599px) {
  .main-header--five .main-header__phone {
    display: none;
  }
}
.main-header--five .main-header__phone:hover .main-header__phone__icon,
.main-header--five .main-header__phone:hover .main-header__phone__number {
  color: var(--amoxi-black4, #131313);
}

.main-header--five .amoxi-btn {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .main-header--five .amoxi-btn {
    display: none;
  }
}
.main-header--six {
  width: 100%;
  position: absolute;
  top: 14px;
  right: 0px;
  border: none;
  background-color: transparent;
}

@media (max-width: 1199px) {
  .main-header--six {
    top: 30px;
  }
}
.main-header--six .main-header__container {
  max-width: 1389px;
}

.main-header--six .main-header__inner {
  padding: 0px;
}

.main-header--six .home-showcase__inner,
.main-header--six .main-menu .main-menu__list li ul {
  background-color: var(--amoxi-black4, #131313);
}

.main-header--six .main-menu .main-menu__list li ul li.current > a,
.main-header--six .main-menu .main-menu__list li ul li:hover > a {
  color: var(--amoxi-black4, #131313);
}

.main-header--six .main-menu .main-menu__list > li > a::before {
  display: none;
}

.main-header--six .main-header__cart {
  display: inline-flex;
  margin-right: 30px;
  position: relative;
  font-size: 26px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

@media (max-width: 575px) {
  .main-header--six .main-header__cart {
    margin-right: 20px;
    margin-left: 10px;
    font-size: 22px;
  }
}
.main-header--six .main-header__cart:hover {
  color: var(--amoxi-base, #ff621d);
}

.main-header--six .main-header__cart svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-header--six .main-header__cart__quantity {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -11px;
  left: -15px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  color: var(--amoxi-black5, #222222);
  line-height: 1;
  border-radius: 50%;
  background-color: var(--amoxi-base, #ff621d);
}

.main-header--six .sidebar-btn__toggler {
  margin-right: 30px;
}

@media (max-width: 575px) {
  .main-header--six .sidebar-btn__toggler {
    display: none;
  }
}
.main-header--six .sidebar-btn__toggler::before {
  display: none;
}

.main-header--six .sidebar-btn__toggler__line {
  background-color: var(--amoxi-black4, #131313);
}

.main-header--inner-page {
  background-color: var(--amoxi-black, #1A1B1F);
}

.main-header--inner-page .home-showcase__inner,
.main-header--inner-page .main-menu .main-menu__list li ul {
  background-color: var(--amoxi-black, #1A1B1F);
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  top: 0;
  visibility: hidden;
  transform: translateY(-100%);
  background-color: var(--amoxi-black2, #0E0F11);
  box-shadow: 0px 3px 18px rgba(var(--amoxi-black-rgb, 26, 27, 31), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: transform 500ms ease, visibility 500ms ease;
}

.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}

@media (max-width: 1199px) {
  .sticky-header--cloned.main-header--two .main-header__inner {
    padding: 20px 0px;
  }
}
.sticky-header--cloned.main-header--two .main-menu .main-menu__list > li {
  padding-top: 47.5px;
  padding-bottom: 47.5px;
}

.sticky-header--cloned.main-header--two .main-menu .main-menu__list > li.main-logo {
  padding: 0px;
}

.sticky-header--cloned.main-header--three {
  background-color: var(--amoxi-black, #1A1B1F);
}

.sticky-header--cloned.main-header--three .main-header__inner {
  padding-right: 0;
  padding-left: 0px;
}

.sticky-header--cloned.main-header--three .main-header__left {
  background-color: transparent;
}

.sticky-header--cloned.main-header--four {
  background-color: var(--amoxi-black4, #131313);
}

.sticky-header--cloned.main-header--five {
  background-color: var(--amoxi-black4, #131313);
}

.sticky-header--cloned.main-header--five .main-header__left {
  border-radius: 0px;
}

.sticky-header--cloned.main-header--six {
  background-color: var(--amoxi-black4, #131313);
}

@media (max-width: 1199px) {
  .sticky-header--cloned.main-header--six .main-header__inner {
    padding: 20px 0px;
  }
}
.sticky-header--cloned.main-header--inner-page .home-showcase__inner,
.sticky-header--cloned.main-header--inner-page .main-menu .main-menu__list li ul {
  background-color: var(--amoxi-black2, #0E0F11);
}

.mobile-nav__btn {
  width: 26px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}

@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.mobile-nav__btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mobile-nav__btn:hover span {
  background-color: var(--amoxi-base, #ff621d);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  position: relative;
  padding-top: 47.5px;
  padding-bottom: 47.5px;
}

.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}

.main-menu .main-menu__list > li + li {
  margin-right: 42px;
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .main-menu .main-menu__list > li + li {
    margin-right: 35px;
  }
}
.main-menu .main-menu__list > li > a {
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.25;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.main-menu .main-menu__list > li > a::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  right: 0px;
  bottom: -48px;
  transform: scaleX(0);
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: var(--amoxi-base, #ff621d);
}

.main-menu .main-menu__list > li.megamenu > a,
.main-menu .main-menu__list > li.dropdown > a {
  padding-left: 16px;
}

.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li.megamenu:hover > a::before,
.main-menu .main-menu__list > li.dropdown:hover > a::before,
.main-menu .main-menu__list > li:hover > a::before {
  transform: scaleX(1);
}

.main-menu .main-menu__list > li.megamenu > a::after,
.main-menu .main-menu__list > li.dropdown > a::after {
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 600;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li.megamenu:hover > a::after,
.main-menu .main-menu__list > li.dropdown:hover > a::after {
  color: var(--amoxi-base, #ff621d);
}

.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  right: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 20px 11px;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--amoxi-black2, #0E0F11);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list > .megamenu {
  position: static;
}

.main-menu .main-menu__list > .megamenu > ul {
  top: 100% !important;
  right: -15px !important;
  left: -15px !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  transition: all 300ms linear 0ms;
  transform: perspective(500px) rotateX(-20deg);
  transform-origin: 50% 0%;
  pointer-events: none;
}

.main-menu .main-menu__list li.megamenu:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: perspective(500px) rotateX(0);
}

.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}

.main-menu .main-menu__list li ul li:last-child {
  margin-bottom: 0px;
}

.main-menu .main-menu__list li.megamenu ul li {
  margin: 0;
}

.main-menu .main-menu__list li ul li > a {
  display: flex;
  padding: 8px 15px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 15px;
  line-height: 26px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 500;
  transition: 400ms;
  text-transform: capitalize;
}

.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}

.main-menu .main-menu__list li ul li > ul {
  top: 0;
  right: calc(100% + 20px);
}

.main-menu .main-menu__list li ul li > ul.right-align {
  top: 0;
  right: auto;
  left: 100%;
}

.main-menu {
  /* after third level no menu */
}

.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

.main-menu-five .main-menu__list > li.current > a,
.main-menu-five .main-menu__list > li:hover > a {
  color: var(--amoxi-base, #ff621d) !important;
  text-shadow: 0 0 0.5px currentColor;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    right: auto;
    left: calc(100% + 20px);
  }
}
/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  right: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--amoxi-white, #FFFFFF);
  display: block !important;
  margin: 0;
}

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-right: 15px;
  padding-left: 15px;
}

.megamenu-popup {
  position: relative;
}

.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  left: 20px;
  display: block;
  color: var(--amoxi-black, #1A1B1F);
}

@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    left: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--amoxi-base, #ff621d);
}

.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}

.megamenu-popup .megamenu-clickable--close span::before,
.megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(45deg);
}

.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(50%, -50%) rotate(-45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}

.demo-one .row {
  --bs-gutter-y: 30px;
}

.demo-one__card {
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
  background-color: var(--amoxi-white, #FFFFFF);
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.15), -10px 0 20px rgba(0, 0, 0, 0.15);
}

.demo-one__card:hover {
  transform: translateY(-10px);
}

.demo-one__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}

.demo-one__title a {
  color: inherit;
}

.demo-one__title a:hover {
  color: var(--amoxi-base, #ff621d);
}

.demo-one__title a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.demo-one__title a:hover {
  background-size: 100% 1px;
}

.demo-one__image {
  position: relative;
  overflow: hidden;
}

.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}

.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}

.demo-one__btns {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(1, 0);
  background-color: rgba(var(--amoxi-black2-rgb, 14, 15, 17), 0.6);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .demo-one__btns {
    flex-direction: column;
  }
}
@media (max-width: 375px) {
  .demo-one__btns {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .demo-one .amoxi-btn__text {
    min-width: 169.69px;
  }
}
@media (max-width: 375px) {
  .demo-one .amoxi-btn__text {
    min-width: 169.69px;
  }
}
.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}

.demo-one__title {
  padding-top: 28px;
  padding-bottom: 28px;
}

.home-showcase .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 20px;
}

.home-showcase__inner {
  max-height: 90vh;
  overflow-y: scroll;
  padding: 40px 40px 21px;
  background-color: var(--amoxi-black2, #0E0F11);
  box-shadow: 0px 10px 60px 0px rgba(var(--amoxi-black3-rgb, 18, 17, 21), 0.07);
}

.home-showcase .demo-one__card {
  box-shadow: none;
  background-color: var(--amoxi-black, #1A1B1F);
}

.home-showcase .demo-one__btns {
  flex-direction: column;
}

.home-showcase .amoxi-btn__text {
  min-width: 169.69px;
}

.home-showcase .demo-one__title {
  padding: 0;
  padding-bottom: 10px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  transform: translateX(100%);
  transform-origin: right center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}

.mobile-nav__wrapper .container {
  padding-right: 0;
  padding-left: 0;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--amoxi-white, #FFFFFF);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.8;
  cursor: url(assets/images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 65px 15px 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  background-color: var(--amoxi-black4, #131313);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  display: inline-flex;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 20px;
  color: var(--amoxi-white, #FFFFFF);
  cursor: pointer;
  transition: all 500ms ease;
}

.mobile-nav__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__close:hover {
  color: var(--amoxi-base, #ff621d);
  transform: rotate(-90deg);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.05);
}

.mobile-nav__content .main-menu__list > li.main-logo {
  display: none;
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-right: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.05);
}

.mobile-nav__content .main-menu__list li > a {
  height: 46px;
  display: flex;
  justify-content: space-between;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  line-height: 30px;
  color: var(--amoxi-white, #FFFFFF);
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  transition: 500ms;
  text-transform: capitalize;
}

.mobile-nav__content .main-menu__list > li > ul > li > a {
  font-size: 15px;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--amoxi-base, #ff621d);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  color: var(--amoxi-white, #FFFFFF);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(90deg);
  background-color: var(--amoxi-base, #ff621d);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  color: var(--amoxi-black4, #131313);
  transform: rotate(0deg);
  background-color: var(--amoxi-white, #FFFFFF);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.mobile-nav__contact li {
  display: flex;
  align-items: center;
  position: relative;
  color: var(--amoxi-white, #FFFFFF);
  font-size: 16px;
  font-weight: 500;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--amoxi-base, #ff621d);
}

.mobile-nav__contact__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-left: 12px;
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}

.mobile-nav__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .social-links {
  gap: 12px;
}

.mobile-nav__content .social-links a {
  width: 32px;
  height: 32px;
  border: none;
  background-color: var(--amoxi-base, #ff621d);
}

.mobile-nav__content .social-links a::after {
  background-color: var(--amoxi-white, #FFFFFF);
}

.mobile-nav__content .social-links__icon {
  font-size: 14px;
  color: var(--amoxi-white, #FFFFFF);
}

.mobile-nav__content .social-links a:hover .social-links__icon {
  color: var(--amoxi-black, #1A1B1F);
}

.mobile-nav__wrapper--two .mobile-nav__content .main-menu__list li a button,
.mobile-nav__wrapper--two .mobile-nav__content .social-links a,
.mobile-nav__wrapper--two .mobile-nav__content .mobile-nav__contact__icon {
  background-color: transparent;
  background: linear-gradient(-270deg, #f29a1c 0%, #fa4721 100%);
}

.mobile-nav__wrapper--two .mobile-nav__content .main-menu__list li a button.expanded {
  background: transparent;
  background-color: var(--amoxi-white, #FFFFFF);
}

.mobile-nav__wrapper--three .mobile-nav__content .main-menu__list li a button,
.mobile-nav__wrapper--three .mobile-nav__content .social-links__icon,
.mobile-nav__wrapper--three .mobile-nav__content .mobile-nav__contact__icon {
  color: var(--amoxi-black4, #131313);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  left: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.8;
  cursor: url(assets/images/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  right: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(50%, -50%);
  -khtml-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__form {
  position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  height: 60px;
  border: none;
  outline: none;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 400;
  color: var(--amoxi-text-gray, #636363);
  background-color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--amoxi-black, #1A1B1F);
}

.search-popup__form .amoxi-btn {
  width: 65px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
}

.search-popup__form .amoxi-btn .amoxi-btn__text {
  width: 65px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font-size: 20px;
  text-align: center;
  color: var(--amoxi-black4, #131313);
  border-radius: 0px;
}

.search-popup__form .amoxi-btn .amoxi-btn__text::before,
.search-popup__form .amoxi-btn .amoxi-btn__text::after {
  height: calc(100% + 15px);
  background: var(--amoxi-black8, #333333);
}

.search-popup__form .amoxi-btn .amoxi-btn__text::before {
  right: -14px;
}

.search-popup__form .amoxi-btn .amoxi-btn__text::after {
  left: -14px;
}

.search-popup__form .amoxi-btn:hover .amoxi-btn__text {
  color: var(--amoxi-white, #FFFFFF);
}

.search-popup__form .amoxi-btn:hover .amoxi-btn__text::before,
.search-popup__form .amoxi-btn:hover .amoxi-btn__text::after {
  width: calc(50% + 15px);
}

.search-popup__form .amoxi-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.search-popup.active {
  z-index: 9999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.9;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin: 0;
}

@media (min-width: 768px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}

.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  border-radius: 0px;
}

.form-one .bootstrap-select > .dropdown-toggle::after {
  display: none;
}

.form-one .bootstrap-select .dropdown-menu {
  border-radius: 0px;
}

.form-one .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 50px;
  outline: none !important;
  border: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  color: var(--amoxi-text, #b2afa6) !important;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  background-color: transparent !important;
  background-position: left 25.75px center;
}

.form-one .bootstrap-select > .dropdown-toggle::before {
  content: "\f107";
  position: absolute;
  top: 0px;
  left: 20px;
  bottom: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
}

.form-one .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.1);
}

.form-one .bootstrap-select .dropdown-menu {
  border: none;
}

.form-one .bootstrap-select .dropdown-menu > li > a {
  padding: 10px 20px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 15px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-black6, #3A3B3F);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-one .bootstrap-select .dropdown-menu > li:hover > a,
.form-one .bootstrap-select .dropdown-menu > li.selected > a {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-base, #ff621d);
}

.form-one .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}

.form-one .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}

.form-one .bootstrap-select > .dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=search],
.form-one input[type=tel],
.form-one textarea {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding: 0px 20px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  transition: all 500ms ease;
  background-color: transparent;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.form-one .bootstrap-select > .dropdown-toggle:hover,
.form-one .bootstrap-select > .dropdown-toggle:focus,
.form-one input[type=text]:hover,
.form-one input[type=text]:focus,
.form-one input[type=email]:hover,
.form-one input[type=email]:focus,
.form-one input[type=search]:hover,
.form-one input[type=search]:focus,
.form-one input[type=tel]:hover,
.form-one input[type=tel]:focus,
.form-one textarea:hover,
.form-one textarea:focus {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-base, #ff621d);
}

.form-one textarea {
  height: 142px;
  padding-top: 10px;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-one {
  margin-top: 53px;
}

.comments-one__title {
  margin-bottom: 45px;
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .comments-one__title {
    margin-bottom: 40px;
  }
}
.comments-one__list {
  margin: 0;
}

.comments-one__card {
  display: grid;
  grid-template-columns: 150px auto;
  grid-gap: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .comments-one__card {
    grid-template-columns: 140px auto;
  }
}
@media (max-width: 767px) {
  .comments-one__card {
    grid-template-columns: auto;
  }
}
.comments-one__card:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .comments-one__card:not(:last-child) {
    margin-bottom: 50px;
  }
}
.comments-one__image {
  width: 150px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .comments-one__image {
    width: 140px;
  }
}
@media (max-width: 575px) {
  .comments-one__image {
    width: 140px;
  }
}
.comments-one__image img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .comments-one__image img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 575px) {
  .comments-one__image img {
    width: 140px;
    height: 140px;
  }
}
.comments-one__content {
  margin-top: 2px;
}

@media (max-width: 767px) {
  .comments-one__content {
    margin-top: 0px;
  }
}
.comments-one__top {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 30px;
}

@media (max-width: 991px) {
  .comments-one__top {
    margin-bottom: 25px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .comments-one__top {
    gap: 20px;
  }
}
.comments-one__left {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 575px) {
  .comments-one__left {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.comments-one__name {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
  text-transform: capitalize;
}

.comments-one__date {
  margin: 0px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: var(--amoxi-base, #ff621d);
}

.comments-one__date::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  width: 19px;
  height: 1px;
  margin-left: 9px;
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 575px) {
  .comments-one__date::before {
    display: none;
  }
}
.comments-one__bottom {
  margin-top: 13px;
  display: flex;
  gap: 18px 30px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 412px) {
  .comments-one__bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.comments-one__reply {
  margin-top: 21px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-base, #ff621d);
  line-height: 1.25;
  text-transform: capitalize;
  transition: all 500ms ease;
  background-color: transparent;
}

.comments-one__reply:hover {
  color: var(--amoxi-white, #FFFFFF);
}

.comments-one__text {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}

.comments-form {
  margin-top: 53px;
}

.comments-form__title {
  margin-bottom: 45px;
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .comments-form__title {
    margin-bottom: 40px;
  }
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  overflow: hidden;
  padding-bottom: 88px;
  background-color: var(--amoxi-black, #1A1B1F);
}

@media (max-width: 1599px) {
  .contact-one {
    padding-bottom: 90px;
  }
}
@media (max-width: 1399px) {
  .contact-one {
    padding-bottom: 95px;
  }
}
@media (max-width: 1199px) {
  .contact-one {
    padding-bottom: 99px;
  }
}
@media (max-width: 991px) {
  .contact-one {
    padding-bottom: 106px;
  }
}
@media (max-width: 767px) {
  .contact-one {
    padding-bottom: 88px;
  }
}
@media (max-width: 575px) {
  .contact-one {
    padding-bottom: 80px;
  }
}
.contact-one__info {
  border-radius: 20px;
  padding: 10px;
  background-color: var(--amoxi-white, #FFFFFF);
}

.contact-one__info__inner {
  padding: 40px 30px 30px;
}

@media (max-width: 575px) {
  .contact-one__info__inner {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.contact-one__info__card + .contact-one__info__card {
  margin-top: 30px;
}

.contact-one__info__card {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 38px 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--amoxi-black4, #131313);
}

@media (max-width: 575px) {
  .contact-one__info__card {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 440px) {
  .contact-one__info__card {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 375px) {
  .contact-one__info__card {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.contact-one__info__card::before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background-color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}

.contact-one__info__card:hover::before {
  height: 100%;
  bottom: 0px;
}

.contact-one__info__card::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
  border-radius: inherit;
  border: 1px dashed var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}

.contact-one__info__card:hover::after {
  border-color: var(--amoxi-white, #FFFFFF);
}

.contact-one__info__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 50px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.contact-one__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.contact-one__info__card:hover .contact-one__info__icon {
  color: var(--amoxi-white, #FFFFFF);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.contact-one__info__content {
  position: relative;
  z-index: 1;
}

.contact-one__info__content::before {
  content: "";
  width: 2px;
  height: calc(100% - 10px);
  position: absolute;
  top: 4px;
  right: -20px;
  background-color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

@media (max-width: 440px) {
  .contact-one__info__content::before {
    display: none;
  }
}
.contact-one__info__title {
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.363;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.contact-one__info__link {
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.25;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.contact-one__info__link:hover {
  background-size: 100% 1px;
}

.contact-one__form {
  padding: 73px 40px 73px;
  border-radius: 40px;
  background-color: var(--amoxi-white, #FFFFFF);
}

@media (max-width: 991px) {
  .contact-one__form {
    padding: 40px;
    border-radius: 20px;
  }
}
@media (max-width: 440px) {
  .contact-one__form {
    padding: 30px;
  }
}
@media (max-width: 375px) {
  .contact-one__form {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.contact-one .sec-title__tagline.bw-split-text > div,
.contact-one .sec-title__title.bw-split-text > div {
  background-image: linear-gradient(to right, rgba(var(--amoxi-black2-rgb, 14, 15, 17), 0.4) 50%, var(--amoxi-black2, #0E0F11) 50%);
}

.contact-one .sec-title .sec-title__shape::before,
.contact-one .sec-title .sec-title__shape::after {
  background-color: var(--amoxi-black2, #0E0F11);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-one .form-one__group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-one .form-one .bootstrap-select .dropdown-menu {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.contact-one .form-one .bootstrap-select > .dropdown-toggle,
.contact-one .form-one input[type=text],
.contact-one .form-one input[type=email],
.contact-one .form-one input[type=search],
.contact-one .form-one input[type=tel],
.contact-one .form-one textarea {
  color: var(--amoxi-text-gray, #636363) !important;
  border-radius: 5px;
  border-color: var(--amoxi-border-color, #D3D3D3) !important;
}

.contact-one .form-one .bootstrap-select > .dropdown-toggle:hover,
.contact-one .form-one .bootstrap-select > .dropdown-toggle:focus,
.contact-one .form-one input[type=text]:hover,
.contact-one .form-one input[type=text]:focus,
.contact-one .form-one input[type=email]:hover,
.contact-one .form-one input[type=email]:focus,
.contact-one .form-one input[type=search]:hover,
.contact-one .form-one input[type=search]:focus,
.contact-one .form-one input[type=tel]:hover,
.contact-one .form-one input[type=tel]:focus,
.contact-one .form-one textarea:hover,
.contact-one .form-one textarea:focus {
  color: var(--amoxi-black, #1A1B1F) !important;
  border-color: var(--amoxi-base, #ff621d) !important;
}

.contact-one .form-one textarea {
  height: 145px;
}

.contact-one .form-one .amoxi-btn-two {
  width: 100%;
  display: flex;
  border-radius: 200px;
}

.contact-one .form-one .amoxi-btn-two:hover {
  color: var(--amoxi-white, #FFFFFF);
}

.contact-one .form-one .amoxi-btn-two::before,
.contact-one .form-one .amoxi-btn-two::after {
  background-color: var(--amoxi-black4, #131313);
}

.contact-one__bottom {
  margin-top: 5px;
  text-align: center;
}

.contact-one__bottom__title {
  margin: 0px;
  font-weight: 700;
  font-size: 180px;
  font-size: clamp(55px, 11vw, 180px);
  line-height: 1.1;
  text-transform: uppercase;
  background: linear-gradient(-360deg, rgba(102, 102, 102, 0.08) 34.16%, #222222 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.contact-one__bottom__title span {
  font-size: 220px;
  font-size: clamp(77px, 15vw, 220px);
  background: linear-gradient(-360deg, rgba(102, 102, 102, 0.08) 34.16%, var(--amoxi-base, #ff621d) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.contact-one--home {
  position: relative;
  padding-bottom: 0px;
}

.contact-one--home::after {
  content: "";
  width: 100%;
  height: 569px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--amoxi-base, #ff621d);
}

.contact-one--home .container {
  position: relative;
  z-index: 1;
}

.contact-one--home .contact-one__bottom__title {
  margin-bottom: -35px;
}

@media (max-width: 1199px) {
  .contact-one--home .contact-one__bottom__title {
    margin-bottom: -25px;
  }
}
@media (max-width: 991px) {
  .contact-one--home .contact-one__bottom__title {
    margin-bottom: -20px;
  }
}
@media (max-width: 767px) {
  .contact-one--home .contact-one__bottom__title {
    margin-bottom: -15px;
  }
}
@media (max-width: 575px) {
  .contact-one--home .contact-one__bottom__title {
    margin-bottom: -10px;
  }
}
.contact-one--home .contact-one__info__card:hover::after {
  border-color: var(--amoxi-black4, #131313);
}

.contact-one--home .contact-one__info__card:hover .contact-one__info__icon,
.contact-one--home .contact-one__info__card:hover .contact-one__info__title,
.contact-one--home .contact-one__info__card:hover .contact-one__info__link {
  color: var(--amoxi-black4, #131313);
}

.contact-one--home .contact-one__info__card:hover .contact-one__info__content::before {
  background-color: var(--amoxi-black4, #131313);
}

.contact-one--home .form-one .bootstrap-select .dropdown-menu > li > a {
  background-color: var(--amoxi-black4, #131313);
}

.contact-one--home .form-one .bootstrap-select .dropdown-menu > li:hover > a,
.contact-one--home .form-one .bootstrap-select .dropdown-menu > li.selected > a {
  color: var(--amoxi-black4, #131313);
  border-color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-base, #ff621d);
}

.contact-one--home .amoxi-btn-two {
  color: var(--amoxi-black, #1A1B1F);
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-one {
  min-height: 711px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  padding-top: 80px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .video-one {
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .video-one {
    min-height: 550px;
  }
}
.video-one__bg {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.video-one__bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: RGBA(var(--amoxi-black7-rgb, 0, 0, 0), 0.5);
}

.video-one .container-fluid {
  padding-right: 70px;
  padding-left: 70px;
}

@media (max-width: 991px) {
  .video-one .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .video-one .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.video-one__inner {
  display: flex;
  gap: 50px;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .video-one__inner {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .video-one__inner {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.video-one__button {
  width: 404px;
  position: relative;
  z-index: 1;
  margin-right: auto;
  padding: 63px 40px 53px;
  text-align: center;
  background-color: var(--amoxi-base, #ff621d);
  border: 8px solid var(--amoxi-white, #FFFFFF);
  border-bottom: none;
  border-radius: 1000px 1000px 0px 0px;
}

@media (max-width: 767px) {
  .video-one__button {
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .video-one__button {
    width: 360px;
  }
}
@media (max-width: 390px) {
  .video-one__button {
    width: 331px;
  }
}
@media (max-width: 360px) {
  .video-one__button {
    width: 290px;
  }
}
.video-one__button__title {
  margin: 0px;
  font-size: 20px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.266;
  text-transform: uppercase;
}

.video-one .video-btn {
  margin: 0px auto 22px;
}

.video-one__item {
  margin-bottom: 33px;
  text-align: center;
}

@media (max-width: 767px) {
  .video-one__item {
    margin-bottom: 0px;
  }
}
.video-one__item__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 25px;
  font-size: 28px;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  background-color: var(--amoxi-base, #ff621d);
}

.video-one__item__title {
  margin: 0px;
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.545;
  text-transform: capitalize;
}

.video-two {
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.video-two__bg {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.video-two__bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: RGBA(var(--amoxi-black7-rgb, 0, 0, 0), 0.5);
}

.video-two .container-fluid {
  position: relative;
  z-index: 1;
}

.video-two__button {
  width: 374px;
  position: relative;
  z-index: 1;
  margin: 0px auto 230px;
  padding: 81px 20px 39px;
  background-color: var(--amoxi-white, #FFFFFF);
  -webkit-mask: url("assets/images/shapes/video-shape-2-1.png");
  mask: url("assets/images/shapes/video-shape-2-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

@media (max-width: 991px) {
  .video-two__button {
    margin-bottom: 180px;
  }
}
@media (max-width: 575px) {
  .video-two__button {
    margin-bottom: 160px;
  }
}
@media (max-width: 440px) {
  .video-two__button {
    margin-bottom: 140px;
  }
}
@media (max-width: 425px) {
  .video-two__button {
    width: 346px;
  }
}
@media (max-width: 375px) {
  .video-two__button {
    width: 290px;
    padding-bottom: 25px;
  }
}
.video-two__button__inner {
  width: 145px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  border-radius: 50%;
  background: linear-gradient(-270deg, #f29a1c 0%, #fa4721 100%);
}

@media (max-width: 375px) {
  .video-two__button__inner {
    width: 120px;
    height: 120px;
  }
}
.video-two__title {
  margin: 0px;
  font-size: clamp(60px, 13vw, 220px);
  font-weight: 700;
  color: transparent;
  line-height: 1.1;
  text-align: center;
  word-break: break-word;
  text-transform: uppercase;
  -webkit-text-stroke: 2px var(--amoxi-white, #FFFFFF);
}

.video-two__title__highlight {
  color: var(--amoxi-base, #ff621d);
}

.video-two .stroke-text-title {
  margin-bottom: 0px;
}

.video-two .stroke-text-title svg {
  height: 200px;
}

@media (max-width: 1199px) {
  .video-two .stroke-text-title svg {
    height: 160px;
  }
}
@media (max-width: 991px) {
  .video-two .stroke-text-title svg {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .video-two .stroke-text-title svg {
    height: 120px;
  }
}
.video-two .stroke-text-title svg text {
  font-size: clamp(40px, 12vw, 220px);
  stroke-width: 2;
  line-height: 1.1;
  stroke: var(--amoxi-white, #FFFFFF);
  animation: svgTextAnimation2 5s infinite alternate;
}

@media (max-width: 767px) {
  .video-two .stroke-text-title svg text {
    stroke-width: 1;
  }
}
.video-three {
  position: relative;
  z-index: 1;
  padding: 90px 0px;
  overflow: hidden;
}

.video-three__bg {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.video-three .container {
  position: relative;
  z-index: 1;
}

.video-three__button {
  width: 623px;
  height: 623px;
  display: flex;
  gap: 35px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0px auto 0px -120px;
  background: linear-gradient(-30deg, rgba(255, 0, 4, 0.83) 14.81%, rgba(0, 0, 0, 0) 87.2%);
}

@media (max-width: 1599px) {
  .video-three__button {
    margin-left: 0px;
  }
}
@media (max-width: 1199px) {
  .video-three__button {
    width: 500px;
    height: 500px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .video-three__button {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 480px) {
  .video-three__button {
    width: 355px;
    height: 355px;
  }
}
@media (max-width: 390px) {
  .video-three__button {
    width: 325px;
    height: 325px;
  }
}
@media (max-width: 360px) {
  .video-three__button {
    width: 290px;
    height: 290px;
  }
}
.video-three__button__title {
  margin-bottom: 0px;
  font-size: 50px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.26;
  text-transform: uppercase;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .video-three__button__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .video-three__button__title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .video-three__button__title {
    font-size: 25px;
  }
}
@media (max-width: 390px) {
  .video-three__button__title {
    font-size: 20px;
  }
}
.video-three__button:hover .video-three__button__title {
  color: var(--amoxi-black2, #0E0F11);
}

.video-three .amoxi-circle-btn__dot {
  background: var(--amoxi-base, #ff621d);
}

.video-three .video-btn {
  width: 117px;
  height: 117px;
  font-size: 45px;
  color: var(--amoxi-black2, #0E0F11);
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 767px) {
  .video-three .video-btn {
    width: 100px;
    height: 100px;
    font-size: 38px;
  }
}
@media (max-width: 390px) {
  .video-three .video-btn {
    width: 80px;
    height: 80px;
    font-size: 30px;
  }
}
.video-three .video-btn::after {
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border-width: 7px;
  border-color: var(--amoxi-base, #ff621d);
}

.video-three__button:hover .video-btn {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-black5, #222222);
}

.video-three__button:hover .video-btn::after {
  border-color: var(--amoxi-black5, #222222);
}

.team-card {
  position: relative;
  transition: all 500ms ease;
}

.team-card:hover {
  z-index: 1;
}

.team-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.team-card:last-child::after {
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.team-card:hover::after,
.team-card:hover + .team-card::after {
  opacity: 0;
}

.team-card__shape {
  width: calc(100% + 200px);
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  right: 50%;
  z-index: 1;
  transform: translateX(50%);
}

@media (max-width: 1199px) {
  .team-card__shape {
    width: 100%;
  }
}
.team-card__shape::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 100px;
  transition: all 500ms ease;
  border: 1px dashed var(--amoxi-base, #ff621d);
}

@media (max-width: 1199px) {
  .team-card__shape::after {
    width: 100%;
    border-radius: 0px;
    border-right: none;
    border-left: none;
  }
}
.team-card:hover .team-card__shape::after {
  opacity: 1;
}

.team-card__content {
  display: flex;
  gap: 15px 30px;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0px 29px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .team-card__content {
    padding: 30px 0px 22px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
}
.team-card .social-links {
  gap: 15px;
}

.team-card .social-links a {
  width: 44px;
  height: 44px;
  background-color: transparent;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 991px) {
  .team-card .social-links a {
    width: 35px;
    height: 35px;
  }
}
.team-card .social-links a:hover {
  border-color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-base, #ff621d);
}

.team-card .social-links .social-links__icon {
  font-size: 18px;
  color: var(--amoxi-black6, #3A3B3F);
}

.team-card__identity {
  position: relative;
}

.team-card__name {
  display: inline-block;
  margin-bottom: 0px;
  position: relative;
  font-size: 100px;
  color: transparent;
  font-weight: 700;
  line-height: 1.26;
  text-transform: capitalize;
  -webkit-text-stroke: 1px RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 1199px) {
  .team-card__name {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .team-card__name {
    font-size: 45px;
  }
}
@media (max-width: 375px) {
  .team-card__name {
    font-size: 40px;
  }
}
.team-card__name a {
  color: inherit;
}

.team-card__name a:last-child {
  position: absolute;
  top: 0px;
  right: 0px;
  color: var(--amoxi-white, #FFFFFF);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease;
  -webkit-text-stroke-color: var(--amoxi-white, #FFFFFF);
}

.team-card:hover .team-card__name a:last-child {
  clip-path: inset(0 0 0 0);
}

.team-card__image {
  position: absolute;
  top: 50%;
  left: -100px;
  opacity: 0;
  z-index: 1;
  transition: 1s;
  transform: translateY(-50%) scale(0.4);
}

@media (max-width: 767px) {
  .team-card__image {
    margin: 15px 0px 20px;
    position: static;
    opacity: 1;
    transform: translateY(0%) scale(1);
  }
}
.team-card__image img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  transition: all 500ms ease;
}

.team-card:hover .team-card__image {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

@media (max-width: 767px) {
  .team-card:hover .team-card__image {
    transform: translateY(0%) scale(1);
  }
}
.team-card__designation {
  margin: 0px;
  text-transform: uppercase;
}

.team-card-two {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--amoxi-black2, #0E0F11);
}

.team-card-two__shape {
  width: 40px;
  height: 90px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  opacity: 0.1;
  transition: all 500ms ease;
}

.team-card-two__shape::before,
.team-card-two__shape::after {
  content: "";
  width: 100%;
  height: 40px;
  background-color: var(--amoxi-base, #ff621d);
}

.team-card-two__shape::before {
  clip-path: polygon(50% 0%, 0 100%, 100% 100%);
}

.team-card-two__shape::after {
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.team-card-two:hover .team-card-two__shape {
  opacity: 1;
}

.team-card-two__content {
  position: relative;
  z-index: 1;
}

.team-card-two__image {
  position: relative;
  text-align: center;
}

.team-card-two__image::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: inherit;
  background: linear-gradient(-180deg, rgba(112, 116, 133, 0) 46.44%, #ff621d 100%);
  transition: height 500ms ease;
}

.team-card-two__image img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}

.team-card-two:hover .team-card-two__image::after {
  height: 100%;
}

.team-card-two__identity {
  width: calc(100% - 40px);
  padding: 12px 20px 10px;
  position: absolute;
  right: 50%;
  bottom: 20px;
  z-index: 1;
  text-align: center;
  border-radius: 10px;
  opacity: 0;
  background-color: var(--amoxi-white, #FFFFFF);
  transform: translateX(50%) rotateX(90deg);
  transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 500ms ease;
}

.team-card-two:hover .team-card-two__identity {
  opacity: 1;
  transform: translateX(50%) rotateX(0deg);
}

.team-card-two__name {
  margin-bottom: 5px;
  font-size: 22px;
  color: var(--amoxi-black5, #222222);
  font-weight: 700;
  line-height: 1.318;
  text-transform: capitalize;
}

.team-card-two__name a {
  color: inherit;
}

.team-card-two__name a:hover {
  color: var(--amoxi-base, #ff621d);
}

.team-card-two__name a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.team-card-two__name a:hover {
  background-size: 100% 1px;
}

.team-card-two__designation {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: var(--amoxi-text-gray, #636363);
  text-transform: capitalize;
}

.team-card-two .social-links {
  margin: 0px;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
}

.team-card-two .social-links li {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-80px, 0, 0);
  transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 500ms ease, visibility 500ms ease;
}

.team-card-two .social-links li:nth-child(1) {
  transition-delay: 50ms;
}

.team-card-two .social-links li:nth-child(2) {
  transition-delay: 150ms;
}

.team-card-two .social-links li:nth-child(3) {
  transition-delay: 250ms;
}

.team-card-two .social-links li:nth-child(4) {
  transition-delay: 350ms;
}

.team-card-two .social-links a {
  width: 35px;
  height: 35px;
}

.team-card-two .social-links a:hover::after {
  background: linear-gradient(-270deg, #f29a1c 0%, #fa4721 100%);
}

.team-card-two .social-links__icon {
  color: var(--amoxi-base, #ff621d);
}

.team-card-two .social-links a:hover .social-links__icon {
  color: var(--amoxi-white, #FFFFFF);
}

.team-card-two:hover .social-links li {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.team-card-three__content {
  position: relative;
  margin-bottom: 15px;
  border-radius: 10px;
}

.team-card-three__image {
  border-radius: 10px;
}

.team-card-three__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}

.team-card-three__hover {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: inherit;
  clip-path: inset(100%);
  background-color: var(--amoxi-base, #ff621d);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 1.5s;
}

.team-card-three:hover .team-card-three__hover {
  clip-path: inset(0);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 1.5s;
}

.team-card-three__image-two {
  width: 189px;
  height: 189px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  border-radius: 50%;
  background-color: var(--amoxi-white, #FFFFFF);
}

.team-card-three__image-two img {
  width: 175px !important;
  height: 175px;
  border-radius: inherit;
}

.team-card-three .social-links {
  width: 100%;
  padding: 14px;
  position: relative;
  z-index: 1;
  gap: 10px;
  justify-content: center;
}

.team-card-three .social-links a {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: 1px solid var(--amoxi-black, #1A1B1F);
}

.team-card-three .social-links a::after {
  background-color: var(--amoxi-black, #1A1B1F);
}

.team-card-three .social-links__icon {
  font-size: 14px;
  color: var(--amoxi-black, #1A1B1F);
}

.team-card-three .social-links a:hover .social-links__icon {
  color: var(--amoxi-white, #FFFFFF);
}

.team-card-three__border {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}

.team-card-three__border path {
  stroke: #d2f96b;
}

.team-card-three__shape {
  width: 246px;
  height: 246px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.team-card-three__shape path {
  stroke: #d2f96b;
  stroke-width: 20px;
}

.team-card-three__name {
  margin-bottom: 6px;
  font-size: 24px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.25;
  text-transform: capitalize;
}

.team-card-three__name a {
  color: inherit;
}

.team-card-three__name a:hover {
  color: var(--amoxi-base, #ff621d);
}

.team-card-three__name a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.team-card-three__name a:hover {
  background-size: 100% 1px;
}

.team-card-three__designation {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
}

.team-card-four {
  position: relative;
}

.team-card-four__image {
  text-align: center;
}

.team-card-four__image img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}

.team-card-four__content {
  width: calc(100% - 50px);
  position: relative;
  position: absolute;
  right: 50%;
  bottom: 30px;
  z-index: 1;
  padding: 0px 30px 21px;
  text-align: center;
  border-radius: 10px;
  transform: translateX(50%);
}

@media (max-width: 767px) {
  .team-card-four__content {
    width: calc(100% - 200px);
  }
}
@media (max-width: 575px) {
  .team-card-four__content {
    width: calc(100% - 140px);
  }
}
@media (max-width: 480px) {
  .team-card-four__content {
    width: calc(100% - 50px);
  }
}
@media (max-width: 390px) {
  .team-card-four__content {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-card-four__content {
    width: 100%;
  }
}
.team-card-four__content::after {
  content: "";
  width: 100%;
  height: calc(100% - 23px);
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--amoxi-white, #FFFFFF);
}

.team-card-four__social {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  margin: 0px auto 15px;
  font-size: 20px;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amoxi-black, #1A1B1F);
}

.team-card-four__social:hover {
  color: var(--amoxi-black5, #222222);
  background-color: var(--amoxi-base, #ff621d);
}

.team-card-four .social-links {
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  position: absolute;
  right: 50%;
  bottom: 40px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  transform: translate(50%, -50%);
}

.team-card-four .social-links a:hover .social-links__icon {
  color: var(--amoxi-black5, #222222);
}

.team-card-four__social:hover .social-links {
  opacity: 1;
  visibility: visible;
  transform: translateX(50%) translateY(0%);
}

.team-card-four__name {
  margin-bottom: 5px;
  font-size: 24px;
  color: var(--amoxi-black5, #222222);
  font-weight: 700;
  line-height: 1.25;
  text-transform: capitalize;
}

@media (max-width: 360px) {
  .team-card-four__name {
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .team-card-four__name {
    font-size: 22px;
  }
}
.team-card-four__name a {
  color: inherit;
}

.team-card-four__name a:hover {
  color: var(--amoxi-base, #ff621d);
}

.team-card-four__name a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.team-card-four__name a:hover {
  background-size: 100% 1px;
}

.team-card-four__designation {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: var(--amoxi-text-gray, #636363);
  text-transform: capitalize;
}

.team-one,
.team-two,
.team-three,
.team-page {
  background-color: var(--amoxi-black, #1A1B1F);
}

.team-two {
  position: relative;
  background-color: var(--amoxi-black2, #0E0F11);
}

.team-two--home .team-card-two {
  background-color: var(--amoxi-black, #1A1B1F);
}

.team-two--team-details {
  background-color: var(--amoxi-black, #1A1B1F);
}

.team-two .container {
  position: relative;
  z-index: 1;
}

.team-two__carousel.owl-carousel .owl-nav button::after {
  background: linear-gradient(-270deg, #f29a1c 0%, #fa4721 100%);
}

.team-two__button {
  margin-top: 50px;
  text-align: center;
}

.team-three__top {
  margin-bottom: 51px;
}

.team-three .sec-title {
  margin-bottom: 0px;
}

@media (min-width: 1200px) {
  .team-three__row > div:nth-child(odd) {
    margin-top: 100px;
  }
}
.team-four {
  position: relative;
  background-color: var(--amoxi-black2, #0E0F11);
}

.team-four::after {
  content: "";
  width: 100%;
  height: calc(100% - 300px);
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(-180deg, rgba(14, 15, 17, 0) 0%, #b3de4f 100%);
}

.team-four .container {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .team-four .container {
    max-width: 1520px;
  }
}
.team-page {
  background-color: var(--amoxi-black, #1A1B1F);
}

.team-page .team-card-three .social-links a {
  border-color: var(--amoxi-white, #FFFFFF);
}

.team-page .team-card-three .social-links a:hover {
  background-color: var(--amoxi-white, #FFFFFF);
}

.team-page .team-card-three .social-links__icon {
  color: var(--amoxi-white, #FFFFFF);
}

.team-page .team-card-three .social-links a:hover .social-links__icon {
  color: var(--amoxi-black, #1A1B1F);
}

.team-page .team-card-three__border path,
.team-page .team-card-three__shape path {
  stroke: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.6);
}

.team-page__button {
  margin-top: 50px;
  text-align: center;
}

/* team details */
.team-details {
  background-color: var(--amoxi-black, #1A1B1F);
}

.team-details__image img {
  max-width: 100%;
  height: auto;
}

.team-details__info li + li {
  margin-top: 30px;
}

.team-details__info li {
  display: flex;
  gap: 15px 20px;
  align-items: flex-start;
}

@media (max-width: 575px) {
  .team-details__info li {
    flex-direction: column;
  }
}
.team-details__info__title {
  margin: 0px;
  font-size: 22px;
  line-height: 1.272;
  font-weight: 700;
  text-transform: capitalize;
}

.team-details__info__content {
  flex-grow: 1;
}

@media (max-width: 575px) {
  .team-details__info__content {
    width: 100%;
    padding-right: 15px;
  }
}
.team-details__info__about {
  margin-bottom: -13px;
}

.team-details__info__about .team-details__info__title {
  margin-bottom: 5px;
}

.team-details__info__designation {
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
  line-height: 1.625;
}

.team-details__info__text {
  margin: 0px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
  line-height: 1.625;
}

.team-details__info__skill {
  padding-right: 24px;
}

@media (max-width: 575px) {
  .team-details__info__skill {
    padding-right: 15px;
  }
}
.team-details .social-links a {
  background-color: transparent;
  border: 1px solid var(--amoxi-text-gray, #636363);
}

.team-details .social-links a:hover {
  border-color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-base, #ff621d);
}

.team-details .social-links__icon {
  color: var(--amoxi-text-gray, #636363);
}

.team-details .social-links a:hover .social-links__icon {
  color: var(--amoxi-white, #FFFFFF);
}

.team-details__personal {
  padding-bottom: 116px;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 767px) {
  .team-details__personal {
    padding-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .team-details__personal {
    padding-bottom: 76px;
  }
}
.team-details__personal__title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
}

.team-details__personal__text {
  margin: 0px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
  line-height: 1.625;
}

.team-details__personal__text span {
  font-weight: 700;
  color: var(--amoxi-base, #ff621d);
}

.team-details__personal__text + .team-details__personal__text {
  margin-top: 15px;
}

.blog-card__image {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 25px;
  border-radius: 20px;
}

.blog-card__image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0px;
  z-index: 1;
  transition: 0.8s;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.blog-card__image::after {
  content: "";
  width: 93px;
  height: 93px;
  position: absolute;
  left: -28px;
  bottom: -43px;
  z-index: 1;
  opacity: 0;
  border-radius: 50%;
  transform: translateY(100px);
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}

.blog-card__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
  transform: scale(1) translate(0, 0);
  transition: none;
}

.blog-card:hover .blog-card__image::before {
  -webkit-box-shadow: inset -10px 10px 0px 260px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset -10px 10px 0px 260px rgba(0, 0, 0, 0.5);
  box-shadow: inset -10px 10px 0px 260px rgba(0, 0, 0, 0.5);
}

.blog-card:hover .blog-card__image::after {
  opacity: 1;
  transform: translateY(0px);
}

.blog-card:hover .blog-card__image img {
  transform: scale(1.1);
}

.blog-card__category {
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 30px;
  padding: 8.5px 25.5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  z-index: 2;
  text-transform: uppercase;
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}

@media (max-width: 360px) {
  .blog-card__category {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__category {
    right: 20px;
    bottom: 20px;
  }
}
.blog-card:hover .blog-card__category {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}

.blog-card__btn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  font-size: 14px;
  color: var(--amoxi-base, #ff621d);
  opacity: 0;
  border-radius: 50%;
  transform: translateY(-100px);
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}

.blog-card:hover .blog-card__btn {
  opacity: 1;
  transform: translateY(0px);
}

.blog-card__content {
  position: relative;
  z-index: 2;
}

.blog-card__title {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.25;
}

@media (max-width: 360px) {
  .blog-card__title {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__title {
    font-size: 20px;
  }
}
.blog-card__title a {
  color: inherit;
}

.blog-card__title a:hover {
  color: var(--amoxi-base, #ff621d);
}

.blog-card__title a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card__title a:hover {
  background-size: 100% 1px;
}

.blog-card__meta {
  margin: 0px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px 15px;
}

.blog-card__meta li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  transition: all 500ms ease;
}

.blog-card__meta li:not(:last-child)::after {
  content: "";
  width: 28px;
  height: 1px;
  background-color: var(--amoxi-text, #b2afa6);
}

.blog-card__meta li a {
  color: inherit;
}

.blog-card__meta li a:hover {
  color: var(--amoxi-base, #ff621d);
}

.blog-card-two {
  display: grid;
  gap: 30px;
  align-items: center;
  grid-template-columns: 216px auto;
  padding-bottom: 30px;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 575px) {
  .blog-card-two {
    grid-template-columns: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-two {
    grid-template-columns: auto;
  }
}
.blog-card-two__image {
  display: block;
  position: relative;
  overflow: hidden;
}

.blog-card-two__image img {
  width: 100%;
  display: block;
  transition: 500ms;
}

.blog-card-two__image__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateY(-30%);
  background-color: rgba(var(--amoxi-base-rgb, 255, 98, 29), 0.75);
  transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card-two__image__link__icon {
  display: inline-flex;
  font-size: 40px;
  color: var(--amoxi-white, #FFFFFF);
}

.blog-card-two__image__link__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-card-two:hover .blog-card-two__image img {
  transform: scale(1.1);
}

.blog-card-two:hover .blog-card-two__image__link {
  opacity: 1;
  transform: translateY(0);
}

.blog-card-two__content {
  position: relative;
}

.blog-card-two__date {
  min-width: 58px;
  position: absolute;
  top: -48px;
  left: 24px;
  z-index: 1;
  text-align: center;
}

.blog-card-two__date__day {
  padding: 12px 5px 11px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 25px;
  color: var(--amoxi-black5, #222222);
  font-weight: 700;
  line-height: 1;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}

.blog-card-two__date__month {
  padding: 8px 5px 7px;
  font-size: 16px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1;
  text-transform: uppercase;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}

.blog-card-two:hover .blog-card-two__date__day {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}

.blog-card-two:hover .blog-card-two__date__month {
  color: var(--amoxi-black5, #222222);
  background-color: var(--amoxi-white, #FFFFFF);
}

.blog-card-two__category--border {
  margin-bottom: 15px;
}

.blog-card-two__category--border .amoxi-btn__text {
  color: var(--amoxi-text, #b2afa6);
  background-color: transparent;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.blog-card-two__category--border .amoxi-btn__text:hover {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-base, #ff621d);
}

.blog-card-two__category--border .amoxi-btn__text::before,
.blog-card-two__category--border .amoxi-btn__text::after {
  background-color: var(--amoxi-base, #ff621d);
}

.blog-card-two__category .amoxi-btn__text {
  padding: 8px 25px;
}

.blog-card-two__title {
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.272;
}

@media (max-width: 390px) {
  .blog-card-two__title {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .blog-card-two__title {
    font-size: 20px;
  }
}
.blog-card-two__title a {
  color: inherit;
}

.blog-card-two__title a:hover {
  color: var(--amoxi-base, #ff621d);
}

.blog-card-two__title a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-two__title a:hover {
  background-size: 100% 1px;
}

.blog-card-two__meta {
  display: flex;
  align-items: center;
  gap: 10px 18px;
  margin-bottom: 0px;
}

.blog-card-two__meta li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.25;
}

.blog-card-two__meta li span:last-child {
  transition: all 500ms ease;
}

.blog-card-two__meta li a {
  color: inherit;
}

.blog-card-two__meta li a:hover {
  color: var(--amoxi-white, #FFFFFF);
}

.blog-card-two__meta__icon {
  display: inline-flex;
  position: relative;
  top: 1px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  transition: all 500ms ease;
}

.blog-card-two__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-card-two__meta li:hover span:last-child {
  color: var(--amoxi-white, #FFFFFF);
}

li:hover .blog-card-two__meta__icon {
  color: var(--amoxi-base, #ff621d);
}

.blog-card-two--large {
  display: block;
}

@media (min-width: 1200px) {
  .blog-card-two--large {
    border: none;
    padding-bottom: 0px;
  }
}
.blog-card-two--large .blog-card-two__image__img {
  display: block;
}

.blog-card-two--large:hover .blog-card-two__image img {
  transform: scale(1);
}

.blog-card-two--large .blog-card-two__category {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}

.blog-card-two--large .blog-card-two__content {
  padding-top: 45px;
}

.blog-card-two--large .blog-card-two__title {
  margin-bottom: 20px;
}

.blog-card-three {
  padding: 15px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background-color: var(--amoxi-black, #1A1B1F);
}

.blog-card-three + .blog-card-three {
  margin-top: 30px;
}

.blog-card-three__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  transition: 500ms;
  transform: scale(1.7);
  border-radius: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.blog-card-three:hover .blog-card-three__bg {
  opacity: 1;
  transform: scale(1);
}

.blog-card-three .row {
  position: relative;
  z-index: 1;
}

.blog-card-three__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
}

.blog-card-three__image__img {
  display: block;
}

.blog-card-three__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}

.blog-card-three__date {
  min-width: 87px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}

.blog-card-three__date__day {
  padding: 12px 10px 6px;
  font-size: 40px;
  color: var(--amoxi-black7, #000000);
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 430px) {
  .blog-card-three__date__day {
    font-size: 30px;
  }
}
.blog-card-three__date__month {
  position: relative;
  z-index: 1;
  padding: 11px 10px 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--amoxi-black7, #000000);
  line-height: 1;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.blog-card-three__date__month::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 87.000000 37.000000"> <g transform="translate(0.000000,37.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M572 708 c-188 -42 -372 -135 -481 -244 l-91 -91 0 -187 0 -186 870 0 870 0 -1 195 c0 219 -11 241 -179 363 -207 150 -673 221 -988 150z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 87.000000 37.000000"> <g transform="translate(0.000000,37.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M572 708 c-188 -42 -372 -135 -481 -244 l-91 -91 0 -187 0 -186 870 0 870 0 -1 195 c0 219 -11 241 -179 363 -207 150 -673 221 -988 150z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.blog-card-three:hover .blog-card-three__date {
  background-color: var(--amoxi-base, #ff621d);
}

.blog-card-three:hover .blog-card-three__date__month::after {
  background-color: var(--amoxi-white, #FFFFFF);
}

.blog-card-three__content {
  display: flex;
  gap: 30px 45px;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .blog-card-three__content {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-three__content {
    gap: 30px;
  }
}
.blog-card-three__category {
  margin-bottom: 21px;
}

.blog-card-three__category .amoxi-btn__text {
  color: var(--amoxi-black2, #0E0F11);
  background-color: var(--amoxi-white, #FFFFFF);
}

.blog-card-three__category .amoxi-btn__text:hover {
  color: var(--amoxi-black4, #131313);
}

.blog-card-three__category .amoxi-btn__text::before,
.blog-card-three__category .amoxi-btn__text::after {
  background-color: var(--amoxi-base, #ff621d);
}

.blog-card-three__title {
  margin-bottom: 27px;
  font-size: 24px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.458;
  text-transform: capitalize;
}

@media (max-width: 390px) {
  .blog-card-three__title {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-three__title {
    font-size: 20px;
  }
}
.blog-card-three__title a {
  color: inherit;
}

.blog-card-three__title a:hover {
  color: var(--amoxi-base, #ff621d);
}

.blog-card-three__title a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-three__title a:hover {
  background-size: 100% 1px;
}

.blog-card-three__meta {
  display: flex;
  align-items: center;
  gap: 12px 18px;
  padding: 12px 20px;
  position: relative;
  margin-bottom: 40px;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.1);
  border-left: none;
}

@media (max-width: 767px) {
  .blog-card-three__meta {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .blog-card-three__meta {
    border-left: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.1);
  }
}
@media (max-width: 375px) {
  .blog-card-three__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-three__meta {
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.blog-card-three__meta::before,
.blog-card-three__meta::after {
  content: "";
  width: 45px;
  height: 1px;
  position: absolute;
  left: -45px;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.1);
}

@media (max-width: 575px) {
  .blog-card-three__meta::before,
  .blog-card-three__meta::after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-three__meta::before,
  .blog-card-three__meta::after {
    width: 30px;
    left: -30px;
  }
}
.blog-card-three__meta::before {
  top: -1px;
}

.blog-card-three__meta::after {
  bottom: -1px;
}

.blog-card-three__meta li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.25;
}

.blog-card-three__meta li span:last-child {
  transition: all 500ms ease;
}

.blog-card-three__meta li a {
  color: inherit;
}

.blog-card-three__meta li a:hover {
  color: var(--amoxi-base, #ff621d);
}

.blog-card-three__meta__icon {
  display: inline-flex;
  position: relative;
  top: 1px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  transition: all 500ms ease;
}

.blog-card-three__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

li:hover .blog-card-three__meta__icon,
.blog-card-three__meta li:hover span:last-child {
  color: var(--amoxi-base, #ff621d);
}

.blog-card-three__admin {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 40px;
  border-radius: 20px;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.1);
}

@media (max-width: 575px) {
  .blog-card-three__admin {
    width: 100%;
    padding: 10px;
    gap: 20px;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.blog-card-three__admin__image {
  width: 105px !important;
  height: 105px;
  border-radius: inherit;
}

@media (max-width: 390px) {
  .blog-card-three__admin__image {
    width: 85px !important;
    height: 85px;
  }
}
@media (max-width: 375px) {
  .blog-card-three__admin__image {
    width: 70px !important;
    height: 70px;
  }
}
.blog-card-three__admin__info {
  position: relative;
  padding: 0px 20px 24px;
  writing-mode: sideways-lr;
}

@media (max-width: 575px) {
  .blog-card-three__admin__info {
    padding: 0px;
    writing-mode: unset;
  }
}
.blog-card-three__admin__info::before {
  content: "";
  width: 47px;
  height: 4px;
  position: absolute;
  right: 50%;
  bottom: 0px;
  transform: translateX(50%);
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 575px) {
  .blog-card-three__admin__info::before {
    display: none;
  }
}
.blog-card-three__admin__info::after {
  content: "";
  width: 16px;
  height: 8px;
  position: absolute;
  right: 50%;
  bottom: 4px;
  transform: translateX(50%);
  background-color: var(--amoxi-white, #FFFFFF);
  clip-path: polygon(50% 0%, 0 100%, 100% 100%);
}

@media (max-width: 575px) {
  .blog-card-three__admin__info::after {
    display: none;
  }
}
.blog-card-three__admin__name {
  margin: 0px 0px 0px 7px;
  font-size: 24px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.25;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .blog-card-three__admin__name {
    margin: 0px 0px 8px 0px;
  }
}
@media (max-width: 412px) {
  .blog-card-three__admin__name {
    font-size: 20px;
  }
}
.blog-card-three__admin__text {
  margin: 0px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.5;
  text-transform: capitalize;
}

@media (min-width: 576px) {
  .blog-card-three:nth-child(even) .row {
    flex-direction: row-reverse;
  }
}
@media (min-width: 576px) {
  .blog-card-three:nth-child(even) .blog-card-three__date {
    right: auto;
    left: 20px;
  }
}
@media (min-width: 576px) {
  .blog-card-three:nth-child(even) .blog-card-three__content {
    flex-direction: row-reverse;
  }
}
@media (min-width: 576px) {
  .blog-card-three:nth-child(even) .blog-card-three__meta {
    padding-right: 0;
    border-right: none;
    border-left: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.1);
  }
}
@media (min-width: 576px) {
  .blog-card-three:nth-child(even) .blog-card-three__meta::before,
  .blog-card-three:nth-child(even) .blog-card-three__meta::after {
    left: 0px;
    right: -45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-three:nth-child(even) .blog-card-three__meta::before,
  .blog-card-three:nth-child(even) .blog-card-three__meta::after {
    right: -30px;
  }
}
.blog-card-four {
  position: relative;
}

.blog-card-four__image {
  display: block;
}

.blog-card-four__image img {
  width: 100%;
  display: block;
}

.blog-card-four__content {
  position: relative;
  z-index: 2;
  background-color: var(--amoxi-black, #1A1B1F);
}

.blog-card-four__content::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}

.blog-card-four__content__inner {
  position: relative;
  z-index: 2;
  padding: 0px 30px 30px;
}

@media (max-width: 412px) {
  .blog-card-four__content__inner {
    padding: 0px 25px 25px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-four__content__inner {
    padding: 0px 25px 25px;
  }
}
.blog-card-four:hover .blog-card-four__content::after {
  height: 100%;
  top: 0px;
}

.blog-card-four__meta {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.blog-card-four__meta__list {
  width: calc(100% - 88px);
  margin: 0px auto 0px 0px;
  padding: 12px 18px 10px 15px;
  display: flex;
  align-items: center;
  gap: 5px 15px;
  position: relative;
  overflow: hidden;
  transition: all 500ms ease;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 412px) {
  .blog-card-four__meta__list {
    width: calc(100% - 83px);
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-four__meta__list {
    width: calc(100% - 83px);
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-card-four__meta__list li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.blog-card-four__meta__list li a {
  color: inherit;
  transition: 0s;
}

.blog-card-four__meta__icon {
  position: relative;
  top: 1px;
  font-size: 16px;
  color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}

.blog-card-four__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-card-four:hover .blog-card-four__meta__list {
  border-color: var(--amoxi-black8, #333333);
}

.blog-card-four:hover .blog-card-four__meta__list::before {
  width: 100%;
  right: 0px;
}

.blog-card-four:hover .blog-card-four__meta__list li,
.blog-card-four:hover .blog-card-four__meta__icon {
  color: var(--amoxi-black8, #333333);
}

.blog-card-four__date {
  width: 58px;
  text-align: center;
  position: absolute;
  right: 30px;
  bottom: 0px;
  transition: all 500ms ease;
}

@media (max-width: 412px) {
  .blog-card-four__date {
    right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-four__date {
    right: 25px;
  }
}
.blog-card-four__date__day {
  display: block;
  padding: 12px 5px 11px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 25px;
  color: var(--amoxi-black5, #222222);
  font-weight: 700;
  line-height: 1;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}

@media (max-width: 412px) {
  .blog-card-four__date__day {
    padding-top: 15px;
    padding-bottom: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-four__date__day {
    padding-top: 15px;
    padding-bottom: 14px;
  }
}
.blog-card-four__date__month {
  display: block;
  padding: 8px 5px 7px;
  font-size: 16px;
  font-weight: 700;
  color: var(--amoxi-black8, #333333);
  line-height: 1;
  text-transform: uppercase;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 412px) {
  .blog-card-four__date__month {
    padding-top: 10px;
    padding-bottom: 9px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-four__date__month {
    padding-top: 10px;
    padding-bottom: 9px;
  }
}
.blog-card-four:hover .blog-card-four__date__month {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-black, #1A1B1F);
}

.blog-card-four__title {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--amoxi-white, #FFFFFF);
}

@media (max-width: 390px) {
  .blog-card-four__title {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-four__title {
    font-size: 20px;
  }
}
.blog-card-four__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-four__title a:hover {
  background-size: 100% 1px;
}

.blog-card-four:hover .blog-card-four__title {
  color: var(--amoxi-black5, #222222);
}

.blog-card-four__category {
  display: inline-block;
  padding: 9px 20px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
  background-color: var(--amoxi-black, #1A1B1F);
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.blog-card-four:hover .blog-card-four__category {
  border-color: var(--amoxi-black2, #0E0F11);
  background-color: var(--amoxi-black2, #0E0F11);
}

.blog-card-four__button {
  width: 100%;
  height: 46px;
  margin-top: -75px;
  margin-bottom: 30px;
  position: relative;
  opacity: 0;
  transition: all 500ms ease 0ms;
}

.blog-card-four__button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--amoxi-base, #ff621d);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.blog-card-four:hover .blog-card-four__button {
  opacity: 1;
  margin-top: -1px;
  transition-delay: 400ms;
}

.blog-card-four__btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  right: 50%;
  bottom: -20px;
  z-index: 1;
  transform: translateX(50%);
  font-size: 18px;
  color: var(--amoxi-black2, #0E0F11);
  border-radius: 50%;
  background-color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.blog-card-four__btn:hover {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-black, #1A1B1F);
}

.blog-card-four__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-card-four__shape {
  width: 57px;
  height: 57px;
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  transition: all 500ms ease;
  animation: rotate 5s linear infinite;
}

@media (max-width: 412px) {
  .blog-card-four__shape {
    left: 15px;
    bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-four__shape {
    left: 15px;
    bottom: 15px;
  }
}
.blog-card-four__shape path {
  stroke: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.blog-card-four:hover .blog-card-four__shape path {
  stroke: var(--amoxi-black, #1A1B1F);
}

.blog-card-five {
  overflow: hidden;
}

.blog-card-five__image-box {
  margin-bottom: 27px;
  position: relative;
  border-radius: 50px;
}

.blog-card-five__image {
  height: 405px;
  display: block;
  border-radius: inherit;
}

@media (max-width: 1199px) {
  .blog-card-five__image {
    height: 350px;
  }
}
.blog-card-five__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

.blog-card-five__date {
  min-width: 87px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}

.blog-card-five__date__day {
  padding: 12px 10px 6px;
  font-size: 40px;
  color: var(--amoxi-black7, #000000);
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 430px) {
  .blog-card-five__date__day {
    font-size: 30px;
  }
}
.blog-card-five__date__month {
  position: relative;
  z-index: 1;
  padding: 11px 10px 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--amoxi-black7, #000000);
  line-height: 1;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.blog-card-five__date__month::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 87.000000 37.000000"> <g transform="translate(0.000000,37.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M572 708 c-188 -42 -372 -135 -481 -244 l-91 -91 0 -187 0 -186 870 0 870 0 -1 195 c0 219 -11 241 -179 363 -207 150 -673 221 -988 150z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 87.000000 37.000000"> <g transform="translate(0.000000,37.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M572 708 c-188 -42 -372 -135 -481 -244 l-91 -91 0 -187 0 -186 870 0 870 0 -1 195 c0 219 -11 241 -179 363 -207 150 -673 221 -988 150z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.blog-card-five:hover .blog-card-five__date {
  background-color: var(--amoxi-base, #ff621d);
}

.blog-card-five:hover .blog-card-five__date__month::after {
  background-color: var(--amoxi-white, #FFFFFF);
}

.blog-card-five__content {
  position: relative;
}

.blog-card-five__inner {
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}

.blog-card-five__meta {
  display: flex;
  align-items: center;
  gap: 10px 18px;
  margin-bottom: 15px;
}

.blog-card-five__meta li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.25;
}

.blog-card-five__meta li span:last-child {
  transition: all 500ms ease;
}

.blog-card-five__meta li a {
  color: inherit;
}

.blog-card-five__meta li a:hover {
  color: var(--amoxi-base, #ff621d);
}

.blog-card-five__meta li:hover span:last-child {
  color: var(--amoxi-base, #ff621d);
}

.blog-card-five__meta__icon {
  display: inline-flex;
  position: relative;
  top: 1px;
  font-size: 16px;
  color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}

.blog-card-five__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-card-five__title {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.272;
}

@media (max-width: 390px) {
  .blog-card-five__title {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-five__title {
    font-size: 20px;
  }
}
.blog-card-five__title a {
  color: inherit;
}

.blog-card-five__title a:hover {
  color: var(--amoxi-base, #ff621d);
}

.blog-card-five__title a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-five__title a:hover {
  background-size: 100% 1px;
}

.blog-card-five__category {
  display: inline-block;
  padding: 8.5px 25.5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: transparent;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.2);
}

.blog-card-five__category:hover {
  color: var(--amoxi-black8, #333333);
  background-color: var(--amoxi-base, #ff621d);
}

.blog-card-five__btn {
  width: 84px;
  height: 84px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--amoxi-black3, #121115);
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  opacity: 0;
  transform: scale(0);
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 1199px) {
  .blog-card-five__btn {
    display: none;
    margin: 30px 0px 0px;
    position: static;
  }
}
.blog-card-five__btn:hover {
  opacity: 1;
  color: var(--amoxi-black, #1A1B1F);
  transform: scale(1);
  background-color: var(--amoxi-white, #FFFFFF);
}

.blog-card-six__image {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.blog-card-six__image::before,
.blog-card-six__image::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  background-color: var(--amoxi-white, #FFFFFF);
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.blog-card-six__image::before {
  right: 0;
  bottom: 0;
}

.blog-card-six__image::after {
  top: 0;
  left: 0;
}

.blog-card-six__image img {
  width: 100%;
  display: block;
}

.blog-card-six:hover .blog-card-six__image::before,
.blog-card-six:hover .blog-card-six__image::after {
  -webkit-animation: shineFullHover 0.75s;
  animation: shineFullHover 0.75s;
}

.blog-card-six__meta {
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 25px;
}

.blog-card-six__category span {
  padding: 10px 29px;
  font-weight: 500;
  border-radius: 100px;
}

.blog-card-six__info {
  display: flex;
  align-items: center;
}

.blog-card-six__info__text {
  margin: 0;
  position: relative;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
  text-transform: capitalize;
}

.blog-card-six__info__text:not(:last-child)::after {
  content: "/";
  margin-right: 8px;
  margin-left: 8px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
}

.blog-card-six__info__text a {
  color: inherit;
}

.blog-card-six__info__text a:hover {
  color: var(--amoxi-base, #ff621d);
}

.blog-card-six__info__text a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-six__info__text a:hover {
  background-size: 100% 1px;
}

.blog-card-six__comment {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-card-six__comment__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
}

.blog-card-six__comment__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-card-six__comment__text {
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.blog-card-six__comment__text:hover {
  color: var(--amoxi-base, #ff621d);
}

.blog-card-six__title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.363;
}

@media (max-width: 412px) {
  .blog-card-six__title {
    font-size: 20px;
  }
}
.blog-card-six__title a {
  color: inherit;
}

.blog-card-six__title a:hover {
  color: var(--amoxi-base, #ff621d);
}

.blog-card-six__title a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-six__title a:hover {
  background-size: 100% 1px;
}

.blog-card-six__text {
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}

.blog-one,
.blog-two,
.blog-three,
.blog-six,
.blog-page {
  position: relative;
  background-color: var(--amoxi-black, #1A1B1F);
}

.blog-three,
.blog-four,
.blog-five,
.blog-six,
.blog-page {
  position: relative;
}

.blog-three .ripple-svg-one,
.blog-three .ripple-svg-two,
.blog-four .ripple-svg-one,
.blog-four .ripple-svg-two,
.blog-five .ripple-svg-one,
.blog-five .ripple-svg-two,
.blog-six .ripple-svg-one,
.blog-six .ripple-svg-two,
.blog-page .ripple-svg-one,
.blog-page .ripple-svg-two {
  position: absolute;
}

.col-12:first-child .blog-two__item {
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.blog-two__item {
  position: relative;
  padding: 34px 0px 40px;
  transition: all 500ms ease;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.blog-two__item:hover {
  z-index: 1;
  padding-bottom: 32px;
}

.blog-two__item__category {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top: 6px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--amoxi-text, #b2afa6);
  overflow: hidden;
  border-radius: 100px;
  text-transform: uppercase;
  transition: all 500ms ease;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.2);
}

.blog-two__item__category::after {
  content: "";
  position: absolute;
  inset: 0px;
  opacity: 0;
  z-index: -1;
  border-radius: inherit;
  transition: all 500ms ease;
  background: linear-gradient(-90deg, #f29a1c 7.92%, #fa4721 100%);
}

.blog-two__item:hover .blog-two__item__category {
  color: var(--amoxi-white, #FFFFFF);
}

.blog-two__item:hover .blog-two__item__category::after {
  opacity: 1;
}

.blog-two__item__title {
  margin: 0px;
  font-size: 24px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
  text-transform: capitalize;
}

@media (max-width: 375px) {
  .blog-two__item__title {
    font-size: 22px;
  }
}
.blog-two__item__title a {
  color: inherit;
}

.blog-two__item__title a:hover {
  color: var(--amoxi-base, #ff621d);
}

.blog-two__item__title a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-two__item__title a:hover {
  background-size: 100% 1px;
}

.blog-two__item__text {
  display: none;
  margin: 11px 0px 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.blog-two__item__image {
  position: relative;
}

.blog-two__item__image__inner {
  position: relative;
  display: inline-block;
}

@media (min-width: 1200px) {
  .blog-two__item__image__inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    position: absolute;
    top: calc(50% + 60px);
    right: 0px;
    opacity: 0;
    transition: all 500ms ease;
    transform: translateY(-50%) scale(0.5);
  }
}
.blog-two__item__image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (min-width: 1200px) {
  .blog-two__item:hover .blog-two__item__image__inner {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}
.blog-two__item__date {
  min-width: 59px;
  position: absolute;
  top: 10px;
  left: 18px;
  text-align: center;
  border-radius: 10px;
  background: linear-gradient(-90deg, #f29a1c 7.92%, #fa4721 100%);
}

@media (max-width: 1199px) {
  .blog-two__item__date {
    left: 10px;
  }
}
.blog-two__item__day {
  padding: 8px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 30px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 600;
  line-height: 1;
}

.blog-two__item__month {
  position: relative;
  z-index: 1;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--amoxi-black5, #222222);
  text-transform: uppercase;
  border-radius: 0px 0px 10px 10px;
}

.blog-two__item__month::after {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--amoxi-white, #FFFFFF);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59.000000 32.000000"> <g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M341 620 c-48 -11 -145 -38 -215 -61 l-126 -42 0 -259 0 -258 591 0 590 0 -5 264 -6 264 -150 48 c-168 54 -522 76 -679 44z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59.000000 32.000000"> <g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M341 620 c-48 -11 -145 -38 -215 -61 l-126 -42 0 -259 0 -258 591 0 590 0 -5 264 -6 264 -150 48 c-168 54 -522 76 -679 44z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.blog-two__item__meta {
  position: relative;
}

.blog-two__item__meta__list {
  margin-bottom: 0px;
  display: flex;
  gap: 5px 19px;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1199px) {
  .blog-two__item__meta__list {
    justify-content: flex-start;
  }
}
.blog-two__item__meta__list li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.3125;
  text-transform: capitalize;
}

.blog-two__item__meta__list li div {
  transition: all 500ms ease;
}

.blog-two__item__meta__list li:hover div {
  color: var(--amoxi-base, #ff621d);
}

.blog-two__item__meta__list li a {
  color: inherit;
}

.blog-two__item__meta__list li a:hover {
  color: var(--amoxi-base, #ff621d);
}

.blog-two__item__meta__icon {
  position: relative;
  top: 1px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  transition: all 500ms ease;
}

.blog-two__item__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-two__item__meta__list li:hover .blog-two__item__meta__icon {
  color: var(--amoxi-base, #ff621d);
}

.blog-two__item__meta__btn {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .blog-two__item__meta__btn {
    display: inline-block;
    margin-top: 0px;
    position: absolute;
    top: 60px;
    right: 24px;
    opacity: 0;
    transform: translateX(-50%);
  }
}
.blog-two__item:hover .blog-two__item__meta__btn {
  opacity: 1;
  transform: translateX(0%);
  transition: all 500ms ease 200ms;
}

.blog-three,
.blog-four,
.blog-five {
  background-color: var(--amoxi-black2, #0E0F11);
}

.blog-four__top,
.blog-five__top {
  margin-bottom: 51px;
}

.blog-four .sec-title,
.blog-five .sec-title {
  margin-bottom: 0px;
}

.blog-four__button,
.blog-five__button {
  text-align: left;
}

.blog-six .container {
  max-width: 1510px;
}

.blog-six__row {
  display: flex;
  width: 100%;
  gap: 30px;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .blog-six__row {
    flex-direction: column;
  }
}
.blog-six__item {
  flex: 1;
  position: relative;
  transition: 0.3s;
}

.blog-six__item.active {
  flex: 1 1 21%;
}

@media (max-width: 1199px) {
  .blog-six__item.active {
    flex: 1 1 9%;
  }
}
@media (max-width: 991px) {
  .blog-six__item.active {
    flex: 1 1 100%;
  }
}
.blog-six__item.active .blog-card-five__image {
  height: auto;
}

@media (max-width: 1199px) {
  .blog-six__item.active .blog-card-five__image {
    height: 350px;
  }
}
.blog-six__item.active .blog-card-five__date {
  background-color: var(--amoxi-base, #ff621d);
}

.blog-six__item.active .blog-card-five__date__month::after {
  background-color: var(--amoxi-white, #FFFFFF);
}

.blog-six__item.active .blog-card-five__inner {
  padding-left: 124px;
  z-index: auto;
}

@media (max-width: 1199px) {
  .blog-six__item.active .blog-card-five__inner {
    padding-left: 0px;
  }
}
.blog-six__item.active .blog-card-five__btn {
  opacity: 1;
  transform: scale(1);
}

.blog-page--two .blog-card-four__content,
.blog-page--two .blog-card-four__category {
  background-color: var(--amoxi-black2, #0E0F11);
}

.blog-page--two .blog-card-four__date__month {
  color: var(--amoxi-white, #FFFFFF);
}

.blog-page--two .blog-card-four:hover .blog-card-four__meta__list li,
.blog-page--two .blog-card-four:hover .blog-card-four__meta__icon,
.blog-page--two .blog-card-four:hover .blog-card-four__title {
  color: var(--amoxi-white, #FFFFFF);
}

.blog-page--two .blog-card-four:hover .blog-card-four__meta__list {
  border-color: var(--amoxi-white, #FFFFFF);
}

.blog-page--two .blog-card-four:hover .blog-card-four__shape path {
  stroke: var(--amoxi-white, #FFFFFF);
}

.blog-page .post-pagination {
  justify-content: center;
}

.blog-page--sidebar .post-pagination {
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .blog-page--sidebar .post-pagination {
    justify-content: center;
  }
}
/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  background-color: var(--amoxi-black, #1A1B1F);
}

.blog-details__card {
  margin-bottom: 53px;
}

.blog-details__card__image {
  margin-bottom: 40px;
}

.blog-details__card__image img {
  width: 100%;
  display: block;
}

.blog-details__card__meta {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 30px;
}

.blog-details__card__category span {
  padding: 10px 29px;
  font-weight: 500;
  border-radius: 100px;
}

.blog-details__card__admin {
  display: flex;
  align-items: center;
  gap: 11px;
}

.blog-details__card__admin__image {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--amoxi-base, #ff621d);
}

.blog-details__card__admin__name {
  margin: 0;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.25;
}

.blog-details__card__admin__name a {
  color: inherit;
}

.blog-details__card__admin__name a:hover {
  color: var(--amoxi-base, #ff621d);
}

.blog-details__card__admin__name a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-details__card__admin__name a:hover {
  background-size: 100% 1px;
}

.blog-details__card__comment {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__card__comment__icon {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  top: 1px;
  font-size: 16px;
  color: var(--amoxi-base, #ff621d);
}

.blog-details__card__comment__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-details__card__comment__text {
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.blog-details__card__comment__text:hover {
  color: var(--amoxi-base, #ff621d);
}

.blog-details__card__date {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__card__date__icon {
  position: relative;
  top: -1px;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--amoxi-base, #ff621d);
}

.blog-details__card__date__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-details__card__date__text {
  margin: 0;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
  text-transform: capitalize;
}

.blog-details__card__title {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.454;
  color: var(--amoxi-white, #FFFFFF);
}

@media (max-width: 412px) {
  .blog-details__card__title {
    font-size: 20px;
  }
}
.blog-details__card__text {
  margin: 0px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.blog-details__card__text + .blog-details__card__text {
  margin-top: 20px;
}

.blog-details__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  padding-top: 29px;
  padding-bottom: 29px;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.blog-details__meta__title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}

.blog-details__tags,
.blog-details__categories {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.blog-details__tags .amoxi-btn__text,
.blog-details__categories .amoxi-btn__text {
  padding: 8px 25px;
  font-weight: 400;
  background-color: var(--amoxi-black6, #3A3B3F);
}

.blog-details__tags .amoxi-btn__text::before,
.blog-details__tags .amoxi-btn__text::after,
.blog-details__categories .amoxi-btn__text::before,
.blog-details__categories .amoxi-btn__text::after {
  background-color: var(--amoxi-base, #ff621d);
}

.blog-details__tags .amoxi-btn:hover .amoxi-btn__text,
.blog-details__categories .amoxi-btn:hover .amoxi-btn__text {
  color: var(--amoxi-white, #FFFFFF);
}

.blog-details__tags__box,
.blog-details__categories__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.blog-details .comments-one__card {
  padding-bottom: 32px;
  grid-template-columns: 89px auto;
  grid-gap: 20px;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 767px) {
  .blog-details .comments-one__card {
    grid-template-columns: auto;
  }
}
@media (max-width: 412px) {
  .blog-details .comments-one__card {
    padding-bottom: 35px;
  }
}
.blog-details .comments-one__card:not(:last-child) {
  margin-bottom: 40px;
}

.blog-details .comments-one__image {
  width: 89px;
}

.blog-details .comments-one__image img {
  width: 89px;
  height: 89px;
}

.blog-details .comments-one__content {
  margin-top: 0px;
}

.blog-details .comments-one__name {
  margin-bottom: 10px;
}

.blog-details .comments-one__date {
  color: var(--amoxi-text, #b2afa6);
}

.blog-details .comments-one__date::before {
  display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details__form .form-one__group {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  padding: 279px 0px 182px;
  overflow: hidden;
  background-color: var(--amoxi-black, #1A1B1F);
}

@media (max-width: 1199px) {
  .page-header {
    padding: 244px 0px 152px;
  }
}
@media (max-width: 767px) {
  .page-header {
    padding: 215px 0px 122px;
  }
}
@media (max-width: 440px) {
  .page-header {
    padding: 190px 0px 100px;
  }
}
.page-header__bg {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header .container {
  position: relative;
  z-index: 2;
}

.page-header__content {
  text-align: center;
}

.page-header__title {
  margin-bottom: 25px;
  font-size: 75px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .page-header__title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .page-header__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .page-header__title {
    font-size: 45px;
  }
}
@media (max-width: 440px) {
  .page-header__title {
    font-size: 40px;
  }
}
@media (max-width: 412px) {
  .page-header__title {
    font-size: 35px;
  }
}
.page-header__shape-1,
.page-header__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
}

.page-header__shape-1 {
  top: 0px;
  right: 55px;
  bottom: 0px;
  margin: auto;
  animation: rotate 10s linear infinite;
}

@media (max-width: 1199px) {
  .page-header__shape-1 {
    display: none;
  }
}
.page-header__shape-2 {
  left: 85px;
  bottom: 67px;
}

@media (max-width: 1199px) {
  .page-header__shape-2 {
    left: 20px;
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .page-header__shape-2 {
    display: none;
  }
}
.amoxi-breadcrumb {
  display: inline-flex;
  gap: 6px 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 8px 20px 6px;
  border-radius: 100px;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.39);
}

.amoxi-breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.4;
  text-transform: uppercase;
}

.amoxi-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
}

.amoxi-breadcrumb li span,
.amoxi-breadcrumb li a {
  display: inline-flex;
}

.amoxi-breadcrumb li:not(:first-child) span {
  color: var(--amoxi-base, #ff621d);
}

.amoxi-breadcrumb li a {
  color: inherit;
}

.amoxi-breadcrumb li a:hover {
  color: var(--amoxi-base, #ff621d);
}

.amoxi-breadcrumb li a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.amoxi-breadcrumb li a:hover {
  background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  background-color: var(--amoxi-black2, #0E0F11);
}

.main-footer__top {
  padding-top: 93px;
  padding-bottom: 72px;
}

@media (max-width: 575px) {
  .main-footer__top {
    padding-top: 73px;
  }
}
.main-footer .container {
  position: relative;
  z-index: 1;
}

.main-footer__bottom {
  text-align: center;
  position: relative;
}

.main-footer__bottom__title {
  margin: 0px;
  padding: 25px 0px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 175px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1;
  text-transform: capitalize;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 1199px) {
  .main-footer__bottom__title {
    font-size: 139px;
  }
}
@media (max-width: 991px) {
  .main-footer__bottom__title {
    font-size: 103px;
  }
}
@media (max-width: 767px) {
  .main-footer__bottom__title {
    font-size: 76px;
  }
}
@media (max-width: 575px) {
  .main-footer__bottom__title {
    font-size: clamp(16px, 12vw, 76px);
  }
}
.main-footer__bottom__title__highlight-1 {
  position: relative;
  color: var(--amoxi-base, #ff621d);
  text-shadow: -1px 1px 0 var(--amoxi-white, #FFFFFF), 1px -1px 0 var(--amoxi-white, #FFFFFF), -1px -1px 0 var(--amoxi-white, #FFFFFF), 1px 1px 0 var(--amoxi-white, #FFFFFF), -1px 1px 0 var(--amoxi-white, #FFFFFF);
}

.main-footer__bottom__title__highlight-1::after {
  content: "";
  width: calc(100% + 11px);
  height: 25px;
  position: absolute;
  top: 51px;
  right: 0px;
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 1199px) {
  .main-footer__bottom__title__highlight-1::after {
    width: calc(100% + 9px);
    height: 20px;
    top: 40px;
  }
}
@media (max-width: 991px) {
  .main-footer__bottom__title__highlight-1::after {
    display: none;
  }
}
.main-footer__bottom__title__highlight-2 {
  color: var(--amoxi-black2, #0E0F11);
  text-shadow: -1px 1px 0 var(--amoxi-white, #FFFFFF), 1px -1px 0 var(--amoxi-white, #FFFFFF), -1px -1px 0 var(--amoxi-white, #FFFFFF), 1px 1px 0 var(--amoxi-white, #FFFFFF), -1px 1px 0 var(--amoxi-white, #FFFFFF);
}

.main-footer__bottom__inner {
  padding: 25px 0px;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.main-footer__copyright {
  margin: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
  text-transform: capitalize;
}

.main-footer__page {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px 25px;
  margin: 0px;
}

@media (max-width: 991px) {
  .main-footer__page {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .main-footer__page {
    gap: 13px 22px;
  }
}
.main-footer__page li {
  font-size: 16px;
  line-height: 1.25;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}

.main-footer__page li a {
  color: inherit;
}

.main-footer__page li a:hover {
  color: var(--amoxi-black, #1A1B1F);
}

.main-footer__page li a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.main-footer__page li a:hover {
  background-size: 100% 1px;
}

.main-footer__shape-1,
.main-footer__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  animation: rotate 10s linear infinite;
}

@media (max-width: 1599px) {
  .main-footer__shape-1,
  .main-footer__shape-2 {
    display: none;
  }
}
.main-footer__shape-1 {
  right: 15px;
  bottom: 18px;
}

.main-footer__shape-2 {
  top: 28px;
  left: 21px;
}

.main-footer--two .section-bg::after {
  content: "";
  width: 38%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--amoxi-black, #1A1B1F);
}

@media (max-width: 1799px) {
  .main-footer--two .section-bg::after {
    display: none;
  }
}
.main-footer--two .footer-widget--about {
  padding-left: 60px;
}

@media (max-width: 1199px) {
  .main-footer--two .footer-widget--about {
    padding-left: 0px;
  }
}
.main-footer--two .footer-widget--about::after {
  content: "";
  width: 4px;
  height: calc(100% + 83px);
  position: absolute;
  top: -20px;
  left: 12px;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(115, 115, 115, 0) 0%, #fa4721 25%, #f29a1c 50%, rgba(217, 217, 217, 0) 100%);
}

@media (max-width: 1199px) {
  .main-footer--two .footer-widget--about::after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-footer--two .footer-widget--links-1 {
    padding-right: 30px;
  }
}
.main-footer--two .footer-widget--newsletter {
  padding-right: 50px;
}

@media (max-width: 1199px) {
  .main-footer--two .footer-widget--newsletter {
    padding-right: 0px;
  }
}
.main-footer--two .footer-widget__newsletter__input {
  color: var(--amoxi-text, #b2afa6);
  background-color: var(--amoxi-black, #1A1B1F);
}

.main-footer--two .footer-widget__newsletter__input:focus {
  color: var(--amoxi-white2, #D9D9D9);
}

.main-footer--two .main-footer__bottom {
  padding: 21px 0px;
  background: linear-gradient(-270deg, #f29a1c 0%, #fa4721 100%), #d9d9d9;
}

@media (max-width: 991px) {
  .main-footer--two .main-footer__bottom {
    padding: 30px 0px;
  }
}
.main-footer--two .main-footer__bottom__inner {
  display: flex;
  gap: 20px 30px;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  border: none;
}

@media (max-width: 991px) {
  .main-footer--two .main-footer__bottom__inner {
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.main-footer--three {
  background-color: var(--amoxi-black, #1A1B1F);
}

.main-footer--three .footer-widget--about {
  padding-left: 0px;
}

.main-footer--three .footer-widget--about::after {
  display: none;
}

.main-footer--three .social-links a::after {
  background: var(--amoxi-base, #ff621d) !important;
}

.main-footer--three .footer-widget--links {
  padding-right: 70px;
}

@media (max-width: 1199px) {
  .main-footer--three .footer-widget--links {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .main-footer--three .footer-widget--links {
    padding-right: 0px;
  }
}
.main-footer--three .footer-widget--links-2 {
  padding-right: 25px;
}

@media (max-width: 991px) {
  .main-footer--three .footer-widget--links-2 {
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .main-footer--three .footer-widget--contact {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .main-footer--three .footer-widget--contact {
    padding-right: 0px;
  }
}
.main-footer--three .footer-widget__links li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.main-footer--three .footer-widget__links__icon {
  display: inline-flex;
  position: relative;
  top: 5px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
}

.main-footer--three .footer-widget__links__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-footer--three .main-footer__bottom {
  padding: 0px 0px 30px;
  background: transparent;
}

.main-footer--three .main-footer__bottom__inner {
  display: block;
}

.main-footer--three .main-footer__contact {
  display: flex;
  gap: 49px;
  align-items: center;
  justify-content: center;
  padding: 26px 130px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  margin-bottom: 26px;
  text-align: right;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 100px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.25;
  text-transform: uppercase;
  border-radius: 200px;
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 1199px) {
  .main-footer--three .main-footer__contact {
    padding-right: 100px;
    padding-left: 100px;
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .main-footer--three .main-footer__contact {
    padding-right: 70px;
    padding-left: 70px;
    font-size: 58px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .main-footer--three .main-footer__contact {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 43px;
  }
}
@media (max-width: 575px) {
  .main-footer--three .main-footer__contact {
    padding-right: 50px;
    padding-left: 50px;
    font-size: clamp(20px, 8vw, 43px);
  }
}
.main-footer--three .main-footer__contact__icon {
  display: inline-flex;
  font-size: 70px;
}

@media (max-width: 1199px) {
  .main-footer--three .main-footer__contact__icon {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .main-footer--three .main-footer__contact__icon {
    font-size: 47px;
  }
}
@media (max-width: 767px) {
  .main-footer--three .main-footer__contact__icon {
    font-size: 37px;
  }
}
@media (max-width: 575px) {
  .main-footer--three .main-footer__contact__icon {
    font-size: clamp(16px, 8vw, 37px);
  }
}
.main-footer--three .main-footer__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-footer--four {
  background-color: var(--amoxi-black2, #0E0F11);
}

.main-footer--four .main-footer__top {
  padding: 22px 0px;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 1199px) {
  .main-footer--four .main-footer__top {
    padding: 50px 0px 60px;
  }
}
@media (max-width: 991px) {
  .main-footer--four .footer-widget--logo {
    text-align: center;
  }
}
.main-footer--four .footer-widget__logo {
  margin-bottom: 0px;
}

.main-footer--four .footer-widget--title {
  padding-right: 75px;
  position: relative;
}

@media (max-width: 1199px) {
  .main-footer--four .footer-widget--title {
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .main-footer--four .footer-widget--title {
    text-align: center;
  }
}
.main-footer--four .footer-widget--title::before {
  content: "";
  width: 1px;
  height: calc(100% + 56px);
  position: absolute;
  top: 50%;
  right: 24.5px;
  transform: translateY(-50%);
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 1199px) {
  .main-footer--four .footer-widget--title::before {
    display: none;
  }
}
.main-footer--four .footer-widget__newsletter-title {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.363;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .main-footer--four .footer-widget__newsletter-title br {
    display: none;
  }
}
.main-footer--four .footer-widget--newsletter {
  padding-right: 0px;
}

.main-footer--four .footer-widget__newsletter {
  position: relative;
}

@media (max-width: 575px) {
  .main-footer--four .footer-widget__newsletter {
    text-align: center;
  }
}
.main-footer--four .footer-widget__newsletter__input {
  height: 50px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 10px;
  color: var(--amoxi-text, #b2afa6);
  text-align: right;
  border-radius: 100px;
  background-color: var(--amoxi-black, #1A1B1F);
}

@media (max-width: 575px) {
  .main-footer--four .footer-widget__newsletter__input {
    margin-bottom: 20px;
  }
}
.main-footer--four .footer-widget__newsletter__input:focus {
  color: var(--amoxi-white2, #D9D9D9);
}

.main-footer--four .footer-widget__newsletter .amoxi-btn-two {
  padding: 10px 25px;
  color: var(--amoxi-black2, #0E0F11);
  border-radius: 100px;
}

@media (min-width: 576px) {
  .main-footer--four .footer-widget__newsletter .amoxi-btn-two {
    position: relative;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
  }
}
.main-footer--four .main-footer__middle {
  padding-top: 54px;
  padding-bottom: 38px;
}

@media (max-width: 1199px) {
  .main-footer--four .footer-widget--about {
    max-width: 600px;
  }
}
.main-footer--four .footer-widget__text {
  margin-bottom: 27px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.main-footer--four .footer-widget__social-title {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.277;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
}

.main-footer--four .social-links a::after {
  background: var(--amoxi-base, #ff621d) !important;
}

.main-footer--four .social-links a:hover .social-links__icon {
  color: var(--amoxi-black2, #0E0F11) !important;
}

.main-footer--four .footer-widget--border {
  position: relative;
}

.main-footer--four .footer-widget--border::before {
  content: "";
  width: 1px;
  height: calc(100% + 93px);
  position: absolute;
  top: calc(50% - 8px);
  right: 39px;
  transform: translateY(-50%);
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.main-footer--four .footer-widget__info__title {
  margin-bottom: 10px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: capitalize;
  color: RGBA(var(--amoxi-text-gray-rgb, 99, 99, 99), 0.7);
}

.main-footer--four .footer-widget__info__email {
  margin-bottom: 48px;
  font-size: clamp(20px, 6vw, 70px);
  font-weight: 700;
  line-height: 1;
  color: var(--amoxi-white, #FFFFFF);
}

.main-footer--four .footer-widget__info__email a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.main-footer--four .footer-widget__info__email a:hover {
  background-size: 100% 1px;
}

.main-footer--four .footer-widget__info__email a:hover {
  color: var(--amoxi-base, #ff621d);
}

.main-footer--four .footer-widget__info__links {
  display: flex;
  gap: 20px 28px;
  align-items: center;
}

@media (max-width: 991px) {
  .main-footer--four .footer-widget__info__links {
    align-items: flex-start;
    flex-direction: column;
  }
}
.main-footer--four .footer-widget__info__links + .footer-widget__info__links {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .main-footer--four .footer-widget__info__links + .footer-widget__info__links {
    margin-top: 30px;
  }
}
.main-footer--four .footer-widget__info__links__title {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.277;
  text-transform: capitalize;
}

.main-footer--four .footer-widget__info__pages {
  display: flex;
  gap: 15px 19px;
  align-items: center;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .main-footer--four .footer-widget__info__pages {
    align-items: flex-start;
    flex-direction: column;
  }
}
.main-footer--four .footer-widget__info__pages li {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.main-footer--four .footer-widget__info__pages li::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  transition: all 500ms ease;
  border: 1px solid var(--amoxi-white, #FFFFFF);
}

.main-footer--four .footer-widget__info__pages li:hover::before {
  border-color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-base, #ff621d);
}

.main-footer--four .footer-widget__info__pages li a {
  color: inherit;
}

.main-footer--four .footer-widget__info__pages li a:hover {
  color: var(--amoxi-base, #ff621d);
}

.main-footer--four .footer-widget__info__pages li a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.main-footer--four .footer-widget__info__pages li a:hover {
  background-size: 100% 1px;
}

.main-footer--four .main-footer__bottom__inner {
  display: flex;
  gap: 20px 30px;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0px;
  border: none;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 991px) {
  .main-footer--four .main-footer__bottom__inner {
    padding: 30px 0px;
    text-align: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.main-footer--four .main-footer__copyright,
.main-footer--four .main-footer__page li {
  color: var(--amoxi-text, #b2afa6);
}

.main-footer--four .main-footer__page li a:hover {
  color: var(--amoxi-base, #ff621d);
}

.main-footer--five {
  background-color: var(--amoxi-black, #1A1B1F);
}

.main-footer--five .main-footer__bg {
  width: 100%;
  height: calc(100% - 84px);
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.main-footer--five .social-links a::after {
  background: var(--amoxi-base, #ff621d) !important;
}

.main-footer--five .social-links a:hover .social-links__icon {
  color: var(--amoxi-black2, #0E0F11) !important;
}

.main-footer--five .main-footer__contact {
  color: var(--amoxi-black5, #222222);
}

.main-footer--five .main-footer__shape {
  position: absolute;
  top: 113px;
  left: 0px;
}

@media (max-width: 1599px) {
  .main-footer--five .main-footer__shape {
    left: -50px;
  }
}
@media (max-width: 1399px) {
  .main-footer--five .main-footer__shape {
    display: none;
  }
}
.main-footer--five .main-footer__shape img {
  max-width: 100%;
  height: auto;
  animation: zump 2s linear infinite;
}

.main-footer--six .amoxi-btn-two {
  color: var(--amoxi-black5, #222222);
}

.footer-widget {
  position: relative;
}

.footer-widget--links-2 {
  padding-right: 25px;
}

@media (max-width: 1199px) {
  .footer-widget--links-2 {
    padding-right: 0px;
  }
}
.footer-widget--blog {
  padding-right: 64px;
}

@media (max-width: 1199px) {
  .footer-widget--blog {
    padding-right: 0px;
  }
}
.footer-widget__title {
  margin-bottom: 41px;
  font-size: 25px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.28;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .footer-widget__title {
    margin-bottom: 25px;
  }
}
.footer-widget__logo {
  display: inline-flex;
  margin-bottom: 36px;
}

.footer-widget__logo img {
  max-width: 100%;
  height: auto;
}

.footer-widget__text {
  margin-bottom: 42px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.footer-widget .social-links a {
  background-color: transparent;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.19);
}

.footer-widget .social-links a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  border-radius: inherit;
  transition: all 500ms ease;
  background: linear-gradient(-270deg, #f29a1c 0%, #fa4721 100%), #ff621d;
}

.footer-widget .social-links a:hover {
  border-color: var(--amoxi-base, #ff621d);
  background-color: transparent;
}

.footer-widget .social-links a:hover::after {
  opacity: 1;
}

.footer-widget .social-links__icon {
  color: var(--amoxi-text-gray, #636363);
}

.footer-widget .social-links a:hover .social-links__icon {
  color: var(--amoxi-white, #FFFFFF);
}

.footer-widget__links {
  margin: 0px;
}

.footer-widget__links li + li {
  margin-top: 19px;
}

.footer-widget__links li {
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.footer-widget__links li a {
  color: inherit;
}

.footer-widget__links li a:hover {
  color: var(--amoxi-base, #ff621d);
}

.footer-widget__links li a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.footer-widget__links li a:hover {
  background-size: 100% 1px;
}

.footer-widget__links address {
  margin-bottom: 0px;
}

.footer-widget__blog {
  margin: 0px;
  padding-top: 6px;
}

@media (max-width: 575px) {
  .footer-widget__blog {
    padding-top: 0px;
  }
}
.footer-widget__blog li + li {
  margin-top: 30px;
}

.footer-widget__blog li {
  display: grid;
  grid-gap: 19px;
  align-items: start;
  grid-template-columns: 74px auto;
}

.footer-widget__blog__image {
  width: 74px;
  display: block;
  overflow: hidden;
  position: relative;
}

.footer-widget__blog__image::before,
.footer-widget__blog__image::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  background-color: var(--amoxi-white, #FFFFFF);
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.footer-widget__blog__image::before {
  right: 0;
  bottom: 0;
}

.footer-widget__blog__image::after {
  top: 0;
  left: 0;
}

.footer-widget__blog__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}

li:hover .footer-widget__blog__image::before,
li:hover .footer-widget__blog__image::after {
  -webkit-animation: shineFullHover 0.75s;
  animation: shineFullHover 0.75s;
}

.footer-widget__blog__date {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--amoxi-white, #FFFFFF);
}

.footer-widget__blog__icon {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  top: -1px;
  font-size: 14px;
  color: var(--amoxi-base, #ff621d);
}

.footer-widget__blog__title {
  margin: 0px;
  font-size: 16px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.375;
}

.footer-widget__blog__title a {
  color: inherit;
}

.footer-widget__blog__title a:hover {
  color: var(--amoxi-base, #ff621d);
}

.footer-widget__blog__title a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.footer-widget__blog__title a:hover {
  background-size: 100% 1px;
}

.footer-widget__newsletter {
  position: relative;
}

.footer-widget__newsletter-text {
  margin-bottom: 21px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.footer-widget__newsletter__input {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding: 0px 20px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text-gray, #636363);
  background-color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.footer-widget__newsletter__input:focus {
  color: var(--amoxi-black2, #0E0F11);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar__single {
  padding: 34px 32px;
  border-radius: 10px;
  background-color: var(--amoxi-black, #1A1B1F);
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__single {
    padding: 26px 25px;
  }
}
@media (max-width: 375px) {
  .sidebar__single {
    padding: 26px 25px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  position: relative;
  margin-bottom: 34px;
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.363;
}

.sidebar__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 39px;
  height: 3px;
  background-color: var(--amoxi-base, #ff621d);
}

.sidebar__search {
  position: relative;
}

.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  padding-right: 20px;
  padding-left: 44px;
  outline: none;
  border: 0;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 400;
  border-radius: 10px;
  background-color: var(--amoxi-black6, #3A3B3F);
  transition: all 400ms ease;
}

.sidebar__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: var(--amoxi-base, #ff621d);
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 15px;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  transition: all 400ms ease;
}

.sidebar__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar__search button[type=submit]:hover {
  color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-white, #FFFFFF);
}

.sidebar__categories-wrapper {
  padding-bottom: 34px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__categories-wrapper {
    padding-bottom: 27px;
  }
}
@media (max-width: 375px) {
  .sidebar__categories-wrapper {
    padding-bottom: 27px;
  }
}
.sidebar__categories {
  margin: 0;
}

.sidebar__categories-title {
  margin-bottom: 28px;
}

.sidebar__categories-title::after {
  width: 67px;
}

.sidebar__categories li:not(:last-child) {
  margin-bottom: 10.5px;
}

.sidebar__categories li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-size: 17px;
  color: var(--amoxi-text, #b2afa6);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 500ms ease;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar__categories li a {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .sidebar__categories li a {
    font-size: 16px;
  }
}
.sidebar__categories li a:hover {
  color: var(--amoxi-base, #ff621d);
}

.sidebar__categories li a span {
  color: inherit;
}

.sidebar__categories__text {
  display: flex;
  align-items: center;
  gap: 11px;
}

.sidebar__categories__icon {
  display: inline-flex;
  font-size: 16px;
  overflow: hidden;
}

.sidebar__categories__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar__categories a:hover .sidebar__categories__icon > * {
  animation: slideRight 500ms;
}

.sidebar__tags-wrapper {
  padding-bottom: 41px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__tags-wrapper {
    padding-bottom: 33px;
  }
}
@media (max-width: 375px) {
  .sidebar__tags-wrapper {
    padding-bottom: 33px;
  }
}
.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.sidebar__tags a {
  display: inline-block;
  padding: 7px 20px 6px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
  line-height: 1.25;
  text-transform: capitalize;
  background-color: transparent;
  transition: all 500ms ease;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.sidebar__tags a:hover {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-base, #ff621d);
}

.sidebar__posts-wrapper {
  padding-bottom: 41px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__posts-wrapper {
    padding-bottom: 29px;
  }
}
@media (max-width: 375px) {
  .sidebar__posts-wrapper {
    padding-bottom: 29px;
  }
}
.sidebar__posts {
  margin: 0;
}

.sidebar__posts-title::after {
  width: 77px;
}

.sidebar__posts__item {
  display: flex;
  gap: 14px;
}

.sidebar__posts__item:not(:last-of-type) {
  margin-bottom: 30px;
}

.sidebar__posts__image {
  width: 94px;
  flex-shrink: 0;
}

.sidebar__posts__image img {
  width: 100%;
  display: block;
}

.sidebar__posts__content {
  margin-top: 5px;
  width: calc(100% - 94px);
}

.sidebar__posts__meta {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--amoxi-text, #b2afa6);
  font-size: 14px;
  line-height: 1;
}

.sidebar__posts__meta__icon {
  position: relative;
  top: 1px;
  display: inline-flex;
  font-size: 12px;
}

.sidebar__posts__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar__posts__title {
  margin: 0;
  font-size: 17px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.352;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar__posts__title {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .sidebar__posts__title {
    font-size: 15px;
  }
}
.sidebar__posts__title a {
  color: inherit;
}

.sidebar__posts__title a:hover {
  color: var(--amoxi-base, #ff621d);
}

.sidebar__posts__title a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}

.sidebar-two {
  width: 100%;
}

.sidebar-two__single {
  width: 100%;
  padding: 30px;
  background-color: var(--amoxi-white2, #D9D9D9);
}

.sidebar-two__single + .sidebar-two__single {
  margin-top: 30px;
}

.sidebar-two__search {
  position: relative;
}

.sidebar-two__search input[type=search],
.sidebar-two__search input[type=text] {
  padding-right: 20px;
  padding-left: 44px;
  outline: none;
  border: 0;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
  background-color: var(--amoxi-white, #FFFFFF);
  transition: all 400ms ease;
}

.sidebar-two__search input[type=search]:focus,
.sidebar-two__search input[type=text]:focus {
  color: var(--amoxi-black, #1A1B1F);
}

.sidebar-two__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: var(--amoxi-base, #ff621d);
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 15px;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  transition: all 400ms ease;
}

.sidebar-two__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar-two__search button[type=submit]:hover {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-black3, #121115);
}

.sidebar-two__contact {
  height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 30px;
}

@media (max-width: 991px) {
  .sidebar-two__contact {
    height: 400px;
  }
}
.sidebar-two__contact::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(-180deg, rgba(217, 217, 217, 0) 17.34%, rgba(229, 12, 55, 0.9) 89.42%);
}

.sidebar-two__contact__content {
  position: relative;
  z-index: 1;
}

.sidebar-two__contact__title {
  margin-bottom: 25px;
  font-size: 22px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.363;
}

.sidebar-two__contact .amoxi-btn {
  background-color: var(--amoxi-white, #FFFFFF);
}

.sidebar-two__contact .amoxi-btn__text {
  color: var(--amoxi-black, #1A1B1F);
}

.sidebar-two__contact .amoxi-btn__icon-box {
  background-color: var(--amoxi-black3, #121115);
}

.sidebar-two__contact .amoxi-btn__icon span {
  color: var(--amoxi-white, #FFFFFF);
}

.sidebar-two__contact .amoxi-btn:hover .amoxi-btn__text,
.sidebar-two__contact .amoxi-btn:hover .amoxi-btn__icon span {
  color: var(--amoxi-white, #FFFFFF);
}

.sidebar-two__download {
  width: 100%;
  padding: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 500ms ease;
}

.sidebar-two__download::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}

.sidebar-two__download__content {
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
  z-index: 1;
  text-align: right;
}

.sidebar-two__download__icon {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  font-size: 44px;
  color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}

.sidebar-two__download__icon--download {
  font-size: 24px;
  color: var(--amoxi-black4, #131313);
}

.sidebar-two__download__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar-two__download__right {
  display: block;
}

.sidebar-two__download__title {
  display: block;
  margin-bottom: 5px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--amoxi-black4, #131313);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.371;
  transition: all 500ms ease;
}

.sidebar-two__download__text {
  display: block;
  margin: 0px;
  color: var(--amoxi-black4, #131313);
  transition: all 500ms ease;
}

.sidebar-two__download:hover::after {
  width: 100%;
  right: 0px;
}

.sidebar-two__download:hover .sidebar-two__download__icon,
.sidebar-two__download:hover .sidebar-two__download__title,
.sidebar-two__download:hover .sidebar-two__download__text {
  color: var(--amoxi-white, #FFFFFF);
}

.sidebar-three {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-three.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.sidebar-three__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.8;
  cursor: url(assets/images/close.png), auto;
}

.sidebar-three__content {
  width: 310px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 10;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 70px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--amoxi-black4, #131313);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sidebar-three__content::-webkit-scrollbar {
  display: none;
}

.sidebar-three.active .sidebar-three__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-three__close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 400ms ease;
}

.sidebar-three__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar-three__close:hover {
  color: var(--amoxi-base, #ff621d);
  transform: rotate(-90deg);
}

.sidebar-three__item {
  margin-bottom: 35px;
  padding-right: 24px;
  padding-left: 24px;
}

.sidebar-three__title {
  margin-bottom: 25px;
  position: relative;
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.4;
  text-transform: capitalize;
}

.sidebar-three__title::before,
.sidebar-three__title::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: -4px;
  background-color: var(--amoxi-base, #ff621d);
}

.sidebar-three__title::after {
  width: 50px;
  right: 25px;
}

.sidebar-three__about__text {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white2, #D9D9D9);
  line-height: 1.625;
}

.sidebar-three__info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-three__info__list li {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  color: var(--amoxi-white2, #D9D9D9);
  font-weight: 500;
  line-height: 1.75;
}

.sidebar-three__info__list li + li {
  margin-top: 20px;
}

.sidebar-three__info__list li .sidebar-three__info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  font-size: 14px;
  color: var(--amoxi-white, #FFFFFF);
  margin-left: 12px;
  background-color: var(--amoxi-base, #ff621d);
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
}

.sidebar-three__info__list li .sidebar-three__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar-three__info__list li:hover .sidebar-three__info__icon {
  background-color: var(--amoxi-black6, #3A3B3F);
}

.sidebar-three__info__list li:hover .sidebar-three__info__icon > * {
  animation: slideTop 400ms;
}

.sidebar-three__info__list li address {
  margin: 0;
  color: inherit;
  text-transform: capitalize;
}

.sidebar-three__info__list li a {
  position: relative;
  top: 3px;
  color: inherit;
}

.sidebar-three__info__list li a:hover {
  color: var(--amoxi-base, #ff621d);
}

.sidebar-three__newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-three__newsletter__input {
  outline: 0;
  border: 0;
  padding-right: 20px;
  font-size: 14px;
  color: var(--amoxi-text, #b2afa6);
  width: calc(100% - 50px);
  height: 50px;
  transition: all 400ms ease;
  background-color: var(--amoxi-black6, #3A3B3F);
}

.sidebar-three__newsletter__input:focus {
  color: var(--amoxi-white2, #D9D9D9);
}

.sidebar-three__newsletter__btn {
  outline: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 18px;
  color: var(--amoxi-white, #FFFFFF);
  width: 50px;
  height: 50px;
  background-color: var(--amoxi-base, #ff621d);
  overflow: hidden;
  transition: all 400ms ease;
}

.sidebar-three__newsletter__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.sidebar-three__newsletter__btn:hover {
  background-color: var(--amoxi-black9, #474747);
}

.sidebar-three__newsletter__btn:hover > * {
  animation: slideTop 400ms;
}

.sidebar-three .social-links {
  width: 100%;
  gap: 0px;
  margin-top: auto;
}

.sidebar-three .social-links a {
  width: 25%;
  height: 50px;
  border: none;
  border-radius: 0px;
  background-color: var(--amoxi-base, #ff621d);
}

.sidebar-three .social-links a:not(:first-child) {
  border-right: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.3);
}

.sidebar-three .social-links a::after {
  background-color: var(--amoxi-black6, #3A3B3F);
}

.sidebar-three .social-links a:hover {
  border-right-color: var(--amoxi-base, #ff621d);
}

.sidebar-three .social-links a:hover + a {
  border-right-color: var(--amoxi-base, #ff621d);
}

.sidebar-three .social-links__icon {
  font-size: 20px;
  color: var(--amoxi-white, #FFFFFF);
}

.sidebar-three--two .sidebar-three__info__list li .sidebar-three__info__icon,
.sidebar-three--two .sidebar-three__newsletter__btn,
.sidebar-three--two .social-links a {
  background: linear-gradient(-270deg, #f29a1c 0%, #fa4721 100%);
}

.sidebar-three--two .sidebar-three__info__list li:hover .sidebar-three__info__icon {
  background: var(--amoxi-black6, #3A3B3F);
}

.sidebar-three--two .sidebar-three__newsletter__btn:hover {
  background: var(--amoxi-black9, #474747);
}

.sidebar-three--three .social-links a:not(:first-child) {
  border-right-color: RGBA(var(--amoxi-black4-rgb, 19, 19, 19), 0.2);
}

.sidebar-three--three .sidebar-three__info__list li .sidebar-three__info__icon,
.sidebar-three--three .sidebar-three__newsletter__btn,
.sidebar-three--three .social-links__icon {
  color: var(--amoxi-black4, #131313);
}

.sidebar-three--three .sidebar-three__info__list li:hover .sidebar-three__info__icon,
.sidebar-three--three .sidebar-three__newsletter__btn:hover,
.sidebar-three--three .social-links a:hover .social-links__icon {
  color: var(--amoxi-white, #FFFFFF);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
}

.google-map iframe {
  display: block;
  height: 234px;
  width: 100%;
  border: none;
  position: relative;
  border-radius: 10px;
}

.google-map__contact {
  overflow: hidden;
  border-radius: 10px;
}

.contact-map {
  position: relative;
}

@media (max-width: 767px) {
  .contact-map {
    padding-bottom: 80px;
  }
}
.contact-map .container-fluid {
  padding-right: 0;
  padding-left: 0;
  max-width: 1654px;
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.hero-one {
  position: relative;
  padding: 236px 0px 120px;
  background-color: var(--amoxi-black, #1A1B1F);
}

@media (max-width: 1399px) {
  .hero-one {
    padding-bottom: 280px;
  }
}
@media (max-width: 1199px) {
  .hero-one {
    padding-top: 224px;
  }
}
@media (max-width: 767px) {
  .hero-one {
    padding-bottom: 260px;
  }
}
@media (max-width: 575px) {
  .hero-one {
    padding-bottom: 240px;
  }
}
@media (max-width: 480px) {
  .hero-one {
    padding-top: 200px;
  }
}
.hero-one__bg-1 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.hero-one__bg-2 {
  width: calc(100% - 376px);
  height: calc(100% - 206px);
  position: absolute;
  top: 0px;
  right: 50%;
  z-index: 1;
  transform: translateX(50%);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media (max-width: 1799px) {
  .hero-one__bg-2 {
    width: calc(100% - 300px);
  }
}
@media (max-width: 1599px) {
  .hero-one__bg-2 {
    width: 100%;
  }
}
.hero-one .container {
  position: relative;
  z-index: 3;
}

.hero-one__row {
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .hero-one__left {
    text-align: center;
  }
}
.hero-one__title {
  margin-bottom: 28px;
  font-size: 75px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .hero-one__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-one__title {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-one__title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .hero-one__title {
    font-size: 45px;
  }
}
@media (max-width: 390px) {
  .hero-one__title {
    font-size: 40px;
  }
}
.hero-one__title__box {
  display: block;
}

@media (max-width: 1199px) {
  .hero-one__title__box {
    text-align: center;
  }
}
.hero-one__title__highlight {
  display: inline-block;
  background-repeat: repeat;
  background-position: top center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
}

.hero-one__title img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .hero-one__title img {
    display: none;
  }
}
.hero-one__title__shape-1 {
  margin-right: 10px;
  animation: zoomIn 1.5s infinite alternate;
}

.hero-one__title__shape-2 {
  animation: zump 3s linear infinite;
}

.hero-one__right {
  overflow: hidden;
}

.hero-one__desc--1 {
  max-width: 180px;
  position: relative;
  margin-bottom: 45px;
}

@media (max-width: 1199px) {
  .hero-one__desc--1 {
    max-width: 100%;
    margin-bottom: 35px;
    text-align: center;
  }
}
.hero-one__desc--1 .hero-one__text {
  display: inline-block;
  position: relative;
  padding-right: 13px;
}

@media (max-width: 1199px) {
  .hero-one__desc--1 .hero-one__text br {
    display: none;
  }
}
.hero-one__desc--1 .hero-one__text::before {
  content: "";
  width: 2px;
  height: calc(100% - 15px);
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background-color: var(--amoxi-base, #ff621d);
}

.hero-one__desc--2 {
  max-width: 265px;
  margin: 19px auto 0px;
  padding-top: 12px;
  border-top: 1px solid var(--amoxi-text, #b2afa6);
}

@media (max-width: 1199px) {
  .hero-one__desc--2 {
    max-width: 400px;
    margin-top: 0px;
  }
}
.hero-one__desc__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: -75px;
  bottom: 0px;
  margin: auto;
  animation: rotate 5s linear infinite;
}

@media (max-width: 1199px) {
  .hero-one__desc__shape {
    display: none;
  }
}
.hero-one__text {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.hero-one__text__big-letter {
  float: right;
  margin-left: 5px;
  font-size: 70px;
  color: var(--amoxi-base, #ff621d);
  line-height: 1;
}

.hero-one__video-image {
  width: 310px;
  height: 192px;
  position: relative;
  margin: 57px auto 0px 0px;
  border-radius: 30px;
}

@media (max-width: 1199px) {
  .hero-one__video-image {
    margin: 40px auto 0px;
  }
}
@media (max-width: 360px) {
  .hero-one__video-image {
    width: 290px;
  }
}
.hero-one__video-image img {
  width: 110% !important;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.hero-one .video-btn {
  width: 42px;
  height: 42px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 1;
}

.hero-one .video-btn:hover {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}

.hero-one .video-btn::after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-width: 3px;
}

.hero-one__image {
  position: relative;
  margin-top: -147px;
}

@media (max-width: 1199px) {
  .hero-one__image {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .hero-one__image {
    display: none;
  }
}
.hero-one__image__inner {
  height: 671px;
  position: relative;
  -webkit-mask: url("assets/images/shapes/hero-img-shape-1-1.png");
  mask: url("assets/images/shapes/hero-img-shape-1-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

@media (max-width: 1199px) {
  .hero-one__image__inner {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .hero-one__image__inner {
    height: 500px;
  }
}
.hero-one__image__inner img {
  width: 115% !important;
  height: 100%;
  object-fit: cover;
}

.hero-one__tags {
  position: absolute;
  top: 405px;
  left: 8.8%;
  z-index: 2;
  margin-bottom: 0px;
}

@media (max-width: 1899px) {
  .hero-one__tags {
    left: 2%;
  }
}
@media (max-width: 1599px) {
  .hero-one__tags {
    display: none;
  }
}
.hero-one__tags li + li {
  margin-top: 5px;
}

.hero-one__tags li {
  position: relative;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
  transition: all 500ms ease;
}

.hero-one__tags li:nth-child(3) {
  padding-right: 50px;
  color: var(--amoxi-base, #ff621d);
}

.hero-one__tags li:nth-child(3)::before {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background-color: var(--amoxi-base, #ff621d);
}

.hero-one .scroll-btn {
  position: relative;
  position: absolute;
  top: 260px;
  left: 14.4%;
  z-index: 2;
}

@media (max-width: 1899px) {
  .hero-one .scroll-btn {
    left: 9%;
  }
}
@media (max-width: 1599px) {
  .hero-one .scroll-btn {
    left: 4%;
  }
}
@media (max-width: 1399px) {
  .hero-one .scroll-btn {
    top: auto;
    right: 50%;
    left: auto;
    bottom: 120px;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .hero-one .scroll-btn {
    bottom: 100px;
  }
}
@media (max-width: 575px) {
  .hero-one .scroll-btn {
    bottom: 80px;
  }
}
.hero-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 6%;
  bottom: 278px;
  z-index: 2;
}

@media (max-width: 1899px) {
  .hero-one__shape {
    left: 2%;
  }
}
@media (max-width: 1399px) {
  .hero-one__shape {
    display: none;
  }
}
.hero-two {
  position: relative;
  overflow: hidden;
  padding: 207px 0px 205px;
  background-color: var(--amoxi-black2, #0E0F11);
}

@media (max-width: 1199px) {
  .hero-two {
    padding-bottom: 160px;
  }
}
@media (max-width: 991px) {
  .hero-two {
    padding-bottom: 130px;
  }
}
@media (max-width: 480px) {
  .hero-two {
    padding: 195px 0px 100px;
  }
}
.hero-two::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(-360deg, var(--amoxi-black, #1A1B1F) 0%, var(--amoxi-black2, #0E0F11) 100%);
}

.hero-two .container {
  max-width: 1615px;
  position: relative;
  z-index: 2;
}

.hero-two__content {
  max-width: 430px;
  margin-bottom: 88px;
}

@media (max-width: 991px) {
  .hero-two__content {
    margin: 0px auto 45px;
    text-align: center;
  }
}
.hero-two__info {
  overflow: hidden;
  margin-bottom: 35px;
}

.hero-two__info__inner {
  display: flex;
  gap: 32px;
  align-items: center;
  text-align: right;
}

.hero-two__year {
  margin: 0px;
  font-size: 28px;
  color: transparent;
  font-weight: 700;
  line-height: 1;
  writing-mode: sideways-lr;
  -webkit-text-stroke: 1px RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 1300px) {
  .hero-two__year {
    -webkit-text-stroke-color: var(--amoxi-text, #b2afa6);
  }
}
.hero-two__text {
  position: relative;
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.hero-two__text::before,
.hero-two__text::after {
  content: "";
  width: 2px;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
}

.hero-two__text::before {
  height: calc(100% - 12px);
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.hero-two__text::after {
  height: 23px;
  background-color: var(--amoxi-base, #ff621d);
}

.hero-two__button {
  overflow: hidden;
}

.hero-two .marquee {
  position: relative;
  z-index: 2;
}

.hero-two__title {
  margin-bottom: 0px;
  font-size: 250px;
  line-height: 1;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .hero-two__title {
    font-size: 200px;
  }
}
@media (max-width: 991px) {
  .hero-two__title {
    font-size: 150px;
  }
}
@media (max-width: 480px) {
  .hero-two__title {
    font-size: 110px;
  }
}
.hero-two__title span {
  color: transparent;
  -webkit-text-stroke: 3px var(--amoxi-white, #FFFFFF);
}

@media (max-width: 1199px) {
  .hero-two__title span {
    -webkit-text-stroke-width: 2px;
  }
}
@media (max-width: 767px) {
  .hero-two__title span {
    -webkit-text-stroke-width: 1px;
  }
}
.hero-two__top-image {
  position: absolute;
  top: 0px;
  left: 15px;
  animation: vibrant 3s ease 0s infinite;
}

@media (max-width: 991px) {
  .hero-two__top-image {
    margin-bottom: 70px;
    position: static;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .hero-two__top-image {
    margin-bottom: 60px;
  }
}
.hero-two__top-image__inner {
  display: inline-block;
  padding: 5px;
  border-radius: 50px;
  background-color: var(--amoxi-white, #FFFFFF);
}

@media (max-width: 390px) {
  .hero-two__top-image__inner {
    border-radius: 30px;
  }
}
.hero-two__top-image img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}

.hero-two__image {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.hero-two__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  opacity: 0;
  background: linear-gradient(-360deg, RGBA(var(--amoxi-black-rgb, 26, 27, 31), 0.8) 0%, RGBA(var(--amoxi-black2-rgb, 14, 15, 17), 0.8) 100%);
}

@media (max-width: 1300px) {
  .hero-two__image::after {
    opacity: 1;
  }
}
.hero-two__image__wrap {
  width: 100%;
  max-width: 1040px;
  height: 805px;
  position: relative;
  position: absolute;
  right: 50%;
  bottom: -5px;
  transform: translateX(50%);
}

.hero-two__image__inner {
  width: 100%;
  height: 100%;
  text-align: center;
}

.hero-two__image__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.hero-two__image .bw-reveal-top {
  transition: all 1.5s !important;
}

.hero-two__shape-1,
.hero-two__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
}

@media (max-width: 991px) {
  .hero-two__shape-1,
  .hero-two__shape-2 {
    display: none;
  }
}
.hero-two__shape-1 {
  right: 0px;
  bottom: 0px;
  animation: vibrant 3s ease 0s infinite;
}

.hero-two__shape-2 {
  left: 70px;
  bottom: 105px;
  animation: vibrant2 3s ease 0s infinite;
}

.hero-three {
  position: relative;
  padding: 267px 0px 190px;
  background-color: var(--amoxi-black2, #0E0F11);
}

@media (max-width: 991px) {
  .hero-three {
    padding-top: 250px;
  }
}
@media (max-width: 480px) {
  .hero-three {
    padding-top: 230px;
  }
}
.hero-three__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.hero-three .container {
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  .hero-three .container {
    max-width: 1532px;
  }
}
.hero-three__col {
  flex: 0 0 auto;
  width: 46%;
}

@media (max-width: 1199px) {
  .hero-three__col {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .hero-three__col {
    width: 100%;
  }
}
.hero-three__content {
  position: relative;
  z-index: 1;
}

.hero-three__content__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 50px;
  bottom: -60px;
}

@media (max-width: 1199px) {
  .hero-three__content__shape {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .hero-three__content__shape {
    display: none;
  }
}
.hero-three__top,
.hero-three__title,
.hero-three__desc,
.hero-three__button {
  overflow: hidden;
}

.hero-three__tagline {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  padding: 12px 30px;
  margin-bottom: 17px;
  border-radius: 100px;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.07);
}

@media (max-width: 480px) {
  .hero-three__tagline {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.hero-three__tagline__shape {
  width: 6px;
  height: 6px;
  position: relative;
  top: 11px;
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 991px) {
  .hero-three__tagline__shape {
    top: 9px;
  }
}
@media (max-width: 767px) {
  .hero-three__tagline__shape {
    top: 7px;
  }
}
@media (max-width: 480px) {
  .hero-three__tagline__shape {
    top: 6px;
  }
}
.hero-three__tagline__shape::before,
.hero-three__tagline__shape::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: -6px;
  background-color: var(--amoxi-white, #FFFFFF);
}

.hero-three__tagline__shape::before {
  top: -6px;
}

.hero-three__tagline__shape::after {
  bottom: -6px;
}

.hero-three__tagline__text {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 500;
  color: var(--amoxi-base, #ff621d);
  line-height: 1.318;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .hero-three__tagline__text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hero-three__tagline__text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .hero-three__tagline__text {
    font-size: 16px;
  }
}
.hero-three__title {
  margin-bottom: 30px;
  font-size: 75px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}

@media (max-width: 1599px) {
  .hero-three__title {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .hero-three__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-three__title {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-three__title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .hero-three__title {
    font-size: 45px;
  }
}
@media (max-width: 390px) {
  .hero-three__title {
    font-size: 40px;
  }
}
.hero-three__title__text {
  display: block;
}

.hero-three__title__highlight {
  position: relative;
  color: var(--amoxi-base, #ff621d);
}

.hero-three__title__highlight::after {
  content: "";
  width: 132px;
  height: 9px;
  position: absolute;
  left: 38px;
  bottom: 0px;
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 1599px) {
  .hero-three__title__highlight::after {
    width: 110px;
    height: 7px;
    left: 33px;
  }
}
@media (max-width: 991px) {
  .hero-three__title__highlight::after {
    width: 100px;
    left: 29px;
  }
}
@media (max-width: 767px) {
  .hero-three__title__highlight::after {
    width: 90px;
    height: 6px;
    left: 27px;
  }
}
@media (max-width: 575px) {
  .hero-three__title__highlight::after {
    width: 80px;
    left: 25px;
  }
}
@media (max-width: 480px) {
  .hero-three__title__highlight::after {
    width: 70px;
    height: 5px;
    left: 23px;
  }
}
@media (max-width: 390px) {
  .hero-three__title__highlight::after {
    width: 60px;
    left: 219px;
  }
}
.hero-three__text {
  margin-bottom: 33px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.hero-three__image {
  width: 49.6%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (max-width: 1199px) {
  .hero-three__image {
    display: none;
  }
}
.hero-three__image__inner {
  width: 100%;
  height: 100%;
}

.hero-three__image img {
  width: 108% !important;
  height: 100%;
  object-fit: cover;
}

.hero-three__image .stroke-text-title {
  height: 100%;
  margin: 0px;
  text-align: right;
  position: relative;
  position: absolute;
  top: 0px;
  right: -94px;
  z-index: 1;
  writing-mode: sideways-lr;
}

.hero-three__image .stroke-text-title svg {
  width: auto;
  height: 100%;
}

.hero-three__image .stroke-text-title svg text {
  font-size: 150px;
  stroke: var(--amoxi-white, #FFFFFF);
  animation: svgTextAnimation3 4s infinite alternate;
}

.hero-three .about-badge {
  position: absolute;
  left: 118px;
  bottom: -78px;
  z-index: 1;
}

.hero-three__bottom {
  width: 48%;
  display: flex;
  gap: 17px;
  align-items: center;
  position: absolute;
  right: 0px;
  bottom: 23px;
  z-index: 1;
}

@media (max-width: 1199px) {
  .hero-three__bottom {
    width: 100%;
    padding-left: 20px;
  }
}
.hero-three__bottom__line {
  width: 31%;
  height: 3px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-three__bottom__line__inner {
  width: 100%;
  height: 1px;
  position: relative;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.2);
}

.hero-three__bottom__line__inner::after {
  content: "";
  width: 15px;
  height: 3px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background-color: var(--amoxi-base, #ff621d);
  animation: slideMove 5s linear infinite alternate;
}

@keyframes slideMove {
  from {
    right: 0;
  }
  to {
    right: calc(100% - 15px);
  }
}
.hero-three__bottom__title {
  flex-grow: 1;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.291;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
}

@media (max-width: 1399px) {
  .hero-three__bottom__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hero-three__bottom__title {
    font-size: 18px;
  }
}
.hero-three__bottom__title span {
  color: var(--amoxi-base, #ff621d);
}

.hero-four {
  position: relative;
  background-color: var(--amoxi-black2, #0E0F11);
}

.hero-four__wrapper {
  padding: 250px 0px 215px;
  position: relative;
}

@media (max-width: 1199px) {
  .hero-four__wrapper {
    padding-bottom: 200px;
  }
}
@media (max-width: 991px) {
  .hero-four__wrapper {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .hero-four__wrapper {
    padding: 180px 0px;
  }
}
@media (max-width: 390px) {
  .hero-four__wrapper {
    padding-top: 160px;
  }
}
.hero-four__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.hero-four__container {
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  .hero-four__container {
    max-width: 1389px;
  }
}
.hero-four__title {
  margin-bottom: 43px;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.261;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .hero-four__title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .hero-four__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-four__title {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .hero-four__title {
    font-size: 40px;
  }
}
@media (max-width: 390px) {
  .hero-four__title {
    font-size: 35px;
  }
}
.hero-four__title span {
  display: inline-block;
  opacity: 0;
  transform: translate(150px, 0) scale(0.3);
  animation: leftToRightText 0.5s forwards;
}

.hero-four__title__highlight {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1px var(--amoxi-white, #FFFFFF);
}

.hero-four__title__highlight-2 {
  color: var(--amoxi-base, #ff621d);
}

.hero-four__title__shape-1,
.hero-four__title__shape-2 {
  max-width: 100%;
  height: auto;
  position: relative;
}

@media (max-width: 991px) {
  .hero-four__title__shape-1,
  .hero-four__title__shape-2 {
    display: none;
  }
}
.hero-four__title__shape-1 {
  top: -29px;
  margin-left: -40px;
}

.hero-four__title__shape-2 {
  bottom: -15px;
  margin-right: -46px;
}

.hero-four__button {
  overflow: hidden;
}

.hero-four__desc {
  overflow: hidden;
  padding: 45px 30px 0px 0px;
}

@media (max-width: 1199px) {
  .hero-four__desc {
    padding: 0px;
  }
}
.hero-four__text {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.hero-four__text span {
  display: inline-block;
  opacity: 0;
  transform: translate(-200px, -100px) scale(2);
  animation: textBallDrop 0.2s forwards;
}

.hero-four__text--2 {
  margin-bottom: 16px;
  color: var(--amoxi-black8, #333333);
}

.hero-four__text__big-letter {
  float: right;
  margin-left: 5px;
  font-size: 50px;
  line-height: 1;
  color: var(--amoxi-base, #ff621d);
}

.hero-four__social {
  height: 100%;
  display: flex;
  gap: 0px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
  writing-mode: sideways-lr;
  border-left: 1px solid RGBA(var(--amoxi-white2-rgb, 217, 217, 217), 0.14);
}

@media (max-width: 1599px) {
  .hero-four__social {
    display: none;
  }
}
.hero-four__social__link {
  flex: 0 0 auto;
  height: 20%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 25px 26.5px;
  transition: all 500ms ease;
}

.hero-four__social__link:not(:last-child) {
  border-top: 1px solid RGBA(var(--amoxi-white2-rgb, 217, 217, 217), 0.14);
}

.hero-four__social__link:not(:first-child):hover {
  background-color: var(--amoxi-base, #ff621d);
}

.hero-four__social__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.hero-four__social__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.hero-four__social__title {
  margin: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.3125;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.hero-four__social__link:not(:first-child):hover .hero-four__social__icon,
.hero-four__social__link:not(:first-child):hover .hero-four__social__title {
  color: var(--amoxi-black4, #131313);
}

.hero-four__shape-1,
.hero-four__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
}

.hero-four__shape-1 {
  right: 36%;
  bottom: 68px;
  animation: rotate 4s linear infinite;
}

@media (max-width: 1799px) {
  .hero-four__shape-1 {
    right: 30%;
  }
}
@media (max-width: 1599px) {
  .hero-four__shape-1 {
    right: 28%;
  }
}
@media (max-width: 1399px) {
  .hero-four__shape-1 {
    right: 25%;
  }
}
@media (max-width: 1199px) {
  .hero-four__shape-1 {
    bottom: 40px;
  }
}
.hero-four__shape-2 {
  top: 197px;
  left: 68px;
  animation: zoomIn2 2.5s infinite alternate;
}

@media (max-width: 1799px) {
  .hero-four__shape-2 {
    display: none;
  }
}
.hero-four__bottom {
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .hero-four__bottom {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hero-four__bottom__container {
    padding-right: 30px;
    padding-left: 0px;
    margin-right: calc((100% - 1200px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
.hero-four__bottom__card {
  flex: 0 0 auto;
  width: 30%;
  padding: 40px 40px 32px;
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 1599px) {
  .hero-four__bottom__card {
    width: 37%;
  }
}
@media (max-width: 1399px) {
  .hero-four__bottom__card {
    width: 40%;
  }
}
.hero-four__client {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 34px;
  padding: 25px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background-color: var(--amoxi-white, #FFFFFF);
}

.hero-four__client__images {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-four__client__image {
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}

.hero-four__client__image:not(:first-child) {
  margin-right: -9px;
}

.hero-four__client__image:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -3px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--amoxi-white, #FFFFFF);
}

.hero-four__client img {
  width: 48px;
  height: 48px;
  border-radius: inherit;
}

.hero-four__client__content {
  position: relative;
  z-index: 1;
}

.hero-four__client__content::before {
  content: "";
  width: 2px;
  height: calc(50% - 6px);
  position: absolute;
  right: -15px;
  bottom: 5px;
  z-index: 1;
  background-color: var(--amoxi-base, #ff621d);
}

.hero-four__client__content::after {
  content: "";
  width: 2px;
  height: calc(100% - 12px);
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  background-color: var(--amoxi-black5, #222222);
}

.hero-four__client__count {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  color: var(--amoxi-black7, #000000);
}

.hero-four__client__text {
  margin: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-black7, #000000);
  line-height: 1.625;
  text-transform: capitalize;
}

.hero-four__link {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--amoxi-black4, #131313);
  line-height: 1.625;
}

.hero-four__link__text:hover {
  text-decoration: underline;
}

.hero-four__link__icon {
  display: inline-flex;
  font-size: 12px;
}

.hero-four__image {
  flex: 0 0 auto;
  width: 70%;
  position: relative;
}

@media (max-width: 1599px) {
  .hero-four__image {
    width: 63%;
  }
}
@media (max-width: 1399px) {
  .hero-four__image {
    width: 60%;
  }
}
.hero-four__image__inner {
  width: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.hero-four__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 0px 150px 0px 0px;
}

.hero-five {
  position: relative;
  background-color: var(--amoxi-black2, #0E0F11);
}

.hero-five__wrapper {
  position: relative;
  padding: 244px 0px 137px;
}

.hero-five__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.hero-five .container {
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .hero-five .container {
    max-width: 1267px;
  }
}
.hero-five__title {
  margin-bottom: 0px;
  font-size: 140px;
  font-weight: 700;
  text-align: center;
  line-height: 1.142;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
}

@media (max-width: 1599px) {
  .hero-five__title {
    font-size: 120px;
  }
}
@media (max-width: 1199px) {
  .hero-five__title {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .hero-five__title {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .hero-five__title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-five__title {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .hero-five__title {
    font-size: 50px;
  }
}
@media (max-width: 412px) {
  .hero-five__title {
    font-size: 45px;
  }
}
.hero-five .scroll-btn {
  height: 105px;
  margin: 5px auto 0px;
}

@media (max-width: 1199px) {
  .hero-five .scroll-btn {
    margin-top: 40px;
  }
}
.hero-five .scroll-btn__dot {
  animation: scrollDot2 1.8s infinite ease;
}

@media (max-width: 1199px) {
  .hero-five__experience {
    margin-top: 30px;
    text-align: center;
  }
}
.hero-five__experience__text {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .hero-five__experience .line {
    justify-content: center;
  }
}
.hero-five__border {
  width: 100%;
  height: 1px;
  position: relative;
  margin: 44px 0px 47px;
  background-color: var(--amoxi-white, #FFFFFF);
}

.hero-five__border::after {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 50%;
  background-color: var(--amoxi-base, #ff621d);
  animation: slideMove2 8s linear infinite alternate;
}

@keyframes slideMove2 {
  from {
    right: 0;
  }
  to {
    right: calc(100% - 19px);
  }
}
.hero-five__desc {
  display: flex;
  gap: 20px;
  align-items: center;
}

@media (max-width: 991px) {
  .hero-five__desc {
    flex-direction: column;
    justify-content: center;
  }
}
.hero-five__desc__image {
  flex-shrink: 0;
}

.hero-five__desc__image img {
  max-width: 100%;
  height: auto;
}

.hero-five__text {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
}

@media (max-width: 991px) {
  .hero-five__text .line {
    text-align: center;
    justify-content: center;
  }
}
.hero-five__btn-wrap {
  width: 112px;
  height: 112px;
  margin-right: auto;
}

@media (max-width: 991px) {
  .hero-five__btn-wrap {
    margin-left: auto;
  }
}
.hero-five .amoxi-circle-btn {
  width: 112px;
  height: 112px;
  margin-right: auto;
}

@media (max-width: 991px) {
  .hero-five .amoxi-circle-btn {
    margin-left: auto;
  }
}
.hero-five .amoxi-circle-btn__icon {
  color: var(--amoxi-black2, #0E0F11);
}

.hero-five .amoxi-circle-btn__dot {
  background-color: var(--amoxi-white, #FFFFFF);
}

.hero-five__image {
  height: 754px;
  position: relative;
}

@media (max-width: 1599px) {
  .hero-five__image {
    height: 600px;
  }
}
@media (max-width: 1199px) {
  .hero-five__image {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .hero-five__image {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .hero-five__image {
    height: 400px;
  }
}
@media (max-width: 430px) {
  .hero-five__image {
    height: 350px;
  }
}
.hero-five__image__img {
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero-five__image__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: RGBA(var(--amoxi-black7-rgb, 0, 0, 0), 0.5);
}

.hero-five .stroke-text-title {
  margin-bottom: 0px;
  text-align: left;
  position: relative;
  position: absolute;
  left: 47px;
  bottom: 62px;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero-five .stroke-text-title {
    bottom: 30px;
  }
}
@media (max-width: 430px) {
  .hero-five .stroke-text-title {
    bottom: 20px;
  }
}
.hero-five .stroke-text-title svg text {
  font-size: 200px;
  stroke: var(--amoxi-white, #FFFFFF);
  animation: svgTextAnimation2 4s infinite alternate;
}

@media (max-width: 991px) {
  .hero-five .stroke-text-title svg text {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .hero-five .stroke-text-title svg text {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .hero-five .stroke-text-title svg text {
    font-size: 90px;
  }
}
@media (max-width: 480px) {
  .hero-five .stroke-text-title svg text {
    font-size: 80px;
  }
}
@media (max-width: 430px) {
  .hero-five .stroke-text-title svg text {
    font-size: 70px;
  }
}
@media (max-width: 390px) {
  .hero-five .stroke-text-title svg text {
    font-size: 60px;
  }
}
.hero-six {
  position: relative;
  padding: 149px 0px 111px;
  background-color: var(--amoxi-black4, #131313);
}

@media (max-width: 767px) {
  .hero-six {
    padding-bottom: 130px;
  }
}
.hero-six__bg {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero-six__bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: RGBA(var(--amoxi-black2-rgb, 14, 15, 17), 0.94);
}

.hero-six .container {
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  .hero-six .container {
    max-width: 1351px;
  }
}
@media (min-width: 1400px) {
  .hero-six .container {
    max-width: 1389px;
  }
}
@media (min-width: 1600px) {
  .hero-six .container {
    max-width: 1628px;
  }
}
.hero-six .row {
  --bs-gutter-x: 38px;
}

.hero-six__col-1 {
  width: 54%;
  flex: 0 0 auto;
}

@media (max-width: 1199px) {
  .hero-six__col-1 {
    width: 100%;
  }
}
.hero-six__col-2 {
  flex: 0 0 auto;
  width: 46%;
}

@media (max-width: 1199px) {
  .hero-six__col-2 {
    width: 100%;
  }
}
.hero-six__content {
  margin-top: 84px;
  padding-right: 125px;
}

@media (max-width: 1799px) {
  .hero-six__content {
    padding-right: 100px;
  }
}
@media (max-width: 1599px) {
  .hero-six__content {
    padding-right: 0px;
  }
}
@media (max-width: 1399px) {
  .hero-six__content {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .hero-six__content {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .hero-six__content {
    margin-top: 20px;
  }
}
@media (max-width: 360px) {
  .hero-six__content {
    margin-top: 0px;
  }
}
.hero-six__top {
  display: flex;
  gap: 35px;
  margin-bottom: 44px;
}

@media (max-width: 1199px) {
  .hero-six__top {
    max-width: 800px;
    margin: 0px auto 0px;
    text-align: center;
  }
}
.hero-six__top__shape {
  width: 7px;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 1199px) {
  .hero-six__top__shape {
    display: none;
  }
}
.hero-six__top__shape::before {
  content: "";
  width: 7px;
  height: calc(100% - 33px);
  position: absolute;
  top: calc(50% + 2px);
  right: 0px;
  border-radius: 100px;
  transform: translateY(-50%);
  background-color: var(--amoxi-base, #ff621d);
}

.hero-six__top__shape::after {
  content: "";
  width: 20px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  background-color: var(--amoxi-base, #ff621d);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.hero-six__title {
  flex-grow: 1;
  margin-bottom: 0px;
  position: relative;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.261;
  color: var(--amoxi-white, #FFFFFF);
}

@media (max-width: 1399px) {
  .hero-six__title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .hero-six__title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .hero-six__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-six__title {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .hero-six__title {
    font-size: 40px;
  }
}
@media (max-width: 390px) {
  .hero-six__title {
    font-size: 35px;
  }
}
.hero-six__title__highlight {
  display: inline-block;
  color: var(--amoxi-base, #ff621d);
  position: relative;
}

.hero-six__title__line {
  display: block;
  width: calc(100% - 31px);
  height: 4px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 1399px) {
  .hero-six__title__line {
    width: calc(100% - 28px);
  }
}
@media (max-width: 991px) {
  .hero-six__title__line {
    width: calc(100% - 26px);
  }
}
@media (max-width: 767px) {
  .hero-six__title__line {
    width: calc(100% - 24px);
    height: 3px;
  }
}
@media (max-width: 575px) {
  .hero-six__title__line {
    width: calc(100% - 21px);
    height: 2px;
  }
}
@media (max-width: 480px) {
  .hero-six__title__line {
    width: calc(100% - 19px);
  }
}
@media (max-width: 390px) {
  .hero-six__title__line {
    width: calc(100% - 17px);
  }
}
.hero-six .funfact-one {
  position: relative;
  background-color: transparent;
}

.hero-six .funfact-one::after {
  display: none;
}

@media (max-width: 1199px) {
  .hero-six .funfact-one--sm-device {
    margin-top: 60px;
  }
}
.hero-six .funfact-one .row {
  --bs-gutter-x: 0px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero-six .funfact-one .row {
    justify-content: center;
  }
}
.hero-six .funfact-one__item {
  flex: 0 0 auto;
  width: 33.3333333333%;
  display: block;
  background-color: var(--amoxi-black, #1A1B1F);
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.19);
}

@media (max-width: 767px) {
  .hero-six .funfact-one__item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .hero-six .funfact-one__item {
    width: 100%;
  }
}
.hero-six .funfact-one__item:nth-child(2) {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .hero-six .funfact-one__item:nth-child(2) {
    margin-top: 0px;
    margin-right: -1px !important;
  }
}
@media (max-width: 480px) {
  .hero-six .funfact-one__item:nth-child(2) {
    margin-right: 0px !important;
  }
}
.hero-six .funfact-one__item:nth-child(3) {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .hero-six .funfact-one__item:nth-child(3) {
    margin-top: -1px;
  }
}
.hero-six .funfact-one__item:not(:first-child) {
  margin-right: -1px;
}

@media (max-width: 767px) {
  .hero-six .funfact-one__item:not(:first-child) {
    margin-right: 0px;
  }
}
@media (max-width: 480px) {
  .hero-six .funfact-one__item:not(:first-child) {
    margin-top: 20px;
  }
}
.hero-six .funfact-one__item::before {
  height: 100%;
}

.hero-six .funfact-one__item::after {
  display: none;
}

.hero-six .funfact-one__item__content {
  padding: 40px 40px 45px;
}

@media (max-width: 375px) {
  .hero-six .funfact-one__item__content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 481px) and (max-width: 575px) {
  .hero-six .funfact-one__item__content {
    padding: 30px 25px 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-six .funfact-one__item__content {
    padding: 30px 25px 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-six .funfact-one__item__content {
    padding: 30px 25px 35px;
  }
}
.hero-six .funfact-one__item:nth-child(2) .funfact-one__item__content::before,
.hero-six .funfact-one__item:nth-child(2) .funfact-one__item__content::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 991px) {
  .hero-six .funfact-one__item:nth-child(2) .funfact-one__item__content::before,
  .hero-six .funfact-one__item:nth-child(2) .funfact-one__item__content::after {
    display: none;
  }
}
.hero-six .funfact-one__item:nth-child(2) .funfact-one__item__content::before {
  right: -50px;
  bottom: 0px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.hero-six .funfact-one__item:nth-child(2) .funfact-one__item__content::after {
  top: 0px;
  left: -50px;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

@media (min-width: 481px) and (max-width: 575px) {
  .hero-six .funfact-one__item__count {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-six .funfact-one__item__count {
    font-size: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-six .funfact-one__item__count {
    font-size: 40px;
  }
}
.hero-six .funfact-one__item__text {
  color: var(--amoxi-white, #FFFFFF);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-six .funfact-one__item__text {
    font-size: 15px;
  }
}
.hero-six .funfact-one__item:hover .funfact-one__item__count,
.hero-six .funfact-one__item:hover .funfact-one__item__text {
  color: var(--amoxi-black5, #222222);
}

.hero-six .funfact-one__item:hover .funfact-one__item__count::after {
  background-color: var(--amoxi-black2, #0E0F11);
}

.hero-six__funfact-shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -55px;
  left: 3px;
  animation: moveX 2s linear infinite;
}

@media (max-width: 767px) {
  .hero-six__funfact-shape {
    display: none;
  }
}
.hero-six__image {
  padding-right: 74px;
}

@media (max-width: 1799px) {
  .hero-six__image {
    padding-right: 60px;
  }
}
@media (max-width: 1599px) {
  .hero-six__image {
    padding-right: 0px;
  }
}
.hero-six__image__inner {
  position: relative;
}

.hero-six__image__box {
  width: 641px;
  height: 487px;
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .hero-six__image__box {
    margin: 0px auto;
  }
}
@media (max-width: 991px) {
  .hero-six__image__box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-six__image__box {
    height: 400px;
  }
}
@media (max-width: 440px) {
  .hero-six__image__box {
    height: 350px;
  }
}
@media (max-width: 390px) {
  .hero-six__image__box {
    height: 300px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-six__image__box {
    width: 517px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .hero-six__image__box {
    width: 604px;
  }
}
.hero-six__image__box img {
  width: 110% !important;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.hero-six__image__shape {
  width: 191px;
  height: 215px;
  position: absolute;
  top: 0px;
  right: -74px;
  bottom: 0px;
  margin: auto 0px;
}

@media (max-width: 1599px) {
  .hero-six__image__shape {
    display: none;
  }
}
.hero-six__image__shape__box {
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 50px;
  background-color: var(--amoxi-white, #FFFFFF);
  animation: zump 2s linear infinite;
}

.hero-six__image__shape img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}

.hero-six__desc {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  position: relative;
  margin: 25px 0px 27px;
}

@media (max-width: 1199px) {
  .hero-six__desc {
    text-align: center;
    justify-content: center;
  }
}
.hero-six__desc__line {
  width: 2px;
  height: 14px;
  flex-shrink: 0;
  position: relative;
  top: 5px;
  background-color: var(--amoxi-base, #ff621d);
}

.hero-six__text {
  position: relative;
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
}

@media (max-width: 1199px) {
  .hero-six__text {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .hero-six__text .line {
    text-align: center;
    justify-content: center;
  }
}
.hero-six__button {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .hero-six__button {
    text-align: center;
  }
}
.hero-six__shape-1,
.hero-six__shape-2,
.hero-six__shape-3,
.hero-six__shape-4,
.hero-six__shape-5 {
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
}

.hero-six__shape-1 {
  top: 0px;
  right: 0px;
  animation: zoomIn 2s infinite alternate;
}

@media (max-width: 1599px) {
  .hero-six__shape-1 {
    right: -100px;
  }
}
@media (max-width: 1199px) {
  .hero-six__shape-1 {
    display: none;
  }
}
.hero-six__shape-2 {
  right: 16.7%;
  bottom: 62px;
}

@media (max-width: 767px) {
  .hero-six__shape-2 {
    bottom: 40px;
  }
}
.hero-six__shape-3 {
  top: 110px;
  right: 35.5%;
  animation: rotate 4s linear infinite;
}

@media (max-width: 1199px) {
  .hero-six__shape-3 {
    right: 50%;
  }
}
@media (max-width: 575px) {
  .hero-six__shape-3 {
    display: none;
  }
}
.hero-six__shape-4 {
  top: 79px;
  left: 84px;
  animation: zoomIn 2s infinite alternate;
}

@media (max-width: 1799px) {
  .hero-six__shape-4 {
    left: 50px;
  }
}
@media (max-width: 1599px) {
  .hero-six__shape-4 {
    top: 100px;
  }
}
@media (max-width: 1199px) {
  .hero-six__shape-4 {
    display: none;
  }
}
.hero-six__shape-5 {
  left: 30px;
  bottom: 30px;
}

@media (max-width: 1799px) {
  .hero-six__shape-5 {
    display: none;
  }
}
@keyframes leftToRightText {
  40% {
    opacity: 1;
    color: var(--amoxi-white, #FFFFFF);
    transform: translate(-50px, 0) scale(0.7);
  }
  60% {
    color: var(--amoxi-white, #FFFFFF);
  }
  80% {
    opacity: 0;
    transform: translate(0) scale(2);
  }
  100% {
    opacity: 1;
    transform: translate(0) scale(1);
  }
}
@keyframes textBallDrop {
  60% {
    transform: translate(0, 20px) rotate(180deg) scale(0.5);
  }
  100% {
    transform: translate(0) rotate(0deg) scale(1);
    opacity: 1;
  }
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  background-color: var(--amoxi-black, #1A1B1F);
}

.about-one .container {
  position: relative;
  z-index: 1;
}

.about-one__image {
  display: flex;
  gap: 20px;
  margin-right: -133px;
}

@media (max-width: 1199px) {
  .about-one__image {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .about-one__image {
    flex-direction: column;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .about-one__image {
    margin-right: -65px;
  }
}
.about-one__image__one img {
  max-width: 100%;
  height: auto;
  border-radius: 0px 1000px 1000px 0px;
}

@media (max-width: 767px) {
  .about-one__image__one img {
    border-radius: 0px;
  }
}
.about-one__image__two img {
  max-width: 100%;
  height: auto;
  border-radius: 1000px 0px 0px 1000px;
}

@media (max-width: 767px) {
  .about-one__image__two img {
    display: none;
  }
}
.about-one .about-badge {
  margin: 5px 135px 40px 0px;
}

@media (max-width: 767px) {
  .about-one .about-badge {
    margin-right: 0px;
  }
}
.about-one__experience {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 20px;
}

.about-one__experience__year {
  margin: 0px;
  padding: 19px 20px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  writing-mode: sideways-lr;
  background-color: var(--amoxi-base, #ff621d);
  -webkit-text-stroke: 2px var(--amoxi-white, #FFFFFF);
}

.about-one__experience__title {
  margin: 0px;
  font-size: 30px;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.25;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 390px) {
  .about-one__experience__title {
    font-size: 22px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .about-one__experience__title {
    font-size: 22px;
  }
}
.about-one__experience__title:first-child {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.about-one__experience__title:first-child::before {
  content: "";
  width: calc(100% + 30px);
  height: 1px;
  position: absolute;
  right: -30px;
  bottom: 0px;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.about-one__item {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 29px;
}

@media (max-width: 430px) {
  .about-one__item {
    align-items: flex-start;
  }
}
.about-one__item__icon-box {
  width: 111px;
  height: 111px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: var(--amoxi-white, #FFFFFF);
}

@media (max-width: 430px) {
  .about-one__item__icon-box {
    width: 80px;
    height: 80px;
  }
}
.about-one__item__icon {
  display: inline-flex;
  font-size: 72px;
  color: var(--amoxi-base, #ff621d);
}

@media (max-width: 430px) {
  .about-one__item__icon {
    font-size: 50px;
  }
}
.about-one__item__text {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.about-one__funfact {
  display: flex;
  gap: 20px 75px;
  align-items: center;
  padding: 49px 40px;
  margin-bottom: 33px;
  border-radius: 10px;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 767px) {
  .about-one__funfact {
    gap: 20px 40px;
    padding: 39px 30px;
  }
}
@media (max-width: 575px) {
  .about-one__funfact {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about-one__funfact__count {
  margin: 0px;
  position: relative;
  font-size: 85px;
  line-height: 1;
  font-weight: 600;
  color: var(--amoxi-white, #FFFFFF);
}

@media (max-width: 390px) {
  .about-one__funfact__count {
    font-size: 70px;
  }
}
@media (max-width: 375px) {
  .about-one__funfact__count {
    font-size: 60px;
  }
}
.about-one__funfact__count::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -34.5px;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, #a6a6a6 50%, rgba(115, 115, 115, 0) 100%);
}

@media (max-width: 767px) {
  .about-one__funfact__count::after {
    left: -20px;
  }
}
@media (max-width: 575px) {
  .about-one__funfact__count::after {
    display: none;
  }
}
.about-one__funfact__text {
  margin: 0px;
}

.about-one__text {
  margin-bottom: 32px;
}

.about-one__text span {
  font-weight: 5000;
  color: var(--amoxi-base, #ff621d);
  text-transform: uppercase;
}

.about-one__shape {
  padding: 30px;
  position: absolute;
  left: 40px;
  bottom: 57px;
}

@media (max-width: 1599px) {
  .about-one__shape {
    display: none;
  }
}
.about-one__shape img {
  max-width: 100%;
  height: auto;
}

.about-two {
  position: relative;
}

.about-two .container {
  position: relative;
  z-index: 1;
}

.about-two .sec-title,
.about-two .sec-title__top {
  margin: 0px;
}

.about-two__shape {
  max-width: 100%;
  height: auto;
  margin: 66px 0px 60px;
}

@media (max-width: 991px) {
  .about-two__shape {
    display: none;
  }
}
.about-two__text {
  margin: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

@media (max-width: 991px) {
  .about-two__text {
    margin-top: 20px;
  }
}
.about-two__text__border {
  display: inline-block;
  width: 62px;
  height: 2px;
  position: relative;
  margin-left: 15px;
  vertical-align: middle;
  border-radius: 100px;
  background-color: var(--amoxi-white, #FFFFFF);
}

.about-two__text__border::after {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: inherit;
  animation: about2MoveX 7s linear infinite;
  background: linear-gradient(-90deg, #f29a1c 0%, #fa4721 100%), rgba(255, 255, 255, 0.14);
}

@keyframes about2MoveX {
  0%, 50%, 100% {
    -webkit-transform: translateX(-45px);
    transform: translateX(-45px);
  }
  25%, 75% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.about-two__right {
  position: relative;
}

.about-two__right .sec-title__title {
  text-transform: uppercase;
}

.about-two__year {
  padding-bottom: 30px;
  margin: 12px 0px 34px;
  font-size: 200px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background-repeat: repeat;
  background-position: right center;
  -webkit-background-clip: text;
  border-bottom: 1px solid RGBA(var(--amoxi-white2-rgb, 217, 217, 217), 0.14);
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
  .about-two__year {
    font-size: 170px;
  }
}
@media (max-width: 575px) {
  .about-two__year {
    font-size: 160px;
  }
}
@media (max-width: 480px) {
  .about-two__year {
    font-size: 145px;
  }
}
@media (max-width: 440px) {
  .about-two__year {
    font-size: 125px;
  }
}
@media (max-width: 390px) {
  .about-two__year {
    font-size: 115px;
  }
}
@media (max-width: 360px) {
  .about-two__year {
    font-size: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-two__year {
    font-size: 175px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .about-two__year {
    font-size: 175px;
  }
}
.about-two__list {
  margin: 37px 0px 38px;
}

.about-two__list li + li {
  margin-top: 20px;
}

.about-two__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
  text-transform: uppercase;
}

.about-two__list li:hover span {
  text-decoration: underline;
}

.about-two__list svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  position: relative;
  top: 3px;
  transition: all 500ms ease;
}

.about-two__list svg path:nth-child(1) {
  fill: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.about-two__list svg path:nth-child(2) {
  fill: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.about-two__list li:hover svg path:nth-child(1) {
  fill: var(--amoxi-base, #ff621d);
}

.about-two__list li:hover svg path:nth-child(2) {
  fill: var(--amoxi-base, #ff621d);
}

.about-two__image {
  display: inline-block;
  padding: 7px;
  position: absolute;
  left: -125px;
  bottom: 0px;
  border-radius: 100px;
  transform: rotate(-17.93deg);
  background: linear-gradient(-90deg, #f29a1c 0%, #fa4721 100%);
}

@media (max-width: 1599px) {
  .about-two__image {
    left: -100px;
  }
}
@media (max-width: 1399px) {
  .about-two__image {
    display: none;
  }
}
.about-two__image img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}

.about-three {
  position: relative;
  background-color: var(--amoxi-black2, #0E0F11);
}

.about-three .container {
  position: relative;
  z-index: 1;
}

.about-three__image {
  display: inline-block;
  position: relative;
}

.about-three__image__one {
  position: relative;
}

.about-three__image__one::after {
  content: "";
  width: 54px;
  height: 84px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--amoxi-base, #ff621d);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 69%);
}

.about-three__image__two {
  position: relative;
  position: absolute;
  left: -107px;
  bottom: 104px;
  z-index: 1;
  padding: 7px 7px 7px 0px;
}

@media (max-width: 767px) {
  .about-three__image__two {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-three__image__two {
    left: -60px;
  }
}
.about-three__image__two::before {
  content: "";
  width: 112px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background-color: var(--amoxi-white, #FFFFFF);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-three__image__two::before {
    width: 159px;
  }
}
.about-three__image img {
  max-width: 100%;
  height: auto;
}

.about-three__image__shape {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: var(--amoxi-base, #ff621d);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  border-radius: 50%;
  background-color: var(--amoxi-white, #FFFFFF);
}

.about-three__image__shape svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-three__experience {
  margin: 0px;
  font-size: 35px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.285;
  text-transform: uppercase;
  position: absolute;
  right: -67px;
  bottom: 0px;
  writing-mode: sideways-lr;
}

@media (max-width: 1299px) {
  .about-three__experience {
    margin-top: 30px;
    position: static;
    writing-mode: unset;
  }
}
@media (max-width: 991px) {
  .about-three__experience {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .about-three__experience {
    font-size: 22px;
  }
}
.about-three__inner {
  padding-right: 100px;
}

@media (max-width: 991px) {
  .about-three__inner {
    padding-right: 6px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-three__inner {
    padding-right: 60px;
  }
}
.about-three__text {
  margin-bottom: 25px;
}

.about-three__item-box {
  margin-bottom: 40px;
}

.about-three__item {
  display: flex;
  gap: 24px;
  align-items: center;
}

.about-three__item + .about-three__item {
  margin-top: 21px;
}

.about-three__item__icon {
  display: inline-flex;
  font-size: 36px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.about-three__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-three__item:hover .about-three__item__icon {
  color: var(--amoxi-base, #ff621d);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.about-three__item__title {
  margin: 0px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.388;
  text-transform: capitalize;
}

.about-three__item__title::before {
  content: "";
  width: 1px;
  height: calc(50% + 6px);
  position: absolute;
  right: -14px;
  bottom: -6px;
  opacity: 0;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}

.about-three__item__title::after {
  content: "";
  width: 1px;
  height: calc(100% + 12px);
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.about-three__item:hover .about-three__item__title::before {
  opacity: 1;
}

.about-three__border {
  width: 100%;
  height: 1px;
  position: relative;
  margin-bottom: 40px;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.about-three__border::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: var(--amoxi-base, #ff621d);
  animation: aboutSlideMove 5s linear infinite alternate;
}

@keyframes aboutSlideMove {
  0% {
    right: 0;
  }
  100% {
    right: calc(100% - 9px);
  }
}
.about-three__profile {
  display: flex;
  gap: 20px 27px;
  align-items: center;
}

@media (max-width: 375px) {
  .about-three__profile {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about-three__profile__image {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid var(--amoxi-base, #ff621d);
}

.about-three__profile__image img {
  width: 86px;
  height: 86px;
}

.about-three__profile__name {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}

.about-three__profile__designation {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
  text-transform: capitalize;
}

.about-three__bottom {
  margin-top: 120px;
  text-align: center;
}

@media (max-width: 1399px) {
  .about-three__bottom {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .about-three__bottom {
    margin-top: 50px;
  }
}
.about-three__button {
  margin-top: 31px;
}

.about-three__shape-1,
.about-three__shape-2,
.about-three__shape-3 {
  max-width: 100%;
  height: auto;
  position: absolute;
}

@media (max-width: 1599px) {
  .about-three__shape-1,
  .about-three__shape-2,
  .about-three__shape-3 {
    display: none;
  }
}
.about-three__shape-1 {
  top: 350px;
  left: 10%;
  animation: zoomIn 1.5s infinite alternate;
}

.about-three__shape-2 {
  top: 252px;
  left: 4%;
  animation: zoomIn2 1.5s infinite alternate;
}

.about-three__shape-3 {
  left: 3%;
  bottom: 92px;
}

.about-four {
  position: relative;
  background-color: var(--amoxi-black2, #0E0F11);
}

.about-four .container {
  position: relative;
  z-index: 1;
}

.about-four__top {
  margin-bottom: 51px;
}

.about-four .sec-title,
.about-four .sec-title__tagline,
.about-four .sec-title__title {
  margin-bottom: 0px;
}

.about-four__image img {
  max-width: 100%;
  height: auto;
}

.about-four__experience {
  display: flex;
  gap: 20px 60px;
  align-items: center;
  padding: 25.5px 40px;
  position: relative;
  margin-bottom: 67px;
  border-radius: 20px;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 767px) {
  .about-four__experience {
    gap: 20px 40px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 480px) {
  .about-four__experience {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-four__experience {
    gap: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.about-four__experience::after {
  content: "";
  width: 62px;
  height: 31px;
  position: absolute;
  right: 50%;
  bottom: -31px;
  transform: translateX(50%);
  background-color: var(--amoxi-base, #ff621d);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.about-four__experience__year {
  position: relative;
  margin-bottom: 0px;
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
  background-repeat: repeat;
  background-position: center center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
  .about-four__experience__year {
    font-size: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-four__experience__year {
    font-size: 75px;
  }
}
.about-four__experience__year::after {
  content: "";
  width: 5px;
  height: calc(100% - 15px);
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 767px) {
  .about-four__experience__year::after {
    left: -20px;
  }
}
@media (max-width: 480px) {
  .about-four__experience__year::after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-four__experience__year::after {
    left: -20px;
  }
}
.about-four__experience__title {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 35px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.314;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .about-four__experience__title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .about-four__experience__title {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-four__experience__title {
    font-size: 25px;
  }
}
.about-four__text {
  margin-bottom: 38px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.about-four__item__top {
  display: flex;
  gap: 36px;
  align-items: center;
  padding-bottom: 18px;
  margin-bottom: 15px;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.about-four__item__icon {
  display: inline-flex;
  font-size: 36px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.about-four__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-four__item:hover .about-four__item__icon {
  color: var(--amoxi-base, #ff621d);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.about-four__item__title {
  margin: 0px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.388;
  text-transform: capitalize;
}

.about-four__item__title::after {
  content: "";
  width: 1px;
  height: calc(100% + 14px);
  position: absolute;
  top: calc(50% + 11px);
  right: -18px;
  transform: translateY(-50%);
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.about-four__item__title br {
  display: inline;
}

.about-four__text-2 {
  margin: 30px 0px;
}

.about-four__text-2 span {
  font-weight: 500;
  color: var(--amoxi-base, #ff621d);
  text-transform: uppercase;
}

.about-four__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  top: 0px;
  left: 80px;
  bottom: 0px;
  font-weight: 700;
  font-size: 180px;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  writing-mode: sideways-lr;
  background: linear-gradient(-360deg, rgba(102, 102, 102, 0.08) 34.16%, #222222 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.about-four__title span {
  display: inline-block;
  font-size: 220px;
  line-height: 1;
  background: linear-gradient(-360deg, rgba(102, 102, 102, 0.08) 15.87%, #b3de4f 77.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media (max-width: 1799px) {
  .about-four__title {
    display: none;
  }
}
.about-four__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 94px;
  bottom: 394px;
}

@media (max-width: 1799px) {
  .about-four__shape {
    right: 20px;
  }
}
@media (max-width: 1599px) {
  .about-four__shape {
    right: 0px;
  }
}
@media (max-width: 1599px) {
  .about-four__shape {
    display: none;
  }
}
.about-five {
  position: relative;
  overflow: hidden;
  background-color: var(--amoxi-black2, #0E0F11);
}

.about-five .container {
  position: relative;
  z-index: 1;
}

.about-five__top {
  margin-bottom: 50px;
}

.about-five .sec-title__top {
  margin-top: 15px;
}

.about-five .sec-title {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .about-five__left {
    margin-top: -53px;
  }
}
.about-five__experience {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: var(--amoxi-base, #ff621d);
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--amoxi-black9, #474747);
}

@media (max-width: 390px) {
  .about-five__experience {
    font-size: 40px;
  }
}
.about-five__experience span {
  color: transparent;
}

@media (min-width: 992px) {
  .about-five__experience {
    margin-bottom: 57px;
    padding-right: 58px;
    writing-mode: sideways-lr;
    justify-content: center;
  }
}
.about-five__inner {
  display: grid;
  gap: 40px 0px;
  grid-template-columns: 1fr 225px;
  margin-bottom: 49px;
}

@media (max-width: 767px) {
  .about-five__inner {
    grid-template-columns: 1fr;
  }
}
.about-five__image {
  position: relative;
}

.about-five__image__img {
  height: 100%;
}

@media (max-width: 767px) {
  .about-five__image__img {
    height: auto;
    margin-bottom: 30px;
  }
}
.about-five__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .about-five__image img {
    height: auto;
  }
}
.about-five__client {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 25px 30px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

@media (max-width: 430px) {
  .about-five__client {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 768px) {
  .about-five__client {
    height: max-content;
    padding: 30px 25px;
    position: absolute;
    top: 50%;
    right: -30px;
    writing-mode: sideways-lr;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .about-five__client {
    right: -50px;
  }
}
.about-five__client::before {
  content: "";
  width: calc(100% + 10px);
  height: calc(50% + 5px);
  position: absolute;
  right: 50%;
  bottom: -5px;
  transform: translateX(50%);
  background-color: var(--amoxi-white, #FFFFFF);
  border-radius: 0px 0px 10px 10px;
}

@media (min-width: 768px) {
  .about-five__client::before {
    width: calc(50% + 5px);
    height: calc(100% + 10px);
    top: 50%;
    right: auto;
    left: -5px;
    bottom: auto;
    border-radius: 10px 0px 0px 10px;
    transform: translateX(0%) translateY(-50%);
  }
}
.about-five__client__images {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.about-five__client__image {
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .about-five__client__image {
    transform: rotate(90deg);
  }
}
.about-five__client__image:not(:first-child) {
  margin-right: -9px;
}

@media (min-width: 768px) {
  .about-five__client__image:not(:first-child) {
    margin: 0px 0px -9px 0px;
  }
}
.about-five__client__image:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -3px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--amoxi-white, #FFFFFF);
}

.about-five__client img {
  width: 48px;
  height: 48px;
  border-radius: inherit;
}

.about-five__client__content {
  position: relative;
  z-index: 1;
}

.about-five__client__content::before {
  content: "";
  width: 2px;
  height: calc(50% - 6px);
  position: absolute;
  right: -15px;
  bottom: 5px;
  z-index: 1;
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 430px) {
  .about-five__client__content::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .about-five__client__content::before {
    width: calc(50% - 6px);
    height: 2px;
    right: auto;
    left: 6px;
    bottom: -16px;
  }
}
.about-five__client__content::after {
  content: "";
  width: 2px;
  height: calc(100% - 12px);
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  background-color: var(--amoxi-white, #FFFFFF);
}

@media (max-width: 430px) {
  .about-five__client__content::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .about-five__client__content::after {
    width: calc(100% - 12px);
    height: 2px;
    top: auto;
    right: 50%;
    bottom: -16px;
    transform: translateX(50%) translateY(0%);
  }
}
.about-five__client__count {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
}

@media (min-width: 768px) {
  .about-five__client__count {
    margin: 0px 0px 0px 5px;
  }
}
.about-five__client__text {
  margin: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
  text-transform: capitalize;
}

.about-five__client__shape {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--amoxi-black, #1A1B1F);
}

.about-five__client__shape::before,
.about-five__client__shape::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

@media (min-width: 768px) {
  .about-five__client__shape::before,
  .about-five__client__shape::after {
    right: 0px;
    left: auto;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
}
.about-five__client__shape::before {
  width: 53px;
  height: 45px;
  background-color: RGBA(var(--amoxi-base-rgb, 255, 98, 29), 0.4);
}

@media (min-width: 768px) {
  .about-five__client__shape::before {
    width: 45px;
    height: 53px;
  }
}
.about-five__client__shape::after {
  content: "";
  width: 40px;
  height: 45px;
  z-index: 1;
  background-color: var(--amoxi-base, #ff621d);
}

@media (min-width: 768px) {
  .about-five__client__shape::after {
    width: 45px;
    height: 40px;
  }
}
.about-five .funfact-one {
  background-color: transparent;
}

.about-five .funfact-one::after {
  display: none;
}

.about-five .funfact-one__item {
  display: block;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.19);
}

.about-five .funfact-one__item:first-child {
  border-bottom: none;
}

.about-five .funfact-one__item::before {
  height: 100%;
}

.about-five .funfact-one__item::after {
  display: none;
}

.about-five .funfact-one__item__content {
  padding-top: 40px;
  padding-bottom: 46px;
}

.about-five .funfact-one__item__text {
  color: var(--amoxi-white, #FFFFFF);
}

.about-five .funfact-one__item:hover .funfact-one__item__count,
.about-five .funfact-one__item:hover .funfact-one__item__text {
  color: var(--amoxi-black5, #222222);
}

.about-five .funfact-one__item:hover .funfact-one__item__count::after {
  background-color: var(--amoxi-black2, #0E0F11);
}

.about-five__shape-1,
.about-five__shape-2,
.about-five__shape-3 img {
  max-width: 100%;
  height: auto;
}

.about-five__shape-1 {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .about-five__shape-1 {
    display: none;
  }
}
.about-five__shape-2 {
  position: absolute;
  right: 0px;
  bottom: 52px;
}

@media (max-width: 1599px) {
  .about-five__shape-2 {
    right: -100px;
  }
}
@media (max-width: 1399px) {
  .about-five__shape-2 {
    right: -140px;
  }
}
@media (max-width: 1199px) {
  .about-five__shape-2 {
    display: none;
  }
}
.about-five__shape-3 img {
  max-width: 100%;
  height: auto;
}

.about-six {
  padding-bottom: 56px;
  position: relative;
  overflow: hidden;
  background-color: var(--amoxi-black2, #0E0F11);
}

@media (max-width: 767px) {
  .about-six {
    padding-bottom: 36px;
  }
}
@media (max-width: 575px) {
  .about-six {
    padding-bottom: 16px;
  }
}
.about-six .container {
  position: relative;
  z-index: 1;
}

.about-six__top {
  margin-bottom: 51px;
}

.about-six .sec-title {
  margin-bottom: 0px;
}

.about-six__wrapper {
  position: relative;
}

.about-six__wrapper__inner {
  position: relative;
}

.about-six__image-box {
  width: calc(100% - 93px);
  min-height: 505px;
  position: relative;
  overflow: hidden;
  border-radius: 600px;
}

@media (max-width: 1199px) {
  .about-six__image-box {
    width: calc(100% - 50px);
    border-radius: 100px;
  }
}
@media (max-width: 991px) {
  .about-six__image-box {
    width: 100%;
  }
}
.about-six__image {
  width: 120% !important;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.about-six__skill {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
}

@media (max-width: 991px) {
  .about-six__skill {
    top: 50%;
    right: 50%;
    left: auto;
    bottom: auto;
    justify-content: center;
    transform: translate(50%, -50%);
  }
}
.about-six .stroke-text-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0px;
  text-align: left;
}

@media (max-width: 991px) {
  .about-six .stroke-text-title {
    justify-content: center;
  }
}
.about-six .stroke-text-title svg {
  width: auto;
}

.about-six .stroke-text-title svg text {
  font-size: 50px;
  stroke-width: 1;
  font-weight: 600;
  stroke: var(--amoxi-white, #FFFFFF);
  animation: abiutSvgTextAnimation 5s infinite alternate;
}

@media (max-width: 375px) {
  .about-six .stroke-text-title svg text {
    font-size: 45px;
  }
}
.about-six__shape-1,
.about-six__shape-2,
.about-six__shape-3,
.about-six__shape-4 {
  max-width: 100%;
  height: auto;
  position: absolute;
}

.about-six__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 66px;
  bottom: 0px;
}

.about-six__shape-2 {
  position: absolute;
  top: 50%;
  right: -91px;
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .about-six__shape-2 {
    display: none;
  }
}
.about-six__shape-2 img {
  max-width: 100%;
  height: auto;
}

.about-six__shape-3 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -84px;
  left: 4px;
  animation: vibrant2 3s ease 0s infinite;
}

@media (max-width: 1199px) {
  .about-six__shape-3 {
    display: none;
  }
}
.about-six__shape-4 {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

@media (max-width: 1599px) {
  .about-six__shape-4 {
    display: none;
  }
}
@keyframes abiutSvgTextAnimation {
  0% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 1;
  }
  70% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
  }
  80% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
    stroke-width: 1;
  }
  100% {
    fill: rgba(var(--amoxi-white-rgb, 255, 255, 255), 1);
    stroke: rgba(var(--amoxi-white-rgb, 255, 255, 255), 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}
/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  padding: 100px 0px;
  background-color: var(--amoxi-black, #1A1B1F);
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 575px) {
  .client-carousel {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.client-carousel__carousel {
  position: relative;
}

.client-carousel__carousel .owl-stage {
  display: flex;
  align-items: center;
}

.client-carousel__item {
  position: relative;
  padding: 17.5px 30px;
  text-align: center;
}

@media (max-width: 575px) {
  .client-carousel__item {
    margin-right: auto;
    margin-left: auto;
    display: table;
  }
}
.client-carousel__item img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}

.client-carousel__image {
  margin: auto;
}

.client-carousel__hover {
  padding: 17.5px 30px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border: 1px solid var(--amoxi-base, #ff621d);
  border-radius: 50px;
  transition: opacity 300ms ease;
}

.client-carousel__item:hover .client-carousel__hover {
  opacity: 1;
}

.client-carousel--home-3 {
  background-color: var(--amoxi-black2, #0E0F11);
}

.client-carousel--two {
  padding: 0px;
  position: relative;
  background-color: transparent;
}

.client-carousel--two .client-carousel__inner {
  position: relative;
}

.client-carousel--two .client-carousel__inner::before,
.client-carousel--two .client-carousel__inner::after {
  content: "";
  width: calc(50% - 230px);
  height: 1px;
  position: absolute;
  top: 12px;
  right: 0px;
  z-index: 1;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 767px) {
  .client-carousel--two .client-carousel__inner::before,
  .client-carousel--two .client-carousel__inner::after {
    display: none;
  }
}
.client-carousel--two .client-carousel__inner::after {
  right: auto;
  left: 0px;
}

.client-carousel--two .container {
  position: relative;
  z-index: 3;
}

.client-carousel--two__content {
  text-align: center;
}

.client-carousel--two .sec-title,
.client-carousel--two .sec-title__top {
  margin-bottom: 0px;
}

.client-carousel--two .sec-title__tagline {
  font-size: 16px;
  font-weight: 500;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.client-carousel--two .client-carousel__carousel {
  padding-top: 93px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .client-carousel--two .client-carousel__carousel {
    padding-top: 73px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .client-carousel--two .client-carousel__carousel {
    padding-top: 53px;
    padding-bottom: 60px;
  }
}
.client-carousel--two .client-carousel__hover {
  border: none;
}

.client-carousel--two .client-carousel__hover::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  /* border width */
  border-radius: inherit;
  background: linear-gradient(-90deg, #fa4721 0%, #f29a1c 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.client-carousel--three {
  padding: 0px;
  position: relative;
  border-bottom: none;
  background-color: var(--amoxi-black2, #0E0F11);
}

.client-carousel--three .client-carousel__inner {
  position: relative;
}

.client-carousel--three .client-carousel__inner::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 12px;
  right: 0px;
  z-index: 1;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 575px) {
  .client-carousel--three .client-carousel__inner::before {
    display: none;
  }
}
.client-carousel--three .container {
  position: relative;
  z-index: 3;
}

.client-carousel--three .client-carousel__top {
  text-align: center;
}

.client-carousel--three .client-carousel__top__inner {
  display: inline-flex;
  gap: 0px;
  align-items: center;
  justify-content: center;
  background-color: var(--amoxi-black2, #0E0F11);
}

.client-carousel--three .client-carousel__shape-img {
  max-width: 100%;
  height: auto;
  position: relative;
}

.client-carousel--three .client-carousel__shape-img--1 {
  top: -3px;
}

.client-carousel--three .client-carousel__shape-img--2 {
  bottom: -3px;
}

.client-carousel--three .client-carousel__tagline {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
  text-transform: uppercase;
}

.client-carousel--three .client-carousel__tagline span {
  color: var(--amoxi-base, #ff621d);
}

.client-carousel--three .client-carousel__carousel {
  padding-top: 93px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .client-carousel--three .client-carousel__carousel {
    padding-top: 73px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .client-carousel--three .client-carousel__carousel {
    padding-top: 53px;
    padding-bottom: 60px;
  }
}
.client-carousel--four {
  background-color: var(--amoxi-black2, #0E0F11);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
  position: relative;
}

.testimonials-one .container {
  position: relative;
  z-index: 2;
}

.testimonials-one__top {
  margin-bottom: 51px;
}

.testimonials-one .sec-title {
  margin-bottom: 0px;
}

.testimonials-one__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.testimonials-one__thumb {
  width: 369px;
  height: 369px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .testimonials-one__thumb {
    margin: 0px auto 20px;
  }
}
@media (max-width: 480px) {
  .testimonials-one__thumb {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 430px) {
  .testimonials-one__thumb {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb {
    width: 260px;
    height: 260px;
  }
}
.testimonials-one__thumb__item {
  width: 82px;
  height: 82px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  transition: all 500ms ease;
}

@media (max-width: 430px) {
  .testimonials-one__thumb__item {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item {
    width: 55px;
    height: 55px;
  }
}
.testimonials-one__thumb__item--1 {
  position: absolute;
  top: -36px;
  right: 50%;
  transform: translateX(50%);
}

@media (max-width: 430px) {
  .testimonials-one__thumb__item--1 {
    top: -30px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item--1 {
    top: -25px;
  }
}
.testimonials-one__thumb__item--2 {
  position: absolute;
  top: 18px;
  left: 16px;
}

@media (max-width: 430px) {
  .testimonials-one__thumb__item--2 {
    left: 10px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item--2 {
    left: 5px;
  }
}
.testimonials-one__thumb__item--3 {
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
}

@media (max-width: 430px) {
  .testimonials-one__thumb__item--3 {
    left: -30px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item--3 {
    left: -25px;
  }
}
.testimonials-one__thumb__item--4 {
  position: absolute;
  left: 16px;
  bottom: 18px;
}

@media (max-width: 430px) {
  .testimonials-one__thumb__item--4 {
    left: 10px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item--4 {
    left: 5px;
  }
}
.testimonials-one__thumb__item--5 {
  position: absolute;
  right: 50%;
  bottom: -36px;
  transform: translateX(50%);
}

@media (max-width: 430px) {
  .testimonials-one__thumb__item--5 {
    bottom: -30px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item--5 {
    bottom: -25px;
  }
}
.testimonials-one__thumb__item--6 {
  position: absolute;
  right: 16px;
  bottom: 18px;
}

@media (max-width: 430px) {
  .testimonials-one__thumb__item--6 {
    right: 10px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item--6 {
    right: 5px;
  }
}
.testimonials-one__thumb__item--7 {
  position: absolute;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
}

@media (max-width: 430px) {
  .testimonials-one__thumb__item--7 {
    right: -30px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item--7 {
    right: -25px;
  }
}
.testimonials-one__thumb__item--8 {
  position: absolute;
  top: 18px;
  right: 16px;
}

@media (max-width: 430px) {
  .testimonials-one__thumb__item--8 {
    right: 10px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item--8 {
    right: 5px;
  }
}
.testimonials-one__thumb__item img {
  cursor: pointer;
  width: 82px !important;
  height: 82px;
  border-radius: inherit;
  transition: all 500ms ease;
}

@media (max-width: 430px) {
  .testimonials-one__thumb__item img {
    width: 65px !important;
    height: 65px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item img {
    width: 55px !important;
    height: 55px;
  }
}
.testimonials-one__thumb__item:hover .testimonials-one__thumb__overlay,
.testimonials-one__thumb__item.owl-dot.active .testimonials-one__thumb__overlay {
  opacity: 1;
  transform: scale(1);
}

.testimonials-one__thumb__overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  font-size: 20px;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: inherit;
  opacity: 0;
  transform: scale(0.8);
  transition: 500ms;
  background: linear-gradient(-270deg, rgba(242, 154, 28, 0.78) 0%, rgba(250, 71, 33, 0.78) 100%);
}

.testimonials-one__thumb__overlay svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.testimonials-one__thumb__quote {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 51px;
  color: var(--amoxi-white, #FFFFFF);
  background: linear-gradient(-270deg, #f29a1c 0%, #fa4721 100%);
}

.testimonials-one__thumb__quote svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.testimonials-one__thumb__border {
  width: 369px;
  height: 369px;
  position: absolute;
  top: 50%;
  right: 50%;
  border-radius: 50%;
  transform: translate(50%, -50%);
  border: 1px dashed var(--amoxi-base, #ff621d);
}

@media (max-width: 480px) {
  .testimonials-one__thumb__border {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 430px) {
  .testimonials-one__thumb__border {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__border {
    width: 260px;
    height: 260px;
  }
}
@media (min-width: 481px) {
  .testimonials-one__carousel.owl-carousel .owl-nav {
    margin-top: 0px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    justify-content: flex-end;
  }
}
.testimonials-one__carousel.owl-carousel .owl-nav button::after {
  background: linear-gradient(-270deg, #f29a1c 0%, #fa4721 100%);
}

.testimonials-one__item {
  padding-right: 70px;
}

@media (max-width: 1199px) {
  .testimonials-one__item {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .testimonials-one__item {
    padding-right: 0px;
  }
}
.testimonials-one__item__top {
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 480px) {
  .testimonials-one__item__top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.testimonials-one__ratings {
  display: flex;
  gap: 17px;
  align-items: center;
}

@media (max-width: 375px) {
  .testimonials-one__ratings {
    flex-direction: column;
    align-items: flex-start;
  }
}
.testimonials-one__ratings__inner {
  display: flex;
  gap: 5px;
  align-items: center;
}

.testimonials-one__ratings__icon {
  width: 24.38px;
  height: 24.38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
  background: linear-gradient(-270deg, #f29a1c 0%, #fa4721 100%);
}

.testimonials-one__ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.testimonials-one__ratings__text {
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.371;
  text-transform: uppercase;
}

.testimonials-one__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 41px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.testimonials-one__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.testimonials-one__quote {
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  font-style: italic;
  line-height: 1.727;
}

@media (max-width: 575px) {
  .testimonials-one__quote {
    font-size: 20px;
  }
}
@media (max-width: 412px) {
  .testimonials-one__quote {
    font-size: 18px;
  }
}
.testimonials-one__shape-border {
  width: 100%;
  display: block;
}

@media (min-width: 992px) {
  .testimonials-one__shape-border {
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
  }
}
.testimonials-one__identity {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 35px;
}

@media (max-width: 360px) {
  .testimonials-one__identity {
    flex-direction: column;
    align-items: flex-start;
  }
}
.testimonials-one__image {
  width: 77px;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
}

.testimonials-one__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  padding: 1px;
  /* border width */
  border-radius: inherit;
  background: linear-gradient(-90deg, #fa4721 0%, #f29a1c 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.testimonials-one__image img {
  width: 67px !important;
  height: 67px;
  border-radius: inherit;
}

.testimonials-one__name {
  margin-bottom: 5px;
  font-size: 24px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.333;
  text-transform: capitalize;
}

@media (max-width: 480px) {
  .testimonials-one__name {
    font-size: 22px;
  }
}
.testimonials-one__designation {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.testimonials-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0px;
  bottom: 46px;
  z-index: 1;
}

.testimonials-two {
  position: relative;
  overflow: hidden;
  background-color: var(--amoxi-black, #1A1B1F);
}

.testimonials-two .container {
  position: relative;
  z-index: 2;
}

.testimonials-two__top {
  margin-bottom: 51px;
}

.testimonials-two .sec-title {
  margin-bottom: 0px;
}

.testimonials-two__top__content {
  padding-right: 65px;
}

@media (max-width: 1199px) {
  .testimonials-two__top__content {
    padding-right: 0px;
  }
}
.testimonials-two__text {
  margin-bottom: 20px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.testimonials-two__wrapper {
  padding: 20px;
  position: relative;
  border-radius: 50px;
  background-color: var(--amoxi-black2, #0E0F11);
}

@media (max-width: 575px) {
  .testimonials-two__wrapper {
    padding-bottom: 30px;
  }
}
.testimonials-two__carousel {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .testimonials-two__item__image-box {
    text-align: center;
  }
}
.testimonials-two__item__image {
  display: inline-block;
  position: relative;
  border-radius: 50px;
}

.testimonials-two__item__image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: inherit;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 49.73%, #ff621d 100%);
}

.testimonials-two__item__image::after {
  content: "";
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 1;
  border-radius: inherit;
  border: 3px solid var(--amoxi-white, #FFFFFF);
}

@media (max-width: 430px) {
  .testimonials-two__item__image::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.testimonials-two__item__image img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}

.testimonials-two__item__icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  font-size: 51px;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 425px) {
  .testimonials-two__item__icon {
    display: none;
  }
}
.testimonials-two__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.testimonials-two__item__content {
  padding: 20px 25px 20px 35px;
  text-align: center;
}

@media (max-width: 767px) {
  .testimonials-two__item__content {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 575px) {
  .testimonials-two__item__content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-two__item__content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.testimonials-two__item__top {
  display: flex;
  gap: 15px 20px;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 31px;
  margin-bottom: 20px;
}

@media (max-width: 430px) {
  .testimonials-two__item__top {
    flex-direction: column;
  }
}
.testimonials-two__item__top::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 10px;
  background: linear-gradient(-90deg, rgba(217, 217, 217, 0) 0%, #a6a6a6 50%, rgba(115, 115, 115, 0) 100%);
}

.testimonials-two__item__ratings {
  display: flex;
  gap: 5px;
  align-items: center;
}

.testimonials-two__item__ratings__icon {
  width: 24.38px;
  height: 24.38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
  background: linear-gradient(-270deg, #f29a1c 0%, #fa4721 100%);
}

.testimonials-two__item__ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.testimonials-two__item__ratings__text {
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.371;
  text-transform: uppercase;
}

.testimonials-two__item__quote {
  padding-bottom: 120px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  font-style: italic;
  line-height: 1.727;
}

@media (max-width: 767px) {
  .testimonials-two__item__quote {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .testimonials-two__item__quote {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 425px) {
  .testimonials-two__item__quote {
    font-size: 18px;
  }
}
.testimonials-two__item__quote span {
  color: var(--amoxi-base, #ff621d);
}

.testimonials-two__item__identity {
  padding-top: 24px;
  position: relative;
}

.testimonials-two__item__identity::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 10px;
  background: linear-gradient(-90deg, rgba(217, 217, 217, 0) 0%, #a6a6a6 50%, rgba(115, 115, 115, 0) 100%);
}

.testimonials-two__item__name {
  margin-bottom: 6px;
  font-size: 24px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.333;
  text-transform: capitalize;
}

@media (max-width: 360px) {
  .testimonials-two__item__name {
    font-size: 22px;
  }
}
.testimonials-two__item__designation {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.testimonials-two__thumb {
  display: flex;
  gap: 15px;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  left: 175px;
  bottom: 170px;
  z-index: 1;
}

@media (max-width: 1199px) {
  .testimonials-two__thumb {
    left: 99px;
  }
}
@media (max-width: 991px) {
  .testimonials-two__thumb {
    right: 50%;
    left: auto;
    transform: translateX(50%);
  }
}
@media (max-width: 575px) {
  .testimonials-two__thumb {
    display: none;
  }
}
.testimonials-two__thumb__item {
  width: 54px;
  height: 54px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  transition: all 500ms ease;
}

.testimonials-two__thumb__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  border-radius: inherit;
  transition: all 500ms ease;
  border: 2px solid var(--amoxi-base, #ff621d);
}

.testimonials-two__thumb__item img {
  cursor: pointer;
  width: inherit !important;
  height: inherit;
  border-radius: inherit;
  transition: all 500ms ease;
}

.testimonials-two__thumb__item.owl-dot.active {
  width: 74px;
  height: 74px;
}

.testimonials-two__thumb__item.owl-dot.active::after {
  opacity: 1;
}

.testimonials-two__thumb__item.owl-dot.active img {
  width: inherit !important;
  height: inherit;
}

.testimonials-two__shape-1 {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.testimonials-two__shape-2 {
  width: 100%;
  height: 352px;
  position: absolute;
  right: 0px;
  bottom: 27px;
  background-color: RGBA(var(--amoxi-base-rgb, 255, 98, 29), 0.59);
  -webkit-mask: url("assets/images/shapes/testimonials-shape-2-2.png");
  mask: url("assets/images/shapes/testimonials-shape-2-2.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.testimonials-two__shape-3 {
  width: 100%;
  height: 351px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: var(--amoxi-base, #ff621d);
  -webkit-mask: url("assets/images/shapes/testimonials-shape-2-3.png");
  mask: url("assets/images/shapes/testimonials-shape-2-3.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.testimonials-three {
  background-color: var(--amoxi-black2, #0E0F11);
}

@media (min-width: 1200px) {
  .testimonials-three__container {
    max-width: 1741px;
  }
}
@media (min-width: 1300px) {
  .testimonials-three .sec-title {
    margin-bottom: 123px;
  }
}
.testimonials-three__container .testimonials-three__carousel.owl-carousel .owl-nav button:hover {
  color: var(--amoxi-black5, #222222);
}

.testimonials-three__card {
  position: relative;
}

.testimonials-three__card__content {
  position: relative;
  z-index: 2;
  padding: 47px 30px 0px;
}

.testimonials-three__card .amoxi-ratings {
  margin-bottom: 24px;
}

.testimonials-three__card__icon {
  display: inline-flex;
  font-size: 37px;
  color: var(--amoxi-white, #FFFFFF);
  position: absolute;
  top: 20px;
  left: 20px;
  transition: all 500ms ease;
}

.testimonials-three__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.testimonials-three__card__quote {
  margin-bottom: 19px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
  font-style: italic;
  transition: all 500ms ease;
}

.testimonials-three__card__name {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
  transition: all 500ms ease;
}

.testimonials-three__card__designation {
  margin-bottom: 20px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.testimonials-three__card__image {
  width: 77px;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 500ms ease;
  border: 1px solid var(--amoxi-base, #ff621d);
}

.testimonials-three__card__image img {
  width: 67px !important;
  height: 67px;
  border-radius: inherit;
}

.testimonials-three__card__shape {
  width: 100%;
  height: calc(100% - 38px);
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
  background-color: var(--amoxi-black, #1A1B1F);
}

.testimonials-three__card__shape::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: inherit;
  clip-path: inset(100%);
  background-color: var(--amoxi-base, #ff621d);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 1.5s;
}

.testimonials-three__container .owl-stage-outer .owl-item:nth-child(even) {
  position: relative;
  z-index: 1;
}

@media (min-width: 1300px) {
  .testimonials-three__container .owl-stage-outer .owl-item:nth-child(even) .testimonials-three__card {
    position: relative;
    z-index: 1;
    left: -9px;
    margin-top: -22px;
    transform: rotate(27.82deg);
  }
  .testimonials-three__container .owl-stage-outer .owl-item:nth-child(even) .testimonials-three__card .testimonials-three__card__quote,
  .testimonials-three__container .owl-stage-outer .owl-item:nth-child(even) .testimonials-three__card .testimonials-three__card__designation {
    color: var(--amoxi-text-gray, #636363);
  }
  .testimonials-three__container .owl-stage-outer .owl-item:nth-child(even) .testimonials-three__card .testimonials-three__card__name,
  .testimonials-three__container .owl-stage-outer .owl-item:nth-child(even) .testimonials-three__card .testimonials-three__card__icon {
    color: var(--amoxi-black5, #222222);
  }
  .testimonials-three__container .owl-stage-outer .owl-item:nth-child(even) .testimonials-three__card .testimonials-three__card__shape {
    background-color: var(--amoxi-white, #FFFFFF);
  }
}
.testimonials-three__card:hover .testimonials-three__card__quote,
.testimonials-three__card:hover .testimonials-three__card__designation {
  color: var(--amoxi-black8, #333333);
}

.testimonials-three__card:hover .testimonials-three__card__icon {
  color: var(--amoxi-black2, #0E0F11);
}

.testimonials-three__card:hover .amoxi-ratings__icon,
.testimonials-three__card:hover .testimonials-three__card__name {
  color: var(--amoxi-black8, #333333);
}

.testimonials-three__card:hover .testimonials-three__card__image {
  border-color: var(--amoxi-white, #FFFFFF);
}

.testimonials-three__card:hover .testimonials-three__card__shape::after {
  clip-path: inset(0);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 1.5s;
}

.testimonials-three--page {
  background-color: var(--amoxi-black, #1A1B1F);
}

.testimonials-three--page .sec-title {
  margin-bottom: 51px;
}

.testimonials-three--page .testimonials-three__card__shape {
  background-color: var(--amoxi-black2, #0E0F11);
}

.testimonials-three--page .testimonials-three__card:hover .testimonials-three__card__quote,
.testimonials-three--page .testimonials-three__card:hover .testimonials-three__card__designation {
  color: var(--amoxi-white, #FFFFFF);
}

.testimonials-three--page .testimonials-three__card:hover .testimonials-three__card__icon {
  color: var(--amoxi-white, #FFFFFF);
}

.testimonials-three--page .testimonials-three__card:hover .amoxi-ratings__icon,
.testimonials-three--page .testimonials-three__card:hover .testimonials-three__card__name {
  color: var(--amoxi-white, #FFFFFF);
}

.testimonials-three--page .testimonials-three__card:hover .testimonials-three__card__image {
  border-color: var(--amoxi-white, #FFFFFF);
}

/*--------------------------------------------------------------
# Amoxi Area
--------------------------------------------------------------*/
.amoxi-area {
  padding: 201px 0px;
  position: relative;
  background-color: var(--amoxi-black, #1A1B1F);
}

@media (max-width: 991px) {
  .amoxi-area {
    padding: 150px 0px;
  }
}
@media (max-width: 575px) {
  .amoxi-area {
    padding: 120px 0px;
  }
}
.amoxi-area__bg {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.amoxi-area__bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: RGBA(var(--amoxi-black2-rgb, 14, 15, 17), 0.9);
}

.amoxi-area .container {
  position: relative;
  z-index: 1;
}

.amoxi-area__content {
  position: relative;
  text-align: center;
}

.amoxi-area__title {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  font-size: clamp(75px, 18vw, 250px);
  font-weight: 700;
  color: transparent;
  line-height: 1;
  word-break: break-word;
  text-transform: uppercase;
  -webkit-text-stroke: 2px var(--amoxi-white, #FFFFFF);
}

@media (max-width: 1199px) {
  .amoxi-area__title {
    -webkit-text-stroke-width: 1px;
  }
}
.amoxi-area__title__highlight {
  display: inline-block;
  position: relative;
}

@media (max-width: 1199px) {
  .amoxi-area__title__highlight span:first-child {
    color: var(--amoxi-base, #ff621d);
  }
}
.amoxi-area__title__highlight span:last-child {
  position: relative;
  position: absolute;
  top: 0px;
  right: 30px;
  z-index: 1;
  color: var(--amoxi-base, #ff621d);
}

@media (max-width: 1199px) {
  .amoxi-area__title__highlight span:last-child {
    display: none;
  }
}
.amoxi-area__title__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: calc(50% + 9px);
  right: 50%;
  transform: translate(50%, -50%);
}

.amoxi-area__border {
  width: 104px;
  height: 104px;
  position: absolute;
}

@media (max-width: 767px) {
  .amoxi-area__border {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 575px) {
  .amoxi-area__border {
    display: none;
  }
}
.amoxi-area__border--1,
.amoxi-area__border--2 {
  top: -71px;
  border-top: 1px solid var(--amoxi-white, #FFFFFF);
}

.amoxi-area__border--1 {
  right: 0px;
  border-right: 1px solid var(--amoxi-white, #FFFFFF);
}

.amoxi-area__border--2 {
  left: 0px;
  border-left: 1px solid var(--amoxi-white, #FFFFFF);
}

.amoxi-area__border--3,
.amoxi-area__border--4 {
  bottom: -71px;
  border-bottom: 1px solid var(--amoxi-white, #FFFFFF);
}

.amoxi-area__border--3 {
  right: 0px;
  border-right: 1px solid var(--amoxi-white, #FFFFFF);
}

.amoxi-area__border--4 {
  left: 0px;
  border-left: 1px solid var(--amoxi-white, #FFFFFF);
}

.amoxi-area__shape-1,
.amoxi-area__shape-2 {
  width: 100%;
  height: 12px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-repeat: repeat-x;
  background-position: right top;
}

.amoxi-area__shape-1 {
  animation: moveBackground 30s linear 0s infinite;
}

.amoxi-area__shape-2 {
  top: auto;
  bottom: 0px;
  animation: moveBackground2 30s linear 0s infinite;
}

.amoxi-area-two {
  position: relative;
  overflow: hidden;
  padding-bottom: 218px;
}

@media (max-width: 991px) {
  .amoxi-area-two {
    padding-bottom: 180px;
  }
}
@media (max-width: 480px) {
  .amoxi-area-two {
    padding-bottom: 150px;
  }
}
@media (max-width: 425px) {
  .amoxi-area-two {
    padding-bottom: 120px;
  }
}
.amoxi-area-two__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.amoxi-area-two .container {
  position: relative;
  z-index: 1;
}

.amoxi-area-two__shape {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  font-size: 40px;
  color: var(--amoxi-black, #1A1B1F);
  border-radius: 50%;
  background-color: var(--amoxi-base, #ff621d);
}

.amoxi-area-two .sec-title {
  margin-bottom: 20px;
}

.amoxi-area-two__text {
  margin-bottom: 38px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
}

.amoxi-area-two__title {
  position: absolute;
  right: 10.5%;
  bottom: -15px;
}

@media (max-width: 991px) {
  .amoxi-area-two__title {
    right: 50%;
    transform: translateX(50%);
  }
}
.amoxi-area-two__title__text {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 200px;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(-180deg, #ffffff 0%, rgba(153, 153, 153, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media (max-width: 991px) {
  .amoxi-area-two__title__text {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .amoxi-area-two__title__text {
    font-size: 130px;
  }
}
@media (max-width: 575px) {
  .amoxi-area-two__title__text {
    font-size: 110px;
    bottom: -10px;
  }
}
@media (max-width: 480px) {
  .amoxi-area-two__title__text {
    font-size: 90px;
  }
}
@media (max-width: 425px) {
  .amoxi-area-two__title__text {
    font-size: 80px;
  }
}
@media (max-width: 360px) {
  .amoxi-area-two__title__text {
    font-size: 70px;
  }
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-page {
  background-color: var(--amoxi-black, #1A1B1F);
}

.gallery-page__filter__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}

.gallery-page__filter__list li {
  justify-content: center;
}

.gallery-page__filter__list li span {
  padding: 10px 30px;
}

.gallery-page__filter__list li.active span {
  color: var(--amoxi-black, #1A1B1F);
}

.gallery-page__filter__list li.active span::before,
.gallery-page__filter__list li.active span::after {
  width: calc(50% + 10px);
}

.gallery-page__card {
  position: relative;
  overflow: hidden;
}

.gallery-page__card img {
  display: block;
  width: 100%;
}

.gallery-page__card__hover {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
}

.gallery-page__card__hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  visibility: hidden;
  left: -100%;
  bottom: -100%;
  background-color: RGBA(var(--amoxi-base-rgb, 255, 98, 29), 0.75);
  transition: all 500ms ease;
}

.gallery-page__card__hover .img-popup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  z-index: 2;
}

.gallery-page__card:hover .gallery-page__card__hover {
  visibility: visible;
}

.gallery-page__card:hover .gallery-page__card__hover::after {
  left: 0px;
  bottom: 0px;
  visibility: visible;
}

.gallery-page__card__icon {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: all 500ms ease;
}

.gallery-page__card__icon::after,
.gallery-page__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--amoxi-white, #FFFFFF);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.gallery-page__card__icon::after {
  transform: translate(50%, -50%) rotate(-90deg);
}

.gallery-page__card:hover .gallery-page__card__icon {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.instagram-gallery {
  padding-bottom: 30px;
  background-color: var(--amoxi-black2, #0E0F11);
}

@media (min-width: 576px) {
  .instagram-gallery .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
.instagram-gallery__card {
  position: relative;
  overflow: hidden;
}

.instagram-gallery__card img {
  transform: scale(1);
  display: block;
  width: 100%;
  opacity: 1;
  border-radius: inherit;
  transition: transform 500ms ease, opacity 500ms ease;
}

.instagram-gallery__card__content {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 25px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
}

.instagram-gallery__card__content::before,
.instagram-gallery__card__content::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  transition: all 0.6s linear 0s;
}

.instagram-gallery__card__content::before {
  right: 20px;
  bottom: 20px;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
}

.instagram-gallery__card__content::after {
  top: 20px;
  left: 20px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}

.instagram-gallery__card:hover .instagram-gallery__card__content::before,
.instagram-gallery__card:hover .instagram-gallery__card__content::after {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border-color: var(--amoxi-white, #FFFFFF);
  transition-delay: 0.4s;
}

.instagram-gallery__card__icon {
  display: inline-flex;
  font-size: 59px;
  color: var(--amoxi-white, #FFFFFF);
  opacity: 0;
  transform: translateY(-450px);
  transition: all 500ms ease 0ms;
}

.instagram-gallery__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.instagram-gallery__card:hover .instagram-gallery__card__icon {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 250ms;
}

.instagram-gallery__card__title {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-weight: 700;
  line-height: 1.314;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-450px);
  transition: all 500ms ease 150ms;
}

.instagram-gallery__card:hover .instagram-gallery__card__title {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 500ms;
}

.instagram-gallery__card__hover {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
}

.instagram-gallery__card__hover__box {
  display: block;
  width: 20%;
  height: calc(100% + 4px);
  position: absolute;
  top: -2px;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: RGB(var(--amoxi-base-rgb, 255, 98, 29), 0.76);
}

.instagram-gallery__card__hover__box--1 {
  right: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.instagram-gallery__card__hover__box--2 {
  right: 20%;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.instagram-gallery__card__hover__box--3 {
  right: 40%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.instagram-gallery__card__hover__box--4 {
  right: 60%;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.instagram-gallery__card__hover__box--5 {
  right: 80%;
  -webkit-transition-delay: 3s;
  transition-delay: 0.3s;
}

.instagram-gallery__card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}

.instagram-gallery__card:hover .instagram-gallery__card__hover__box {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.instagram-gallery--two {
  background-color: var(--amoxi-black, #1A1B1F);
}

.instagram-gallery--two .instagram-gallery__carousel .owl-stage {
  display: flex;
  align-items: flex-end;
}

.instagram-gallery--two .instagram-gallery__card__content::before {
  border-width: 2px;
  border-right-style: dashed;
  border-bottom-style: dashed;
}

.instagram-gallery--two .instagram-gallery__card__content::after {
  border-width: 2px;
  border-top-style: dashed;
  border-left-style: dashed;
}

.instagram-gallery--two .instagram-gallery__card:hover .instagram-gallery__card__content::before,
.instagram-gallery--two .instagram-gallery__card:hover .instagram-gallery__card__content::after {
  border-color: var(--amoxi-black5, #222222);
}

.instagram-gallery--two .instagram-gallery__card__icon,
.instagram-gallery--two .instagram-gallery__card__title {
  color: var(--amoxi-black5, #222222);
}

/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.why-choose {
  counter-reset: whyChooseSerialNumber;
  background-color: var(--amoxi-black, #1A1B1F);
}

.why-choose .container {
  position: relative;
  z-index: 1;
}

.why-choose__content {
  position: relative;
  z-index: 1;
}

.why-choose .sec-title {
  margin-bottom: 21px;
}

.why-choose__text {
  margin-bottom: 25px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
}

.why-choose__item-single + .why-choose__item-single {
  margin-top: 30px;
}

.why-choose__item-single {
  position: relative;
  counter-increment: whyChooseSerialNumber;
}

.why-choose__item {
  display: flex;
  gap: 24px;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 23px 0px 24px 26px;
}

@media (max-width: 575px) {
  .why-choose__item {
    padding: 26px;
    overflow: hidden;
    flex-direction: column;
    align-items: flex-start;
  }
}
.why-choose__item::before {
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--amoxi-black2, #0E0F11);
}

@media (max-width: 575px) {
  .why-choose__item::before {
    width: 100%;
  }
}
.why-choose__item::after {
  content: "";
  width: 0%;
  height: 0%;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-radius: inherit;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 575px) {
  .why-choose__item::after {
    display: block;
  }
}
.why-choose__item:hover::after {
  width: 100%;
  height: 100%;
}

.why-choose__item__icon {
  width: 60px;
  height: 60px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 38px;
  color: var(--amoxi-black2, #0E0F11);
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
  border-radius: 10px 0px 0px 10px;
}

@media (max-width: 575px) {
  .why-choose__item__icon {
    border-radius: 10px;
    background-color: var(--amoxi-white, #FFFFFF);
  }
}
.why-choose__item__icon::before {
  content: "";
  width: 20px;
  height: 22px;
  position: absolute;
  top: -21px;
  right: 0px;
  background-color: inherit;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

@media (max-width: 575px) {
  .why-choose__item__icon::before {
    display: none;
  }
}
.why-choose__item__content {
  display: flex;
  flex-grow: 1;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .why-choose__item__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.why-choose__item__title {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.4;
  text-transform: capitalize;
}

.why-choose__item:hover .why-choose__item__title {
  color: var(--amoxi-black5, #222222);
}

.why-choose__item__text {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.5;
}

.why-choose__item:hover .why-choose__item__text {
  color: var(--amoxi-black8, #333333);
}

.why-choose__item__number {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  writing-mode: sideways-lr;
  transition: all 500ms ease;
  -webkit-text-stroke: 1px RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.3);
}

.why-choose__item__number::after {
  content: counter(whyChooseSerialNumber, decimal-leading-zero);
}

@media (max-width: 575px) {
  .why-choose__item:hover .why-choose__item__number {
    -webkit-text-stroke-color: var(--amoxi-black5, #222222);
  }
}
.why-choose__item--hover {
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  opacity: 0;
  border-radius: 0px;
  transform: translateY(-50px);
}

@media (max-width: 991px) {
  .why-choose__item--hover {
    gap: 0px;
  }
}
@media (max-width: 575px) {
  .why-choose__item--hover {
    display: none;
  }
}
.why-choose__item--hover::before {
  display: none;
}

.why-choose__item--hover .why-choose__item__number {
  -webkit-text-stroke-color: var(--amoxi-base, #ff621d);
}

.why-choose__item--hover .why-choose__item__inner {
  position: relative;
  padding: 23px 37px 24px 70px;
  border-radius: 10px;
  background-color: var(--amoxi-base, #ff621d);
}

.why-choose__item--hover .why-choose__item__inner::before {
  content: "";
  width: 19px;
  height: 38px;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  background-color: var(--amoxi-white, #FFFFFF);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.why-choose__item--hover .why-choose__item__title {
  color: var(--amoxi-black5, #222222);
}

.why-choose__item--hover .why-choose__item__text {
  color: var(--amoxi-black8, #333333);
}

.why-choose__item--hover .why-choose__item__icon {
  background-color: var(--amoxi-white, #FFFFFF);
}

@media (min-width: 992px) {
  .why-choose__item--hover .why-choose__item__icon {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
  }
}
.why-choose__item--hover .why-choose__item__icon::before {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.why-choose__item-single:hover .why-choose__item {
  opacity: 0;
}

@media (max-width: 575px) {
  .why-choose__item-single:hover .why-choose__item {
    opacity: 1;
  }
}
.why-choose__item-single:hover .why-choose__item--hover {
  opacity: 1;
  transform: translateY(0px);
  transition: all 500ms ease;
}

.why-choose__image-box {
  width: 57.8%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 15px;
  bottom: 0px;
  margin: auto;
}

@media (max-width: 1199px) {
  .why-choose__image-box {
    width: 54%;
  }
}
@media (max-width: 991px) {
  .why-choose__image-box {
    width: 100%;
    position: relative;
    left: auto;
  }
}
.why-choose__image {
  width: 100%;
  height: calc(100% - 36px);
  margin-top: 36px;
  border-radius: 50px;
  -webkit-mask: url("assets/images/shapes/why-choose-shape-image-1-1.png");
  mask: url("assets/images/shapes/why-choose-shape-image-1-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

@media (max-width: 991px) {
  .why-choose__image {
    height: 100%;
    margin-top: 0px;
  }
}
@media (max-width: 440px) {
  .why-choose__image {
    -webkit-mask: unset;
    mask: unset;
    border-radius: 20px;
  }
}
.why-choose__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

.why-choose__shape {
  width: 192px;
  height: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 14px;
  right: 101px;
  z-index: 1;
  border-radius: 50%;
  border: 2px dashed var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-black, #1A1B1F);
  animation: rotate 10s linear infinite;
}

@media (max-width: 767px) {
  .why-choose__shape {
    right: 50px;
  }
}
@media (max-width: 440px) {
  .why-choose__shape {
    display: none;
  }
}
.why-choose__shape img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
  position: relative;
  background-color: var(--amoxi-black, #1A1B1F);
}

.funfact-one::after {
  content: "";
  width: 1px;
  height: 100%;
  display: none;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, #a6a6a6 50%, rgba(115, 115, 115, 0) 100%);
}

@media (min-width: 576px) and (max-width: 991px) {
  .funfact-one::after {
    display: block;
  }
}
.funfact-one__wrapper {
  display: grid;
  gap: 0px 30px;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

@media (max-width: 991px) {
  .funfact-one__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .funfact-one__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.funfact-one__wrapper::before,
.funfact-one__wrapper::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0px;
  border-radius: 10px;
  background: linear-gradient(-90deg, rgba(217, 217, 217, 0) 0%, #a6a6a6 50%, rgba(115, 115, 115, 0) 100%);
}

.funfact-one__wrapper::before {
  top: 0px;
}

.funfact-one__wrapper::after {
  bottom: 0px;
}

.funfact-one__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 575px) {
  .funfact-one__item {
    justify-content: flex-start;
  }
}
.funfact-one__item::before {
  content: "";
  width: 100%;
  height: calc(100% - 30px);
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  background-color: var(--amoxi-base, #ff621d);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.1s 0.3s;
  transition: transform 0.5s, opacity 0.1s 0.3s;
}

.funfact-one__item:hover::before {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.1s;
  -moz-transition: -moz-transform 0.5s, opacity 0.1s;
  transition: transform 0.5s, opacity 0.1s;
}

.funfact-one__item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  background-color: var(--amoxi-gray, #969697);
}

@media (max-width: 575px) {
  .funfact-one__item:not(:last-child)::after {
    width: 100%;
    height: 1px;
    top: auto;
    left: 0px;
    bottom: 0px;
    transform: translate(0%);
    background: linear-gradient(-90deg, rgba(217, 217, 217, 0) 0%, #a6a6a6 50%, rgba(115, 115, 115, 0) 100%);
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .funfact-one__item:nth-child(3)::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .funfact-one__item:nth-child(1)::after,
  .funfact-one__item:nth-child(2)::after {
    width: 100%;
    height: 1px;
    top: auto;
    left: 0px;
    bottom: 0px;
    transform: translate(0%);
    background: linear-gradient(-90deg, rgba(217, 217, 217, 0) 0%, #a6a6a6 50%, rgba(115, 115, 115, 0) 100%);
  }
}
.funfact-one__item__content {
  position: relative;
  z-index: 1;
  padding: 55px 30px 60px;
}

@media (max-width: 575px) {
  .funfact-one__item__content {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .funfact-one__item__content {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.funfact-one__item:first-child .funfact-one__content::after {
  content: "";
  width: calc(100% + 123px);
  height: 1px;
  display: none;
  position: absolute;
  right: -62px;
  bottom: -15px;
  background: linear-gradient(-90deg, rgba(217, 217, 217, 0) 0%, #a6a6a6 50%, rgba(115, 115, 115, 0) 100%);
}

@media (max-width: 767px) {
  .funfact-one__item:first-child .funfact-one__content::after {
    width: 100%;
    right: 0px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .funfact-one__item:first-child .funfact-one__content::after {
    display: block;
  }
}
.funfact-one__item__count {
  padding-bottom: 12px;
  margin-bottom: 14px;
  position: relative;
  font-size: 50px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
  transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .funfact-one__item__count {
    padding-bottom: 15px;
    margin-bottom: 18px;
    font-size: 40px;
  }
}
.funfact-one__item__count::after {
  content: "";
  width: 97px;
  height: 2px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}

.funfact-one__item__text {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 600;
  color: var(--amoxi-text, #b2afa6);
  text-transform: capitalize;
  transition: all 500ms ease;
}

.funfact-one__item:hover .funfact-one__item__text {
  color: var(--amoxi-white, #FFFFFF);
}

.funfact-one--home {
  background-color: var(--amoxi-black2, #0E0F11);
}

.funfact-one--home::after {
  display: none;
}

.funfact-one--home .funfact-one__wrapper {
  gap: 0px;
  grid-template-columns: 41.6666666667% 1fr 1fr 1fr;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-right: none;
}

@media (max-width: 991px) {
  .funfact-one--home .funfact-one__wrapper {
    border-top: none;
    border-left: none;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .funfact-one--home .funfact-one__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .funfact-one--home .funfact-one__wrapper {
    grid-template-columns: 34% 1fr 1fr 1fr;
  }
}
.funfact-one--home .funfact-one__wrapper::before,
.funfact-one--home .funfact-one__wrapper::after {
  display: none;
}

.funfact-one--home .funfact-one__sec-title {
  display: flex;
  align-items: center;
  padding: 38px 0px 40px 30px;
}

@media (max-width: 991px) {
  .funfact-one--home .funfact-one__sec-title {
    display: block;
    padding-right: 30px;
    text-align: center;
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .funfact-one--home .sec-title__title {
    font-size: 30px;
  }
}
.funfact-one--home .funfact-one__item {
  border-right: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 991px) {
  .funfact-one--home .funfact-one__item {
    border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  }
  .funfact-one--home .funfact-one__item:last-child {
    border-left: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  }
}
@media (max-width: 767px) {
  .funfact-one--home .funfact-one__item {
    justify-content: center;
    border-left: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  }
}
.funfact-one--home .funfact-one__item::before,
.funfact-one--home .funfact-one__item:not(:last-child)::after {
  display: none;
}

.funfact-one--home .funfact-one__item__bg {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  background-color: var(--amoxi-base, #ff621d);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.1s 0.3s;
  transition: transform 0.5s, opacity 0.1s 0.3s;
}

.funfact-one--home .funfact-one__item__bg__inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.funfact-one--home .funfact-one__item:hover .funfact-one__item__bg {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.1s;
  -moz-transition: -moz-transform 0.5s, opacity 0.1s;
  transition: transform 0.5s, opacity 0.1s;
}

@media (max-width: 767px) {
  .funfact-one--home .funfact-one__item__content {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .funfact-one--home .funfact-one__item__content {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .funfact-one--home .funfact-one__item__count::after {
    right: 50%;
    transform: translateX(50%);
  }
}
.funfact-one--about::after {
  top: calc(50% - 60px);
  height: calc(100% - 120px);
}

@media (max-width: 767px) {
  .funfact-one--about::after {
    top: calc(50% - 50px);
    height: calc(100% - 100px);
  }
}
.funfact-two {
  position: relative;
  counter-reset: funfactNumber;
}

.funfact-two__bg {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--amoxi-black, #1A1B1F);
  -webkit-mask: url("assets/images/shapes/funfact-bg-2-1.png");
  mask: url("assets/images/shapes/funfact-bg-2-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

@media (max-width: 1799px) {
  .funfact-two__bg {
    -webkit-mask: unset;
    mask: unset;
  }
}
.funfact-two .container {
  position: relative;
  z-index: 3;
}

.funfact-two__item {
  margin-top: 148px;
  text-align: center;
}

@media (max-width: 767px) {
  .funfact-two__item {
    margin-top: 0px;
  }
}
.funfact-two__item__number {
  margin-bottom: 42px;
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  color: transparent;
  transition: all 500ms ease;
  -webkit-text-stroke: 1px RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 767px) {
  .funfact-two__item__number {
    display: none;
  }
}
.funfact-two__item__number::after {
  content: "0" counter(funfactNumber);
  counter-increment: funfactNumber;
  transition: all 500ms ease;
}

.funfact-two__item:hover .funfact-two__item__number {
  -webkit-text-stroke: 1px var(--amoxi-base, #ff621d);
}

.funfact-two__item__border {
  width: 100%;
  height: 1px;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .funfact-two__item__border {
    display: none;
  }
}
.funfact-two__item__border::before {
  content: "";
  width: calc(100% + 15px);
  height: 1px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.funfact-two__item__border::after {
  content: "";
  width: 45px;
  height: 20px;
  position: absolute;
  right: 50%;
  bottom: -20px;
  transform: translateX(50%);
  background-color: var(--amoxi-black6, #3A3B3F);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.funfact-two__item__box {
  width: 270px;
  height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0px auto;
  padding: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.funfact-two__item__box::before {
  content: "";
  width: 98px;
  height: 98px;
  position: absolute;
  top: -56px;
  right: 50%;
  border-radius: inherit;
  transform: translateX(50%);
  transition: all 500ms ease;
  background: linear-gradient(-90deg, #f29a1c 0%, #fa4721 100%);
}

.funfact-two__item__box::after {
  content: "";
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  border-radius: inherit;
  border: 2px dashed var(--amoxi-white, #FFFFFF);
  animation: rotate 10s linear infinite;
}

.funfact-two__item:hover .funfact-two__item__box::before {
  width: 100%;
  height: 100%;
  top: 0px;
}

.funfact-two__item:hover .funfact-two__item__box::after {
  opacity: 1;
  visibility: visible;
  transition: all 500ms ease 300ms;
}

.funfact-two__item__count {
  padding-bottom: 12px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
  font-size: 50px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
  transition: all 500ms ease;
}

.funfact-two__item__count::after {
  content: "";
  width: 97px;
  height: 2px;
  position: absolute;
  right: 50%;
  bottom: 0px;
  transform: translateX(50%);
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}

.funfact-two__item__text {
  margin: 0px;
  position: relative;
  z-index: 1;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.funfact-two__item__text br {
  display: inline;
}

.funfact-two__item--2,
.funfact-two__item--4 {
  margin-top: 0px;
}

.funfact-two__item--2 .funfact-two__item__number,
.funfact-two__item--4 .funfact-two__item__number {
  margin: 37px 0px 0px;
}

.funfact-two__item--2 .funfact-two__item__border,
.funfact-two__item--4 .funfact-two__item__border {
  margin: 20px auto 0px;
}

.funfact-two__item--2 .funfact-two__item__border::after,
.funfact-two__item--4 .funfact-two__item__border::after {
  bottom: auto;
  top: -20px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

@media (min-width: 768px) {
  .funfact-two__item--2 .funfact-two__item__box::before,
  .funfact-two__item--4 .funfact-two__item__box::before {
    top: auto;
    bottom: -56px;
  }
}
@media (min-width: 768px) {
  .funfact-two__item--2:hover .funfact-two__item__box::before,
  .funfact-two__item--4:hover .funfact-two__item__box::before {
    top: auto;
    bottom: 0px;
  }
}
.funfact-two__item--1 .funfact-two__item__border::before {
  right: 0px;
}

.funfact-two__item--2 .funfact-two__item__border::before,
.funfact-two__item--3 .funfact-two__item__border::before {
  width: calc(100% + 30px);
  right: 50%;
  transform: translateX(50%);
}

.funfact-two__item--4 .funfact-two__item__border::before {
  right: auto;
  left: 0px;
}

.funfact-two__shappe-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 91px;
  right: 92px;
  z-index: 2;
}

@media (max-width: 1799px) {
  .funfact-two__shappe-1 {
    right: 70px;
  }
}
@media (max-width: 1599px) {
  .funfact-two__shappe-1 {
    top: 50px;
    right: 30px;
  }
}
@media (max-width: 1299px) {
  .funfact-two__shappe-1 {
    display: none;
  }
}
.funfact-two__shappe-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 70px;
  bottom: 124px;
  z-index: 2;
}

@media (max-width: 1799px) {
  .funfact-two__shappe-2 {
    left: 50px;
    bottom: 80px;
  }
}
@media (max-width: 1599px) {
  .funfact-two__shappe-2 {
    left: 30px;
    bottom: 50px;
  }
}
@media (max-width: 1299px) {
  .funfact-two__shappe-2 {
    display: none;
  }
}
.funfact-two--home {
  background-color: var(--amoxi-black2, #0E0F11);
}

.funfact-two--home .funfact-two__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .funfact-two--home .funfact-two__row {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .funfact-two--home .funfact-two__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.funfact-two--home .funfact-two__item {
  width: 320px;
  height: 320px;
  margin-top: 0px;
}

.funfact-two--home .funfact-two__item:not(:first-child) {
  margin-right: -37px;
}

@media (max-width: 1199px) {
  .funfact-two--home .funfact-two__item {
    margin-right: auto !important;
    margin-left: auto;
  }
}
@media (max-width: 360px) {
  .funfact-two--home .funfact-two__item {
    width: 290px;
    height: 290px;
  }
}
.funfact-two--home .funfact-two__item:hover {
  z-index: 1;
}

.funfact-two--home .funfact-two__item__box {
  width: 100%;
  height: 100%;
}

.funfact-two--home .funfact-two__item__box::before {
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translate(0);
  background: var(--amoxi-base, #ff621d);
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.7s;
}

.funfact-two--home .funfact-two__item:hover .funfact-two__item__box::before {
  height: auto;
  top: 0px;
  transform: translate(0);
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.funfact-two--home .funfact-two__item__box::after {
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border-color: var(--amoxi-black2, #0E0F11);
}

.funfact-two--home .funfact-two__item:hover .funfact-two__item__count {
  color: var(--amoxi-black5, #222222);
}

.funfact-two--home .funfact-two__item:hover .funfact-two__item__count::after {
  background-color: var(--amoxi-black5, #222222);
}

.funfact-two--home .funfact-two__item__text {
  color: var(--amoxi-text, #b2afa6);
}

.funfact-two--home .funfact-two__item:hover .funfact-two__item__text {
  color: var(--amoxi-black8, #333333);
}

/*--------------------------------------------------------------
# Slide Text
--------------------------------------------------------------*/
.slide-text {
  position: relative;
  z-index: 1;
  padding: 0px;
  margin: 94px 0px;
  background-color: var(--amoxi-black, #1A1B1F);
}

@media (max-width: 1599px) {
  .slide-text {
    margin: 64px 0px;
  }
}
@media (max-width: 1199px) {
  .slide-text {
    margin: 37px 0px;
  }
}
@media (max-width: 991px) {
  .slide-text {
    margin: 20px 0px;
  }
}
.slide-text .container-fluid {
  padding: 0px;
}

.slide-text__one {
  padding: 38.5px 0px;
  position: relative;
  overflow: hidden;
  transform: skewY(7.412deg);
  background-color: var(--amoxi-white, #FFFFFF);
}

.slide-text__one .slide-text__title {
  color: var(--amoxi-black5, #222222);
}

.slide-text__one .slide-text__title:hover {
  color: var(--amoxi-white, #FFFFFF);
  text-shadow: -2px 2px 0 var(--amoxi-black5, #222222), 2px -2px 0 var(--amoxi-black5, #222222), -2px -2px 0 var(--amoxi-black5, #222222), 2px 2px 0 var(--amoxi-black5, #222222), -2px 2px 0 var(--amoxi-black5, #222222);
}

.slide-text__two {
  width: 100%;
  padding: 38.5px 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  transform: skewY(-7.412deg);
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 991px) {
  .slide-text__two {
    position: relative;
    transform: skewY(7.412deg);
  }
}
.slide-text__scroll {
  width: -webkit-calc((420px * 16) + (30px * 16));
  width: -moz-calc((420px * 16) + (30px * 16));
  min-width: 100%;
  height: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 0px;
  -webkit-animation: scrollRightToLeft 20s linear infinite;
  -moz-animation: scrollRightToLeft 20s linear infinite;
  animation: scrollRightToLeft 20s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.slide-text__scroll:hover {
  animation-play-state: paused;
}

.slide-text__scroll--right {
  -webkit-animation: scrollLeftToRight 20s linear infinite;
  -moz-animation: scrollLeftToRight 20s linear infinite;
  animation: scrollLeftToRight 20s linear infinite;
}

.slide-text__title {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0px;
  font-size: 50px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.26;
  text-transform: uppercase;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .slide-text__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .slide-text__title {
    font-size: 35px;
  }
}
.slide-text__title:hover {
  color: var(--amoxi-base, #ff621d);
  text-shadow: -2px 2px 0 var(--amoxi-white, #FFFFFF), 2px -2px 0 var(--amoxi-white, #FFFFFF), -2px -2px 0 var(--amoxi-white, #FFFFFF), 2px 2px 0 var(--amoxi-white, #FFFFFF), -2px 2px 0 var(--amoxi-white, #FFFFFF);
}

.slide-text--two {
  margin: 0px;
}

.slide-text--two .slide-text__two {
  padding: 58px 0px;
  position: static;
  transform: skewY(0deg);
  background: linear-gradient(-90deg, #f29a1c 7.92%, #fa4721 100%), linear-gradient(-90deg, #f29a1c 0%, #fa4721 100%);
}

@media (max-width: 1399px) {
  .slide-text--two .slide-text__two {
    padding: 38.5px 0px;
  }
}
.slide-text--two .slide-text__title {
  font-size: 80px;
}

@media (max-width: 1399px) {
  .slide-text--two .slide-text__title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .slide-text--two .slide-text__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .slide-text--two .slide-text__title {
    font-size: 40px;
  }
}
.slide-text--two .slide-text__title:hover {
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke: 2px var(--amoxi-white, #FFFFFF);
}

.slide-text--three .slide-text__two {
  padding: 39px 0px;
  background: var(--amoxi-base, #ff621d);
}

.slide-text--three .slide-text__title {
  font-size: 50px;
  color: var(--amoxi-black5, #222222);
}

.slide-text--three .slide-text__title:hover {
  -webkit-text-stroke: 2px var(--amoxi-black5, #222222);
}

.slide-text--four {
  margin: 0px;
  margin-bottom: 125px;
}

@media (max-width: 1599px) {
  .slide-text--four {
    margin-bottom: 94px;
  }
}
@media (max-width: 1199px) {
  .slide-text--four {
    margin-bottom: 67px;
  }
}
@media (max-width: 991px) {
  .slide-text--four {
    margin-bottom: 174px;
  }
}
@media (max-width: 767px) {
  .slide-text--four {
    margin-bottom: 162px;
  }
}
.slide-text--four .slide-text__one {
  margin-top: 125px;
  background-color: var(--amoxi-black2, #0E0F11);
}

@media (max-width: 575px) {
  .slide-text--four .slide-text__one {
    margin-top: 120px;
  }
}
.slide-text--four .slide-text__one .slide-text__title {
  color: var(--amoxi-black8, #333333);
}

.slide-text--four .slide-text__one .slide-text__title:hover {
  color: var(--amoxi-black2, #0E0F11);
  text-shadow: -2px 2px 0 var(--amoxi-base, #ff621d), 2px -2px 0 var(--amoxi-base, #ff621d), -2px -2px 0 var(--amoxi-base, #ff621d), 2px 2px 0 var(--amoxi-base, #ff621d), -2px 2px 0 var(--amoxi-base, #ff621d);
}

.slide-text--four .slide-text__two {
  margin-top: -125px;
  transform: skewY(0deg);
}

@media (max-width: 991px) {
  .slide-text--four .slide-text__two {
    margin-top: -252px;
  }
}
@media (max-width: 575px) {
  .slide-text--four .slide-text__two {
    margin-top: -241px;
  }
}
.slide-text--four .slide-text__two .slide-text__title {
  color: var(--amoxi-black5, #222222);
}

.slide-text--four .slide-text__two .slide-text__title:hover {
  color: var(--amoxi-base, #ff621d);
  text-shadow: -2px 2px 0 var(--amoxi-black5, #222222), 2px -2px 0 var(--amoxi-black5, #222222), -2px -2px 0 var(--amoxi-black5, #222222), 2px 2px 0 var(--amoxi-black5, #222222), -2px 2px 0 var(--amoxi-black5, #222222);
}

.slide-text-two {
  padding: 105px 0px 119px;
  background-color: var(--amoxi-black, #1A1B1F);
}

@media (max-width: 1599px) {
  .slide-text-two {
    padding-bottom: 115px;
  }
}
@media (max-width: 1199px) {
  .slide-text-two {
    padding-bottom: 112px;
  }
}
@media (max-width: 767px) {
  .slide-text-two {
    padding: 88px 0px 92px;
  }
}
@media (max-width: 480px) {
  .slide-text-two {
    padding: 71px 0px 74px;
  }
}
.slide-text-two__title {
  margin-bottom: 0px;
  font-size: 200px;
  line-height: 1;
  font-weight: 700;
  color: var(--amoxi-base, #ff621d);
  text-transform: uppercase;
}

@media (max-width: 1599px) {
  .slide-text-two__title {
    font-size: 150px;
  }
}
@media (max-width: 1199px) {
  .slide-text-two__title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .slide-text-two__title {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  .slide-text-two__title {
    font-size: 60px;
  }
}
.slide-text-two__title--dark {
  color: var(--amoxi-black5, #222222);
}

/*--------------------------------------------------------------
# Awards
--------------------------------------------------------------*/
.awards-one {
  position: relative;
  z-index: 1;
  background-color: var(--amoxi-black, #1A1B1F);
}

.awards-one__content {
  padding-top: 104px;
}

@media (max-width: 1199px) {
  .awards-one__content {
    padding-top: 86px;
  }
}
@media (max-width: 991px) {
  .awards-one__content {
    padding-top: 76px;
  }
}
@media (max-width: 767px) {
  .awards-one__content {
    padding-top: 56px;
  }
}
@media (max-width: 575px) {
  .awards-one__content {
    padding-top: 28px;
  }
}
.awards-one__title {
  text-align: center;
}

.awards-one__wrapper {
  position: relative;
}

.awards-one__bg {
  width: 100%;
  height: calc(100% - 40px);
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.awards-one__table {
  position: relative;
  z-index: 1;
}

.awards-one__table__responsive {
  position: relative;
  display: block;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--amoxi-black6, #3A3B3F);
}

@media (max-width: 1199px) {
  .awards-one__table__responsive {
    overflow-x: auto;
  }
}
.awards-one__table__responsive::-webkit-scrollbar-thumb {
  background: var(--amoxi-base, #ff621d);
}

.awards-one__table__responsive::-webkit-scrollbar {
  height: 3px;
  -webkit-appearance: none;
}

.awards-one__table__card {
  position: relative;
  width: 100%;
  border: none;
}

@media (max-width: 1199px) {
  .awards-one__table__card {
    min-width: 1200px;
  }
}
.awards-one__table__row {
  display: grid;
  gap: 0px;
  grid-template-columns: 214px 393px 328px auto;
  position: relative;
}

.awards-one__table__body .awards-one__table__row {
  transition: all 500ms ease;
}

.awards-one__table__body .awards-one__table__row:hover {
  background-color: var(--amoxi-base, #ff621d);
}

.awards-one__table__row div {
  padding: 8.13px 20px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
  vertical-align: middle;
  transition: all 500ms ease;
  background-color: transparent;
  border-bottom: 1px solid var(--amoxi-black6, #3A3B3F);
  border-left: 1px solid var(--amoxi-black6, #3A3B3F);
}

.awards-one__table__row div:last-child {
  border-left: none !important;
}

.awards-one__table__body .awards-one__table__row:last-child div {
  border-bottom: none;
}

.awards-one__table__heading {
  font-size: 14px !important;
  text-transform: uppercase !important;
}

.awards-one__table__body .awards-one__table__row div {
  padding: 24px 20px;
  text-transform: capitalize;
}

.awards-one__table__year span {
  width: 13px;
  height: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  position: relative;
  top: -4px;
  transition: all 500ms ease;
  border: 1px solid var(--amoxi-base, #ff621d);
}

.awards-one__table__year span::before {
  content: "";
  width: 4px;
  height: 4px;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}

.awards-one__table__title {
  font-weight: 700 !important;
  color: var(--amoxi-white, #FFFFFF) !important;
}

.awards-one__table__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.awards-one__table__title a:hover {
  background-size: 100% 1px;
}

.awards-one__table__link a {
  color: inherit;
  transition: none;
  text-decoration-line: underline;
}

.awards-one__table__link a:hover {
  text-decoration: none;
}

.awards-one__table__body .awards-one__table__row:hover div {
  color: var(--amoxi-white, #FFFFFF);
  border-left-color: var(--amoxi-white, #FFFFFF);
}

.awards-one__table__body .awards-one__table__row:hover .awards-one__table__year span {
  border-color: var(--amoxi-white, #FFFFFF);
}

.awards-one__table__image {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  right: -142px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
  transform: translateY(-50%) scale(0.5);
}

@media (max-width: 1599px) {
  .awards-one__table__image {
    right: -110px;
  }
}
@media (max-width: 1399px) {
  .awards-one__table__image {
    right: -80px;
  }
}
@media (max-width: 1299px) {
  .awards-one__table__image {
    display: none;
  }
}
.awards-one__table__body .awards-one__table__row:hover .awards-one__table__image {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.awards-two {
  background-color: var(--amoxi-black2, #0E0F11);
}

.awards-two__top {
  margin-bottom: 51px;
}

.awards-two .sec-title {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .awards-two .sec-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .awards-two .sec-title .sec-title__top {
    justify-content: center;
  }
}
.awards-two__shape {
  text-align: left;
}

.awards-two__shape img {
  max-width: 100%;
  height: auto;
}

.awards-two__images {
  width: 100%;
  max-width: 411px;
  min-height: 496px;
  position: relative;
}

@media (max-width: 991px) {
  .awards-two__images {
    margin: 0px auto;
  }
}
@media (max-width: 480px) {
  .awards-two__images {
    min-height: 465px;
  }
}
.awards-two__image {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transform: scale(0.7);
}

.awards-two__image.active {
  opacity: 1;
  transform: scale(1);
  transition: all 500ms ease;
}

.awards-two__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

.awards-two__item + .awards-two__item {
  margin-top: 23px;
}

.awards-two__item {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 575px) {
  .awards-two__item {
    padding-bottom: 30px;
  }
}
.awards-two__item__content {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .awards-two__item__content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
}
.awards-two__item__title {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .awards-two__item__title {
    margin-bottom: 10px;
  }
}
.awards-two__item__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.awards-two__item__title a:hover {
  background-size: 100% 1px;
}

.awards-two__item__plateform {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
  text-transform: capitalize;
}

.awards-two__item__year {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
  text-transform: capitalize;
  background: linear-gradient(-180deg, #222222 0%, rgba(89, 89, 89, 0.198126) 61.02%, rgba(102, 102, 102, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media (max-width: 767px) {
  .awards-two__item__year {
    font-size: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .awards-two__item__year {
    font-size: 50px;
  }
}
.awards-two__item__btn {
  width: 44px;
  height: 44px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

@media (max-width: 575px) {
  .awards-two__item__btn {
    margin: 10px auto 0px;
  }
}
.awards-two__item__icon {
  display: inline-flex;
  font-size: 22px;
  color: var(--amoxi-black4, #131313);
  transition: all 500ms ease;
}

.awards-two__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.awards-two__item__border {
  width: calc(100% + 30px);
  height: calc(100% - 10px);
  position: absolute;
  left: 0px;
  bottom: -1px;
}

@media (max-width: 767px) {
  .awards-two__item__border {
    width: calc(100% + 20px);
    height: calc(100% - 6px);
  }
}
@media (max-width: 575px) {
  .awards-two__item__border {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .awards-two__item__border {
    height: calc(100% - 7px);
  }
}
.awards-two__item__border::before,
.awards-two__item__border::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  transition: all 0.5s linear 0s;
}

.awards-two__item__border::before {
  top: 0px;
  right: 0px;
  border-right: 1px solid transparent;
}

@media (max-width: 575px) {
  .awards-two__item__border::before {
    display: none;
  }
}
.awards-two__item__border::after {
  right: 0px;
  bottom: 0px;
  border-bottom: 1px solid transparent;
}

.awards-two__item__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 1px;
  right: -189px;
  opacity: 0;
  transition: 500ms;
}

@media (max-width: 991px) {
  .awards-two__item__shape {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .awards-two__item__shape {
    top: 0px;
  }
}
.awards-two__item.active .awards-two__item__title a,
.awards-two__item:hover .awards-two__item__title a {
  color: var(--amoxi-base, #ff621d);
}

.awards-two__item.active .awards-two__item__year,
.awards-two__item:hover .awards-two__item__year {
  background: linear-gradient(-180deg, #b3de4f 0%, rgba(102, 102, 102, 0) 100%, rgba(89, 89, 89, 0.198126) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.awards-two__item.active .awards-two__item__btn,
.awards-two__item:hover .awards-two__item__btn {
  background-color: var(--amoxi-base, #ff621d);
}

.awards-two__item.active .awards-two__item__icon,
.awards-two__item:hover .awards-two__item__icon {
  transform: rotate(-45deg);
}

.awards-two__item.active .awards-two__item__border::before,
.awards-two__item.active .awards-two__item__border::after,
.awards-two__item:hover .awards-two__item__border::before,
.awards-two__item:hover .awards-two__item__border::after {
  width: 100%;
  height: 100%;
  border-color: var(--amoxi-base, #ff621d);
}

.awards-two__item.active .awards-two__item__border::after,
.awards-two__item:hover .awards-two__item__border::after {
  transition-delay: 500ms;
}

@media (max-width: 575px) {
  .awards-two__item.active .awards-two__item__border::after,
  .awards-two__item:hover .awards-two__item__border::after {
    transition-delay: 0ms;
  }
}
.awards-two__item.active .awards-two__item__shape,
.awards-two__item:hover .awards-two__item__shape {
  opacity: 1;
}

/*--------------------------------------------------------------
# Expertise
--------------------------------------------------------------*/
.expertise-area {
  background-color: var(--amoxi-black2, #0E0F11);
}

.expertise-area--two {
  background-color: var(--amoxi-black, #1A1B1F);
}

.expertise-area .sec-title {
  margin-bottom: 20px;
}

.expertise-area .sec-title__title {
  font-size: 40px;
  line-height: 1.375;
}

@media (max-width: 767px) {
  .expertise-area .sec-title__title {
    font-size: 35px;
  }
}
@media (max-width: 440px) {
  .expertise-area .sec-title__title {
    font-size: 30px;
  }
}
.expertise-area__wrapper {
  height: 450px;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}

.expertise-area__wrapper > * {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  right: 0;
  top: 0;
  user-select: none;
  pointer-events: auto;
  transition: none;
}

.expertise-area__box {
  display: inline-block;
  padding: 14px 30px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.3125;
  text-transform: uppercase;
  border-radius: 100px;
  background-color: var(--amoxi-base, #ff621d);
  transform: translate(50%, -50%) rotate(0rad);
}

.expertise-area__box--2 {
  color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-white, #FFFFFF);
}

@media only screen and (max-width: 767px) {
  .expertise-area__box {
    padding: 12px 25px;
    font-size: 14px;
  }
}
.expertise-area__lines {
  display: grid;
  gap: 6px 0;
}

@media only screen and (max-width: 767px) {
  .expertise-area__lines {
    gap: 5px 0;
  }
}
.expertise-area__line {
  border-bottom: 1px solid var(--amoxi-white2, #D9D9D9);
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process {
  counter-reset: workProcessStep;
  background-color: var(--amoxi-black3, #121115);
}

.work-process__top {
  margin-bottom: 51px;
}

.work-process .sec-title {
  margin: 0px;
}

.work-process__text {
  margin: 0px;
  padding-right: 60px;
}

@media (max-width: 1199px) {
  .work-process__text {
    padding-right: 0px;
  }
}
@media (max-width: 575px) {
  .work-process__item {
    text-align: center;
  }
}
.work-process__item--1 .work-process__border {
  height: 109px;
}

.work-process__item--2 .work-process__border {
  height: 189px;
}

.work-process__item--3 .work-process__border {
  height: 269px;
}

.work-process__item--4 .work-process__border {
  height: 349px;
}

.work-process__step {
  text-align: left;
}

@media (max-width: 575px) {
  .work-process__step {
    text-align: center;
  }
}
.work-process__step__text {
  display: inline-block;
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.245;
  text-transform: uppercase;
  border-radius: 100px;
  transition: all 500ms ease;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.work-process__step__text::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  position: relative;
  top: 1px;
  margin-left: 8px;
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}

.work-process__step__text::after {
  content: " 0" counter(workProcessStep);
  counter-increment: workProcessStep;
}

.work-process__item:hover .work-process__step__text {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}

.work-process__item:hover .work-process__step__text::before {
  background-color: var(--amoxi-white, #FFFFFF);
}

.work-process__border {
  width: 1px;
  position: relative;
  margin: 0px auto 30px 59px;
  transition: all 500ms ease;
  border: 1px dashed RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 1199px) {
  .work-process__border {
    height: 109px !important;
  }
}
@media (max-width: 575px) {
  .work-process__border {
    margin-left: auto;
  }
}
.work-process__border__icon {
  display: inline-block;
  font-size: 14px;
  position: absolute;
  right: 50%;
  bottom: -20px;
  transform: translateX(50%);
  transition: all 500ms ease;
  color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.work-process__item:hover .work-process__border {
  border-color: var(--amoxi-base, #ff621d);
}

.work-process__item:hover .work-process__border__icon {
  color: var(--amoxi-base, #ff621d);
}

.work-process__title {
  margin-bottom: 31px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}

@media (min-width: 576px) and (max-width: 767px) {
  .work-process__title {
    font-size: 20px;
  }
}
.work-process__title a {
  color: inherit;
}

.work-process__title a:hover {
  color: var(--amoxi-base, #ff621d);
}

.work-process__title a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.work-process__title a:hover {
  background-size: 100% 1px;
}

.work-process__image {
  border-radius: 270px;
}

@media (max-width: 575px) {
  .work-process__image {
    text-align: center;
  }
}
.work-process__image img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}

.work-process__shape {
  text-align: left;
}

@media (max-width: 1199px) {
  .work-process__shape {
    display: none;
  }
}
.work-process__shape img {
  max-width: 100%;
  height: auto;
  animation: zoomIn 1.5s infinite alternate;
}

.work-process__button {
  margin-top: -85px;
}

@media (max-width: 1199px) {
  .work-process__button {
    margin-top: 50px;
    text-align: center;
  }
}
.work-process-two {
  counter-reset: workProcessStep2;
  background-color: var(--amoxi-black2, #0E0F11);
}

.work-process-two .sec-title {
  margin-bottom: 45px;
}

.work-process-two__image {
  text-align: center;
}

.work-process-two__image img {
  max-width: 100%;
  height: auto;
  margin-right: -20px;
}

@media (max-width: 991px) {
  .work-process-two__image img {
    margin-right: 0px;
  }
}
.work-process-two__item + .work-process-two__item {
  margin-top: 30px;
}

.work-process-two__item {
  position: relative;
  padding-right: 50px;
}

.work-process-two__item::after {
  content: "";
  width: 2px;
  height: calc(100% + 30px);
  position: absolute;
  top: 0px;
  right: 13px;
  transition: all 500ms ease;
  border: 2px dashed RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.work-process-two__item:hover::after {
  border-style: solid;
  border-color: var(--amoxi-base, #ff621d);
}

.work-process-two__item:last-child::after {
  height: calc(100% - 5px);
}

.work-process-two__circle {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: -3px;
  right: 0px;
  z-index: 1;
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amoxi-black, #1A1B1F);
}

.work-process-two__circle::before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: inherit;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}

.work-process-two__item:hover .work-process-two__circle {
  background-color: var(--amoxi-base, #ff621d);
}

.work-process-two__step {
  display: inline-block;
  position: relative;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  color: var(--amoxi-text, #b2afa6);
  text-transform: uppercase;
  transition: all 500ms ease;
}

.work-process-two__step::before {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: 10px;
  right: -20px;
  opacity: 0;
  transform: translateX(30px);
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}

.work-process-two__step::after {
  content: " 0" counter(workProcessStep2);
  counter-increment: workProcessStep2;
}

.work-process-two__item:hover .work-process-two__step {
  color: var(--amoxi-base, #ff621d);
}

.work-process-two__item:hover .work-process-two__step::before {
  opacity: 1;
  transform: translateX(0px);
}

.work-process-two__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.458;
  text-transform: capitalize;
}

.work-process-two__text {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-accordion {
  position: relative;
  z-index: 1;
  counter-reset: FAQ;
}

.faq-accordion .accordion {
  transition: all 500ms ease;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.faq-accordion .accordion + .accordion {
  margin-top: 30px;
}

.faq-accordion .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  padding: 10px 0px;
  cursor: pointer;
  overflow: hidden;
  transition: all 500ms ease;
}

@media (max-width: 440px) {
  .faq-accordion .accordion-title {
    gap: 15px;
  }
}
.faq-accordion .accordion-title h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.625;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
  transition: all 500ms ease;
}

.faq-accordion .accordion-title__number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 500ms ease;
}

.faq-accordion .accordion-title__number::before {
  content: "Q" counter(FAQ) ".";
  counter-increment: FAQ;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1;
  transition: all 500ms ease;
}

@media (max-width: 575px) {
  .faq-accordion .accordion-title__number::before {
    font-size: 18px;
  }
}
.faq-accordion .accordion-title__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  position: relative;
  transition: all 500ms ease;
}

.faq-accordion .accordion-title__icon::after,
.faq-accordion .accordion-title__icon::before {
  content: "";
  width: 2px;
  height: 18px;
  position: absolute;
  background-color: var(--amoxi-white, #FFFFFF);
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  transition: all 500ms ease;
}

.faq-accordion .accordion-title__icon::after {
  width: 18px;
  height: 2px;
}

.faq-accordion .active.accordion {
  border: none;
}

.faq-accordion .active .accordion-title {
  padding: 10px 15px;
  background-color: var(--amoxi-base, #ff621d);
}

.faq-accordion .active .accordion-title__icon::after,
.faq-accordion .active .accordion-title__icon::before {
  opacity: 0;
  background-color: var(--amoxi-white, #FFFFFF);
}

.faq-accordion .active .accordion-title__icon::after {
  opacity: 1;
}

.faq-accordion .accordion-content .inner {
  padding: 20px 20px 18px;
  background-color: var(--amoxi-black2, #0E0F11);
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-top: none;
  transition: all 500ms ease;
}

.faq-accordion .accordion-content p {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
}

.faq-page {
  background-color: var(--amoxi-black, #1A1B1F);
}

.faq-one {
  position: relative;
  overflow: hidden;
  background-color: var(--amoxi-black, #1A1B1F);
}

.faq-one__content {
  position: relative;
  z-index: 1;
  padding-left: 120px;
}

@media (max-width: 1199px) {
  .faq-one__content {
    padding-left: 0px;
  }
}
.faq-one .faq-accordion .active .accordion-title__number::before,
.faq-one .faq-accordion .active .accordion-title h3 {
  color: var(--amoxi-black5, #222222);
}

.faq-one .faq-accordion .active .accordion-title__icon::after {
  background-color: var(--amoxi-black5, #222222);
}

.faq-one__image {
  width: 43%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

@media (max-width: 1199px) {
  .faq-one__image {
    width: 48.4%;
  }
}
@media (max-width: 991px) {
  .faq-one__image {
    width: 100%;
    position: relative;
  }
}
.faq-one__image__img {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .faq-one__image__img {
    height: auto;
  }
}
.faq-one__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .faq-one__image img {
    max-width: 100%;
    height: auto;
    object-fit: none;
  }
}
.faq-one__user {
  padding: 23px 32px 24px;
  position: relative;
  position: absolute;
  right: -96px;
  bottom: 72px;
  z-index: 1;
}

@media (max-width: 1399px) {
  .faq-one__user {
    right: -80px;
  }
}
@media (max-width: 1199px) {
  .faq-one__user {
    right: -10px;
  }
}
@media (max-width: 991px) {
  .faq-one__user {
    right: -20px;
  }
}
@media (max-width: 575px) {
  .faq-one__user {
    margin-top: 40px;
    position: relative;
    right: auto;
    bottom: auto;
  }
}
.faq-one__user::before {
  content: "";
  width: calc(50% + 10px);
  height: calc(100% + 20px);
  position: absolute;
  top: 50%;
  left: -10px;
  z-index: -1;
  transform: translateY(-50%);
  background-color: var(--amoxi-white, #FFFFFF);
}

@media (max-width: 1399px) {
  .faq-one__user::before {
    width: calc(50% + 26px);
  }
}
@media (max-width: 1199px) {
  .faq-one__user::before {
    width: calc(50% + 96px);
  }
}
@media (max-width: 991px) {
  .faq-one__user::before {
    width: calc(50% + 86px);
  }
}
@media (max-width: 575px) {
  .faq-one__user::before {
    width: calc(50% + 10px);
  }
}
.faq-one__user::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background-color: var(--amoxi-base, #ff621d);
}

.faq-one__user__count {
  margin: 8px 0px 10px;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: var(--amoxi-black7, #000000);
  text-transform: uppercase;
}

.faq-one__user__text {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-black7, #000000);
  line-height: 1.625;
  text-transform: capitalize;
}

.faq-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  animation: moveX2 2s linear infinite;
}

@media (max-width: 1399px) {
  .faq-one__shape {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .faq-one__shape {
    right: -100px;
  }
}
.faq-two {
  background-color: var(--amoxi-black, #1A1B1F);
}

.faq-two__wrapper {
  padding-top: 104px;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 767px) {
  .faq-two__wrapper {
    padding-top: 84px;
  }
}
@media (max-width: 575px) {
  .faq-two__wrapper {
    padding-top: 64px;
  }
}
/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/
.package-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 50px 48.5px 45px 48.5px;
}

@media (max-width: 480px) {
  .package-card {
    padding: 40px 38.5px 35px 38.5px;
  }
}
@media (max-width: 390px) {
  .package-card {
    padding: 35px 33.5px 30px 33.5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card {
    padding: 40px 40px 35px 37px;
  }
}
.package-card__shape {
  width: 100%;
  height: 0%;
  position: relative;
  position: absolute;
  right: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  background-color: var(--amoxi-black2, #0E0F11);
}

.package-card__shape::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  background: linear-gradient(-90deg, #fa4721 0%, #f29a1c 100%), #ff621d;
}

.package-card__shape__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.package-card__content {
  position: relative;
  z-index: 2;
}

.package-card__top {
  display: flex;
  gap: 15px 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 67px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .package-card__top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card__top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.package-card__top::after {
  content: "";
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: -1;
  opacity: 0;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
  transform: translate(50%, -50%) scale(0.9);
}

.package-card__price {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
  color: var(--amoxi-black5, #222222);
  line-height: 1;
  text-transform: capitalize;
  transition: all 500ms ease;
}

@media (max-width: 390px) {
  .package-card__price {
    font-size: 40px;
  }
}
.package-card__price span {
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-black8, #333333);
}

@media (max-width: 390px) {
  .package-card__price span {
    font-size: 14px;
  }
}
.package-card__title {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  padding: 8.5px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.318;
  color: var(--amoxi-black5, #222222);
  text-transform: uppercase;
  overflow: hidden;
  transition: all 500ms ease;
  background-color: var(--amoxi-white3, #DDDDDD);
}

.package-card__title::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background: linear-gradient(-90deg, #fa4721 0%, #f29a1c 91.01%), #dddddd;
}

.package-card__info {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  padding: 9.5px 37px 9.5px 0px;
  font-size: 18px;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.371;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 500ms ease;
}

@media (max-width: 390px) {
  .package-card__info {
    font-size: 16px;
  }
}
.package-card__info::after {
  content: "";
  width: calc(100% + 20px);
  height: 100%;
  position: absolute;
  top: 0px;
  left: -20px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--amoxi-black, #1A1B1F);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 7% 50%);
}

.package-card__bottom {
  display: flex;
  gap: 40px 50px;
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .package-card__bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card__bottom {
    gap: 30px;
  }
}
.package-card__list {
  flex-grow: 1;
  margin-bottom: 0px;
}

@media (max-width: 575px) {
  .package-card__list {
    width: 100%;
  }
}
.package-card__list li + li {
  margin-top: 15px;
}

.package-card__list li {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
  text-transform: capitalize;
  transition: all 500ms ease;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.package-card__list__icon {
  display: inline-flex;
  font-size: 18px;
  color: var(--amoxi-text, #b2afa6);
  transition: all 500ms ease;
}

.package-card__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.package-card__button {
  flex-shrink: 0;
}

@media (min-width: 576px) {
  .package-card .amoxi-btn {
    writing-mode: sideways-lr;
  }
  .package-card .amoxi-btn__text {
    padding: 40px 14.5px;
    color: var(--amoxi-black2, #0E0F11);
    background: var(--amoxi-white, #FFFFFF);
  }
  .package-card .amoxi-btn__text::before,
  .package-card .amoxi-btn__text::after {
    width: calc(100% + 10px);
    height: 0%;
    transform: skewY(-25deg);
    background: linear-gradient(-90deg, #f29a1c 0%, #fa4721 100%);
  }
  .package-card .amoxi-btn__text::before {
    top: -8px;
    right: -5px;
  }
  .package-card .amoxi-btn__text::after {
    left: -5px;
    bottom: -8px;
  }
  .package-card .amoxi-btn:hover .amoxi-btn__text {
    color: var(--amoxi-white, #FFFFFF);
  }
  .package-card .amoxi-btn:hover .amoxi-btn__text::before,
  .package-card .amoxi-btn:hover .amoxi-btn__text::after {
    width: calc(100% + 10px);
    height: calc(50% + 10px);
  }
  .package-card .amoxi-btn__icon-box,
  .package-card .amoxi-btn__icon-box::after {
    background: linear-gradient(0deg, #fa4721 0%, #f29a1c 100%), #ff621d;
  }
  .package-card .amoxi-btn:hover .amoxi-btn__icon-box::after {
    background: var(--amoxi-white, #FFFFFF);
  }
  .package-card .amoxi-btn__icon {
    font-size: 14px;
    color: var(--amoxi-white, #FFFFFF);
  }
  .package-card .amoxi-btn:hover .amoxi-btn__icon {
    color: var(--amoxi-base, #ff621d);
    animation: slideTop 500ms;
  }
}
.package-card.active .package-card__shape {
  height: 100%;
  top: 0px;
}

.package-card.active .package-card__shape::after {
  height: 134px;
  bottom: 0px;
  transition: all 500ms ease 300ms;
}

.package-card.active .package-card__top::after {
  opacity: 1;
  transform: translate(50%, -50%) scale(1);
}

.package-card.active .package-card__title::after {
  width: 100%;
  right: 0px;
}

.package-card.active .package-card__title,
.package-card.active .package-card__info {
  color: var(--amoxi-white, #FFFFFF);
}

.package-card-two {
  position: relative;
  z-index: 2;
  padding: 0px 45px 40px 30px;
}

@media (max-width: 1199px) {
  .package-card-two {
    padding: 0px 40px 40px;
  }
}
@media (max-width: 430px) {
  .package-card-two {
    padding: 0px 30px 30px;
  }
}
@media (max-width: 390px) {
  .package-card-two {
    padding: 0px 25px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .package-card-two {
    padding: 0px 25px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card-two {
    padding: 0px 25px 25px 10px;
  }
}
.package-card-two__shape {
  width: calc(100% + 15px);
  height: calc(100% - 15px);
  position: relative;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: var(--amoxi-white, #FFFFFF);
}

@media (max-width: 991px) {
  .package-card-two__shape {
    width: 100%;
  }
}
.package-card-two__shape::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}

.package-card-two--two {
  z-index: 1;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .package-card-two--two {
    padding-right: 45px;
  }
}
@media (max-width: 430px) {
  .package-card-two--two {
    padding-right: 30px;
  }
}
@media (max-width: 390px) {
  .package-card-two--two {
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .package-card-two--two {
    padding-right: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card-two--two {
    padding-right: 10px;
  }
}
.package-card-two--two .package-card-two__shape {
  width: calc(100% + 30px);
  right: 50%;
  transform: translateX(50%);
}

@media (max-width: 991px) {
  .package-card-two--two .package-card-two__shape {
    width: 100%;
  }
}
.package-card-two--two .package-card-two__shape-2 {
  width: calc(100% + 30px);
  height: calc(100% - 15px);
  position: relative;
  position: absolute;
  right: 50%;
  bottom: 0px;
  transform: translateX(50%);
}

@media (max-width: 991px) {
  .package-card-two--two .package-card-two__shape-2 {
    display: none;
  }
}
.package-card-two--two .package-card-two__shape-2::before,
.package-card-two--two .package-card-two__shape-2::after {
  content: "";
  width: 47px;
  height: 47px;
  position: absolute;
  top: 0px;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}

.package-card-two--two .package-card-two__shape-2::before {
  right: -47px;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

.package-card-two--two .package-card-two__shape-2::after {
  left: -47px;
  clip-path: polygon(100% 100%, 0 100%, 0 0);
}

.package-card-two--three {
  padding-right: 30px;
  padding-left: 45px;
}

@media (max-width: 767px) {
  .package-card-two--three {
    padding-right: 45px;
  }
}
@media (max-width: 430px) {
  .package-card-two--three {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 390px) {
  .package-card-two--three {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .package-card-two--three {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card-two--three {
    padding-right: 10px;
    padding-left: 25px;
  }
}
.package-card-two--three .package-card-two__shape {
  right: -15px;
}

@media (max-width: 991px) {
  .package-card-two--three .package-card-two__shape {
    right: 0px;
  }
}
.package-card-two__content {
  position: relative;
  z-index: 2;
}

.package-card-two__top {
  text-align: center;
}

.package-card-two__title {
  display: inline-block;
  position: relative;
  margin-bottom: 34px;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.318;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}

.package-card-two__title::before,
.package-card-two__title::after {
  content: "";
  width: 14px;
  height: 15px;
  position: absolute;
  top: 0px;
  background-color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}

.package-card-two__title::before {
  right: -14px;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

.package-card-two__title::after {
  left: -14px;
  clip-path: polygon(100% 100%, 0 100%, 0 0);
}

.package-card-two__title__shape {
  width: 22px;
  height: 19px;
  position: absolute;
  right: 50%;
  bottom: -19px;
  transform: translateX(50%);
  background-color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.package-card-two__price {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
  color: var(--amoxi-black5, #222222);
  line-height: 1;
  text-transform: capitalize;
  transition: all 500ms ease;
}

@media (max-width: 390px) {
  .package-card-two__price {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .package-card-two__price {
    font-size: 40px;
  }
}
.package-card-two__price span {
  font-size: 16px;
  font-weight: 600;
}

.package-card-two__info {
  margin-bottom: 25px;
  padding: 10px 37px;
  font-size: 18px;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.371;
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--amoxi-black, #1A1B1F);
  transition: all 500ms ease;
  clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 7% 50%);
}

@media (max-width: 390px) {
  .package-card-two__info {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .package-card-two__info {
    font-size: 16px;
  }
}
.package-card-two__list {
  margin-bottom: 30px;
}

.package-card-two__list li + li {
  margin-top: 15px;
}

.package-card-two__list li {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  color: var(--amoxi-text-gray, #636363);
  line-height: 1.625;
  text-transform: capitalize;
  transition: all 500ms ease;
  border-bottom: 1px solid var(--amoxi-border-color, #D3D3D3);
}

.package-card-two__list__icon {
  display: inline-flex;
  font-size: 18px;
  color: var(--amoxi-text-gray, #636363);
  transition: all 500ms ease;
}

.package-card-two__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.package-card-two__button {
  text-align: center;
}

.package-card-two .amoxi-btn__icon-box {
  background-color: var(--amoxi-black4, #131313);
}

.package-card-two .amoxi-btn__icon {
  font-size: 14px;
  color: var(--amoxi-white, #FFFFFF);
}

.package-card-two.active .package-card-two__shape::after {
  height: 100%;
}

.package-card-two.active .package-card-two__shape-2::before,
.package-card-two.active .package-card-two__shape-2::after {
  background-color: var(--amoxi-base, #ff621d);
}

.package-card-two.active .package-card-two__title,
.package-card-two.active .package-card-two__info {
  color: var(--amoxi-black5, #222222);
}

.package-card-two.active .package-card-two__title,
.package-card-two.active .package-card-two__title::before,
.package-card-two.active .package-card-two__title::after,
.package-card-two.active .package-card-two__title__shape {
  color: var(--amoxi-black6, #3A3B3F);
}

.package-card-two.active .package-card-two__title,
.package-card-two.active .package-card-two__title::before,
.package-card-two.active .package-card-two__title::after,
.package-card-two.active .package-card-two__title__shape,
.package-card-two.active .package-card-two__info {
  background-color: var(--amoxi-white, #FFFFFF);
}

.package-card-two.active .package-card-two__list li {
  border-color: var(--amoxi-white, #FFFFFF);
}

.package-card-two.active .package-card-two__price,
.package-card-two.active .package-card-two__list li,
.package-card-two.active .package-card-two__list__icon {
  color: var(--amoxi-white, #FFFFFF);
}

.package-card-two.active .amoxi-btn .amoxi-btn__text {
  color: var(--amoxi-black4, #131313);
}

.package-card-two.active .amoxi-btn .amoxi-btn__text::before,
.package-card-two.active .amoxi-btn .amoxi-btn__text::after {
  width: calc(50% + 10px);
  background-color: var(--amoxi-white, #FFFFFF);
}

.package-card-two.active .amoxi-btn .amoxi-btn__icon-box {
  background-color: var(--amoxi-black4, #131313);
}

.package-card-two.active .amoxi-btn .amoxi-btn__icon {
  color: var(--amoxi-white, #FFFFFF);
}

.packages-one,
.packages-two {
  background-color: var(--amoxi-black, #1A1B1F);
}

.packages-one__top {
  margin-bottom: 51px;
}

.packages-one .sec-title {
  margin: 0px;
}

.packages-one__switch {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 390px) {
  .packages-one__switch {
    gap: 15px;
  }
}
.packages-one__switch__text {
  margin: 0px;
  cursor: pointer;
  font-size: 22px;
  line-height: 1.371;
  color: var(--amoxi-text-gray, #636363);
  text-transform: uppercase;
  transition: 0.5s;
}

@media (max-width: 390px) {
  .packages-one__switch__text {
    font-size: 20px;
  }
}
.packages-one__switch__text.active {
  color: var(--amoxi-white, #FFFFFF);
}

.packages-one__switch__box {
  position: relative;
  display: inline-block;
  width: 68px;
  height: 30px;
}

.packages-one__switch__box input {
  width: 0;
  height: 0;
  opacity: 0;
}

.packages-one__switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  border-radius: 100px;
  background: transparent;
  border: 2px solid var(--amoxi-white, #FFFFFF);
}

.packages-one__switch .slider::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  transition: 0.5s;
  border-radius: 50%;
  background: var(--amoxi-base, #ff621d);
}

.packages-one__switch input:checked + .slider {
  background: var(--amoxi-base, #ff621d);
  border-color: var(--amoxi-base, #ff621d);
}

.packages-one__switch input:checked + .slider::before {
  background: var(--amoxi-white, #FFFFFF);
  transform: translateY(-50%) translateX(-35px);
}

.packages-one__monthly,
.packages-one__yearly {
  opacity: 0;
  transform: translate3d(0, 80px, 0);
  transition: all 1s ease;
}

.packages-one__monthly.active,
.packages-one__yearly.active {
  opacity: 1;
  transform: translateZ(0);
}

.packages-two {
  background-color: var(--amoxi-black, #1A1B1F);
}

.packages-two--home .package-card-two__title {
  color: var(--amoxi-black8, #333333);
}

.packages-two--home .amoxi-btn__text {
  color: var(--amoxi-black4, #131313);
}

.packages-two--home .package-card-two.active .package-card-two__price {
  color: var(--amoxi-black5, #222222);
}

.packages-two--home .package-card-two.active .package-card-two__title,
.packages-two--home .package-card-two.active .package-card-two__list li,
.packages-two--home .package-card-two.active .package-card-two__list__icon {
  color: var(--amoxi-black8, #333333);
}

.packages-two--home .package-card-two.active .package-card-two__list li {
  border-color: RGBA(var(--amoxi-black9-rgb, 71, 71, 71), 0.6);
}

/*--------------------------------------------------------------
# Feature
--------------------------------------------------------------*/
.feature-one {
  background-color: var(--amoxi-black, #1A1B1F);
  counter-reset: featureSerialNumber;
}

.feature-one__card {
  position: relative;
  padding-top: 30px;
  border-radius: 10px;
}

.feature-one__card__content {
  position: relative;
  text-align: center;
  padding: 15px 50px 40px;
  overflow: hidden;
  border-radius: inherit;
}

@media (max-width: 360px) {
  .feature-one__card__content {
    padding-right: 45px;
    padding-left: 45px;
  }
}
.feature-one__card__content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: inherit;
  background-color: var(--amoxi-white, #FFFFFF);
  clip-path: polygon(0 0, 100% 0, 92% 65%, 100% 100%, 0 100%, 8% 65%);
}

.feature-one__card__content::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--amoxi-base, #ff621d);
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.7s;
}

.feature-one__card:hover .feature-one__card__content::after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.feature-one__card__inner {
  position: relative;
  z-index: 2;
}

.feature-one__card__number {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 20px;
  font-size: 20px;
  font-weight: 600;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  transform: rotate(90deg);
  transition: all 500ms ease;
  background-color: var(--amoxi-black2, #0E0F11);
  counter-increment: featureSerialNumber;
}

.feature-one__card__number::after {
  content: counter(featureSerialNumber, decimal-leading-zero);
}

.feature-one__card:hover .feature-one__card__number {
  transform: rotate(0deg);
}

.feature-one__card__title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.458;
  color: var(--amoxi-black7, #000000);
  text-transform: capitalize;
}

@media (max-width: 375px) {
  .feature-one__card__title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-one__card__title {
    font-size: 22px;
  }
}
.feature-one__card__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.feature-one__card__title a:hover {
  background-size: 100% 1px;
}

.feature-one__card__text {
  margin-bottom: 21px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text-gray, #636363);
  line-height: 1.625;
  transition: all 500ms ease;
}

.feature-one__card:hover .feature-one__card__text {
  color: var(--amoxi-black8, #333333);
}

.feature-one__card__icon {
  display: inline-flex;
  margin-bottom: 28px;
  font-size: 64px;
  color: var(--amoxi-black7, #000000);
}

.feature-one__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.feature-one__card:hover .feature-one__card__icon {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.feature-one__card .amoxi-btn-two {
  padding: 10px 25px;
  color: var(--amoxi-black8, #333333);
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid var(--amoxi-border-color, #D3D3D3);
}

.feature-one__card:hover .amoxi-btn-two {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-black2, #0E0F11);
}

.feature-one__card:hover .amoxi-btn-two::before,
.feature-one__card:hover .amoxi-btn-two::after {
  background-color: var(--amoxi-black2, #0E0F11);
}

.feature-one__card:hover .amoxi-btn-two::before {
  width: 100%;
  left: 0;
  right: auto;
}

.feature-one__card:hover .amoxi-btn-two::after {
  width: 100%;
  right: 0;
  left: auto;
}

.feature-one__card__shape {
  width: 126px;
  height: 30px;
  position: relative;
  position: absolute;
  top: 0px;
  right: 50%;
  transform: translateX(50%);
}

.feature-one__card__shape::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--amoxi-base, #ff621d);
  clip-path: polygon(17% 0%, 83% 0%, 100% 100%, 0% 100%);
}

.feature-one__card__shape::after {
  content: "";
  width: 85px;
  height: 83px;
  position: absolute;
  top: 0px;
  right: 50%;
  transform: translateX(50%);
  background-color: var(--amoxi-white, #FFFFFF);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills-one {
  background-color: var(--amoxi-black2, #0E0F11);
}

@media (max-width: 1399px) {
  .skills-one {
    padding-top: var(--section-space, 120px);
    padding-bottom: var(--section-space, 120px);
    background-color: var(--amoxi-black, #1A1B1F);
  }
}
@media (max-width: 767px) {
  .skills-one {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .skills-one {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .skills-one .container {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.skills-one__row {
  display: grid;
  gap: 0px;
  align-items: start;
  grid-template-columns: 46.3% 53.7%;
}

@media (max-width: 1599px) {
  .skills-one__row {
    grid-template-columns: 52% 48%;
  }
}
@media (max-width: 1399px) {
  .skills-one__row {
    gap: 50px 30px;
    align-items: center;
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .skills-one__row {
    grid-template-columns: 1fr;
  }
}
.skills-one__content {
  position: relative;
  padding: 110px 154px 120px 138px;
  background-color: var(--amoxi-black, #1A1B1F);
}

@media (max-width: 1799px) {
  .skills-one__content {
    padding-right: 80px;
    padding-left: 118px;
  }
}
@media (max-width: 1399px) {
  .skills-one__content {
    padding: 0px;
  }
}
.skills-one__content::after {
  content: "";
  width: 130px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -130px;
  background-color: var(--amoxi-black, #1A1B1F);
}

@media (max-width: 1399px) {
  .skills-one__content::after {
    display: none;
  }
}
.skills-one .sec-title {
  margin-bottom: 26px;
}

.skills-one__text {
  margin-bottom: 28px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.skills-one__skill {
  margin-bottom: 46px;
}

.skills-one__image {
  position: relative;
  z-index: 1;
  margin-top: 120px;
}

@media (max-width: 991px) {
  .skills-one__image {
    margin-top: 0px;
  }
}
.skills-one__image::before,
.skills-one__image::after {
  content: "";
  width: 130px;
  height: 120px;
  position: absolute;
  right: -130px;
  z-index: 1;
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 1799px) {
  .skills-one__image::before,
  .skills-one__image::after {
    width: 100px;
    right: -100px;
  }
}
@media (max-width: 1399px) {
  .skills-one__image::before,
  .skills-one__image::after {
    display: none;
  }
}
.skills-one__image::before {
  top: -120px;
}

.skills-one__image::after {
  bottom: 0px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.skills-one__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.skills-one__title {
  margin: 0px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
  font-size: 150px;
  line-height: 1;
  font-weight: 700;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--amoxi-white, #FFFFFF);
}

@media (max-width: 767px) {
  .skills-one__title {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .skills-one__title {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .skills-one__title {
    font-size: 100px;
  }
}
.skills-one__title span {
  display: inline-block;
  position: relative;
}

.skills-one__title span:nth-child(1) {
  top: -157px;
}

.skills-one__title span:nth-child(2) {
  top: -128px;
  color: var(--amoxi-base, #ff621d);
}

.skills-one__title span:nth-child(3) {
  top: -77px;
}

.skills-one__title span:nth-child(4) {
  top: -50px;
}

/*--------------------------------------------------------------
# Social Media
--------------------------------------------------------------*/
.social-media {
  position: relative;
  background-color: var(--amoxi-black2, #0E0F11);
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.social-media .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0px;
}

.social-media__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.social-media__item {
  width: 25%;
  flex: 0 0 auto;
  position: relative;
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .social-media__item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .social-media__item {
    width: 100%;
  }
}
.social-media__item:not(:last-child) {
  border-left: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 575px) {
  .social-media__item:not(:last-child) {
    border-left: none;
    border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  }
}
@media (max-width: 991px) {
  .social-media__item:nth-child(2) {
    border-left: none;
  }
}
@media (max-width: 991px) {
  .social-media__item:nth-child(1),
  .social-media__item:nth-child(2) {
    border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  }
}
.social-media__link {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .social-media__link {
    gap: 20px;
  }
}
.social-media__link img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

.social-media__title {
  margin: 0px;
  position: relative;
  font-size: 40px;
  font-weight: 600;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.25;
  text-transform: uppercase;
  transition: all 500ms ease;
}

@media (max-width: 991px) {
  .social-media__title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .social-media__title {
    font-size: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .social-media__title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .social-media__title {
    font-size: 30px;
  }
}
.social-media__title span {
  display: inline-block;
}

.social-media__title span:last-child {
  position: absolute;
  top: 0px;
  right: 0px;
  color: var(--accent-color);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease;
  -webkit-text-stroke-color: var(--amoxi-white, #FFFFFF);
}

.social-media__link:hover .social-media__title span:last-child {
  clip-path: inset(0 0 0 0);
}

.social-media-two {
  background-color: var(--amoxi-black2, #0E0F11);
}

.social-media-two__top {
  margin-bottom: 51px;
}

.social-media-two .sec-title {
  margin-bottom: 0px;
}

.social-media-two__button {
  text-align: left;
}

.social-media-two__single + .social-media-two__single {
  margin-top: 30px;
}

.social-media-two__item {
  width: 100%;
  display: block;
  margin: auto;
  position: relative;
  right: 50%;
  transform: translateX(50%);
  transition: all 600ms ease;
}

@media (min-width: 1200px) {
  .social-media-two__item:hover {
    width: calc(100% + 100px);
  }
}
.social-media-two__content {
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 13px 13px 13px 50px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 1199px) {
  .social-media-two__content {
    gap: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .social-media-two__content {
    padding: 30px 30px 23px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .social-media-two__content {
    padding: 40px 40px 33px;
  }
}
@media (max-width: 390px) {
  .social-media-two__content {
    padding: 30px 30px 23px;
  }
}
.social-media-two__content.row {
  --bs-gutter-x: 0px;
}

.social-media-two__content::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--amoxi-base, #ff621d);
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.7s;
}

.social-media-two__item:hover .social-media-two__content::before {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.social-media-two__col-1,
.social-media-two__col-2,
.social-media-two__col-3,
.social-media-two__col-4,
.social-media-two__col-5 {
  display: block;
  flex: 0 0 auto;
}

.social-media-two__col-1 {
  width: calc(10.5% - 40px);
}

@media (max-width: 1199px) {
  .social-media-two__col-1 {
    width: calc(12% - 30px);
  }
}
@media (max-width: 991px) {
  .social-media-two__col-1 {
    width: 100%;
  }
}
.social-media-two__col-2 {
  width: calc(26.5% - 40px);
}

@media (max-width: 1199px) {
  .social-media-two__col-2 {
    width: calc(15% - 30px);
  }
}
@media (max-width: 991px) {
  .social-media-two__col-2 {
    width: 100%;
  }
}
.social-media-two__col-3 {
  width: calc(25% - 40px);
  text-align: center;
}

@media (max-width: 1199px) {
  .social-media-two__col-3 {
    width: calc(30% - 30px);
  }
}
@media (max-width: 991px) {
  .social-media-two__col-3 {
    width: 100%;
    text-align: center;
  }
}
.social-media-two__col-4 {
  width: calc(17% - 40px);
}

@media (max-width: 1199px) {
  .social-media-two__col-4 {
    width: calc(15% - 30px);
  }
}
@media (max-width: 991px) {
  .social-media-two__col-4 {
    width: 100%;
  }
}
.social-media-two__col-5 {
  width: 21%;
  text-align: left;
}

@media (max-width: 1199px) {
  .social-media-two__col-5 {
    width: 28%;
  }
}
@media (max-width: 991px) {
  .social-media-two__col-5 {
    width: 100%;
    text-align: center;
  }
}
.social-media-two__icon {
  width: 74px;
  height: 74px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--amoxi-black, #1A1B1F);
}

@media (max-width: 991px) {
  .social-media-two__icon {
    margin: 0px auto;
  }
}
.social-media-two__icon::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--amoxi-white, #FFFFFF);
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.7s;
}

.social-media-two__icon img {
  max-width: 100%;
  height: auto;
}

.social-media-two__item:hover .social-media-two__icon::before {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.social-media-two__title {
  display: inline-block;
  margin: 0px;
  position: relative;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 40px;
  color: transparent;
  font-weight: 600;
  line-height: 1.25;
  text-transform: capitalize;
  -webkit-text-stroke: 1px var(--amoxi-black9, #474747);
}

.social-media-two__title::after {
  content: attr(title);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--amoxi-black2, #0E0F11);
  -webkit-text-stroke-color: var(--amoxi-black2, #0E0F11);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease;
}

.social-media-two__item:hover .social-media-two__title::after {
  clip-path: inset(0 0 0 0);
}

.social-media-two__total-follow {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.3125;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.social-media-two__item:hover .social-media-two__total-follow {
  color: var(--amoxi-black2, #0E0F11);
}

.social-media-two__border {
  display: block;
  width: 100%;
  height: 1px;
  transition: all 500ms ease;
  border: 1px dashed var(--amoxi-black9, #474747);
}

.social-media-two__item:hover .social-media-two__border {
  border-color: var(--amoxi-black2, #0E0F11);
}

/*--------------------------------------------------------------
# Work Area
--------------------------------------------------------------*/
.work-area {
  padding: 130px 0px;
  position: relative;
  background-color: var(--amoxi-black, #1A1B1F);
}

@media (max-width: 991px) {
  .work-area {
    padding-top: 104px;
  }
}
@media (max-width: 767px) {
  .work-area {
    padding: 79px 0px 100px;
  }
}
@media (max-width: 575px) {
  .work-area {
    padding-top: 83px;
  }
}
@media (max-width: 400px) {
  .work-area {
    padding-top: 86px;
  }
}
.work-area__bg {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.work-area__bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: RGBA(var(--amoxi-black-rgb, 26, 27, 31), 0.5);
}

.work-area .container {
  position: relative;
  z-index: 1;
}

.work-area__content {
  text-align: center;
}

.work-area__title {
  margin-bottom: 40px;
  font-size: 130px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.261;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .work-area__title {
    font-size: 98px;
  }
}
@media (max-width: 991px) {
  .work-area__title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .work-area__title {
    font-size: 75px;
  }
}
@media (max-width: 575px) {
  .work-area__title {
    font-size: 60px;
  }
}
@media (max-width: 440px) {
  .work-area__title {
    font-size: 50px;
  }
}
.work-area__title img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 0px 30px;
  border-radius: 30px;
}

@media (max-width: 1199px) {
  .work-area__title img {
    margin: 0px 10px;
  }
}
@media (max-width: 991px) {
  .work-area__title img {
    display: none;
  }
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-one {
  padding-top: 104px;
  background-color: var(--amoxi-black, #1A1B1F);
}

@media (max-width: 1199px) {
  .portfolio-one {
    padding-top: 86px;
  }
}
@media (max-width: 991px) {
  .portfolio-one {
    padding-top: 76px;
  }
}
@media (max-width: 767px) {
  .portfolio-one {
    padding-top: 56px;
  }
}
@media (max-width: 575px) {
  .portfolio-one {
    padding-top: 28px;
  }
}
.portfolio-one__content {
  text-align: center;
}

.portfolio-one .marquee__top,
.portfolio-one .marquee__bottom,
.portfolio-one .marquee__toleft,
.portfolio-one .marquee__toright {
  gap: 10px;
}

.portfolio-one .marquee__bottom {
  margin-top: 10px;
}

.portfolio-one__card {
  position: relative;
}

.portfolio-one__card__year {
  margin: 0px;
  font-size: 22px;
  font-weight: 600;
  color: var(--amoxi-black5, #222222);
  line-height: 1.318;
  text-transform: uppercase;
}

.portfolio-one__card__image img {
  width: 100%;
  display: block;
}

.portfolio-one__card__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px 50px 45px;
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: RGBA(var(--amoxi-white2-rgb, 217, 217, 217), 0.84);
}

.portfolio-one__card:hover .portfolio-one__card__content {
  opacity: 1;
  visibility: visible;
  animation-delay: 0.1s;
  animation-name: zoomInDown;
}

.portfolio-one__card .amoxi-circle-btn {
  margin: auto;
}

.portfolio-one__card__title {
  margin-bottom: 14px;
  font-size: 24px;
  color: var(--amoxi-black5, #222222);
  line-height: 1.444;
  font-weight: 700;
  text-transform: capitalize;
}

.portfolio-one__card__title a {
  color: inherit;
}

.portfolio-one__card__title a:hover {
  color: var(--amoxi-base, #ff621d);
}

.portfolio-one__card__title a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.portfolio-one__card__title a:hover {
  background-size: 100% 1px;
}

.portfolio-one__card__category {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3125;
  color: var(--amoxi-black6, #3A3B3F);
  text-transform: uppercase;
}

.portfolio-one__card__category::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  border: 2px solid var(--amoxi-base, #ff621d);
}

.portfolio-two {
  position: relative;
}

.portfolio-two .container {
  position: relative;
  z-index: 1;
}

.portfolio-two__top {
  margin-bottom: 205px;
}

@media (max-width: 1799px) {
  .portfolio-two__top {
    margin-bottom: 220px;
  }
}
@media (max-width: 1599px) {
  .portfolio-two__top {
    margin-bottom: 257px;
  }
}
@media (max-width: 1399px) {
  .portfolio-two__top {
    margin-bottom: 165px;
  }
}
@media (max-width: 1199px) {
  .portfolio-two__top {
    margin-bottom: 116px;
  }
}
@media (max-width: 991px) {
  .portfolio-two__top {
    margin-bottom: 61px;
  }
}
.portfolio-two .sec-title {
  margin-bottom: 0px;
}

.portfolio-two__button {
  text-align: left;
}

@media (min-width: 992px) {
  .portfolio-two__container {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.portfolio-two__carousel {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .portfolio-two__carousel {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .portfolio-two__carousel .swiper-slide {
    height: 500px !important;
  }
  .portfolio-two__carousel .swiper-slide .portfolio-two__card {
    height: 500px !important;
  }
  .portfolio-two__carousel .swiper-slide .portfolio-two__card__image {
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .portfolio-two__carousel .is-one {
    position: relative;
    z-index: 1 !important;
    transform: rotate(-46.93deg) translateX(50px) translateY(-100px) !important;
  }
}
@media (min-width: 1600px) {
  .portfolio-two__carousel .is-one {
    transform: rotate(-46.93deg) translateX(0px) translateY(-100px) !important;
  }
}
@media (min-width: 1400px) {
  .portfolio-two__carousel .is-two {
    position: relative;
    z-index: 2 !important;
    transform: rotate(16.97deg) translateX(150px) translateY(110px) !important;
  }
}
@media (min-width: 1600px) {
  .portfolio-two__carousel .is-two {
    transform: rotate(16.97deg) translateX(100px) translateY(180px) !important;
  }
}
@media (min-width: 1400px) {
  .portfolio-two__carousel .is-four {
    position: relative;
    z-index: 2 !important;
    transform: rotate(-16.97deg) translateX(-150px) translateY(110px) !important;
  }
}
@media (min-width: 1600px) {
  .portfolio-two__carousel .is-four {
    transform: rotate(-16.97deg) translateX(-100px) translateY(180px) !important;
  }
}
@media (min-width: 1400px) {
  .portfolio-two__carousel .is-five {
    position: relative;
    z-index: 1 !important;
    transform: rotate(46.93deg) translateX(-50px) translateY(-100px) !important;
  }
}
@media (min-width: 1600px) {
  .portfolio-two__carousel .is-five {
    transform: rotate(46.93deg) translateX(0px) translateY(-100px) !important;
  }
}
.portfolio-two__carousel .center {
  align-self: center;
  position: relative;
  z-index: 3 !important;
}

@media (max-width: 767px) {
  .portfolio-two__carousel .center .portfolio-two__card {
    height: 500px !important;
  }
  .portfolio-two__carousel .center .portfolio-two__card__image {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .portfolio-two__carousel .center .portfolio-two__card {
    width: 650px !important;
    height: 567px !important;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
  }
  .portfolio-two__carousel .center .portfolio-two__card__image {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .portfolio-two__carousel .center .portfolio-two__card {
    width: 696px !important;
    height: 613px !important;
  }
}
@media (min-width: 1400px) {
  .portfolio-two__carousel .center .portfolio-two__card {
    width: 796px !important;
    height: 713px !important;
  }
}
.portfolio-two__carousel .center:hover .portfolio-two__card__image::after {
  height: 100%;
  top: 0px;
}

.portfolio-two__carousel .center:hover .portfolio-two__card__image img {
  transform: scale(1.1) rotate(-3deg);
}

.portfolio-two__carousel .center:hover .portfolio-two__card__link {
  opacity: 1;
  transition-delay: 200ms;
  transform: translate(50%, -50%) rotate(29deg);
}

.portfolio-two__carousel .center .portfolio-two__card__content {
  opacity: 1;
  visibility: visible;
  animation-delay: 0.1s;
  animation-name: zoomInDown;
}

.portfolio-two__card {
  overflow: hidden;
  position: relative;
  border-radius: 50px;
}

.portfolio-two__card__image {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}

.portfolio-two__card__image::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  background-color: RGBA(var(--amoxi-black2-rgb, 14, 15, 17), 0.5);
}

.portfolio-two__card__image img {
  width: 100%;
  height: 100%;
  transition: 500ms;
  object-fit: cover;
  border-radius: inherit;
}

.portfolio-two__card__link {
  width: 142px;
  height: 123px;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: calc(50% - 73.5px);
  right: 50%;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease 0ms;
  transform: translate(50%, -400px) rotate(29deg);
}

@media (max-width: 1399px) {
  .portfolio-two__card__link {
    top: calc(50% - 68.5px);
  }
}
@media (max-width: 1199px) {
  .portfolio-two__card__link {
    top: calc(50% - 65.5px);
  }
}
@media (max-width: 991px) {
  .portfolio-two__card__link {
    top: calc(50% - 69.5px);
  }
}
@media (max-width: 767px) {
  .portfolio-two__card__link {
    width: 90px;
    height: 70px;
    top: calc(50% - 91px);
  }
}
@media (max-width: 430px) {
  .portfolio-two__card__link {
    width: 80px;
    height: 60px;
  }
}
.portfolio-two__card__link:hover {
  transform: translate(50%, -50%) rotate(0deg) !important;
}

.portfolio-two__card__icon {
  width: 142px;
  height: 123px;
}

@media (max-width: 767px) {
  .portfolio-two__card__icon {
    width: 90px;
    height: 70px;
  }
}
@media (max-width: 430px) {
  .portfolio-two__card__icon {
    width: 80px;
    height: 60px;
  }
}
.portfolio-two__card__icon path {
  stroke: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.portfolio-two__card__icon:hover path {
  stroke: var(--amoxi-base, #ff621d);
}

.portfolio-two__card__content {
  width: 100%;
  display: flex;
  gap: 20px 30px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  padding: 39px 50px;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background: linear-gradient(-90deg, #fa4721 0%, #f29a1c 100%);
}

@media (max-width: 1399px) {
  .portfolio-two__card__content {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .portfolio-two__card__content {
    padding: 29px 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.portfolio-two__card__title {
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.266;
  text-transform: capitalize;
}

@media (max-width: 412px) {
  .portfolio-two__card__title {
    font-size: 22px;
  }
}
.portfolio-two__card__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.portfolio-two__card__title a:hover {
  background-size: 100% 1px;
}

.portfolio-two__card__category {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-bottom: 0px;
  font-weight: 500;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
  text-transform: uppercase;
}

.portfolio-two__card__category::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 5px;
  transition: all 500ms ease;
  border: 3px solid var(--amoxi-white, #FFFFFF);
}

.portfolio-two__card__year {
  margin-bottom: 0px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px var(--amoxi-white, #FFFFFF);
}

@media (max-width: 1399px) {
  .portfolio-two__card__year {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .portfolio-two__card__year {
    font-size: 40px;
    -webkit-text-stroke-width: 1px;
  }
}
@media (max-width: 412px) {
  .portfolio-two__card__year {
    font-size: 35px;
  }
}
.portfolio-two__slide-btn {
  margin-top: 200px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1799px) {
  .portfolio-two__slide-btn {
    margin-top: 220px;
  }
}
@media (max-width: 1599px) {
  .portfolio-two__slide-btn {
    margin-top: 250px;
  }
}
@media (max-width: 1399px) {
  .portfolio-two__slide-btn {
    margin-top: 162px;
  }
}
@media (max-width: 1199px) {
  .portfolio-two__slide-btn {
    margin-top: 114px;
  }
}
@media (max-width: 991px) {
  .portfolio-two__slide-btn {
    margin-top: 60px;
  }
}
.portfolio-two__prev,
.portfolio-two__next {
  width: 69px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: transparent;
  border: 1px solid var(--amoxi-white, #FFFFFF);
}

@media (max-width: 1399px) {
  .portfolio-two__prev,
  .portfolio-two__next {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .portfolio-two__prev,
  .portfolio-two__next {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}
.portfolio-two__prev::after,
.portfolio-two__next::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  z-index: -1;
  border-radius: inherit;
  transition: all 500ms ease;
  background: linear-gradient(-270deg, #f29a1c 0%, #fa4721 100%);
}

.portfolio-two__prev svg,
.portfolio-two__next svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.portfolio-two__prev:hover,
.portfolio-two__next:hover {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-base, #ff621d);
}

.portfolio-two__prev:hover::after,
.portfolio-two__next:hover::after {
  opacity: 1;
}

.portfolio-three {
  counter-reset: portfolioSerial;
  background-color: var(--amoxi-black2, #0E0F11);
}

.portfolio-three__top {
  margin-bottom: 51px;
}

.portfolio-three .sec-title {
  margin-bottom: 0px;
}

.portfolio-three__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.portfolio-three .tab-buttons {
  margin-bottom: 0px;
  text-align: left;
}

.portfolio-three .tab-buttons li + li {
  margin-top: 11px;
}

.portfolio-three .tab-buttons .tab-btn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--amoxi-text-gray, #636363);
  border-radius: 10px;
  text-transform: uppercase;
  transition: all 500ms ease;
}

@media (max-width: 375px) {
  .portfolio-three .tab-buttons .tab-btn {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-three .tab-buttons .tab-btn {
    font-size: 20px;
  }
}
.portfolio-three .tab-buttons .tab-btn::after {
  content: "";
  width: 31px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0px;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
  transform: translateY(-50%) translateX(-50px);
}

.portfolio-three .tab-buttons .tab-btn:hover,
.portfolio-three .tab-buttons .tab-btn.active-btn {
  padding-left: 43px;
  color: var(--amoxi-base, #ff621d);
}

.portfolio-three .tab-buttons .tab-btn:hover::after,
.portfolio-three .tab-buttons .tab-btn.active-btn::after {
  transform: translateY(-50%) translateX(0px);
}

.portfolio-three .tabs-content {
  position: relative;
  display: block;
}

.portfolio-three .tabs-content .tab {
  display: none;
  position: relative;
  z-index: 10;
  transform: translate3d(0, 80px, 0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.portfolio-three .tabs-content .tab.active-tab {
  display: block;
  transform: translateZ(0);
}

.portfolio-three__card__image {
  position: relative;
  overflow: hidden;
}

.portfolio-three__card__image::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  background-color: RGBA(var(--amoxi-black2-rgb, 14, 15, 17), 0.5);
}

.portfolio-three__card__image img {
  width: 100%;
  display: block;
  transition: 500ms;
}

.portfolio-three__card:hover .portfolio-three__card__image::after {
  height: 100%;
  top: 0px;
}

.portfolio-three__card:hover .portfolio-three__card__image img {
  transform: scale(1.1) rotate(-3deg);
}

.portfolio-three__card__link {
  width: 156px;
  height: 136px;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease 0ms;
  transform: translateY(-400px) rotate(29deg);
}

@media (max-width: 480px) {
  .portfolio-three__card__link {
    width: 100px;
    height: 80px;
  }
}
.portfolio-three__card__link:hover {
  transform: rotate(0deg) !important;
}

.portfolio-three__card:hover .portfolio-three__card__link {
  opacity: 1;
  transition-delay: 200ms;
  transform: translateY(0%) rotate(29deg);
}

.portfolio-three__card__icon {
  width: 156px;
  height: 136px;
}

@media (max-width: 480px) {
  .portfolio-three__card__icon {
    width: 100px;
    height: 80px;
  }
}
.portfolio-three__card__icon path {
  stroke: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.portfolio-three__card__icon:hover path {
  stroke: var(--amoxi-base, #ff621d);
}

.portfolio-three__card__content {
  display: flex;
  gap: 20px 30px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 23px 35px 22px 21px;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 575px) {
  .portfolio-three__card__content {
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .portfolio-three__card__content {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-three__card__content {
    padding-right: 30px;
  }
}
.portfolio-three__card__content::before {
  content: "";
  width: 5px;
  height: calc(100% + 1px);
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}

.portfolio-three__card:hover .portfolio-three__card__content::before {
  width: 100%;
}

.portfolio-three__card__title {
  margin-bottom: 11px;
  font-size: 24px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.266;
  text-transform: capitalize;
}

@media (max-width: 430px) {
  .portfolio-three__card__title {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-three__card__title {
    font-size: 22px;
  }
}
.portfolio-three__card__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.portfolio-three__card__title a:hover {
  background-size: 100% 1px;
}

.portfolio-three__card:hover .portfolio-three__card__title {
  color: var(--amoxi-white, #FFFFFF);
}

.portfolio-three__card__category {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-bottom: 0px;
  font-weight: 500;
  color: var(--amoxi-base, #ff621d);
  line-height: 1.625;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.portfolio-three__card__category::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 5px;
  transition: all 500ms ease;
  border: 3px solid var(--amoxi-base, #ff621d);
}

.portfolio-three__card:hover .portfolio-three__card__category {
  color: var(--amoxi-white, #FFFFFF);
}

.portfolio-three__card:hover .portfolio-three__card__category::before {
  border-color: var(--amoxi-white, #FFFFFF);
}

.portfolio-three__card__serial {
  margin: 0px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  writing-mode: sideways-lr;
  transition: all 500ms ease;
  -webkit-text-stroke: 1px RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 480px) {
  .portfolio-three__card__serial {
    writing-mode: unset;
  }
}
.portfolio-three__card__serial::after {
  content: "0" counter(portfolioSerial);
  counter-increment: portfolioSerial;
}

.portfolio-three__card:hover .portfolio-three__card__serial {
  color: var(--amoxi-white, #FFFFFF);
  -webkit-text-stroke-color: var(--amoxi-white, #FFFFFF);
}

.portfolio-four {
  position: relative;
  background-color: var(--amoxi-black2, #0E0F11);
}

.portfolio-four__top {
  margin-bottom: 51px;
}

.portfolio-four .sec-title {
  margin-bottom: 0px;
}

.portfolio-four__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.portfolio-four .tab-buttons {
  margin-bottom: 0px;
  text-align: left;
}

.portfolio-four .tab-buttons li + li {
  margin-top: 11px;
}

.portfolio-four .tab-buttons .tab-btn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--amoxi-text-gray, #636363);
  border-radius: 10px;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.portfolio-four .tab-buttons .tab-btn::after {
  content: "";
  width: 31px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0px;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
  transform: translateY(-50%) translateX(-50px);
}

.portfolio-four .tab-buttons .tab-btn:hover,
.portfolio-four .tab-buttons .tab-btn.active-btn {
  padding-left: 43px;
  color: var(--amoxi-base, #ff621d);
}

.portfolio-four .tab-buttons .tab-btn:hover::after,
.portfolio-four .tab-buttons .tab-btn.active-btn::after {
  transform: translateY(-50%) translateX(0px);
}

.portfolio-four .tabs-content {
  position: relative;
  display: block;
}

.portfolio-four .tabs-content .tab {
  display: none;
  position: relative;
  z-index: 10;
  transform: translate3d(0, 80px, 0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.portfolio-four .tabs-content .tab.active-tab {
  display: block;
  transform: translateZ(0);
}

.portfolio-four .ripple-svg-one,
.portfolio-four .ripple-svg-two {
  position: absolute;
}

@media (max-width: 991px) {
  .portfolio-four__card + .portfolio-four__card {
    margin-top: 30px;
  }
}
.portfolio-four__card {
  position: relative;
}

.portfolio-four__card--two {
  margin-top: 538px;
}

@media (max-width: 1199px) {
  .portfolio-four__card--two {
    margin-top: 425px;
  }
}
@media (max-width: 991px) {
  .portfolio-four__card--two {
    margin-top: 0px;
  }
}
.portfolio-four__card--three,
.portfolio-four__card--four,
.portfolio-four__card--five {
  margin-top: 375px;
}

@media (max-width: 1199px) {
  .portfolio-four__card--three,
  .portfolio-four__card--four,
  .portfolio-four__card--five {
    margin-top: 277px;
  }
}
@media (max-width: 991px) {
  .portfolio-four__card--three,
  .portfolio-four__card--four,
  .portfolio-four__card--five {
    margin-top: 0px;
  }
}
.portfolio-four__card__image {
  position: relative;
  overflow: hidden;
}

.portfolio-four__card__image img {
  width: 100%;
  display: block;
}

.portfolio-four__card__btn {
  width: 183px;
  height: 183px;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.portfolio-four__card:hover .portfolio-four__card__btn {
  opacity: 1;
  visibility: visible;
  animation-delay: 0.1s;
  animation-name: zoomInDown;
}

.portfolio-four__card .amoxi-circle-btn {
  color: var(--amoxi-black4, #131313);
}

.portfolio-four__card .amoxi-circle-btn:hover {
  color: var(--amoxi-white, #FFFFFF);
}

.portfolio-four__card__content {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 43px 50px 0px 0px;
}

@media (max-width: 991px) {
  .portfolio-four__card__content {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .portfolio-four__card__content {
    padding-right: 0px;
  }
}
@media (max-width: 480px) {
  .portfolio-four__card__content {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-four__card__content {
    padding-right: 0px;
  }
}
.portfolio-four__card__category {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  color: var(--amoxi-base, #ff621d);
  line-height: 1.318;
  text-transform: uppercase;
  transition: all 500ms ease;
}

@media (max-width: 767px) {
  .portfolio-four__card__category {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-four__card__category {
    font-size: 20px;
  }
}
.portfolio-four__card__category::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 6px;
  transition: all 500ms ease;
  border: 3px solid var(--amoxi-base, #ff621d);
}

@media (max-width: 767px) {
  .portfolio-four__card__category::before {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-four__card__category::before {
    width: 14px;
    height: 14px;
  }
}
.portfolio-four__card:hover .portfolio-four__card__category::before {
  background-color: var(--amoxi-base, #ff621d);
}

.portfolio-four__card__title {
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.266;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .portfolio-four__card__title {
    font-size: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-four__card__title {
    font-size: 25px;
  }
}
.portfolio-four__card__title a {
  color: inherit;
}

.portfolio-four__card__title a:hover {
  color: var(--amoxi-base, #ff621d);
}

.portfolio-four__card__title a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.portfolio-four__card__title a:hover {
  background-size: 100% 1px;
}

.portfolio-four__card__shape {
  display: inline-flex;
  font-size: 90px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

@media (max-width: 767px) {
  .portfolio-four__card__shape {
    font-size: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-four__card__shape {
    font-size: 70px;
  }
}
.portfolio-four__card__shape svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.portfolio-four__card:hover .portfolio-four__card__shape {
  color: var(--amoxi-base, #ff621d);
}

.portfolio-five {
  position: relative;
  counter-reset: portfolioSerial2;
  background-color: var(--amoxi-black, #1A1B1F);
}

.portfolio-five__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.portfolio-five .container {
  position: relative;
  z-index: 1;
}

.portfolio-five__top {
  margin-bottom: 51px;
}

.portfolio-five .sec-title {
  margin-bottom: 0px;
}

.portfolio-five__button {
  text-align: left;
}

.portfolio-five .bw-portfolio-panel {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .portfolio-five .bw-portfolio-panel {
    margin-bottom: 0px;
  }
  .portfolio-five .bw-portfolio-panel:not(:last-child) {
    margin-bottom: 30px;
  }
}
.portfolio-five__card__image {
  position: relative;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .portfolio-five__card__image {
    border-radius: 20px 20px 0px 0px;
  }
}
.portfolio-five__card__image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: inherit;
  background-color: RGBA(var(--amoxi-black2-rgb, 14, 15, 17), 0.5);
}

.portfolio-five__card__image::after {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 150px;
  line-height: 1;
  font-weight: 700;
  color: transparent;
  writing-mode: sideways-lr;
  transition: all 500ms ease;
  -webkit-text-stroke: 1px var(--amoxi-white, #FFFFFF);
  content: "0" counter(portfolioSerial2);
  counter-increment: portfolioSerial2;
}

@media (max-width: 1199px) {
  .portfolio-five__card__image::after {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .portfolio-five__card__image::after {
    left: 55px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .portfolio-five__card__image::after {
    right: 30px;
    left: auto;
  }
}
@media (max-width: 480px) {
  .portfolio-five__card__image::after {
    font-size: 70px;
  }
}
@media (max-width: 440px) {
  .portfolio-five__card__image::after {
    font-size: 60px;
  }
}
@media (max-width: 412px) {
  .portfolio-five__card__image::after {
    font-size: 50px;
  }
}
.portfolio-five__card__image img {
  width: 100%;
  border-radius: inherit;
}

.portfolio-five__card:hover .portfolio-five__card__image::after {
  -webkit-text-stroke-color: var(--amoxi-base, #ff621d);
}

.portfolio-five__card__zoom-btn {
  width: 99px;
  height: 99px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 1;
  font-size: 35px;
  color: var(--amoxi-black3, #121115);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}

@media (max-width: 1199px) {
  .portfolio-five__card__zoom-btn {
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 991px) {
  .portfolio-five__card__zoom-btn {
    width: 75px;
    height: 75px;
    top: 30px;
    left: 30px;
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .portfolio-five__card__zoom-btn {
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 440px) {
  .portfolio-five__card__zoom-btn {
    width: 65px;
    height: 65px;
    font-size: 25px;
  }
}
@media (max-width: 390px) {
  .portfolio-five__card__zoom-btn {
    width: 60px;
    height: 60px;
  }
}
.portfolio-five__card__zoom-btn:hover {
  color: var(--amoxi-black5, #222222);
  background-color: var(--amoxi-base, #ff621d);
}

.portfolio-five__card__content {
  width: calc(100% - 400px);
  display: flex;
  gap: 25px 30px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 40px 60px 40px 40px;
  margin: -84px auto 0px;
  border-radius: 200px;
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 1199px) {
  .portfolio-five__card__content {
    width: calc(100% - 150px);
  }
}
@media (max-width: 991px) {
  .portfolio-five__card__content {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .portfolio-five__card__content {
    width: 100%;
    margin-top: 0px;
    padding: 40px 30px;
    border-radius: 0px 0px 20px 20px;
  }
}
@media (max-width: 480px) {
  .portfolio-five__card__content {
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.portfolio-five__card__category {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  color: var(--amoxi-black8, #333333);
  line-height: 1.318;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .portfolio-five__card__category {
    font-size: 20px;
  }
}
.portfolio-five__card__category::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 6px;
  border: 3px solid var(--amoxi-black5, #222222);
}

@media (max-width: 991px) {
  .portfolio-five__card__category::before {
    top: 5px;
  }
}
.portfolio-five__card__title {
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 700;
  color: var(--amoxi-black5, #222222);
  line-height: 1.266;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .portfolio-five__card__title {
    font-size: 26px;
  }
}
.portfolio-five__card__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.portfolio-five__card__title a:hover {
  background-size: 100% 1px;
}

.portfolio-five__card__btn {
  width: 88px;
  height: 88px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--amoxi-black3, #121115);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}

@media (max-width: 991px) {
  .portfolio-five__card__btn {
    width: 70px;
    height: 70px;
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .portfolio-five__card__btn {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}
.portfolio-five__card__btn:hover {
  color: var(--amoxi-white, #FFFFFF);
  transform: rotate(-38deg);
  background-color: var(--amoxi-black5, #222222);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  background-color: var(--amoxi-black, #1A1B1F);
}

.portfolio-details__image {
  margin-bottom: 40px;
  position: relative;
}

.portfolio-details__image img {
  width: 100%;
  display: block;
}

.portfolio-details__list-box {
  max-width: 909px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 150px;
  margin: -107px auto 0px;
  padding: 49px;
  position: relative;
  z-index: 1;
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 991px) {
  .portfolio-details__list-box {
    grid-template-columns: repeat(1, 1fr);
    border: 0px;
    margin: 30px 0px 0px;
  }
}
@media (max-width: 767px) {
  .portfolio-details__list-box {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .portfolio-details__list-box {
    padding: 30px;
  }
}
.portfolio-details__list {
  position: relative;
  margin: 0px;
}

.portfolio-details__list:first-child::after {
  content: "";
  width: 2px;
  height: calc(100% + 25px);
  position: absolute;
  top: 50%;
  left: -75px;
  transform: translateY(-50%);
  background-color: var(--amoxi-white, #FFFFFF);
}

@media (max-width: 991px) {
  .portfolio-details__list:first-child::after {
    display: none;
  }
}
.portfolio-details__list li + li {
  margin-top: 15px;
}

.portfolio-details__list li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.318;
}

@media (max-width: 575px) {
  .portfolio-details__list li {
    font-size: 18px;
  }
}
@media (max-width: 412px) {
  .portfolio-details__list li {
    font-size: 16px;
  }
}
.portfolio-details__list__title {
  position: relative;
  top: -1px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 150px;
}

@media (max-width: 575px) {
  .portfolio-details__list__title {
    flex: 0 0 130px;
    gap: 12px;
  }
}
@media (max-width: 412px) {
  .portfolio-details__list__title {
    flex: 0 0 120px;
  }
}
@media (max-width: 375px) {
  .portfolio-details__list__title {
    flex: 0 0 auto;
  }
}
.portfolio-details__list__icon {
  position: relative;
  top: -1px;
  display: inline-flex;
  font-size: 20px;
  color: var(--amoxi-white, #FFFFFF);
}

.portfolio-details__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 575px) {
  .portfolio-details__list__icon {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .portfolio-details__list__icon {
    display: none;
  }
}
.portfolio-details__box--1 {
  margin-bottom: 43px;
}

.portfolio-details__box--1 .portfolio-details__text + .portfolio-details__text {
  margin-top: 15px;
}

.portfolio-details__box--2 .portfolio-details__text + .portfolio-details__text {
  margin-top: 15px;
}

.portfolio-details__title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
}

.portfolio-details__text {
  margin: 0px;
}

.portfolio-details__inner {
  margin-bottom: 45px;
}

.portfolio-details__inner__image img {
  width: 100%;
  display: block;
}

.portfolio-details__info {
  position: relative;
  top: -7px;
}

.portfolio-details__info__top-title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.444;
  text-transform: uppercase;
}

.portfolio-details__info__box {
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.portfolio-details__info__item {
  display: flex;
  gap: 24px;
  align-items: center;
}

.portfolio-details__info__item + .portfolio-details__info__item {
  margin-top: 21px;
}

.portfolio-details__info__icon {
  display: inline-flex;
  font-size: 36px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.portfolio-details__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.portfolio-details__info__item:hover .portfolio-details__info__icon {
  color: var(--amoxi-base, #ff621d);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.portfolio-details__info__title {
  margin: 0px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.388;
  text-transform: capitalize;
}

.portfolio-details__info__title::before {
  content: "";
  width: 1px;
  height: calc(50% + 6px);
  position: absolute;
  right: -12px;
  bottom: -6px;
  opacity: 0;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}

.portfolio-details__info__title::after {
  content: "";
  width: 1px;
  height: calc(100% + 12px);
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  background-color: RGBA(var(--amoxi-white2-rgb, 217, 217, 217), 0.16);
}

.portfolio-details__info__item:hover .portfolio-details__info__title::before {
  opacity: 1;
}

.portfolio-details__info__text {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.625;
  color: var(--amoxi-text, #b2afa6);
  text-transform: capitalize;
}

@media (max-width: 390px) {
  .portfolio-details__info__text {
    flex-direction: column;
  }
}
.portfolio-details__info__text span {
  flex-shrink: 0;
  font-weight: 500;
  color: var(--amoxi-base, #ff621d);
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
.service-card {
  position: relative;
  padding: 50px 40px 60px;
  overflow: hidden;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.service-card__content {
  position: relative;
  z-index: 1;
}

.service-card__serial {
  display: inline-flex;
  gap: 9px;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-base, #ff621d);
  line-height: 1.25;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.service-card__serial::after {
  content: "0" counter(serviceSerial);
  counter-increment: serviceSerial;
  transition: all 500ms ease;
}

.service-card__serial__shape {
  display: inline-block;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 3px;
  transition: all 500ms ease;
  border: 1px solid var(--amoxi-base, #ff621d);
}

.service-card__serial__shape::before {
  content: "";
  width: 4px;
  height: 4px;
  opacity: 0;
  transform: scale(0);
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}

.service-card:hover .service-card__serial {
  color: var(--amoxi-white, #FFFFFF);
}

.service-card:hover .service-card__serial__shape {
  border-color: var(--amoxi-white, #FFFFFF);
}

.service-card:hover .service-card__serial__shape::before {
  opacity: 1;
  transform: scale(1);
}

.service-card__title {
  margin-bottom: 14px;
  font-size: 24px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.25;
  text-transform: capitalize;
}

.service-card__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-card__title a:hover {
  background-size: 100% 1px;
}

.service-card__image {
  height: 127px;
  margin-bottom: 18px;
  position: relative;
}

.service-card__image__main {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 30px;
  opacity: 0;
  z-index: 1;
  transform: scale(0.1);
  transition: all 500ms ease;
}

.service-card:hover .service-card__image__main {
  opacity: 1;
  transform: scale(1);
}

.service-card__shape {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 15px;
  right: 0px;
  opacity: 0.14;
  transition: all 500ms ease;
}

.service-card:hover .service-card__shape {
  opacity: 1;
}

.service-card__icon-box {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 500ms ease;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.service-card__icon-box::before,
.service-card__icon-box::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}

.service-card__icon-box::before {
  top: -4px;
  left: -4px;
}

.service-card__icon-box::after {
  right: -4px;
  bottom: -4px;
}

.service-card:hover .service-card__icon-box {
  border-color: var(--amoxi-white, #FFFFFF);
}

.service-card:hover .service-card__icon-box::before,
.service-card:hover .service-card__icon-box::after {
  background-color: var(--amoxi-white, #FFFFFF);
}

.service-card:hover .service-card__icon-box::before {
  transform: translateX(79px);
}

.service-card:hover .service-card__icon-box::after {
  transform: translateX(-79px);
}

.service-card__icon {
  display: inline-flex;
  font-size: 40px;
  color: var(--amoxi-white, #FFFFFF);
}

.service-card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.service-card__btn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  overflow: hidden;
  transition: all 500ms ease;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.service-card__btn__icon {
  display: inline-flex;
  font-size: 10px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.service-card__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.service-card__btn:hover .service-card__btn__icon {
  animation: slideRight 500ms;
}

.service-card:hover .service-card__btn {
  background-color: var(--amoxi-white, #FFFFFF);
}

.service-card:hover .service-card__btn__icon {
  color: var(--amoxi-base, #ff621d);
}

.service-card__hover {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: relative;
  position: absolute;
  top: -1px;
  right: -1px;
}

.service-card__hover__bg {
  display: block;
  width: calc(25% + 0.2px);
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
  background-color: var(--amoxi-base, #ff621d);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.service-card__hover__bg--1 {
  right: 0;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.service-card__hover__bg--2 {
  right: 25%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.service-card__hover__bg--3 {
  right: 50%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.service-card__hover__bg--4 {
  right: 75%;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.service-card:hover .service-card__hover__bg {
  transform: translateY(0);
}

.service-card-two {
  position: relative;
  border-radius: 10px;
  background-color: var(--amoxi-white, #FFFFFF);
}

.service-card-two__content {
  position: relative;
  z-index: 1;
  padding: 40px 40px 32px;
  overflow: hidden;
  border-radius: inherit;
}

@media (max-width: 390px) {
  .service-card-two__content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-card-two__content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.service-card-two__content::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--amoxi-base, #ff621d);
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.7s;
}

.service-card-two__content::after {
  content: "";
  width: 434px;
  height: 434px;
  position: absolute;
  right: -36px;
  bottom: -100px;
  z-index: 1;
  border-radius: 50%;
  transition: all 500ms ease;
  animation: rotate 6s linear infinite;
  animation-play-state: paused;
  border: 1px dashed var(--amoxi-border-color, #D3D3D3);
}

.service-card-two:hover .service-card-two__content::before {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.service-card-two:hover .service-card-two__content::after {
  border-color: var(--amoxi-black4, #131313);
  animation-play-state: running;
}

.service-card-two__inner {
  position: relative;
  z-index: 2;
}

.service-card-two__icon {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 64px;
  color: var(--amoxi-black7, #000000);
  transition: all 500ms ease;
}

.service-card-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.service-card-two:hover .service-card-two__icon {
  -webkit-animation-name: zoom-out-in;
  animation-name: zoom-out-in;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.service-card-two__letter {
  margin-bottom: 30px;
  font-size: 200px;
  font-weight: 700;
  color: var(--amoxi-gray2, #C2C2C2);
  line-height: 0.875;
  text-align: left;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.service-card-two__letter::after {
  counter-increment: serviceSerialLetter;
  content: counter(serviceSerialLetter, upper-alpha) "";
}

.service-card-two:hover .service-card-two__letter {
  color: var(--amoxi-black4, #131313);
}

.service-card-two__title {
  margin-bottom: 14px;
  font-size: 24px;
  color: var(--amoxi-black7, #000000);
  font-weight: 700;
  line-height: 1.25;
  text-transform: capitalize;
}

.service-card-two__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-card-two__title a:hover {
  background-size: 100% 1px;
}

.service-card-two__text {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text-gray, #636363);
  line-height: 1.625;
  transition: all 500ms ease;
}

.service-card-two:hover .service-card-two__text {
  color: var(--amoxi-black8, #333333);
}

.service-card-two__btn {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 38px;
  left: -32px;
  z-index: 2;
  overflow: hidden;
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amoxi-black4, #131313);
}

@media (max-width: 575px) {
  .service-card-two__btn {
    left: 30px;
  }
}
.service-card-two__btn__icon {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--amoxi-black4, #131313);
  border-radius: inherit;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}

.service-card-two__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.service-card-two:hover .service-card-two__btn {
  transform: rotate(-40deg);
}

.service-card-three {
  padding: 35px;
  position: relative;
}

@media (max-width: 390px) {
  .service-card-three {
    padding: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-card-three {
    padding: 30px;
  }
}
.service-card-three::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  background-color: var(--amoxi-base, #ff621d);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.1s 0.3s;
  transition: transform 0.5s, opacity 0.1s 0.3s;
}

.service-card-three:hover::before {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.1s;
  -moz-transition: -moz-transform 0.5s, opacity 0.1s;
  transition: transform 0.5s, opacity 0.1s;
}

.service-card-three__number {
  margin-bottom: 0px;
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 1;
  transform: translate(50%, -50%);
  font-weight: 400;
  font-size: 180px;
  line-height: 1;
  color: transparent;
  transition: all 500ms ease;
  -webkit-text-stroke: 1px RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.15);
}

@media (max-width: 390px) {
  .service-card-three__number {
    font-size: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-card-three__number {
    font-size: 170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-card-three__number {
    font-size: 150px;
  }
}
.service-card-three__number::after {
  content: "0" counter(serviceSerial5);
  counter-increment: serviceSerial5;
}

.service-card-three:hover .service-card-three__number {
  -webkit-text-stroke-color: RGBA(var(--amoxi-black7-rgb, 0, 0, 0), 0.17);
}

.service-card-three__content {
  position: relative;
  z-index: 2;
}

.service-card-three__icon-box {
  text-align: left;
}

.service-card-three__icon {
  display: inline-flex;
  margin-bottom: 25px;
  font-size: 70px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.service-card-three__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.service-card-three:hover .service-card-three__icon {
  color: var(--amoxi-black7, #000000);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.service-card-three__title {
  margin-bottom: 14px;
  font-size: 24px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.25;
  text-transform: capitalize;
}

@media (max-width: 390px) {
  .service-card-three__title {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-card-three__title {
    font-size: 22px;
  }
}
.service-card-three__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-card-three__title a:hover {
  background-size: 100% 1px;
}

.service-card-three:hover .service-card-three__title {
  color: var(--amoxi-black7, #000000);
}

.service-card-three__text {
  margin-bottom: 27px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.service-card-three:hover .service-card-three__text {
  color: var(--amoxi-black8, #333333);
}

.service-card-three__btn {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--amoxi-black4, #131313);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
}

.service-card-three__btn:hover {
  transform: rotate(-38deg);
}

.service-card-three:hover .service-card-three__btn {
  color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-black4, #131313);
}

.service-card-three__shape-1,
.service-card-three__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}

.service-card-three__shape-1 {
  top: 10px;
  right: 27px;
}

.service-card-three__shape-2 {
  left: 27px;
  bottom: 10px;
}

.service-card-three:hover .service-card-three__shape-1,
.service-card-three:hover .service-card-three__shape-2 {
  opacity: 1;
}

.services-one {
  counter-reset: serviceSerial;
  background-color: var(--amoxi-black, #1A1B1F);
}

.services-one__top {
  margin-bottom: 51px;
}

.services-one .row {
  --bs-gutter-x: 0px;
}

.services-one .sec-title {
  margin: 0px;
}

.services-one__carousel.owl-carousel .owl-item.active:not(:first-child) {
  margin-right: -1px;
}

.services-one__image img {
  max-width: 100%;
  height: auto;
}

.services-two {
  position: relative;
  counter-reset: serviceSerial2;
}

.services-two .container {
  position: relative;
  z-index: 1;
}

.services-two__item {
  padding: 29px 0px;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.services-two__item:first-child {
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.services-two__item__serial {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0px;
  padding: 9px 7px;
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  writing-mode: sideways-lr;
  transition: all 500ms ease;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.services-two__item__serial::before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background: linear-gradient(-270deg, #f29a1c 0%, #fa4721 100%);
}

.services-two__item__serial::after {
  content: "0" counter(serviceSerial2);
  counter-increment: serviceSerial2;
}

.services-two__item:hover .services-two__item__serial {
  color: var(--amoxi-white, #FFFFFF);
}

.services-two__item:hover .services-two__item__serial::before {
  height: 100%;
  bottom: 0px;
}

.services-two__item__title {
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .services-two__item__title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .services-two__item__title {
    font-size: 24px;
  }
}
.services-two__item__title a {
  color: inherit;
  -webkit-text-stroke: 1px transparent;
}

.services-two__item__title a:hover {
  color: transparent;
  -webkit-text-stroke-color: var(--amoxi-base, #ff621d);
}

.services-two__item__shape {
  display: inline-flex;
  position: relative;
  top: 1px;
  margin-left: 7px;
}

@media (max-width: 991px) {
  .services-two__item__shape {
    top: 2px;
  }
}
.services-two__item__shape svg {
  width: 30px;
  height: 30px;
  transition: all 500ms ease;
}

@media (max-width: 991px) {
  .services-two__item__shape svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 480px) {
  .services-two__item__shape svg {
    width: 22px;
    height: 22px;
  }
}
.services-two__item__shape svg:last-child {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
}

.services-two__item:hover .services-two__item__shape svg:first-child {
  opacity: 0;
}

.services-two__item:hover .services-two__item__shape svg:last-child {
  opacity: 1;
}

.services-two__item__tags {
  display: none;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}

.services-two__item__tag {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.25;
  text-transform: uppercase;
  border-radius: 100px;
  transition: all 500ms ease;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.services-two__item__tag:hover {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-base, #ff621d);
}

.services-two__item__tag::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  opacity: 0;
  border-radius: inherit;
  transition: all 500ms ease;
  background: linear-gradient(-90deg, #f29a1c 0%, #fa4721 100%);
}

.services-two__item__tag:hover::after {
  opacity: 1;
}

.services-two__item__btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin-right: auto;
  font-size: 16px;
  color: var(--amoxi-base, #ff621d);
  border-radius: 50%;
  background-color: var(--amoxi-white, #FFFFFF);
}

@media (max-width: 767px) {
  .services-two__item__btn {
    margin-right: 0px;
  }
}
.services-two__item__btn:hover {
  transform: rotate(-40deg);
}

.services-two__item__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  opacity: 0;
  border-radius: inherit;
  transition: all 500ms ease;
  background: linear-gradient(-270deg, #f29a1c 0%, #fa4721 100%);
}

.services-two__item__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.services-two__item:hover .services-two__item__btn {
  color: var(--amoxi-white, #FFFFFF);
}

.services-two__item:hover .services-two__item__btn::after {
  opacity: 1;
}

.services-three {
  position: relative;
  counter-reset: serviceSerial3;
  background-color: var(--amoxi-black2, #0E0F11);
}

.services-three__bg {
  width: 100%;
  height: calc(100% - 113px);
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--amoxi-black, #1A1B1F);
  -webkit-mask: url("assets/images/shapes/services-bg-3-1.png");
  mask: url("assets/images/shapes/services-bg-3-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

@media (max-width: 1199px) {
  .services-three__bg {
    height: calc(100% - 90px);
  }
}
@media (max-width: 991px) {
  .services-three__bg {
    height: calc(100% - 50px);
  }
}
@media (max-width: 575px) {
  .services-three__bg {
    height: calc(100% - 30px);
  }
}
@media (max-width: 440px) {
  .services-three__bg {
    height: calc(100% - 0px);
  }
}
.services-three .container {
  position: relative;
  z-index: 1;
}

.services-three .faq-accordion .accordion {
  border: none;
}

.services-three .faq-accordion .accordion + .accordion {
  margin-top: 0px;
}

.services-three .faq-accordion .accordion-title {
  display: block;
  position: relative;
  padding: 0px;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.services-three .faq-accordion .accordion:last-child .accordion-title {
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.services-three .faq-accordion .active .accordion-title {
  border-color: transparent;
  background-color: transparent;
}

.services-three .faq-accordion .active + .accordion .accordion-title {
  border-top-color: transparent;
}

.services-three .faq-accordion .accordion-content .inner {
  padding: 0px;
  background-color: transparent;
  border: none;
}

.services-three__item {
  position: relative;
}

.services-three__item__bg {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  transition: all 500ms ease;
}

.services-three__item__bg::before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--amoxi-base, #ff621d);
}

.services-three__item.active .services-three__item__bg {
  opacity: 1;
}

.services-three__item__top {
  padding: 30px 0px;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}

.services-three__item.active .services-three__item__top {
  padding-right: 30px;
  padding-left: 30px;
}

.services-three__item__title {
  display: flex;
  gap: 30px;
  align-items: center;
  padding-left: 50px;
  margin-bottom: 0px;
  position: relative;
  font-size: 24px;
  line-height: 1.458;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}

@media (max-width: 480px) {
  .services-three__item__title {
    gap: 25px;
    font-size: 22px;
  }
}
@media (max-width: 430px) {
  .services-three__item__title {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services-three__item__title {
    gap: 25px;
    font-size: 22px;
  }
}
.services-three__item__title::before {
  content: "0" counter(serviceSerial3);
  font-size: 30px;
  line-height: 1;
  counter-increment: serviceSerial3;
  transition: all 500ms ease;
}

@media (max-width: 991px) {
  .services-three__item__title::before {
    padding-left: 0px;
  }
}
@media (max-width: 480px) {
  .services-three__item__title::before {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services-three__item__title::before {
    font-size: 28px;
  }
}
.services-three__item__title::after {
  content: "/";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 200;
  line-height: 1;
  color: var(--amoxi-text-gray, #636363);
  transition: all 500ms ease;
}

@media (max-width: 991px) {
  .services-three__item__title::after {
    display: none;
  }
}
.services-three__item__title a {
  color: inherit;
}

.services-three__item.active .services-three__item__title::after {
  color: var(--amoxi-white, #FFFFFF);
}

.services-three__item__text {
  margin-bottom: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.services-three__item__btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: auto;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: var(--amoxi-base, #ff621d);
  border-radius: 50%;
  background-color: var(--amoxi-white, #FFFFFF);
}

@media (max-width: 991px) {
  .services-three__item__btn {
    margin-right: 0px;
  }
}
.services-three__item__btn:hover {
  color: var(--amoxi-white, #FFFFFF);
  transform: rotate(-40deg);
  background-color: var(--amoxi-base, #ff621d);
}

.services-three__item__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.services-three__item.active .services-three__item__btn {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}

.services-three__item__image img {
  width: 100%;
  display: block;
}

.services-three .amoxi-circle-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.services-three .amoxi-circle-btn:hover {
  color: var(--amoxi-black, #1A1B1F);
}

.services-three .amoxi-circle-btn__dot {
  background-color: var(--amoxi-white, #FFFFFF);
}

.services-three__btn {
  width: 273px;
  height: 273px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
  background-color: var(--amoxi-black, #1A1B1F);
}

.services-three .amoxi-circle-btn {
  width: 217px;
  height: 217px;
}

.services-four {
  background-color: var(--amoxi-black, #1A1B1F);
  counter-reset: serviceSerialLetter;
}

.services-four__top {
  margin-bottom: 51px;
}

.services-four .sec-title {
  margin: 0px;
}

.services-four__button {
  margin-top: 50px;
  text-align: center;
}

.services-five {
  counter-reset: serviceSerial4;
  background-color: var(--amoxi-black2, #0E0F11);
}

.services-five__item {
  overflow: hidden;
  padding: 60px 0px;
  position: relative;
  background-color: var(--amoxi-black2, #0E0F11);
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-left: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 1199px) {
  .services-five__item {
    padding: 30px 0px;
  }
}
.services-five__item:last-child {
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 991px) {
  .services-five__item__image {
    padding-left: 30px;
  }
}
@media (max-width: 430px) {
  .services-five__item__image {
    padding-left: 20px;
  }
}
.services-five__item__image img {
  max-width: 100%;
  height: auto;
}

.services-five__item__content {
  position: relative;
  z-index: 1;
  padding-left: 50px;
}

@media (max-width: 1199px) {
  .services-five__item__content {
    padding-left: 30px;
  }
}
@media (max-width: 430px) {
  .services-five__item__content {
    padding-left: 20px;
  }
}
.services-five__item__title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.458;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
}

.services-five__item__title.bw-split-text > div {
  background-size: 200% 100%;
  background-position-x: 0%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, rgba(var(--amoxi-white-rgb, 255, 255, 255), 0.2) 50%, var(--amoxi-white, #FFFFFF) 50%);
}

.services-five__item__title a {
  color: inherit;
}

.services-five__item__title a::before {
  margin-left: 10px;
  content: "0" counter(serviceSerial4) ".";
  counter-increment: serviceSerial4;
}

.services-five__item__text {
  margin-bottom: 30px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
}

.services-five__item__list {
  margin-bottom: 32px;
}

.services-five__item__list li + li {
  margin-top: 6px;
}

.services-five__item__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.625;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.services-five__item__list li:hover {
  color: var(--amoxi-base, #ff621d);
}

.services-five__item__list__shape {
  width: 44px;
  height: 7px;
  flex-shrink: 0;
  position: relative;
  top: 8px;
  transition: all 500ms ease;
}

.services-five__item__list__shape path {
  stroke: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}

li:hover .services-five__item__list__shape path {
  stroke: var(--amoxi-white, #FFFFFF);
}

.services-five__item__category {
  width: 376px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 30px;
  position: absolute;
  top: 0px;
  left: -376px;
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  text-transform: uppercase;
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
  writing-mode: sideways-lr;
  -webkit-text-stroke: 1px var(--amoxi-black5, #222222);
  transition: all 500ms ease;
  border-top: 1px solid var(--amoxi-black5, #222222);
}

@media (max-width: 1899px) {
  .services-five__item__category {
    display: none;
  }
}
.services-five__item__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 50px;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .services-five__item__shape {
    display: none;
  }
}
.services-six {
  position: relative;
  counter-reset: serviceSerial5;
  background-color: var(--amoxi-black, #1A1B1F);
}

.services-six__row {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 991px) {
  .services-six__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .services-six__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-six .ripple-svg-one,
.services-six .ripple-svg-two {
  position: absolute;
}

.services-six__col:nth-child(1),
.services-six__col:nth-child(2),
.services-six__col:nth-child(4),
.services-six__col:nth-child(5) {
  border-left: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.services-six__col:nth-child(1),
.services-six__col:nth-child(2),
.services-six__col:nth-child(3) {
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 991px) {
  .services-six__col:nth-child(4) {
    border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  }
}
@media (max-width: 767px) {
  .services-six__col:nth-child(5) {
    border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services-six__col:nth-child(2),
  .services-six__col:nth-child(4) {
    border-left: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services-six__col:nth-child(3) {
    border-left: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  }
}
@media (max-width: 767px) {
  .services-six__col:nth-child(1),
  .services-six__col:nth-child(2),
  .services-six__col:nth-child(4),
  .services-six__col:nth-child(5) {
    border-left: none;
  }
}
.services-six__image {
  height: 100%;
}

.services-six__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.services-page {
  position: relative;
  background-color: var(--amoxi-black, #1A1B1F);
}

.services-page--two .row {
  --bs-gutter-x: 57px;
}

.services-page .sec-title {
  margin-bottom: 51px;
}

.services-page .ripple-svg-one,
.services-page .ripple-svg-two {
  position: absolute;
}

.services-page .service-card-two:hover .service-card-two__content::after {
  border-color: var(--amoxi-white, #FFFFFF);
}

.services-page .service-card-two .service-card-two__btn__icon,
.services-page .service-card-two:hover .service-card-two__icon,
.services-page .service-card-two:hover .service-card-two__letter,
.services-page .service-card-two:hover .service-card-two__title,
.services-page .service-card-two:hover .service-card-two__text {
  color: var(--amoxi-white, #FFFFFF);
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  background-color: var(--amoxi-black, #1A1B1F);
}

.service-details__image {
  height: 100%;
}

.service-details__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.service-details__pages {
  padding: 27px 30px 30px;
  background-color: var(--amoxi-base, #ff621d);
}

@media (max-width: 412px) {
  .service-details__pages {
    padding: 20px 25px 25px;
  }
}
@media (max-width: 390px) {
  .service-details__pages {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.service-details__pages__title {
  margin-bottom: 20.02px;
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
  text-transform: capitalize;
}

.service-details__nav {
  margin: 0px;
}

.service-details__nav li + li {
  margin-top: 20px;
}

.service-details__nav li a {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 1;
  padding: 10px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-weight: 700;
  font-size: 18px;
  color: var(--amoxi-white, #FFFFFF);
  text-align: right;
  text-transform: capitalize;
  line-height: 1.333;
  border-radius: 100px;
  overflow: hidden;
  transition: all 500ms ease;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.72);
}

@media (max-width: 412px) {
  .service-details__nav li a {
    gap: 15px;
  }
}
@media (max-width: 390px) {
  .service-details__nav li a {
    font-size: 16px;
  }
}
.service-details__nav li a::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--amoxi-black2, #0E0F11);
}

.service-details__nav li .service-details__nav__icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10px;
  color: var(--amoxi-base, #ff621d);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amoxi-white, #FFFFFF);
}

@media (max-width: 390px) {
  .service-details__nav li .service-details__nav__icon {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }
}
.service-details__nav li .service-details__nav__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.service-details__nav li a:hover,
.service-details__nav li.current a {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-black2, #0E0F11);
}

.service-details__nav li a:hover::after,
.service-details__nav li.current a::after {
  width: 100%;
  right: 0px;
}

.service-details__content {
  margin-top: 44px;
}

.service-details__title {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.333;
  color: var(--amoxi-white, #FFFFFF);
}

.service-details__box--1 {
  margin-bottom: 43px;
}

.service-details__box--2 .service-details__text + .service-details__text {
  margin-top: 19px;
}

.service-details__text {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.service-details__inner {
  margin-bottom: 43px;
}

.service-details__inner__image img {
  max-width: 100%;
  height: auto;
}

.service-details__inner__text-1 {
  margin-bottom: 29px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.service-details__inner__top {
  display: flex;
  gap: 34px;
  align-items: center;
  padding-bottom: 18px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.service-details__inner__top::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 60px;
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.service-details__inner__icon {
  display: inline-flex;
  font-size: 42px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.service-details__inner__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.service-details__inner__top:hover .service-details__inner__icon {
  color: var(--amoxi-base, #ff621d);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.service-details__inner__box:hover .service-details__inner__icon {
  color: var(--amoxi-base, #ff621d);
}

.service-details__inner__title {
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.375;
  text-transform: capitalize;
}

.service-details__inner__text {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.service-details__inner__text-2 {
  margin: 30px 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.service-details__inner__text-2 span {
  font-weight: 500;
  color: var(--amoxi-base, #ff621d);
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.product {
  position: relative;
}

.product__sidebar {
  position: relative;
}

.product__sidebar__item + .product__sidebar__item {
  margin-top: 30px;
}

.product__sidebar__item {
  padding: 24px 30px 30px;
  border-radius: 10px;
  background-color: var(--amoxi-black, #1A1B1F);
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.product__sidebar__title {
  margin-bottom: 27px;
  position: relative;
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.318;
  text-transform: capitalize;
}

.product__search-box {
  padding-top: 30px;
}

.product__search {
  position: relative;
}

.product__search input[type=search],
.product__search input[type=text] {
  padding-right: 20px;
  padding-left: 44px;
  outline: none;
  border: 0;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 400;
  border-radius: 10px;
  transition: all 400ms ease;
  background-color: var(--amoxi-black6, #3A3B3F);
}

.product__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: var(--amoxi-base, #ff621d);
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 15px;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  transition: all 400ms ease;
}

.product__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.product__search button[type=submit]:hover {
  color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-white, #FFFFFF);
}

.product__price-ranger #slider-range {
  position: relative;
  margin: 0px;
  border: none;
  height: 4px;
  border-radius: 20px;
  background: var(--amoxi-base, #ff621d);
}

.product__price-ranger #slider-range .ui-slider-range {
  height: 100%;
  background: var(--amoxi-base, #ff621d);
}

.product__price-ranger #slider-range .ui-slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--amoxi-base, #ff621d);
  border: 0;
  height: 15px;
  width: 15px !important;
  border-radius: 50%;
  margin-right: -3px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}

.product__price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin: 24px 0px 0 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product__price-ranger .ranger-min-max-block {
    margin-right: -10px;
  }
}
.product__price-ranger .ranger-min-max-block input[type=text] {
  padding: 0;
  position: relative;
  display: inline-block;
  color: var(--amoxi-white, #FFFFFF);
  font-size: 16px;
  font-weight: 400;
  width: 50px;
  min-width: 50px;
  line-height: 1;
  border: none;
  outline: none;
  text-align: center;
  background-color: transparent;
}

.product__price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--amoxi-black, #1A1B1F);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  right: -2px;
}

.product__price-ranger .ranger-min-max-block input[type=submit] {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
  padding: 0 16px;
  height: 35px;
  float: left;
  text-align: center;
  border: none;
  color: var(--amoxi-white, #FFFFFF);
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 500ms ease;
  background-color: var(--amoxi-black6, #3A3B3F);
}

.product__price-ranger .ranger-min-max-block input[type=submit]:hover {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}

.product__categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product__categories ul li + li {
  margin-top: 20px;
}

.product__categories ul li {
  position: relative;
}

.product__categories ul li a {
  position: relative;
  z-index: 1;
  padding: 13.5px 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 16px;
  line-height: 1.25;
  text-transform: capitalize;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 400;
  border-radius: 100px;
  background-color: var(--amoxi-black6, #3A3B3F);
  transition: all 500ms ease;
}

.product__categories ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}

.product__categories ul li a .product__categories__text {
  display: flex;
  align-items: center;
  gap: 9px;
}

.product__categories ul li a .product__categories__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.product__categories ul li a .product__categories__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.product__categories ul li a:hover {
  color: var(--amoxi-white, #FFFFFF);
}

.product__categories ul li a:hover::after {
  right: 0;
  width: 100%;
}

.product__categories ul li a:hover .product__categories__icon {
  color: var(--amoxi-white, #FFFFFF);
}

.product__info-top {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .product__info-top {
    display: block;
    margin-bottom: 40px;
  }
}
.product__showing-text {
  margin: 0px;
  font-size: 22px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .product__showing-text {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .product__showing-text {
    font-size: 18px;
  }
}
.product__showing-sort {
  margin: 0;
}

.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  position: relative;
  display: block;
  width: 100%;
  min-width: 210px !important;
  border-radius: 5px;
  background-color: var(--amoxi-black6, #3A3B3F);
}

@media (max-width: 767px) {
  .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: 141px !important;
  }
}
.product__showing-sort .bootstrap-select > .dropdown-toggle::after {
  display: none;
}

.product__showing-sort .bootstrap-select .dropdown-menu {
  border: none;
  border-radius: 0px;
}

.product__showing-sort .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 50px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: transparent !important;
  margin: 0;
  padding: 0;
  padding-right: 20px;
  padding-left: 45px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  color: var(--amoxi-white, #FFFFFF) !important;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: left 25.75px center;
}

.product__showing-sort .bootstrap-select > .dropdown-toggle > .filter-option {
  text-align: right;
}

@media (max-width: 767px) {
  .product__showing-sort .bootstrap-select > .dropdown-toggle > .filter-option {
    text-align: right;
  }
}
.product__showing-sort .bootstrap-select > .dropdown-toggle::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 17px;
  color: var(--amoxi-base, #ff621d);
}

.product__showing-sort .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.1);
}

.product__showing-sort .bootstrap-select .dropdown-menu > li > a {
  font-size: 15px;
  font-weight: 400;
  padding: 10px 20px 11px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-black6, #3A3B3F);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product__showing-sort .bootstrap-select .dropdown-menu > li:hover > a,
.product__showing-sort .bootstrap-select .dropdown-menu > li.selected > a {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-base, #ff621d);
}

.product__item {
  position: relative;
  border-radius: 10px;
  transition: all 500ms ease;
  background-color: var(--amoxi-black, #1A1B1F);
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.product__item:hover {
  border-color: var(--amoxi-base, #ff621d);
}

.product__item__image {
  padding: 20px 20px 0px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.product__item__image img {
  max-width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 800ms cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 800ms cubic-bezier(0, 0, 0.44, 1.18);
}

.product__item__btn-group {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
}

.product__item__btn-group a + a {
  margin-top: 10px;
}

.product__item__btn-group a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  color: var(--amoxi-base, #ff621d);
  font-size: 14px;
  opacity: 0;
  border-radius: 50%;
  visibility: hidden;
  background-color: var(--amoxi-white, #FFFFFF);
}

.product__item__btn-group a:hover {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}

.product__item__btn-group a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.product__item__btn-group a:nth-child(1) {
  -webkit-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(-30px, 0, 0);
  -moz-transform: translate3d(-30px, 0, 0);
  -webkit-transform: translate3d(-30px, 0, 0);
  -ms-transform: translate3d(-30px, 0, 0);
  -o-transform: translate3d(-30px, 0, 0);
}

.product__item__btn-group a:nth-child(2) {
  -webkit-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(-30px, 0, 0);
  -moz-transform: translate3d(-30px, 0, 0);
  -webkit-transform: translate3d(-30px, 0, 0);
  -ms-transform: translate3d(-30px, 0, 0);
  -o-transform: translate3d(-30px, 0, 0);
}

.product__item__btn-group a:nth-child(3) {
  -webkit-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(-30px, 0, 0);
  -moz-transform: translate3d(-30px, 0, 0);
  -webkit-transform: translate3d(-30px, 0, 0);
  -ms-transform: translate3d(-30px, 0, 0);
  -o-transform: translate3d(-30px, 0, 0);
}

.product__item:hover .product__item__image img {
  transform: scale(1.05);
}

.product__item:hover .product__item__btn-group a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.product__item__content {
  padding: 30px;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .product__item__content {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.product__item__title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
}

@media (min-width: 576px) and (max-width: 767px) {
  .product__item__title {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .product__item__title {
    font-size: 20px;
  }
}
.product__item__title:hover {
  color: var(--amoxi-base, #ff621d);
}

.product__item__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.product__item__title a:hover {
  background-size: 100% 1px;
}

.product__item__price {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.222;
}

.product__item__price span:not(:last-child)::after {
  content: "-";
  margin-right: 5px;
  margin-left: 5px;
  font-size: 18px;
  color: var(--amoxi-text, #b2afa6);
}

.product__item .amoxi-ratings {
  margin-bottom: 24px;
  justify-content: center;
}

.product__item .amoxi-btn-two {
  padding: 10px 30px;
  font-size: 15px;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 5px;
  text-transform: capitalize;
  background-color: var(--amoxi-black6, #3A3B3F);
}

.product__item .amoxi-btn-two:hover {
  color: var(--amoxi-white, #FFFFFF);
}

.product__item .amoxi-btn-two::before,
.product__item .amoxi-btn-two::after {
  background-color: var(--amoxi-base, #ff621d);
}

.product-page {
  background-color: var(--amoxi-black, #1A1B1F);
}

.product-page .post-pagination {
  justify-content: center;
}

.product-page .product__item__image img {
  width: auto !important;
  display: inline-block !important;
}

.product-page--sidebar .post-pagination {
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .product-page--sidebar .post-pagination {
    justify-content: center;
  }
}
/*--------------------------------------------------------------
# Shop Details
--------------------------------------------------------------*/
.product-details {
  position: relative;
  background-color: var(--amoxi-black, #1A1B1F);
}

.product-details__product {
  display: flex;
  align-items: center;
  gap: 30px 22px;
}

@media (max-width: 991px) {
  .product-details__product {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-details__thumb-box {
  width: 120px;
}

@media (max-width: 991px) {
  .product-details__thumb-box {
    width: 100%;
  }
}
.product-details__thumb {
  --slick-gutter: 13px;
  width: 126px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .product-details__thumb {
    width: 100%;
  }
}
.product-details__thumb .slick-list {
  clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
  margin: 0;
  padding: 0;
}

.product-details__thumb .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .product-details__thumb .slick-slide {
    margin-right: calc(var(--slick-gutter) / 2);
    margin-left: calc(var(--slick-gutter) / 2);
  }
}
@media (min-width: 992px) {
  .product-details__thumb .slick-slide {
    margin-top: calc(var(--slick-gutter) / 2);
    margin-bottom: calc(var(--slick-gutter) / 2);
  }
}
.product-details__thumb__item {
  position: relative;
  cursor: pointer;
  z-index: 2;
  width: 113px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0px;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-details__thumb__item {
    width: 114px;
    height: 114px;
  }
}
@media (max-width: 991px) {
  .product-details__thumb__item {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .product-details__thumb__item {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 575px) {
  .product-details__thumb__item {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 480px) {
  .product-details__thumb__item {
    width: 83px;
    height: 83px;
  }
}
@media (max-width: 430px) {
  .product-details__thumb__item {
    width: 105px;
    height: 105px;
  }
}
@media (max-width: 390px) {
  .product-details__thumb__item {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 360px) {
  .product-details__thumb__item {
    width: 83px;
    height: 83px;
  }
}
.product-details__thumb__item img {
  position: relative;
  cursor: pointer;
  max-width: 100%;
  height: auto;
  z-index: 1;
}

.product-details__thumb__hover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transform: translateY(-70%);
  transition: all 500ms ease;
  background-color: RGBA(var(--amoxi-base-rgb, 255, 98, 29), 0.4);
}

.product-details__thumb__hover .img-popup {
  display: inline-block;
  font-size: 27px;
  color: var(--amoxi-white, #FFFFFF);
}

.product-details__thumb__hover .img-popup svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.product-details__thumb .slick-slide.slick-current .product-details__thumb__hover {
  opacity: 1;
  transform: translateY(0%);
}

.product-details__carousel {
  --slick-gutter: 10px;
  flex-grow: 1;
  border-radius: 0px;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 991px) {
  .product-details__carousel {
    width: 100%;
  }
}
.product-details__carousel .slick-list {
  clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
  margin: 0;
  padding: 0;
}

.product-details__carousel .slick-slide {
  margin-top: calc(var(--slick-gutter) / 2);
  margin-bottom: calc(var(--slick-gutter) / 2);
}

.product-details__image {
  padding: 20px 20px 47.5px;
}

.product-details__image__title {
  display: inline-block;
  padding: 7px 16px;
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  border-radius: 0px;
  background-color: var(--amoxi-base, #ff621d);
}

.product-details__image img {
  max-width: 100%;
  height: auto;
}

.product-details__content {
  margin-top: 2px;
}

@media (max-width: 991px) {
  .product-details__content {
    margin-top: 0px;
  }
}
.product-details__name {
  margin-bottom: 13px;
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.363;
}

.product-details__product-info {
  max-width: 471px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-details__product-info {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .product-details__product-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.product-details__price {
  margin: 0;
  font-size: 25px;
  color: var(--amoxi-base, #ff621d);
  font-weight: 700;
  line-height: 1.04;
}

.product-details__review {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.product-details__review__text {
  font-size: 16px;
  color: var(--amoxi-base, #ff621d);
  font-weight: 500;
  text-transform: capitalize;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.product-details__review__text:hover {
  background-size: 100% 1px;
}

.product-details .amoxi-ratings {
  position: relative;
  top: -1px;
}

.product-details .amoxi-ratings__icon {
  font-size: 18px;
}

.product-details__excerpt {
  margin-bottom: 25px;
}

.product-details__excerpt__text {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.product-details__color {
  margin-bottom: 34px;
}

.product-details__color__title {
  margin-bottom: 9px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 500;
}

.product-details__color__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.product-details__color__box {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  border-radius: 0px;
  background-color: var(--bg-color);
  border: 2px solid var(--border-color);
}

.product-details__quantity {
  margin-bottom: 31px;
}

.product-details__quantity .quantity-box {
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  width: 191px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
}

.product-details__quantity .quantity-box__input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 71px;
  height: 100%;
  border-right: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-left: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  padding: 0;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1;
  background-color: transparent;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  transition: all 500ms ease;
}

.product-details__quantity .quantity-box__btn {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  width: 59px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--amoxi-text, #b2afa6);
  transition: all 500ms ease;
}

.product-details__quantity .quantity-box__btn:hover {
  color: var(--amoxi-base, #ff621d);
}

.product-details__button {
  margin-bottom: 34px;
}

.product-details__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.product-details__socials__title {
  margin: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 18px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.25;
}

.product-details .social-links a {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 0px;
  background-color: var(--amoxi-white, #FFFFFF);
}

.product-details .social-links a:hover {
  background-color: var(--amoxi-base, #ff621d);
}

.product-details .social-links__icon {
  font-size: 18px;
  color: var(--amoxi-black, #1A1B1F);
}

.product-details .social-links a:hover .social-links__icon {
  color: var(--amoxi-white, #FFFFFF);
}

.product-details__description-wrapper {
  margin-top: 42px;
}

.product-details__description {
  position: relative;
  padding: 46px 0px 37px;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.product-details__description__title {
  margin-bottom: 17px;
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.363;
  text-transform: capitalize;
}

.product-details__description__text {
  margin: 0px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.product-details__list {
  max-width: 770px;
  margin-top: 11px;
  margin-bottom: 21px;
  --bs-gutter-x: 20px;
  --bs-gutter-y: 12px;
}

.product-details__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 1.625;
}

.product-details__list__icon {
  position: relative;
  top: 2px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10px;
  color: var(--amoxi-black3, #121115);
  background-color: var(--amoxi-white, #FFFFFF);
  border-radius: 50%;
  transition: all 500ms ease;
}

.product-details__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

li:hover .product-details__list__icon {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}

.product-details .comments-one__name {
  margin: 0px;
}

.product-details__form__top {
  margin-bottom: 31px;
}

.product-details__form__title {
  margin-bottom: 20px !important;
}

.product-details__form__ratings {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 33px;
}

@media (max-width: 1599px) {
  .product-details__form__ratings {
    gap: 20px;
  }
}
.product-details__form__ratings__text {
  margin-bottom: 0;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.625;
}

.product-details__ratings {
  position: relative;
  top: -1px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

.product-details__ratings__icon {
  display: inline-flex;
  font-size: 17px;
  color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}

.product-details__ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-page {
  position: relative;
  background-color: var(--amoxi-black, #1A1B1F);
}

.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
}
.cart-page__table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 24px;
}

@media (max-width: 1199px) {
  .cart-page__table {
    min-width: 1170px;
  }
}
.cart-page__table thead tr {
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.cart-page__table thead tr th {
  padding: 0 30px 26px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border: 0 !important;
  box-shadow: none;
}

@media (max-width: 767px) {
  .cart-page__table thead tr th {
    font-size: 20px;
  }
}
.cart-page__table thead tr th:first-child {
  padding-right: 0;
}

.cart-page__table thead tr th:last-child {
  padding-left: 0;
  text-align: left;
}

.cart-page__table tbody tr td {
  font-size: 19px;
  font-weight: 500;
  color: var(--amoxi-text, #b2afa6);
  text-transform: capitalize;
  line-height: normal;
  vertical-align: middle;
  border-top: none;
  box-shadow: none;
  background-color: transparent;
  border-top: 0 !important;
  border-left: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  padding: 28.5px 30px;
  letter-spacing: 0;
}

.cart-page__table tbody tr td.cart-page__table__total {
  text-align: center;
}

.cart-page__table tbody tr td .cart-page__table__remove {
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--amoxi-white, #FFFFFF);
  font-size: 19px;
  line-height: 1;
}

.cart-page__table tbody tr td .cart-page__table__remove svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.cart-page__table tbody tr td .cart-page__table__remove:hover {
  color: var(--amoxi-base, #ff621d);
}

.cart-page__table tbody tr td:first-child {
  padding-right: 0px;
}

.cart-page__table tbody tr td:last-child {
  padding-left: 0px;
  border-left: 0px;
}

.cart-page__table__meta {
  display: flex;
  align-items: center;
  gap: 30px;
}

.cart-page__table__meta__img {
  width: 113px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.cart-page__table__meta__img img {
  max-width: 100%;
  height: auto;
}

.cart-page__table__meta__title {
  margin: 0;
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.318;
}

@media (max-width: 767px) {
  .cart-page__table__meta__title {
    font-size: 20px;
  }
}
.cart-page__table__meta__title a {
  color: inherit;
}

.cart-page__table__meta__title a:hover {
  color: var(--amoxi-base, #ff621d);
}

.cart-page__table__meta__title a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.cart-page__table__meta__title a:hover {
  background-size: 100% 1px;
}

.cart-page__table__quantity {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.cart-page__table__quantity__title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
}

.cart-page__table__quantity .quantity-box {
  position: relative;
  width: 172px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.cart-page__table__quantity .quantity-box__input {
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: transparent;
  width: 50px;
  height: 100%;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  padding: 0;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1;
  background-color: transparent;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  transition: all 500ms ease;
}

.cart-page__table__quantity .quantity-box__btn {
  border: none;
  outline: none;
  padding: 0;
  display: inline-flex;
  font-size: 8px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
  background-color: var(--amoxi-black6, #3A3B3F);
}

.cart-page__table__quantity .quantity-box__btn.add {
  padding: 5px 5px 2px;
  position: absolute;
  top: 9px;
  left: 21px;
  z-index: 1;
}

.cart-page__table__quantity .quantity-box__btn.sub {
  padding: 2px 5px 5px;
  position: absolute;
  left: 21px;
  bottom: 9px;
  z-index: 1;
}

.cart-page__table__quantity .quantity-box__btn:hover {
  color: var(--amoxi-base, #ff621d);
}

.cart-page__bottom {
  margin-top: 8px;
}

.cart-page__coupone__form {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 767px) {
  .cart-page__coupone__form {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
.cart-page__coupone__form input[type=text] {
  display: block;
  width: 270px;
  height: 54px;
  border: none;
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 500;
  background-color: var(--amoxi-black6, #3A3B3F);
  padding-right: 19px;
  padding-left: 19px;
  outline: none;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .cart-page__coupone__form input[type=text] {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .cart-page__coupone__form input[type=text] {
    width: 100%;
  }
}
.cart-page__cart-checkout__title {
  margin-bottom: 0px;
  display: inline-block;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-weight: 700;
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
  text-transform: capitalize;
}

.cart-page__cart-total {
  max-width: 343px;
  position: relative;
  margin: 0px auto 40px 0px;
}

@media (max-width: 1199px) {
  .cart-page__cart-total {
    margin: 0px 0px 30px;
  }
}
.cart-page__cart-total li + li {
  margin-top: 23px;
}

.cart-page__cart-total li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.25;
}

.cart-page__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 25px 30px;
}

@media (max-width: 1199px) {
  .cart-page__button {
    justify-content: flex-start;
  }
}
/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
  background-color: var(--amoxi-black, #1A1B1F);
}

.checkout-page__notice {
  margin-bottom: 26px;
}

.checkout-page .notice-box {
  padding: 12.5px 20px;
  margin-bottom: 0px;
  font-size: 18px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 600;
  line-height: 1.444;
  background-color: var(--amoxi-black6, #3A3B3F);
}

@media (max-width: 767px) {
  .checkout-page .notice-box {
    font-size: 16px;
  }
}
.checkout-page .notice-box a {
  color: var(--amoxi-base, #ff621d);
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.checkout-page .notice-box a:hover {
  background-size: 100% 1px;
}

.checkout-page__billing-address {
  position: relative;
}

.checkout-page__title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
  text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-page__form .form-one__group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.checkout-page__shipping-details {
  margin-top: 15px;
}

@media (max-width: 430px) {
  .checkout-page__shipping-details {
    margin-top: 0px;
  }
}
.checkout-page__shipping-details .checkout-page__title {
  margin-bottom: 25px;
}

.checkout-page__check-box {
  position: relative;
  display: block;
  margin-top: -6px;
}

.checkout-page__check-box input[type=checkbox] {
  display: none;
}

.checkout-page__check-box label {
  position: relative;
  display: inline-block;
  padding-right: 28px;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 600;
  line-height: 1.625;
  text-transform: uppercase;
  cursor: pointer;
}

.checkout-page__check-box label span::before {
  content: "\f00c";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  color: var(--amoxi-base, #ff621d);
  font-size: 9px;
  font-weight: 900;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.checkout-page__check-box input[type=checkbox] + label span {
  position: absolute;
  top: 3px;
  right: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--amoxi-base, #ff621d);
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkout-page__check-box input[type=checkbox]:checked + label span:before {
  opacity: 1;
}

.checkout-page__your-order {
  position: relative;
  margin: 41px 0 0;
}

@media (max-width: 430px) {
  .checkout-page__your-order {
    margin: 30px 0 0;
  }
}
.checkout-page__your-order .checkout-page__title {
  margin-bottom: 33px;
}

@media (max-width: 430px) {
  .checkout-page__your-order .checkout-page__title {
    margin-bottom: 20px;
  }
}
.checkout-page__order-table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 0;
}

.checkout-page__order-table thead tr th {
  margin: 0;
  padding: 16px 0;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.25;
  border: none;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.checkout-page__order-table thead tr th:last-child {
  text-align: left;
}

.checkout-page__order-table tbody tr td {
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  padding: 0 0 15px;
  border: none;
}

.checkout-page__order-table tbody tr td:last-child {
  text-align: left;
}

.checkout-page__order-table tbody tr td.pro__price {
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-weight: 500;
  color: var(--amoxi-text, #b2afa6);
}

.checkout-page__order-table tbody tr td.pro__price--total {
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
}

.checkout-page__order-table tbody tr:first-child td {
  padding-top: 16px;
}

.checkout-page__order-table tbody tr:nth-child(3) td {
  padding-bottom: 16px;
}

.checkout-page__order-table tbody tr:last-child td {
  padding-top: 15px;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.checkout-page__payment {
  padding: 29px 31px;
  margin-bottom: 30px;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

@media (max-width: 390px) {
  .checkout-page__payment {
    padding: 25px;
  }
}
.checkout-page__payment__item + .checkout-page__payment__item {
  margin-top: 15px;
}

.checkout-page__payment__item {
  position: relative;
}

.checkout-page__payment__title {
  margin-bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--amoxi-text, #b2afa6);
  line-height: 1.625;
}

.checkout-page__payment__title::before {
  content: "";
  width: 21px;
  height: 21px;
  border: 1px solid var(--amoxi-base, #ff621d);
  border-radius: 50%;
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 9px;
  color: var(--amoxi-white, #FFFFFF);
  position: relative;
  top: -1px;
  transition: all 500ms ease;
}

.checkout-page__payment .checkout-page__payment__item--active .checkout-page__payment__title {
  text-shadow: 0px 0px 0.25px currentColor;
}

.checkout-page__payment .checkout-page__payment__item--active .checkout-page__payment__title::before {
  content: "\f111";
  color: var(--amoxi-base, #ff621d);
}

.checkout-page__payment__content {
  margin-top: 12px;
}

.checkout-page__payment__content p {
  margin: 0;
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  background-color: var(--amoxi-black, #1A1B1F);
}

.error-404__content {
  text-align: center;
}

.error-404__image {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
  animation: moveX 2s linear infinite;
}

.error-404__title {
  margin-bottom: 11px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.314;
}

@media (max-width: 440px) {
  .error-404__title {
    font-size: 30px;
  }
}
.error-404__text {
  margin-bottom: 26px;
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}

body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--amoxi-black, #1A1B1F);
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.15), -10px 0 20px rgba(0, 0, 0, 0.15);
}

@media (min-width: 1400px) {
  body.boxed-wrapper .hero-one__bg-2 {
    width: 100%;
  }
  body.boxed-wrapper .hero-one .scroll-btn {
    left: 4%;
  }
}
body.boxed-wrapper .hero-one__shape {
  left: 2%;
}

body.boxed-wrapper .hero-one__tags,
body.boxed-wrapper .about-one__shape,
body.boxed-wrapper .main-footer__shape-1,
body.boxed-wrapper .main-footer__shape-2 {
  display: none;
}


/* Templates Custom
--------------------------------------------- */
.error-404__heading__title {
  font-size: 250px;
  font-weight: 600;
  color: var(--amoxi-base, #ff621d);
  margin-bottom: 15px;
}

.page-header.page-header--unit-test {
  background: radial-gradient(circle at 50% 130%, rgba(255, 120, 0, 0.85) 0%, rgba(255, 120, 0, 0.5) 20%, rgba(255, 120, 0, 0.18) 38%, rgba(0, 0, 0, 0) 65%), linear-gradient(to bottom, #05060b 0%, #0a0b12 45%, #120b0b 100%);
}

.page-header.page-header--unit-test::before {
  content: "";
  inset: 0;
  background-image: repeating-radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 4px);
  opacity: 0.25;
  mix-blend-mode: soft-light;
}

.blog-page .row > article {
  margin-top: 40px;
}

.wp-block-comments-pagination-numbers a,
.page-links a,
.wp-block-query-pagination-numbers a,
.post-pagination a,
.wp-block-comments-pagination-numbers span.current,
.page-links span.current,
.wp-block-query-pagination-numbers span.current,
.post-pagination span.current,
.post-pagination .page-numbers.current .wp-block-comments-pagination-numbers span.current,
.page-links span.current,
.wp-block-query-pagination-numbers span.current,
.post-pagination span.current,
.post-pagination .page-numbers.current {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--amoxi-base, #ff621d);
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  background-color: var(--amoxi-white, #FFFFFF);
  border-radius: 5px;
  overflow: hidden;
  transition: all 400ms ease;
}

.wp-block-comments-pagination-numbers a:hover,
.page-links a:hover,
.wp-block-query-pagination-numbers a:hover,
.post-pagination a:hover,
.wp-block-comments-pagination-numbers span.current,
.page-links span.current,
.wp-block-query-pagination-numbers span.current,
.post-pagination span.current,
.post-pagination .page-numbers.current .wp-block-comments-pagination-numbers span.current,
.page-links span.current,
.wp-block-query-pagination-numbers span.current,
.post-pagination span.current,
.post-pagination .page-numbers.current {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}

.post-pagination .next.page-numbers,
.post-pagination .prev.page-numbers {
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  color: var(--amoxi-base, #ff621d);
  transition: all 400ms ease;
  width: auto;
}

.post-pagination {
  margin-top: 20px;
}

.sidebar .widget,
.sidebar__single {
  padding: 34px 32px;
  border-radius: 10px;
  background-color: var(--amoxi-black, #1A1B1F);
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.widget.widget_block h2,
.widget .sidebar__title,
.sidebar .widget .title h2 {
  position: relative;
  margin-bottom: 34px;
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.363;
}

.widget.widget_block h2::after,
.widget .sidebar__title::after,
.sidebar .widget .title h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 67px;
  height: 3px;
  background-color: var(--amoxi-base, #ff621d);
}

.wp-block-archives-list li,
.wp-block-categories-list li,
.sidebar .widget ul.wp-block-archives-list li,
.sidebar .widget ul.wp-block-categories-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wp-block-archives-list.wp-block-archives li a,
.wp-block-categories-list.wp-block-categories li a,
.wp-block-page-list li a,
.sidebar .widget ul li a,
.sidebar__single ul li a {
  font-size: 17px;
  color: var(--amoxi-text, #b2afa6);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.5;
  transition: all 500ms ease;
}

.sidebar .widget .wp-block-archives li + li,
.wp-block-latest-posts__list.is-grid.columns-3.wp-block-latest-posts li,
.wp-block-archives-list.wp-block-archives li + li,
.wp-block-categories-list.wp-block-categories li + li,
.wp-block-page-list li + li,
.wp-block-page-list li ul,
.wp-block-rss li {
  margin-top: 10px;
}

p label, .wp-block-archives-dropdown label,
.wp-block-categories .wp-block-categories__label,
.sidebar .widget .wp-block-archives-dropdown label {
  font-weight: 700;
}

.wp-block-archives-dropdown,
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown,
.wp-block-categories-dropdown select,
.sidebar .wc-block-product-categories__dropdown,
.sidebar .widget select, .sidebar__single select {
  width: 100%;
}

.sidebar .widget select,
.sidebar__single select {
  display: block;
  width: 100%;
  height: 55px;
  border: none;
  outline: none;
  padding: 0px 29px;
  font-family: var(--deskot-font, "Mulish", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-black6, #3A3B3F);
  border-radius: 10px;
  transition: all 400ms ease;
}

.sidebar .widget select, .sidebar__single select {
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'><path fill='%23ffffff' d='M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z'></path></svg>");
}

.sidebar .widget .calendar_wrap .wp-calendar-table thead th,
.sidebar__single .calendar_wrap .wp-calendar-table thead th,
.sidebar .widget .wp-block-calendar thead th,
.wp-block-calendar thead th {
  border: none;
  font-weight: 400;
}

.sidebar .widget .wp-block-calendar .wp-calendar-table caption,
.calendar_wrap .wp-calendar-nav a,
.wp-block-calendar .wp-calendar-nav a {
  color: var(--amoxi-text, #b2afa6);
  text-transform: capitalize;
  font-weight: 500;
}

.sidebar .widget .wp-block-categories li + li,
.sidebar__single .wp-block-categories li + li {
  margin-top: 10px;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
.sidebar .widget.widget_block ul.wc-block-review-list li a,
.sidebar .widget.widget_recent_comments ul li,
.sidebar .widget.widget_recent_comments ul li a,
.sidebar .widget.widget_recent_entries ul li a,
.sidebar .widget .wp-block-rss li a,
.sidebar .widget .wp-block-latest-posts__list.has-dates li a,
.sidebar .widget .wp-block-latest-comments .wp-block-latest-comments__comment-meta,
.sidebar .widget .wp-block-latest-comments .wp-block-latest-comments__comment-meta a,
.sidebar .widget.widget_rss li .rsswidget {
  margin: 0;
  font-size: 17px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.352;
  transition: all 400ms ease;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title:hover,
.sidebar .widget.widget_rss li .rsswidget:hover,
.sidebar .widget .wp-block-rss li a:hover,
.sidebar .widget .wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover,
.calendar_wrap .wp-calendar-nav a:hover, .wp-block-calendar .wp-calendar-nav a:hover {
  color: var(--amoxi-base, #ff621d);
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt,
.sidebar .widget .wp-block-latest-comments__comment-date {
  margin-top: 10px;
}

.sidebar .widget .wp-block-latest-posts__list li > a {
  color: var(--amoxi-text, #b2afa6) !important;
}

.sidebar .widget .wp-block-rss__item,
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title,
.sidebar .widget .wp-block-latest-posts__list.has-dates li a {
  margin-bottom: 10px;
}

.comment-form .form-submit input[type=submit],
.wp-block-loginout a {
  display: inline-block;
  padding: 14.5px 40px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  overflow: hidden;
  border-radius: 100px;
  text-transform: uppercase;
  border: none;
  transition: all 500ms ease;
  background: var(--amoxi-base, #ff621d);
}

.comment-form .form-submit input[type=submit]:hover,
.wp-block-loginout a:hover {
  background-color: var(--amoxi-white, #FFFFFF);
  color: var(--amoxi-black, #1A1B1F);
}

.sidebar .widget ul#menu-testing-menu li a::after,
.sidebar .widget ul.wc-block-product-categories-list li a::after,
.sidebar .widget ul.wp-block-page-list li a::after,
.sidebar .widget.widget_pages ul li.page_item a::after,
.sidebar .widget.widget_meta ul li a::after {
  top: 0;
  left: 0;
}

.sidebar .widget.widget_pages > ul,
.sidebar .widget .has-dates.has-excerpts.wp-block-latest-comments,
.sidebar .widget .has-dates.has-authors.has-excerpts.wp-block-rss,
.sidebar .widget .wp-block-latest-posts__list.has-dates.has-author.wp-block-latest-posts {
  margin-top: -10px;
}

.sidebar .widget .wp-block-social-links li a {
  font-size: 22px;
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
  color: var(--amoxi-white, #FFFFFF);
  fill: var(--amoxi-white, #FFFFFF);
}

.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}

.sidebar .widget .wp-block-group-is-layout-flow .wp-block-search input[type=search],
.sidebar__single .wp-block-group-is-layout-flow .wp-block-search input[type=search],
.sidebar .widget input[type=search],
.sidebar .widget .wp-block-search input[type=search],
.sidebar__single .wp-block-search input[type=search] {
  padding-right: 20px;
  padding-left: 44px;
  outline: none;
  border: 0;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 400;
  border-radius: 10px;
  background-color: var(--amoxi-black6, #3A3B3F);
  transition: all 400ms ease;
}

.sidebar .widget .wp-block-group-is-layout-flow .wp-block-search .wp-block-search__button,
.sidebar__single .wp-block-group-is-layout-flow .wp-block-search .wp-block-search__button,
.sidebar .widget .wp-block-search .wp-block-search__button, .sidebar__single .wp-block-search .wp-block-search__button {
  border: none;
  outline: none !important;
  background-color: transparent;
  height: 55px;
  align-items: center;
  justify-content: center;
  display: flex;
  background: var(--amoxi-base, #ff621d);
  border: none;
  outline: none !important;
  padding: 15px 20px;
  text-transform: capitalize;
  color: var(--amoxi-white, #ffffff);
  line-height: 1;
  fill: var(--amoxi-white, #ffffff);
  border-radius: 10px 0 0 10px;
  margin-right: 0;
  transition: all 500ms ease;
  font-size: 16px;
  font-weight: 700;
}

.sidebar .widget .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:hover,
.sidebar .widget #loginform .login-submit .button:hover {
  color: var(--amoxi-white, #ffffff);
  background-color: var(--amoxi-base, #ff621d);
}

.sidebar .widget .wp-block-search .wp-block-search__button:hover,
.sidebar__single .wp-block-search .wp-block-search__button:hover {
  color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-white, #ffffff);
}

.sidebar .widget .wp-block-button__link:hover {
  color: var(--amoxi-white, #ffffff) !important;
}

.sidebar .widget .wp-block-group-is-layout-flow .wp-block-search .wp-block-search__button,
.sidebar__single .wp-block-group-is-layout-flow .wp-block-search .wp-block-search__button {
  right: unset;
  left: 0;
  max-width: none;
}

.sidebar .widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: none;
  background-color: transparent;
}

.wp-block-tag-cloud,
.sidebar .widget.widget_tag_cloud .tagcloud,
.sidebar .widget .wp-block-tag-cloud {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.wp-block-tag-cloud a,
.sidebar .widget.widget_block .wp-block-tag-cloud a,
.sidebar .widget.widget_tag_cloud .tagcloud a,
.wp-block-tag-cloud a {
  display: inline-block;
  padding: 7px 20px 6px;
  font-size: 16px !important;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
  line-height: 1.25;
  text-transform: capitalize;
  background-color: transparent;
  transition: all 500ms ease;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  margin: 0;
}

.wp-block-tag-cloud a:hover, .sidebar .widget.widget_block .wp-block-tag-cloud a:hover, .sidebar .widget.widget_tag_cloud .tagcloud a:hover, .wp-block-tag-cloud a:hover {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-base, #ff621d);
}

.sidebar .wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
  margin-top: 0;
}

.sidebar .widget.widget_recent_entries ul li:hover::before,
.sidebar .widget.widget_recent_comments ul li:hover::before {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}

.sidebar__search-form,
.sidebar .widget .sidebar__search-form {
  position: relative;
}

.sidebar .widget .sidebar__search-form input[type=search] {
  padding-right: 53px;
}

.sidebar .widget .sidebar__search-form button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  display: inline-flex;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--amoxi-text, #b2afa6);
  transition: all 400ms ease;
}

.sidebar .widget.widget_top_rated_products ul.product_list_widget li a::after,
.sidebar .widget.widget_recent_reviews ul.product_list_widget li a::after,
.sidebar .widget.widget_products ul.product_list_widget li a::after,
.sidebar .widget.widget_product_categories ul.product-categories li a::after,
.sidebar .widget.widget_shopping_cart ul.woocommerce-mini-cart li a::after,
.sidebar .widget ul li.wc-block-grid__product a.wc-block-grid__product-link::after,
.sidebar .widget ul li.wc-block-grid__product .wc-block-grid__product-add-to-cart a::after,
.sidebar .widget ul li .wc-block-components-review-list-item__product a::after {
  content: unset;
  display: none;
}

.has-fixed-footer .error-404,
.has-fixed-footer .blog-page,
.has-fixed-footer .product-details,
.has-fixed-footer .product-page,
.has-fixed-footer .woocommerce-cart .woocommerce,
.has-fixed-footer .woocommerce-checkout .woocommerce {
  padding-bottom: 220px;
}

.main-footer__bottom.default-footer {
  position: relative;
}

.wc-block-review-list .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author,
.wc-block-components-review-list-item__published-date,
.sidebar .widget.widget_rss li .rss-date,
.wp-block-latest-comments__comment-date {
  color: var(--amoxi-text, #b2afa6);
}

.sidebar .widget .wp-block-woocommerce-product-categories.wc-block-product-categories.is-dropdown select {
  border-radius: 0 10px 10px 0;
}

.sidebar .widget .wc-block-product-categories.is-dropdown button {
  border-radius: 10px 0 0 10px;
  border-color: var(--amoxi-base, #ff621d);
}

.sidebar .widget .wc-block-product-categories.is-dropdown button:hover {
  border-color: var(--amoxi-black, #1A1B1F);
}

.sidebar .widget.widget_recent_entries ul li::before,
.sidebar .widget.widget_recent_comments ul li::before,
.sidebar__single.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_comments ul li::before {
  color: var(--amoxi-base, #ff621d);
  background-color: var(--amoxi-white, #FFFFFF);
}

.sidebar .widget.widget_rss .title h2 a.rss-widget-title {
  color: var(--amoxi-white, #FFFFFF);
}

.sidebar .widget.woocommerce ul li.woocommerce-mini-cart-item.mini_cart_item a {
  margin: 0;
  font-size: 17px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.352;
  display: block;
  transition: all 400ms ease;
}

.sidebar .widget.woocommerce ul li.woocommerce-mini-cart-item.mini_cart_item a img {
  margin-bottom: 10px;
  display: block;
}

.sidebar .widget.woocommerce .woocommerce-mini-cart__buttons .wc-forward {
  margin-left: 10px;
  color: var(--amoxi-white, #ffffff);
  background-color: var(--amoxi-black6, #3A3B3F);
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
  transition: all 500ms ease;
}

.sidebar .widget.woocommerce .woocommerce-mini-cart__buttons .wc-forward:hover {
  color: var(--amoxi-white, #ffffff);
  background-color: var(--amoxi-base, #ff621d);
}

.sidebar .widget.widget_product_search .woocommerce-product-search input[type=search] {
  border-radius: 10px 10px 0 0;
}

.sidebar .widget.widget_product_search .woocommerce-product-search button {
  border-radius: 0 0 10px 10px;
  border: none;
  transition: all 500ms ease;
}

.sidebar .widget.widget_product_search .woocommerce-product-search button:hover {
  background-color: var(--amoxi-white, #ffffff);
  color: var(--amoxi-base, #ff621d);
}

.sidebar .select2-container .select2-selection--single {
  border: none;
  outline: none;
  border-radius: 10px;
}

article.post,
article.page {
  position: relative;
}

.blog-page:not(.blog-single-page) .tag-sticky-2::before {
  position: absolute;
  top: 0;
  left: 15px;
  content: "";
  width: 40px;
  height: 40px;
  background-color: var(--amoxi-base, #ff621d);
  z-index: 10;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
}

.blog-details .blog-details__content ol,
.blog-details .blog-details__content .wp-block-list,
.blog-details .blog-details__content ul {
  margin-right: 2px;
}

.comments-area .fn a,
.comments-area .fn {
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
  text-transform: capitalize;
}

.comments-area .comment-body .comment-metadata a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: var(--amoxi-text, #b2afa6);
}

@media (min-width: 992px) {
  .comments-area .reply {
    position: relative;
    top: 15px;
  }
}
.comments-area .reply a {
  margin-top: 21px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-base, #ff621d);
  line-height: 1.25;
  text-transform: capitalize;
  transition: all 500ms ease;
  background-color: transparent;
}

.comments-area .reply a:hover {
  background-color: transparent;
  color: var(--amoxi-white, #FFFFFF);
}

.comment-content a:hover {
  color: var(--amoxi-base, #ff621d);
}

.comments-area .comment-body {
  border: none;
  border-bottom: 1px solid var(--amoxi-border-color, #D3D3D3);
  padding-bottom: 93px;
}

.comments-area .comment-list .comment:last-child .comment-body {
  margin-bottom: 54px;
}

.comments-area .name-field .blog-details__comment-form__input-box,
.comments-area .email-field .blog-details__comment-form__input-box,
.comments-area .comment-field .blog-details__comment-form__input-box {
  margin-bottom: 30px;
}

.comments-area .comment-list .comment:last-child .comment-body {
  margin-bottom: 54px;
}

.comments-area .name-field .blog-details__comment-form__input-box,
.comments-area .email-field .blog-details__comment-form__input-box,
.comments-area .comment-field .blog-details__comment-form__input-box {
  margin-bottom: 30px;
}

.comments-area .comment-body .comment-metadata {
  position: absolute;
  bottom: 28px;
}

@media (min-width: 992px) {
  .comments-area .name-field .blog-details__comment-form__input-box {
    margin-left: 5px;
  }
  .comments-area .email-field .blog-details__comment-form__input-box {
    margin-right: 5px;
  }
}
.comments-area .comment-body .comment-meta {
  margin-bottom: 15px;
}

.comments-area {
  padding-top: 54px;
}

.comments-one__title {
  margin-bottom: 47px;
}

.reply-form .logged-in-as {
  margin-top: -38px;
}

.reply-form .logged-in-as a {
  color: var(--amoxi-text, #b2afa6);
}

.comments-area b {
  color: var(--amoxi-white, #FFFFFF);
}

.comments-form__title {
  margin-bottom: 55px;
}

.comments-area .comment-content table a,
.wp-block-read-more, .wp-block-post-navigation-link a,
.taxonomy-category.wp-block-post-terms a,
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next,
ul li a,
dl a,
table a,
.wp-block-list li a,
.wp-caption-text a {
  color: var(--amoxi-base, #ff621d);
}

.wp-block-read-more:hover,
.wp-block-post-navigation-link a:hover,
.taxonomy-category.wp-block-post-terms a:hover,
.wp-block-query-pagination .wp-block-query-pagination-previous:hover,
.wp-block-query-pagination .wp-block-query-pagination-next:hover,
ul li a:hover,
dl a:hover,
.wp-block-list li a:hover,
.wp-caption-text a:hover {
  color: var(--amoxi-white, #FFFFFF);
}

.wp-block-group.has-light-green-cyan-background-color {
  margin-top: 28px;
  margin-bottom: 28px;
}

.wp-block-group.has-background .wp-block-group__inner-container strong,
.wp-block-group.has-light-green-cyan-background-color p,
.wp-block-group.has-pale-pink-background-color.has-background p,
.wp-block-group.has-pale-pink-background-color.has-background p {
  color: var(--amoxi-white, #FFFFFF);
}

.gallery-page__filter__list,
.team-card-four .social-links,
.package-card-two__list,
.team-details__info,
.package-card__list,
.main-footer--four .footer-widget__info__pages,
.blog-card-five__meta,
.services-five__item__list,
.blog-card-three__meta,
.blog-card-two__meta,
.blog-two__item__meta__list,
.sidebar .widget .has-excerpts.wp-block-latest-comments,
.mobile-nav__contact,
.blog-details__card__meta,
.blog-card-six__meta,
.blog-details .blog-details__content ol.wp-block-latest-comments,
.blog-details .blog-details__content ul.wp-block-social-links,
.blog-details .blog-details__content ul.wp-block-rss,
.blog-details .blog-details__content ul.wp-block-page-list,
.blog-details .blog-details__content ul.wp-block-latest-posts__list,
.blog-details .blog-details__content ul.wp-block-categories-list,
.blog-details .blog-details__content ul.wp-block-archives-list,
.blog-details .blog-details__content ul.wp-block-post-template,
.blog-details .blog-details__content ul.wp-block-navigation__container,
.blog-details .blog-details__content ul.wp-block-navigation__container ul.wp-block-page-list,
.blog-details .blog-details__content ol.wp-block-comment-template {
  margin-right: 0;
  padding-right: 0;
}

.wp-block-navigation__container .wp-block-page-list li + li, .wp-block-navigation__container .wp-block-page-list li ul {
  margin-top: 0;
}

.wp-block-navigation .wp-block-navigation-item:hover > .wp-block-navigation-item__content {
  color: var(--amoxi-base, #ff621d);
}

.blog-details .blog-details__content .wp-block-page-list,
.blog-details .blog-details__content .wp-block-page-list ul,
.blog-details .blog-details__content .wp-block-archives-list,
.blog-details .blog-details__content .wp-block-categories-list,
.blog-details .blog-details__content .wp-block-rss {
  list-style: none;
}

.wp-block-post-author, .wp-block-post-terms, .wp-block-post-terms, .wp-block-post-date, .wp-block-post-excerpt, .blog-details .blog-details__content .wp-block-site-logo, .blog-details .blog-details__content .wp-block-list, .blog-details .blog-details__content .wp-block-post-template, .blog-details .blog-details__content .wp-block-query-pagination, .blog-details .blog-details__content .wp-block-calendar, .blog-details .blog-details__content .wp-block-archives-list, .blog-details .blog-details__content .wp-block-categories-list, .blog-details .blog-details__content .wp-block-latest-comments, .blog-details .blog-details__content .wp-block-latest-posts, .blog-details .blog-details__content .wp-block-page-list, .blog-details .blog-details__content .wp-block-rss, .blog-details .blog-details__content .wp-block-categories-dropdown, .blog-details .blog-details__content .wp-block-archives-dropdown, .blog-details .blog-details__content .wp-block-search__button-outside, .blog-details .blog-details__content .wp-block-search__button-inside, .blog-details .blog-details__content .wp-block-search__no-button, .blog-details .blog-details__content .wp-block-social-links {
  margin-bottom: 1.5em;
}

.wp-block-post-title {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
}

.has-black-border-color {
  border-color: var(--amoxi-border-color, #D3D3D3) !important;
}

.wp-block-post-author__name, .wp-block-post-date {
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 400;
  text-transform: capitalize;
}

.wp-block-comments-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
  text-transform: capitalize;
}

.wp-block-comment-author-name {
  line-height: 1;
  margin-bottom: 10px;
}

.wp-block-comment-author-name a {
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
  text-transform: capitalize;
}

.wp-block-comment-date a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: var(--amoxi-text, #b2afa6);
}

.wp-block-group.is-layout-flex .wp-block-comment-date {
  margin-bottom: 25px;
}

.wp-block-comment-reply-link a.comment-reply-link,
.comments-area .reply a.comment-reply-link {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--amoxi-base, #ff621d);
  line-height: 1.25;
  text-transform: capitalize;
  transition: all 500ms ease;
  background-color: transparent;
}

.wp-block-comment-reply-link a.comment-reply-link:hover,
.comments-area .reply a.comment-reply-link:hover {
  color: var(--amoxi-white, #FFFFFF);
}

.wp-block-post-comments-form .comment-reply-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  line-height: 1.318;
  text-transform: capitalize;
}

.wp-block-post-comments-form .comment-form input[type=text],
.wp-block-post-comments-form .comment-form input[type=email],
.wp-block-post-comments-form .comment-form input[type=password],
.wp-block-post-comments-form .comment-form input[type=tel],
.wp-block-post-comments-form .comment-form input[type=url],
.wp-block-post-comments-form .comment-form textarea {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding: 0px 20px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  transition: all 500ms ease;
  background-color: transparent;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.wp-block-post-comments-form .comment-form textarea {
  height: 142px;
  padding-top: 10px;
}

.wp-block-archives-list.wp-block-archives li a:hover,
.wp-block-categories-list.wp-block-categories li a:hover,
.wp-block-latest-posts__list.wp-block-latest-posts li a:hover,
.wp-block-page-list li a:hover {
  color: var(--amoxi-base, #ff621d);
}

.wp-block-calendar thead th {
  background-color: var(--amoxi-white2, #D9D9D9);
  color: var(--amoxi-black);
  border: none;
  font-weight: 600;
}

.wp-block-rss li a, .wp-block-latest-comments .wp-block-latest-comments__comment-meta, .wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
  font-size: 17px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.352;
  transition: all 400ms ease;
}

.wp-block-rss li a:hover, .wp-block-latest-posts__list.wp-block-latest-posts li a:hover, .wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
  color: var(--amoxi-base, #ff621d);
}

.wc-block-review-list .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author, .wc-block-components-review-list-item__published-date, .sidebar .widget.widget_rss li .rss-date, .wp-block-latest-comments__comment-date {
  font-size: 17px;
  color: var(--amoxi-text, #b2afa6);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.5;
  transition: all 500ms ease;
}

.wp-block-latest-posts__list.wp-block-latest-posts li a {
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
}

.wp-block-latest-posts__list.wp-block-latest-posts li + li {
  margin-top: 10px;
}

.wp-block-latest-posts__list.is-grid.columns-3.wp-block-latest-posts li, .wp-block-archives-list.wp-block-archives li + li, .wp-block-categories-list.wp-block-categories li + li, .wp-block-page-list li + li, .wp-block-page-list li ul, .wp-block-rss li {
  margin-top: 14px;
}

.wp-block-rss li {
  position: relative;
  padding-right: 68px;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.wp-block-rss li::before {
  content: "\f09e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--amoxi-white, #FFFFFF);
  width: 44px;
  height: 44px;
  color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.wp-block-rss li:hover::before {
  background-color: var(--amoxi-base, #ff621d);
  color: var(--amoxi-white, #FFFFFF);
}

.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}

.post-password-form input[type=password],
.wp-block-search input[type=search] {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding: 0px 20px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  transition: all 500ms ease;
  background-color: transparent;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  background-color: transparent;
}

.post-password-form input[type=submit],
.wp-block-search .wp-block-search__button {
  border: none;
  outline: none;
  fill: var(--amoxi-white, #FFFFFF);
  text-align: center;
  color: var(--amoxi-white, #FFFFFF);
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
  margin-right: 0px;
  border-radius: 10px 0 0 10px;
  height: 50px;
  align-items: center;
  display: flex;
  background-color: var(--amoxi-base, #ff621d);
  padding: 10px 20px;
}

.post-password-form input[type=submit]:hover,
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--amoxi-white, #FFFFFF);
  color: var(--amoxi-base, #ff621d);
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--amoxi-base, #ff621d);
  border-color: var(--amoxi-base, #ff621d);
  background-color: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: var(--amoxi-white, #FFFFFF) !important;
  border-color: var(--amoxi-white, #FFFFFF);
}

.wp-block-cover.is-light .wp-block-cover__inner-container p,
.wp-block-cover-text strong, .wp-block-columns .wp-block-column.has-background p, .wp-block-columns.has-background .wp-block-column p {
  color: var(--amoxi-white, #FFFFFF);
}

.wp-block-comments-pagination-numbers, .wp-block-query-pagination > .wp-block-query-pagination-numbers, .page-links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.wp-block-gallery .blocks-gallery-caption, .wp-block-cover, .wp-block-media-text.alignwide, .wp-block-media-text.has-media-on-the-right {
  margin-bottom: 20px;
}

.wp-block-file a:hover {
  color: var(--amoxi-text, #b2afa6);
}

.wp-block-file a.wp-block-file__button {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}

.wp-block-file a.wp-block-file__button:hover {
  background-color: var(--amoxi-white, #FFFFFF);
  color: var(--amoxi-base, #ff621d);
}

.wp-block-pullquote blockquote,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)),
blockquote:not([class*=has-]), .comment-content blockquote, .blog-details__content .wp-block-quote {
  background-color: var(--amoxi-white, #FFFFFF);
  border-right: 2px solid var(--amoxi-base, #ff621d);
  color: var(--amoxi-black, #1A1B1F);
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 5px;
}

.wp-block-pullquote blockquote::before,
blockquote:not([class*=has-])::before, .comment-content blockquote::before, .blog-details__content .wp-block-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  transform: rotate(-180deg);
  font-size: 100px;
  color: var(--amoxi-base, #ff621d);
  opacity: 0.4;
  left: 30px;
  line-height: 0.9em;
  bottom: -25px;
}

pre,
.comments-area .comment-list blockquote p,
table tbody,
.wp-block-media-text .wp-block-media-text__content p,
:where(.wp-block-group.has-background),
pre.wp-block-verse,
.wp-block-table td,
.wp-block-table th,
.wp-block-preformatted,
.wp-block-code code {
  color: var(--amoxi-black, #1A1B1F);
}

.wp-block-video :where(figcaption),
.wp-block-gallery .blocks-gallery-caption,
:root :where(.wp-block-image figcaption),
.wp-block-table :where(figcaption) {
  color: var(--amoxi-gray, #969697);
}

blockquote.wp-block-quote.is-style-large::before {
  left: auto;
}

blockquote.wp-block-quote.has-text-align-right::before {
  right: 30px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd), pre, :where(.wp-block-calendar table:not(.has-background) th) {
  background-color: var(--amoxi-white, #FFFFFF);
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-gallery:not(.has-nested-images).alignleft {
  margin-left: 30px;
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  height: 55px;
  font-weight: 400;
  outline: none;
  color: var(--amoxi-black, #1A1B1F);
  font-size: 16px;
  background-color: var(--amoxi-white, #FFFFFF);
  padding-right: 10px;
}

.blog-details__card__title b,
.blog-card-six__title a b {
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.blog-card-six__title:hover a,
.blog-card-six__title:hover a b {
  color: var(--amoxi-base, #ff621d);
}

.page-header__title b {
  color: var(--amoxi-white, #FFFFFF);
}

.has-fixed-footer .blog-details .blog-details__card__image,
.has-fixed-footer .blog-page .blog-card-six__image {
  display: inline-block;
}

.has-fixed-footer .blog-page .blog-card-six__image img {
  width: auto;
  max-width: 100%;
}

.post-password-form input[type=submit] {
  display: inline-flex;
}

.blog-details__card__title,
.page-header__title,
.blog-card-six__title {
  -ms-word-wrap: break-word;
  word-break: break-word;
}

.sidebar-three__newsletter__inner input[type=email] {
  outline: 0;
  border: 0;
  padding-right: 20px;
  font-size: 14px;
  color: var(--amoxi-text, #b2afa6);
  width: calc(100% - 50px);
  height: 50px;
  transition: all 400ms ease;
  background-color: var(--amoxi-black6, #3A3B3F);
}

.hero-three__title__highlight {
  position: relative;
  color: var(--amoxi-base, #ff621d);
}

.form-one .dropdown.bootstrap-select {
  width: 100%;
}

.main-footer .main-footer__bottom .container {
  padding-right: 0;
  padding-left: 0;
}

.elementor .blog-card-three__admin__image {
  width: 105px !important;
  height: 105px;
  border-radius: inherit;
}

.woosw-btn-text-icon .woosw-btn-text {
  display: none;
}

.main-menu .main-menu__list > li.menu-item-has-children > a {
  position: relative;
}

.main-menu .main-menu__list > li.menu-item-has-children > a {
  padding-left: 16px;
}

.main-menu .main-menu__list > li.menu-item-has-children > a::after {
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 600;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li.megamenu:hover > a::after,
.main-menu .main-menu__list > li.menu-item-has-children:hover > a::after {
  color: var(--amoxi-base, #ff621d);
}

.sidebar .widget .amoxi-sidebar-product-search input[type=search],
.sidebar .widget .amoxi-sidebar-search input[type=search] {
  flex-grow: inherit;
  border-radius: 0 10px 10px 0;
  padding-right: 20px !important;
}

.sidebar .widget .amoxi-sidebar-product-search input[type=search] {
  border-radius: 10px;
}

.sidebar .widget.widget_amoxi_blog_categories_widget.product__categories ul li a {
  padding: 6px 0;
  background-color: transparent;
}

.sidebar .widget.widget_amoxi_blog_categories_widget.product__categories ul li a::after {
  background-color: transparent;
}

.sidebar .widget.widget_custom_recent_posts_widget ul li a::after,
.sidebar .widget.widget_amoxi_blog_categories_widget ul li a::after {
  content: unset;
  font-size: 0;
}

.sidebar .widget.widget_amoxi_blog_categories_widget.product__categories ul li {
  margin: 0;
}

.sidebar .widget.widget_custom_recent_posts_widget ul li .sidebar__posts__title a {
  margin: 0;
  font-size: 17px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.352;
}

.shop-one__sidebar .sidebar__single .amoxi-sidebar-product-search.wp-block-search .wp-block-search__button.has-icon {
  right: 180px;
}

.shop-one__sidebar .sidebar__single .amoxi-sidebar-product-search.wp-block-search .wp-block-search__button.has-icon:hover {
  color: var(--amoxi-base, #ff621d);
}

.wp-block-woocommerce-product-filter-price .wp-block-heading {
  position: relative;
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.318;
  text-transform: capitalize;
}

.main-footer__shape-2 {
  top: -720px;
  left: 21px;
}

.main-footer--two .footer-widget__newsletter__input,
.main-footer--four .footer-widget__newsletter__input {
  border: none;
  outline: none;
}

.main-footer--two .footer-widget__newsletter__input {
  padding-right: 20px;
  padding-left: 20px;
}

.main-footer--two .section-bg {
  width: 100%;
  min-height: 480px;
}

.main-footer--four .footer-widget.footer-widget--about::before {
  content: "";
  width: 1px;
  height: calc(100% + 117px);
  position: absolute;
  top: calc(50% + 4px);
  right: 325px;
  transform: translateY(-50%);
  background-color: RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.main-footer.main-footer--five .elementor-widget-amoxi-footer-shape {
  position: static;
}

.main-footer--five .main-footer__shape {
  left: 60px;
}

.hero-one__desc--2 {
  max-width: 270px;
}

.main-header--two .main-menu .main-menu__list > li.main-logo img {
  width: 223px;
  max-width: 100%;
}

.main-header--six .main-header__cart__quantity {
  left: 0;
  right: 15px;
}

.main-footer.footer-boxed {
  width: 1530px;
  max-width: 100%;
  margin: 0 auto;
}

.header-inner .main-header {
  background-color: var(--amoxi-black, #1A1B1F);
}

.sidebar .widget.widget_amoxi_blog_categories_widget ul.product__categories {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  border-radius: 0;
}

.sidebar .widget.widget_amoxi_blog_categories_widget ul.product__categories li {
  position: relative;
}

.sidebar .widget.widget_amoxi_blog_categories_widget ul.product__categories li a {
  position: relative;
  z-index: 1;
  padding: 13.5px 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 16px;
  line-height: 1.25;
  text-transform: capitalize;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 400;
  border-radius: 100px;
  background-color: var(--amoxi-black6, #3A3B3F);
  transition: all 500ms ease;
}

.sidebar .widget.widget_amoxi_blog_categories_widget ul.product__categories li a .product__categories__text {
  display: flex;
  align-items: center;
  gap: 9px;
}

.sidebar .widget.widget_amoxi_blog_categories_widget ul.product__categories li a .product__categories__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.sidebar .widget.widget_amoxi_blog_categories_widget ul.product__categories li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--amoxi-base, #ff621d);
  transition: all 500ms ease;
}

.sidebar .widget.widget_amoxi_blog_categories_widget ul.product__categories li + li {
  margin-top: 20px;
}

.sidebar .widget.widget_amoxi_blog_categories_widget ul.product__categories li a:hover {
  color: var(--amoxi-white, #FFFFFF) !important;
  text-shadow: 0 0 0 currentColor;
  accent-color: currentcolor;
}

.sidebar .widget.widget_amoxi_blog_categories_widget ul.product__categories li a:hover::after {
  right: 0;
  width: 100%;
}

.amoxi-owl__carousel .counter {
  display: none;
}

.main-menu__list.one-page-scroll-menu > li.is-current-section > a {
  color: var(--amoxi-base, #ff621d);
}

.main-menu__list.one-page-scroll-menu > li.is-current-section > a::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  right: 0px;
  bottom: -48px;
  transform: scaleX(0);
  transition: all 500ms ease;
  background-color: var(--amoxi-base, #ff621d);
  transform: scaleX(1);
}

.main-menu__list.one-page-scroll-menu > li.is-current-section.menu-item-has-children > a::after {
  color: var(--amoxi-base, #ff621d);
}

.main-footer--one .footer-widget--newsletter input[type=email].footer-widget__newsletter__input {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding: 0px 20px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text-gray, #636363);
  background-color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.main-footer--one .footer-widget--newsletter input[type=email].footer-widget__newsletter__input:focus {
  color: var(--amoxi-black2, #0E0F11);
}

.main-footer--two .footer-widget--newsletter input[type=email].footer-widget__newsletter__input {
  color: var(--amoxi-text, #b2afa6);
  background-color: var(--amoxi-black, #1A1B1F);
}

.main-footer--two .footer-widget--newsletter input[type=email].footer-widget__newsletter__input:focus,
.main-header__phone__number:hover {
  color: var(--amoxi-white, #FFFFFF);
}

.hero-four__link:hover {
  color: var(--amoxi-black4, #131313);
}

.about-four__experience {
  padding: 25.5px 35px;
}

.about-four__item__text {
  margin-bottom: 1rem;
}

.blog-four .blog-card-three__meta {
  display: flex;
  align-items: center;
  gap: 12px 18px;
  padding: 12px 20px;
  position: relative;
  margin-bottom: 40px;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.1);
  border-left: none;
}

.sidebar-three--two.sidebar-three--six .sidebar-three__info__list li .sidebar-three__info__icon,
.sidebar-three--two.sidebar-three--six .sidebar-three__newsletter__btn,
.sidebar-three--two.sidebar-three--six .social-links a,
.sidebar-three--two.sidebar-three--five .sidebar-three__info__list li .sidebar-three__info__icon,
.sidebar-three--two.sidebar-three--five .sidebar-three__newsletter__btn,
.sidebar-three--two.sidebar-three--five .social-links a,
.sidebar-three--two.sidebar-three--four .sidebar-three__info__list li .sidebar-three__info__icon,
.sidebar-three--two.sidebar-three--four .sidebar-three__newsletter__btn,
.sidebar-three--two.sidebar-three--four .social-links a {
  background: var(--amoxi-base, #ff621d);
  color: var(--amoxi-black4, #131313);
}

.sidebar-three--two.sidebar-three--six .sidebar-three__info__list li:hover .sidebar-three__info__icon,
.sidebar-three--two.sidebar-three--six .social-links a:hover .social-links__icon,
.sidebar-three--two.sidebar-three--five .sidebar-three__info__list li:hover .sidebar-three__info__icon,
.sidebar-three--two.sidebar-three--five .social-links a:hover .social-links__icon,
.sidebar-three--two.sidebar-three--four .sidebar-three__info__list li:hover .sidebar-three__info__icon,
.sidebar-three--two.sidebar-three--four .social-links a:hover .social-links__icon {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-black6, #3A3B3F);
}

.sidebar-three--two.sidebar-three--six .sidebar-three__newsletter__btn:hover,
.sidebar-three--two.sidebar-three--five .sidebar-three__newsletter__btn:hover,
.sidebar-three--two.sidebar-three--four .sidebar-three__newsletter__btn:hover {
  background-color: var(--amoxi-black9, #474747);
  color: var(--amoxi-white, #FFFFFF);
}

.sidebar-three--two.sidebar-three--six .sidebar-three__newsletter__input:focus,
.sidebar-three--two.sidebar-three--five .sidebar-three__newsletter__input:focus,
.sidebar-three--two.sidebar-three--four .sidebar-three__newsletter__input:focus {
  color: var(--amoxi-white2, #D9D9D9);
}

.sidebar-three--two.sidebar-three--six .social-links__icon,
.sidebar-three--two.sidebar-three--five .social-links__icon,
.sidebar-three--two.sidebar-three--four .social-links__icon {
  font-size: 20px;
  color: var(--amoxi-black4, #131313);
}

.home-showcase-two .amoxi-btn__icon,
.home-showcase-two .amoxi-btn:hover .amoxi-btn__icon,
.home-showcase-two .amoxi-btn__icon-box,
.home-showcase-two .amoxi-btn__text {
  color: var(--amoxi-black, #1A1B1F);
}

.team-card-four .social-links {
  bottom: 50px;
}

.main-footer.main-footer--six .footer-widget__newsletter__input {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding: 0px 20px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text-gray, #636363);
  background-color: var(--amoxi-white, #FFFFFF);
  transition: all 500ms ease;
}

.main-footer.main-footer--six .footer-widget__newsletter__input:focus {
  color: var(--amoxi-black2, #0E0F11);
}

.elementor .amoxi-area__title__shape {
  max-width: 100%;
  position: absolute;
  z-index: 1;
}

.amoxi-area__title__highlight span:last-child {
  position: relative;
  position: absolute;
  top: -1px;
  right: 33px;
  z-index: 1;
  color: var(--amoxi-base, #ff621d);
}

.portfolio-one__card .amoxi-circle-btn:hover {
  color: var(--amoxi-white, #FFFFFF);
}

.no-results.not-found.error-page__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 550px;
}

.no-results.not-found .sidebar__search-form {
  position: relative;
}

.no-results.not-found.error-page__inner .page-title.error-page__tagline {
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.314;
  text-transform: capitalize;
}

.no-results.not-found .sidebar__search-form input[type=search] {
  padding-right: 50px;
  padding-left: 50px;
  outline: none;
  border: 0;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 400;
  border-radius: 10px;
  background-color: var(--amoxi-black6, #3A3B3F);
  transition: all 400ms ease;
}

.no-results.not-found .sidebar__search-form button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  display: inline-flex;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--amoxi-base, #ff621d);
  transition: all 400ms ease;
}

.sidebar .widget.widget_amoxi_blog_categories_widget.product__categories ul li:first-child a {
  padding: 0;
  background-color: transparent;
}

.blockUI.blockOverlay {
  background-color: transparent !important;
  opacity: 0.1 !important;
}

.amoxi-area__title__highlight {
  margin-right: -40px;
  margin-left: -30px;
}

.default-footer .main-footer__bottom__inner {
  padding: 36.5px 0;
}

.default-header {
  position: relative;
}
.default-header .main-header__logo {
  padding: 10px 0;
}

/* Templates
--------------------------------------------- */
/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 6.9em;
  font-family: star;
  font-weight: 900;
}

.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: right;
  top: 0;
  right: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: right;
  top: 0;
  right: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  right: 0;
  color: var(--amoxi-base);
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-left: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: var(--amoxi-base, #ff621d);
  text-indent: 0;
  opacity: 1;
}

p.stars a:hover ~ a::before {
  content: "S";
  color: var(--amoxi-base, #ff621d);
  opacity: 0.7;
}

p.stars:hover a::before {
  content: "S";
  color: var(--amoxi-base);
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "S";
  color: var(--amoxi-base);
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "S";
  color: var(--amoxi-base);
  opacity: 1;
}

.star-rating span:before,
.star-rating::before,
p.stars a:hover:after,
p.stars a:after {
  color: var(--amoxi-base, #ff621d);
  letter-spacing: 4px;
  transition: all 300ms ease;
}

.sidebar .widget_rating_filter .star-rating {
  display: block;
  color: var(--amoxi-primary);
  font-size: 16px;
}

.woocommerce-ordering {
  float: left;
}

.woocommerce-pagination {
  overflow: hidden;
  width: 100%;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
  overflow: hidden;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .product-content {
    margin-top: 50px;
    padding-bottom: 30px;
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}

.woocommerce div.product div.summary {
  margin: 0;
}

a.woocommerce-product-gallery__trigger img {
  display: none !important;
}

.woocommerce-product-gallery__trigger::after {
  position: absolute;
  content: "\e916";
  font-family: "icomoon" !important;
  font-weight: 900;
  font-size: 25px;
  color: var(--amoxi-black);
  top: -20px;
  left: 0;
  text-indent: 0;
}
.woocommerce-product-gallery__trigger::after:hover {
  color: var(--amoxi-base);
}

.woocommerce .woocommerce-product-rating .star-rating {
  float: right;
}

.comment-form-rating {
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 15px;
  margin: 20px 0 26px;
}

label.rate-this-pro {
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: var(--amoxi-text, #b2afa6);
  margin: 0;
}

.comment-form-rating p.stars {
  padding: 0;
  line-height: 1;
  margin: 0;
  font-size: 17px;
  letter-spacing: 8px;
}
@media (max-width: 500px) {
  .comment-form-rating p.stars {
    font-size: 20px;
    letter-spacing: 4px;
  }
}

.product__card {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991px) {
  .product__card {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-product div.product .woocommerce-product-gallery {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
  }
}
.woocommerce-cart .woocommerce {
  padding-top: 70px;
  padding-bottom: 105px;
}

.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.shop_table .product-thumbnail a {
  display: inline-block;
  background-color: var(--amoxi-white, #FFFFFF);
}

.shop_table .product-thumbnail img {
  max-width: 107px;
  mix-blend-mode: darken;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-radius: 0;
}

.shop_table .coupon label {
  display: none;
}

.shop_table tr {
  position: relative;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:last-child {
  margin-right: 0;
  padding-right: 0;
}

.shop_table tbody tr {
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-right: 0;
  border-left: 0;
}

.shop_table td {
  border: 0;
}

.woocommerce-order-details .shop_table td,
.order_details.shop_table tfoot tr th {
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.woocommerce-checkout-review-order-table thead tr {
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.woocommerce-cart-form .shop_table tbody tr:last-child,
.woocommerce-checkout-review-order-table tbody tr,
.cart_totals .shop_table tbody tr,
.cart_totals .shop_table tbody th,
.woocommerce-checkout .shop_table tfoot th {
  border: 0;
  font-family: var(--amoxi-font-two);
  font-weight: 400;
  font-size: 20px;
}

.cart_totals .shop_table tbody th {
  padding-right: 0;
}

.cart_totals .shop_table tbody th {
  font-family: var(--var(--amoxi-heading-font));
  font-weight: 700;
  font-size: 20px;
  color: var(--amoxi-black, #1c1a1d);
}

.woocommerce-checkout-review-order-table tbody td.product-name,
.woocommerce-order-details .woocommerce-table--order-details tbody tr td.product-name a {
  text-transform: capitalize;
}

.woocommerce-order-details .woocommerce-table--order-details tbody tr td.product-name a {
  font-size: 16px;
}

.woocommerce-view-order .woocommerce-order-details .woocommerce-table--order-details tbody tr td {
  padding-right: 10px;
}

.woocommerce-order-details .woocommerce-table--order-details tfoot th {
  color: var(--amoxi-black);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--amoxi-font);
}

.woocommerce-checkout .shop_table tfoot tr:last-child {
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.woocommerce-checkout .shop_table td {
  padding: 10px;
  padding-right: 20px;
}

.cart_totals .shop_table td,
.cart_totals .shop_table th {
  padding-top: 10px;
  padding-bottom: 10px;
}

form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name,
form.woocommerce-checkout .shop_table tfoot tr th {
  font-family: var(--amoxi-heading-font);
  color: var(--amoxi-text, #838184);
  font-size: 20px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--amoxi-text, #b2afa6);
}

form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name {
  width: 100%;
}

.woocommerce-checkout .shop_table .amount {
  font-family: var(--amoxi-heading-font, "Barlow", sans-serif);
  color: var(--amoxi-text, #b2afa6);
  font-size: 20px;
  line-height: 18px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: right;
    margin-left: 3.8%;
  }
  .col2-set .form-row-last {
    float: left;
    margin-left: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: left;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset -2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset -2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * WooCommerce widgets
 */
.sidebar__single.shop-one__sidebar__item {
  background-color: #fff;
}

.sidebar .wc-block-product-search .wc-block-product-search__fields {
  display: inline-flex;
}

.sidebar .wc-block-product-search .wc-block-product-search__field {
  max-width: 170px;
}

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: left;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: right;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: right;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: var(--amoxi-primary);
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
  top: -4px;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-right: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: var(--amoxi-primary);
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.sidebar .widget_product_search .searchform {
  position: relative;
  margin: 0px;
}

.sidebar .widget_product_search .searchform input[type=text],
.sidebar .widget_product_search .searchform input[type=search] {
  position: relative;
  line-height: 40px;
  padding: 19px 35px 19px 80px;
  background: #f4f5f8;
  color: var(--amoxi-text, #b2afa6);
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  width: 100%;
  height: 60px;
  border: 1px solid #f4f5f8;
  font-family: var(--amoxi-font);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .widget_product_search .searchform input:focus {
  border-color: var(--amoxi-text, #b2afa6);
}

.sidebar .widget_product_search .searchform button {
  position: absolute;
  left: 10px;
  top: 3px;
  border: none;
  outline: none;
  padding: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: block;
  font-size: 18px;
  color: var(--amoxi-text, #b2afa6);
  background: none;
  font-weight: normal;
}

.sidebar .widget_product_search .searchform input:focus + button,
.sidebar .widget_product_search .searchform button:hover {
  color: #181b1f;
}

.sidebar .wc-block-product-search__button {
  border: 1px solid;
  border-color: var(--amoxi-base);
  border-radius: 3px;
  background: var(--amoxi-base);
  color: var(--amoxi-white);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

.wc-block-product-categories__button {
  border-color: var(--amoxi-base);
  background: var(--amoxi-base);
  color: var(--amoxi-white);
}

.woocommerce-MyAccount-navigation ul,
.sidebar .widget_product_categories ul,
.sidebar .woocommerce-widget-layered-nav ul {
  position: relative;
  margin-top: -9px;
}

.woocommerce-MyAccount-navigation ul li,
.sidebar .widget_product_categories ul li,
.sidebar .woocommerce-widget-layered-nav ul li {
  position: relative;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: var(--thm-text);
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: var(--amoxi-font);
  letter-spacing: 0;
  font-weight: 400;
}

.woocommerce-MyAccount-navigation ul li:last-child,
.sidebar .widget_product_categories ul li:last-child,
.sidebar .woocommerce-widget-layered-nav ul li:last-child {
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li a,
.sidebar .widget_product_categories ul li a,
.sidebar .woocommerce-widget-layered-nav ul li a {
  position: relative;
  display: inline-block;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: var(--thm-text);
  font-weight: 300;
  transition: all 0.3s ease;
  z-index: 1;
  font-size: 16px;
  font-family: var(--amoxi-font);
  letter-spacing: 0;
  font-weight: 400;
}

.woocommerce-MyAccount-navigation ul li > a:hover,
.sidebar .widget_product_categories ul li > a:hover,
.sidebar .woocommerce-widget-layered-nav ul li > a:hover,
.sidebar .widget_product_categories ul li.active > a,
.sidebar .woocommerce-widget-layered-nav ul li.active > a {
  color: var(--amoxi-text, #b2afa6);
  text-shadow: 0 0 1px var(--amoxi-text, #b2afa6);
}

.woocommerce-MyAccount-navigation ul ul,
.sidebar .widget_product_categories ul ul,
.sidebar .woocommerce-widget-layered-nav ul ul {
  margin-top: 15px;
}

.woocommerce-MyAccount-navigation ul li::after,
.sidebar .widget_product_categories ul li:after,
.sidebar .woocommerce-widget-layered-nav ul li:after {
  position: absolute;
  left: 0;
  top: -1px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  opacity: 1;
  font-size: 10px;
  line-height: 30px;
  font-weight: 700;
  z-index: 1;
}

.sidebar .widget_price_filter .ui-slider-horizontal {
  height: 4px;
}

.sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  margin-top: -1px;
  margin-right: -1.5px;
}

.sidebar .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-right: -13px;
}

.sidebar .widget_price_filter .theme-btn {
  border-radius: 5px;
}

.sidebar .widget_price_filter .theme-btn .btn-title {
  padding: 7px 21px 3px;
  font-size: 16px;
}

.widget_price_filter .price_slider_amount {
  display: flex;
  flex-direction: row-reverse;
  text-align: right;
}

.widget_price_filter .clear {
  display: none;
}

.widget_price_filter .price_label {
  margin-left: auto;
  padding-top: 3px;
}

.sidebar .widget_price_filter .price_slider_amount {
  font-family: var(--amoxi-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--thm-text);
}

.sidebar .widget_rating_filter .star-rating {
  display: block;
  color: var(--amoxi-base);
  font-size: 16px;
}

.sidebar .widget_rating_filter a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--amoxi-text, #b2afa6);
}

.sidebar .widget_rating_filter ul {
  margin-top: -10px;
}

.sidebar .widget_recently_viewed_products li + li,
.sidebar .widget_recent_reviews li + li,
.widget_top_rated_products li + li,
.sidebar .widget_products li + li,
.sidebar .wc-block-product-categories li + li {
  margin-top: 20px;
}

.sidebar .widget_recently_viewed_products li .size-woocommerce_thumbnail,
.sidebar .widget_recent_reviews li .size-woocommerce_thumbnail,
.sidebar .widget_products li .size-woocommerce_thumbnail {
  width: 60px;
  float: right;
  margin-left: 30px;
}

.sidebar .widget_recently_viewed_products li .product-title,
.sidebar .widget_recent_reviews li .product-title,
.sidebar .widget_products li .product-title,
.sidebar .widget_top_rated_products .product-title {
  display: block;
  text-transform: capitalize;
  color: var(--amoxi-text, #b2afa6);
  font-size: 17px;
  line-height: 1.352;
  font-weight: 700;
  margin-top: 10px;
  transition: all 400ms ease;
}

.sidebar .widget_recently_viewed_products li .product-title:hover,
.sidebar .widget_recent_reviews li .product-title:hover,
.sidebar .widget_products li .product-title:hover,
.sidebar .widget_top_rated_products .product-title:hover {
  color: var(--amoxi-base, #ff621d);
}

.sidebar .widget_recently_viewed_products li ins,
.sidebar .widget_recent_reviews li ins,
.sidebar .widget_products li ins {
  background-color: transparent;
}

.sidebar .widget_recently_viewed_products li .star-rating,
.sidebar .widget_recent_reviews li .star-rating {
  font-size: 14px;
}

.woocommerce-active .content-area .site-main::after {
  content: "";
  clear: both;
  display: table;
}

.woocommerce-active .content-area .woocommerce-result-count {
  float: right;
  margin: 0;
  color: var(--thm-text);
  font-size: 18px;
  font-family: var(--amoxi-font);
  padding-top: 18px;
}

.product-cart-btn {
  margin-top: 5px;
}

.product-cart-btn .btn-title {
  padding: 7px 21px 3px;
  font-size: 16px;
}

ul.products li.product .button {
  display: inline-block;
}

.shop-one__image {
  text-align: center;
  width: 100%;
}

.shop-one__image .added_to_cart {
  border: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: var(--amoxi-base);
  color: var(--amoxi-white);
  font-family: var(--heading-font);
  transition: all 0.5s linear;
  font-weight: 700;
  z-index: 1;
  color: var(--amoxi-black);
  padding: 4px 21px 4px;
  font-size: 12px;
  overflow: hidden;
  text-transform: uppercase;
}

.wc-proceed-to-checkout a:hover {
  background-color: var(--amoxi-base);
  color: var(--amoxi-white);
}

.products .product {
  text-align: center;
}

.products .product .star-rating {
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  margin-bottom: 5px;
}

.products .product .woocommerce-loop-product__title {
  margin: 0;
  color: var(--amoxi-text, #b2afa6);
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 5px;
}

ul.products li.product img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

ul.products li.product:hover img {
  filter: grayscale(0);
}

ul.products li.product {
  position: relative;
}

ul.products li.product .onsale {
  background-color: var(--amoxi-text, #b2afa6);
  color: #fff;
  padding-top: 5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-flex;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 5px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 20px;
}

.woocommerce-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.woocommerce-pagination ul a,
.woocommerce-pagination ul span {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--amoxi-base, #ff621d);
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  background-color: var(--amoxi-white, #FFFFFF);
  border-radius: 5px;
  overflow: hidden;
  transition: all 400ms ease;
}

.woocommerce-pagination ul a:hover,
.woocommerce-pagination ul span {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}

.woocommerce-pagination ul li a.prev,
.woocommerce-pagination ul li a.next {
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  color: var(--amoxi-base, #ff621d);
  transition: all 400ms ease;
  width: auto;
}

.woocommerce-pagination ul li a.prev {
  text-indent: -99999px;
}
.woocommerce-pagination ul li a.prev::before {
  content: "\e901";
  font-family: "icomoon" !important;
  font-weight: normal;
  text-indent: 0;
}

.woocommerce-pagination ul li a.next {
  text-indent: -99999px;
}
.woocommerce-pagination ul li a.next::before {
  content: "\e900";
  font-family: "icomoon" !important;
  font-weight: normal;
  text-indent: 0;
}

.woocommerce-active .product__card {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991px) {
  .woocommerce-active .product__card {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-product div.product .woocommerce-product-gallery {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
  }
}
.woocommerce-active .product__card .onsale {
  background-color: var(--amoxi-text, #b2afa6);
  color: #fff;
  padding-top: 5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-flex;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.woocommerce-product-gallery__wrapper {
  margin-top: 0;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.woocommerce-product-gallery__wrapper a img {
  width: 100%;
}

.woocommerce-product-gallery__image {
  border-radius: 0px;
}

.woocommerce-active .product .woocommerce-tabs {
  grid-column-start: 1;
  grid-column-end: 3;
}

.woocommerce-active .product .related.products {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-top: 20px;
}

.product__card .product_title {
  font-size: 45px;
  text-transform: uppercase;
  margin: 0;
  margin-top: -10px;
}

.product__card .entry-summary {
  margin-top: 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 20px;
  left: 20px;
}

.single-product .woocommerce-grouped-product-list-item__price,
.product__card .price {
  margin: 0;
  margin-right: 0;
  font-size: 25px;
  color: var(--amoxi-base, #ff621d);
  font-weight: 700;
  line-height: 1.04;
}

.single-product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--amoxi-white, #FFFFFF);
  letter-spacing: 3px;
}

.single-product .woocommerce-review-link {
  display: inline-block;
  color: var(--amoxi-base, #ff621d);
  font-size: 16px;
  letter-spacing: 0;
  margin-right: 15px;
  font-weight: 500;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  text-transform: capitalize;
}
.single-product .woocommerce-review-link:hover {
  background-size: 100% 1px;
}

.woocommerce-variation-description p,
.single-product .woocommerce-product-details__short-description p {
  font-family: var(--amoxi-font);
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

.quantity-box,
.single-product .quantity {
  position: relative;
  width: 191px;
  height: 45px;
  border: 0;
  outline: 0;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-radius: 0px;
}

.quantity-box input,
.single-product .quantity input {
  width: 62px;
  height: 44px;
  border: none;
  outline: none;
  border-right: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-left: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  font-family: var(--deskot-font, "Mulish", sans-serif);
  line-height: 1;
  background-color: transparent;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  padding-right: 20px;
  color: var(--amoxi-text, #b2afa6);
  font-size: 18px;
  font-weight: 500;
  transition: all 500ms ease;
}

.quantity-box input:focus {
  color: var(--amoxi-text, #b2afa6);
}

.quantity-box button,
.single-product .quantity button {
  width: 59px;
  height: 44px;
  background-color: transparent;
  font-size: 14px;
  color: var(--amoxi-text, #b2afa6);
  border: 0;
  transition: all 500ms ease;
}

.woocommerce .woocommerce-cart-form .quantity-box button {
  color: var(--amoxi-text, #b2afa6);
}

.woocommerce .woocommerce-cart-form .quantity-box button:hover,
.quantity-box button:hover,
.single-product .quantity button:hover {
  color: var(--deskot-base, #ff5a1e);
}

.product-quantity .quantity,
.single-product .quantity {
  position: relative;
  width: 98px;
  height: 60px;
}

.product-quantity .quantity input,
.single-product .quantity input {
  width: 98px;
  height: 50px;
  border: 1px solid #e8e3da;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--amoxi-font);
  padding-right: 30px;
  border-radius: var(--amoxi-bdr-radius);
  color: var(--amoxi-text);
}

.product-quantity .quantity button,
.single-product .quantity button {
  width: 29px;
  height: 22px;
  background-color: transparent;
  color: var(--amoxi-text);
  font-size: 8px;
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: #fff;
  border: 0;
  border-right: 1px solid #e9ebee;
  border-top-left-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--amoxi-extra);
}

.product-quantity .quantity button.sub,
.single-product .quantity button.sub {
  bottom: 13px;
  top: auto;
  border-top: 1px solid #e9ebee;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 8px;
}

.single-product .woocommerce-variation-add-to-cart,
.single-product .cart {
  display: block;
  flex-wrap: wrap;
  align-items: center;
}

.single-product .cart h2 {
  margin: 0;
  color: var(--amoxi-text, #b2afa6);
  text-transform: uppercase;
  font-size: 24px;
  margin-left: 20px;
}

.single-product .woocommerce-variation-add-to-cart .cart-button-wrap,
.single-product .cart .cart-button-wrap {
  margin-top: 30px;
  flex: 0 0 100%;
}

.single-product .product_meta {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.single-product .posted_in,
.single-product .sku_wrapper {
  color: var(--amoxi-black);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: var(--amoxi-letter-spacing);
}

.single-product .posted_in a,
.single-product .sku_wrapper span {
  font-family: var(--amoxi-font);
  font-weight: 700;
  color: var(--thm-text);
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  text-transform: capitalize;
}

.single-product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity h2 {
  display: none;
}

.single-product .woocommerce-grouped-product-list-item__label label {
  margin: 0;
  color: var(--amoxi-text, #b2afa6);
  text-transform: uppercase;
  font-size: 24px;
}

.single-product .woocommerce-grouped-product-list-item__label label a {
  color: inherit;
  transition: all 500ms ease;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  font-size: 16px;
  font-family: var(--var(--amoxi-heading-font));
}

.single-product .woocommerce-grouped-product-list-item__label label a:hover {
  color: var(--amoxi-base);
}

.single-product .woocommerce-grouped-product-list-item__price {
  font-size: 18px;
}

.variations_form.cart label,
.woocommerce-tabs .woocommerce-product-attributes-item__label {
  color: var(--amoxi-text, #b2afa6);
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.woocommerce-tabs .woocommerce-product-attributes-item__value {
  position: relative;
  top: 3px;
}

.variations_form.cart select {
  width: 250px;
  margin-bottom: 0;
  float: left;
  height: 50px;
}

#review_form .comment-respond {
  margin-top: -5px;
}

#review_form #commentform {
  margin-top: 9px;
}
#review_form #commentform .row {
  --bs-gutter-x: 20px;
}

.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.woocommerce-checkout .woocommerce {
  padding-top: 120px;
  padding-bottom: 120px;
}

.cart_totals h2,
.shop_table thead th {
  color: var(--amoxi-primary);
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--var(--amoxi-heading-font));
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  box-shadow: none;
  padding-bottom: 20px;
}

.cart_totals h2 {
  padding: 0 0 24px;
}

.shop_table thead th {
  padding-right: 0;
  padding-left: 0;
}

.woocommerce-checkout-review-order-table thead tr th {
  padding: 20px 0;
}

.shop_table thead th:first-child {
  padding-right: 0;
}

.shop_table .product-remove {
  text-align: left;
}

.shop_table tbody td.actions {
  padding-top: 60px;
  padding-right: 0;
}

.shop_table tbody .cart_item td {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0px;
}

.shop_table .product-remove a {
  font-size: 19px;
  color: var(--amoxi-white, #FFFFFF);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-weight: 500;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.shop_table .product-remove a:hover {
  color: var(--amoxi-base, #ff621d);
}

.cart_totals th,
.shop_table .product-name:not(th),
.shop_table .product-name a {
  margin: 0;
  font-size: 20px;
  text-transform: capitalize;
  font-family: var(--var(--amoxi-heading-font));
  color: var(--amoxi-black);
  font-weight: 400;
  transition: all 500ms ease;
}

.shop_table .product-name a:hover {
  color: var(--amoxi-base);
}

.shop_table .coupon label {
  display: none;
}

.shop_table tr {
  position: relative;
}

.woocommerce .checkout_coupon input[type=text],
.shop_table .coupon input[type=text] {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding: 0px 20px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  transition: all 500ms ease;
  background-color: transparent;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.shop_table .coupon input::placeholder {
  color: var(--amoxi-text);
  opacity: 1;
}

.shop_table button[name=update_cart] {
  position: absolute;
  top: 60px;
  left: 0px;
  cursor: pointer;
}

.cart_totals td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.cart_totals td {
  font-family: var(--amoxi-font);
  font-size: 18px;
  color: #686a6f;
  font-weight: 400;
}

.cart_totals .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart_totals p {
  margin: 0;
}

.cart_totals .shop_table td:last-child {
  text-align: left;
  padding-left: 0px;
}

.shipping-calculator-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.shipping-calculator-form p:last-of-type,
.shipping-calculator-form p:nth-child(1),
.shipping-calculator-form p:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.shipping-calculator-form ::placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.shipping-calculator-form input[type=text],
.shipping-calculator-form .select2-container--default .select2-selection--single {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 58px;
  background-color: transparent;
  color: var(--amoxi-text);
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--amoxi-font);
  letter-spacing: 0em;
  border: 1px solid var(--amoxi-white, #FFFFFF);
  display: flex;
  align-items: center;
  border-radius: 0;
}

.shipping-calculator-form p > span {
  display: block;
  width: 100%;
}

.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px;
  left: 20px;
}

.cart-collaterals {
  display: flex;
  justify-content: flex-end;
}

.cart_totals {
  width: 100%;
  max-width: 400px;
}

.woocommerce-cart .woocommerce {
  padding-top: 120px;
  padding-bottom: 120px;
}

.woocommerce-account .news-details .woocommerce,
.woocommerce-checkout .news-details .woocommerce,
.woocommerce-cart .news-details .woocommerce {
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  margin-bottom: 0px;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: var(--amoxi-black6, #3A3B3F);
  clear: both;
  color: var(--amoxi-white, #FFFFFF);
  padding: 12.5px 20px;
  font-family: var(--amoxi-font);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  text-align: right;
  display: inline-flex;
}

.woocommerce-error {
  display: inline-block;
}

.woocommerce-error strong {
  color: #fff;
}

.woocommerce-info {
  line-height: 1.7;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: var(--amoxi-base);
  margin-left: 5px;
  margin-right: 5px;
}

a.woocommerce-privacy-policy-link {
  color: var(--amoxi-base);
}

.woocommerce-error {
  list-style-type: none;
  margin-right: 0;
}

.woocommerce-error {
  padding: 12.5px 20px;
  margin-bottom: 0px;
  font-size: 18px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 600;
  line-height: 1.444;
  background-color: var(--amoxi-black6, #3A3B3F);
}

.demo_store {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

.woocommerce-cart .wc-proceed-to-checkout {
  text-align: left;
  margin-top: 40px;
}

.woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  padding: 0 !important;
  width: 100%;
  max-width: 100%;
}

#order_review_heading,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title h3,
.woocommerce-EditAccountForm fieldset legend,
.woocommerce-checkout #customer_details h3 {
  margin: 0;
  display: flex;
  align-items: center;
  margin: 0;
  font-family: var(--var(--amoxi-heading-font));
  color: var(--amoxi-black);
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 45px;
  text-transform: uppercase;
}

.woocommerce-checkout #customer_details h3 label {
  margin: 0;
  cursor: pointer;
}

.woocommerce-checkout #customer_details h3 label input {
  display: none;
  visibility: hidden;
}

.woocommerce-checkout #customer_details h3 label span {
  display: flex;
  align-items: center;
}

.woocommerce-checkout #customer_details h3 label span::after {
  content: "";
  width: 19px;
  height: 19px;
  background-color: #f4f5f8;
  border-radius: 50%;
  margin-right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-checkout #customer_details h3 label input:checked + span::after {
  content: "\f00c";
  background-color: var(--amoxi-primary);
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.amoxi-edit-address h3,
.amoxi-edit-address .form-row {
  margin-bottom: 30px;
}

.woocommerce-EditAccountForm label,
.lost_reset_password label,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper label,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label,
.amoxi-edit-address label {
  font-family: var(--amoxi-font);
  color: var(--amoxi-black);
  font-size: 18px;
  margin: 0;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.woocommerce form .form-row .required {
  text-decoration: none;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p {
  margin: 0;
  float: none;
  width: 100%;
  display: block;
}

.woocommerce-checkout #customer_details {
  position: relative;
  margin-top: 30px;
}

.woocommerce-form-login input[type=text],
.woocommerce-form-register input[type=text],
.woocommerce-form-register input[type=email],
.woocommerce-form-register input[type=password],
.woocommerce-form-login input[type=password],
.lost_reset_password input[type=text],
.amoxi-edit-address input[type=text],
.amoxi-edit-address input[type=email],
.amoxi-edit-address input[type=password],
.amoxi-edit-address input[type=tel],
.amoxi-edit-address input[type=url],
.amoxi-edit-address input[type=file],
.amoxi-edit-address input[type=number],
.amoxi-edit-address textarea,
.woocommerce-EditAccountForm input[type=text],
.woocommerce-EditAccountForm input[type=email],
.woocommerce-EditAccountForm input[type=password],
.woocommerce-EditAccountForm input[type=tel],
.woocommerce-EditAccountForm input[type=url],
.woocommerce-EditAccountForm input[type=file],
.woocommerce-EditAccountForm input[type=number],
.woocommerce-EditAccountForm textarea,
.woocommerce-checkout #customer_details input[type=text],
.woocommerce-checkout #customer_details input[type=email],
.woocommerce-checkout #customer_details input[type=password],
.woocommerce-checkout #customer_details input[type=tel],
.woocommerce-checkout #customer_details input[type=url],
.woocommerce-checkout #customer_details input[type=file],
.woocommerce-checkout #customer_details input[type=number],
.woocommerce-checkout #customer_details textarea {
  height: 60px;
  width: 100%;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  background-color: transparent;
  padding-right: 30px;
  padding-left: 30px;
  outline: none;
  font-size: 15px;
  color: var(--amoxi-text, #838790);
  display: block;
  font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--amoxi-text, #838184);
  line-height: 60px;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--amoxi-font);
}

.woocommerce-EditAccountForm textarea,
.woocommerce-checkout #customer_details textarea {
  height: 220px;
  resize: none;
  border-radius: 0;
}

.woocommerce-EditAccountForm ::placeholder,
.woocommerce-checkout #customer_details ::placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details ::-webkit-input-placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details ::-moz-input-placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details ::-ms-input-placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details label.error {
  color: #ff0000;
  font-size: 12px;
  text-transform: capitalize;
  text-align: right;
  display: block;
  letter-spacing: 1px;
  padding-top: 7px;
  line-height: 24px;
}

.woocommerce-checkout .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single,
.amoxi-edit-address .select2-selection--single {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 60px;
  background-color: var(--amoxi-border-color, #F4F2EE);
  color: var(--thm-text);
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--amoxi-font);
  letter-spacing: 0em;
  display: flex;
  align-items: center;
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__arrow,
.amoxi-edit-address .select2-selection--single .select2-selection__arrow {
  top: 12px;
  left: 20px;
}

.woocommerce-checkout #customer_details #shipping_address_1_field,
.woocommerce-checkout #customer_details #shipping_postcode_field,
.woocommerce-checkout #customer_details #billing_email_field,
.woocommerce-checkout #customer_details #shipping_address_2_field,
.woocommerce-checkout #customer_details #billing_address_2_field,
.woocommerce-checkout #customer_details #billing_address_1_field {
  grid-column-start: 1;
  grid-column-end: 3;
}

.woocommerce-checkout .shipping_address {
  margin-bottom: 30px;
}

.woocommerce-checkout #order_review_heading {
  margin-top: 60px;
}

.return-to-shop {
  margin-top: 30px !important;
  text-align: right !important;
}

.woocommerce-checkout .shop_table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-checkout .shop_table ul li {
  font-size: 20px;
  color: var(--amoxi-text-gray, #958F91);
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce-checkout .shop_table ul li label {
  margin-bottom: 0;
}

.woocommerce-checkout .shop_table tfoot td,
.woocommerce-checkout .shop_table tfoot th {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 10px;
}

form.woocommerce-checkout .shop_table tfoot th {
  margin: 0;
  color: var(--amoxi-gray);
  font-size: 24px;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-checkout .shop_table {
  margin-bottom: 0;
}

.woocommerce-checkout-payment .place-order,
.woocommerce-checkout-payment .wc_payment_methods {
  background-color: var(--amoxi-border-color, #F4F2EE);
  padding: 30px 30px 18px 30px;
  margin: 0;
  list-style: none;
  line-height: 1;
}

.woocommerce-checkout-payment .place-order {
  padding-right: 30px;
  padding-bottom: 12px;
}

.woocommerce-checkout-payment .place-order {
  padding-top: 0;
  padding-bottom: 30px;
}

.woocommerce-checkout-payment .wc_payment_methods li label {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 20px;
  color: var(--amoxi-black);
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-family: var(--var(--amoxi-heading-font));
}

.woocommerce-checkout-payment .wc_payment_methods li + li {
  margin-top: 20px;
}

.woocommerce-checkout-payment .wc_payment_methods li input {
  display: none;
}

.woocommerce-checkout-payment .wc_payment_methods li label {
  margin-bottom: 0;
}

.woocommerce-checkout-payment .wc_payment_methods li label::before {
  content: "";
  width: 19px;
  height: 19px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  position: relative;
  top: 1px;
  transition: all 500ms ease;
}

.woocommerce-checkout-payment .wc_payment_methods li input:checked + label::before {
  background-color: var(--amoxi-base);
  border-color: var(--amoxi-base);
  content: "\f00c";
}

.woocommerce-checkout-payment .wc_payment_methods li img {
  mix-blend-mode: multiply;
  width: 170px;
  margin-left: 10px;
  margin-right: 10px;
}

.checkout_coupon p,
.woocommerce-checkout-payment .place-order p,
.woocommerce-checkout-payment .wc_payment_methods li p {
  font-size: 15px;
  line-height: 30px;
  color: var(--amoxi-text, #b2afa6);
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-weight: 500;
}

.wc_payment_methods .payment_box {
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 0px;
}

.woocommerce-ResetPassword .woocommerce-Button {
  margin-top: 20px;
}

.checkout_coupon {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  max-width: 540px;
}

.checkout_coupon p:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.checkout_coupon input[type=text] {
  border: none;
  width: 100%;
  max-width: 370px;
  background-color: var(--amoxi-primary);
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 10px;
  font-family: var(--amoxi-font);
  font-size: 14px;
  color: #686a6f;
  height: 64px;
  margin: 0;
}

.woocommerce-account .woocommerce {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 30px;
  padding-top: 120px;
  padding-bottom: 100px;
}

.woocommerce-account.woocommerce-lost-password .woocommerce {
  display: block;
}

.woocommerce-order-overview {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

legend {
  float: none;
}

.woocommerce-form-login label,
.woocommerce-form-register label {
  display: block;
}

.woocommerce-MyAccount-content,
.woocommerce-order p,
.woocommerce-order address,
.woocommerce-order-overview li {
  font-family: var(--amoxi-font);
  font-weight: 400;
  font-size: 16px;
}

.woocommerce-MyAccount-content a {
  color: var(--amoxi-base, #fff);
}

.woocommerce-MyAccount-content .order-again a {
  font-weight: bold;
}

.woocommerce b,
.woocommerce strong {
  color: var(--amoxi-gray, #969697);
}

.woocommerce-order-details {
  margin-bottom: 60px;
  margin-top: 60px;
}

.woocommerce-Addresses {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10px;
}

.woocommerce-Addresses .col-2,
.woocommerce-Addresses .col-1 {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.woocommerce-EditAccountForm .clear {
  display: none;
}

.woocommerce-EditAccountForm {
  margin-bottom: 20px;
}

.woocommerce-EditAccountForm fieldset,
.woocommerce-EditAccountForm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  width: 100%;
}

.woocommerce-EditAccountForm p:nth-child(4),
.woocommerce-EditAccountForm p:nth-child(6),
.woocommerce-EditAccountForm fieldset {
  grid-column-start: 1;
  grid-column-end: 3;
  padding: 0;
}

.woocommerce-EditAccountForm p {
  margin: 0;
}

.woocommerce-EditAccountForm label {
  font-size: 20px;
}

.woocommerce-EditAccountForm p > span {
  display: block;
  width: 100%;
}

.woocommerce-EditAccountForm input + span {
  margin-top: 10px;
}

.woocommerce-EditAccountForm fieldset legend {
  margin-top: 20px;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: block;
  padding: 35px 45px;
  background: var(--amoxi-border-color, #F4F2EE);
}

@media (max-width: 991px) {
  .shop_table button[name=update_cart] {
    position: relative;
    margin-top: 20px;
    top: auto;
    left: auto;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  table.shop_table_responsive .product-thumbnail {
    justify-content: center;
  }
  table.shop_table_responsive .product-thumbnail::before {
    display: none;
  }
  table.shop_table_responsive tr td.actions {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  table.shop_table_responsive tr td.actions .coupon {
    text-align: right;
  }
  table.shop_table_responsive tr td.actions .coupon button[type=submit] {
    margin-top: 20px;
  }
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p,
  .woocommerce-EditAccountForm p {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}
.woocommerce-checkout #order_review {
  width: 100%;
  overflow: hidden;
  display: block;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  float: right;
  width: 49%;
  margin-left: 30px;
  overflow: hidden;
}

.woocommerce-checkout #order_review .woocommerce-checkout-payment {
  float: left;
  width: 48%;
}

@media (max-width: 991px) {
  .woocommerce-checkout #order_review,
  .woocommerce-account .woocommerce,
  .woocommerce-checkout .col2-set {
    grid-template-columns: 1fr;
  }
  .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
    float: none;
    width: 100%;
  }
  .woocommerce-checkout #order_review .woocommerce-checkout-payment {
    width: 100%;
    float: none;
  }
}
.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 23px;
}

abbr[title] {
  border-bottom: none;
}

/* end woocommerce checkout  */
/**
 * Single product
 */
.single-product div.product {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 45px;
  left: 35px;
  display: block;
  z-index: 99;
  text-indent: -999999px;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: right;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-left: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-left: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-left: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-left: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}

ul.products li.product img {
  display: block;
}

ul.products li.product .button {
  display: inherit;
}

.entry-summary .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 10px;
}

a.thm-btn.wishlist {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.yith-wcwl-add-button > a i {
  margin-left: 0;
}

.checkout-button,
.return-to-shop .button,
.shop_table .button,
.form-row.place-order .button,
.woocommerce-form-coupon .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--amoxi-base);
  color: var(--amoxi-white);
  font-size: 14px;
  font-weight: 700;
  padding: 12px 50px;
  transition: 500ms;
  line-height: 28px;
  border-radius: 0px;
  z-index: 1;
  overflow: hidden;
}
.checkout-button:hover,
.return-to-shop .button:hover,
.shop_table .button:hover,
.form-row.place-order .button:hover,
.woocommerce-form-coupon .button:hover {
  color: var(--amoxi-white);
  background-color: var(--amoxi-base);
}

.widget_price_filter .price_slider_amount .button.thm-btn {
  padding: 3px 10px;
  font-size: 12px;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=textarea]:focus,
input[type=textarea]:focus-visible,
.product-quantity .quantity input,
#customer_details textarea {
  outline-style: none;
}

mark,
ins {
  background: transparent;
  text-decoration: none;
}

.entry-summary ins {
  background: transparent;
}

.product-details__social + .yith-wcwl-add-to-wishlist {
  display: none !important;
}

.woocommerce-checkout .shop_table .cart_item td {
  padding-top: 0px;
  padding-bottom: 5px;
}

.woocommerce-checkout .shop_table td:last-child {
  padding-left: 0;
}

form.woocommerce-checkout .shop_table tfoot th {
  padding-right: 0;
}

.product-details__content__quantity__text {
  font-size: 14px;
}

.variations_form.cart label,
.woocommerce-tabs .woocommerce-product-attributes-item__label,
.single-product .woocommerce-grouped-product-list-item__label label {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
}
.variations_form.cart label a:hover,
.woocommerce-tabs .woocommerce-product-attributes-item__label a:hover,
.single-product .woocommerce-grouped-product-list-item__label label a:hover {
  color: var(--amoxi-base, #ff621d);
}

.variations_form.cart label {
  font-family: var(--heading-font);
  font-weight: 600;
}

.product-details__content__quantity {
  padding-right: 10px;
}

.shop-one__sidebar .sidebar__single ul li ul {
  margin-top: 0;
}

.sidebar__single.shop-one__sidebar__item.widget .wc-block-product-categories-list-item-count::after {
  content: ")";
  position: static;
  font-family: inherit;
  font-weight: inherit;
}

.sidebar__single.shop-one__sidebar__item.widget li::after {
  display: none;
}

.checkout_coupon {
  margin-top: 0;
}

.shop_table tbody .cart_item td:first-child {
  padding-right: 0;
  width: 107px;
  padding-left: 35px;
}
@media (max-width: 1199px) {
  .shop_table tbody .cart_item td:first-child {
    padding-left: 0;
  }
}

@media screen and (max-width: 992px) {
  .woocommerce-cart-form__contents {
    border: 0;
  }
  .woocommerce-cart-form__contents caption {
    font-size: 1.3em;
  }
  .woocommerce-cart-form__contents thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .woocommerce-cart-form__contents tr {
    border-bottom: 1px solid var(--amoxi-extra);
    display: block;
    margin-bottom: 0.625em;
  }
  .woocommerce-cart-form__contents td {
    border-bottom: 1px solid var(--amoxi-extra);
    display: block;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    color: var(--amoxi-black);
    font-size: 20px;
    font-weight: 700;
    font-family: var(--amoxi-font);
  }
  .woocommerce-cart-form__contents td::before {
    /*
    * aria-label has no advantage, it won't be read inside a .woocommerce-cart-form__contents
    content: attr(aria-label);
    */
    content: attr(data-title);
    font-weight: bold;
  }
  .woocommerce-cart-form__contents td:last-child {
    border-bottom: 0;
  }
  .shop_table button[name=update_cart] {
    position: relative;
  }
  .woocommerce-cart-form .actions {
    display: block;
  }
  .shop_table tbody tr + tr {
    border-top: 0;
  }
  .woocommerce-cart-form__contents .product-thumbnail {
    justify-content: center;
  }
}
.product-details__content__rating {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  padding-bottom: 24px;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  gap: 20px 40px;
}

.product-review .comments-area .comment-box .info {
  margin-bottom: 0;
}

.product__all-content ins {
  background-color: transparent;
}

.product-details__title ins span {
  margin-right: 0;
}

.product__all-btn-box .thm-btn {
  padding: 6px 25px;
}

.product__all-btn-box .thm-btn:focus {
  color: #fff;
}

.product-details__title del span {
  text-decoration: line-through;
}

.amoxi-overlay {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  right: 0;
  display: none;
  background: rgba(0, 0, 0, 0.1);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
  border-top-color: var(--amoxi-primary);
}

@keyframes sp-anime {
  100% {
    transform: rotate(-360deg);
  }
}
.is-hide {
  display: none;
}

.woocommerce-form-register,
.woocommerce-form-login {
  margin-top: 20px;
}

.shop-category.widget_block.widget_categories {
  padding: 30px 20px;
}

.sidebar .shop-category h2 {
  margin-bottom: 23px;
}

.sidebar.shop-one__sidebar .widget .wp-block-categories li,
.sidebar.shop-one__sidebar .widget_categories ul li {
  display: block;
  margin-bottom: 0;
  position: relative;
}

.sidebar.shop-one__sidebar .widget .wp-block-categories li,
.sidebar .widget_categories ul li + li {
  margin-top: 0;
  margin-bottom: 5px;
  z-index: 999;
  padding: 6px 0;
}

.woo-widget .wc-block-components-filter-submit-button {
  font-size: 13px;
  font-weight: 800;
  background-color: var(--amoxi-base);
  line-height: 1em;
  padding: 13px 19px 13px;
  transition: all 500ms ease;
  border-radius: 0;
}

.shop-one__sidebar .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
  font-size: 14px !important;
  margin-right: 0;
  margin-top: 0;
  font-weight: 600;
  background: var(--amoxi-border-color, #F4F2EE);
  font-family: var(--amoxi-heading-font, "Barlow", sans-serif);
  color: var(--amoxi-text, #797577);
  text-transform: uppercase;
  padding: 14.5px 16px;
}

.wc-block-components-price-slider__range-input-wrapper {
  margin-bottom: 28px !important;
}

.shop-one__sidebar .wc-block-components-price-slider {
  margin-bottom: 0;
}

.woo-widget div .wc-block-components-filter-submit-button:hover {
  background-color: var(--amoxi-base, #1a1414) !important;
  color: var(--amoxi-white) !important;
}

.wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(90deg,
      transparent var(--low),
      var(--range-color) 0,
      var(--range-color) var(--high),
      transparent 0) no-repeat 0 100%/100% 100%;
  --range-color: var(--amoxi-base) !important;
  background: var(--track-background) !important;
  height: 6px !important;
}

.wc-block-components-price-slider__range-input-wrapper {
  height: 6px;
}

input[type=range i] {
  appearance: auto;
  cursor: default;
  padding: initial;
  border: initial;
  margin: 0;
  accent-color: var(--amoxi-base);
}

.wc-block-price-filter__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: var(--amoxi-letter-spacing);
  margin: 0;
  margin-bottom: 22px;
}

.shop-one__sidebar.sidebar .widget ul li::after {
  content: "";
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li a::after {
  position: absolute;
  right: 0;
  top: 47%;
  transform: translateY(-40%);
  opacity: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 12px;
  color: var(--amoxi-text);
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--amoxi-white, #fff);
  z-index: -1;
  transform: scale(1, 0);
  perspective: 400px;
  visibility: hidden;
  transition: transform 500ms ease-in-out, visibility 500ms ease-in-out;
  transform-origin: bottom center;
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li:hover a::before {
  transform: scale(1, 1);
  visibility: visible;
  transform-origin: top center;
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li:hover a,
.shop-one__sidebar.sidebar .widget ul.wp-block-categories li:hover a::after {
  padding-right: 27px;
}

.shop-one__sidebar.sidebar .price,
.sidebar .price {
  padding: 0;
}

.shop-one__sidebar.sidebar .wc-block-components-sort-select__label {
  float: right;
}

.shop-one__sidebar.sidebar .wc-block-components-review-list-item__info {
  display: block;
}

.shop-one__sidebar.sidebar .wc-block-components-review-list-item__image {
  width: 100%;
  height: 100%;
}

.wc-block-featured-category__link,
.wc-block-featured-category__title,
.wc-block-featured-product__description,
.wc-block-featured-product__link {
  padding: 0;
}

.sidebar .widget_products li .size-woocommerce_thumbnail,
.sidebar .widget_recent_reviews li .size-woocommerce_thumbnail {
  width: 100%;
  float: unset;
}

.shop-one__sidebar.sidebar .wc-block-stock-filter__title {
  font-size: 16px;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
  max-width: unset;
  margin-bottom: 5px;
}

.wc-block-product-categories-list--has-images li ul,
.wc-block-product-categories-list--has-images li ul li.wc-block-product-categories-list-item {
  margin-right: 0;
}

.sidebar .select2-container .select2-selection--single {
  height: 60px;
  margin-bottom: 5px;
}

.sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px;
  padding: 0 20px;
}

.sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 55px;
  margin-left: 10px;
}

.shop-one__sidebar.sidebar .wc-block-product-categories__dropdown select {
  padding-right: 10px;
  background-image: none;
}

.woocommerce-product-search button,
.woocommerce-widget-layered-nav button {
  background: var(--amoxi-base);
  color: #fff;
  line-height: 32px;
  width: 100%;
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
  margin-top: 10px;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after,
.sidebar .widget ul.wc-block-grid__products li::after,
.sidebar .widget .wc-block-product-categories-list li::after,
.sidebar .widget .widget_shopping_cart_content ul li:after,
.sidebar ul.product_list_widget li:after {
  content: " ";
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  width: 100%;
}

.wp-block-woocommerce-price-filter > .wc-block-price-filter__title {
  margin-bottom: 30px;
  margin-top: 0;
}

.wc-block-grid__product:last-child {
  border-bottom: 0;
  margin-bottom: -16px;
}

.wc-block-grid__products,
.wc-block-components-review-list-item__item,
.wc-block-product-categories {
  margin-bottom: 0;
}

.wc-block-components-price-slider {
  margin-bottom: 5px;
}

.wc-block-grid__product .wc-block-grid__product-title {
  color: var(--amoxi-text, #b2afa6);
  font-weight: 800;
  font-size: 16px;
}

.wc-block-grid__product-onsale {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--amoxi-base);
  border-color: var(--amoxi-base);
  text-transform: capitalize;
  color: #fff;
}

.woo-widget .select2-container--default .select2-selection--single {
  border: 1px solid #e6e1d8;
}

.select2-container--default .select2-selection--multiple {
  border: none !important;
}

.wc-block-components-price-slider__range-input {
  top: -2px;
}

.wc-blocks-filter-wrapper h3,
.woocommerce-account h3 {
  font-family: var(--var(--amoxi-heading-font));
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.sidebar .wc-block-components-price-slider::after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .wc-block-components-price-slider__range-text {
  float: right;
  margin: 0;
  padding-top: 6px;
}
.sidebar .wc-block-components-price-slider__range-text span:first-child::after {
  content: "-";
  margin-right: 5px;
  margin-left: 5px;
}
.sidebar .wc-block-components-price-slider__actions {
  float: left;
}

.product__add-to-cart {
  display: flex;
  justify-content: space-around;
  margin-top: 16px;
}

ul.products .product__add-to-cart .add_to_cart_button.thm-btn {
  position: relative;
  z-index: 1;
}

.product__item .product__item__btn.product__add-to-cart a.loading::after,
.product-one .add_to_cart_button.thm-btn.loading::after,
.woosw-list .add_to_cart_button.loading::after,
ul.products .product__add-to-cart .add_to_cart_button.thm-btn.loading::after {
  font-family: "Font Awesome 5 Free";
  content: "\f110";
  vertical-align: top;
  font-weight: 900;
  position: absolute;
  left: 5px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.product-one .product__item .thm-btn:hover {
  color: var(--amoxi-white);
  background-color: var(--amoxi-base);
}

.product-one .added_to_cart {
  height: 38px;
  background-color: var(--amoxi-base);
  font-family: var(--heading-font);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: var(--amoxi-white);
  padding: 13px 27px;
  text-transform: uppercase;
}

.product-one .price ins {
  background: transparent;
}

.product__item .product__item__btn.product__add-to-cart a.added,
.product-two .add_to_cart_button.added,
.product-one .add_to_cart_button.added,
.woosw-list .add_to_cart_button.added,
ul.products .product__add-to-cart .add_to_cart_button.thm-btn.added,
.product-widget .add_to_cart_button.thm-btn.added {
  display: none;
}

.woocommerce-Reviews .comment {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: inherit;
}

.product__items ul.products {
  width: calc(100% + 30px);
  display: block;
  margin-right: -15px;
  margin-left: -15px;
  float: right;
}

.product__items ul.products li {
  width: 100%;
  border: 0;
  margin-bottom: 0;
  float: none;
  padding-right: 15px;
  padding-left: 15px;
  box-shadow: none !important;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .product__items ul.products li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .product__items ul.products li {
    width: 33.333%;
  }
}

.product__all-img {
  border: 1px solid var(--amoxi-gray, #E6E0D8);
  background-color: var(--amoxi-white);
  border-radius: var(--amoxi-bdr-radius);
  border-bottom: 0;
}

.product__all-content {
  border: 1px solid var(--amoxi-gray, #E6E0D8);
  border-top: 0;
  margin-top: 0;
  padding-top: 26px;
  padding-bottom: 30px;
  border-radius: var(--amoxi-bdr-radius);
}

.product__sidebar .widget,
.product__sidebar-single {
  padding: 30px;
}

.product__sidebar .product__sidebar-single .wp-block-categories {
  margin-top: -17px;
}

.cart_totals .woocommerce-shipping-methods label {
  margin-bottom: 0;
}

.woocommerce-checkout-review-order-table th:first-child,
.woocommerce-checkout-review-order-table td:first-child {
  color: var(--amoxi-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--var(--amoxi-heading-font));
  text-transform: uppercase;
}
.woocommerce-checkout-review-order-table th:last-child,
.woocommerce-checkout-review-order-table td:last-child {
  text-align: left;
}

.woosq-popup .entry-summary .product-details__quantity-title {
  display: none;
}

.woosq-popup .woosw-btn {
  background-color: var(--amoxi-base);
}

.woosq-popup .woosw-btn:hover {
  color: var(--amoxi-white);
}

.woosq-popup .woosw-added {
  padding: 15px 45px 13px;
}

.woosw-added:hover {
  background-color: var(--amoxi-base);
}

.woosw-list .added_to_cart.wc-forward {
  padding: 16px 45px 13px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.shop-one.product.news-sidebar {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .shop-one.product.news-sidebar {
    padding: 80px 0;
  }
}

.shop_table tbody .cart_item td.product-name {
  position: relative;
}

.shop_table.woocommerce-checkout-review-order-table tbody .cart_item td.product-name {
  right: 0;
}

.shop-one__sidebar .sidebar__single .wp-block-search .wp-block-search__button.has-icon {
  color: var(--treck-black, #687469);
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}

.wp-block-search__button svg {
  min-height: 2.5em;
  min-width: 2.5em;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--add .add_to_cart_inline {
  text-align: left;
  margin-left: 10px;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--image img {
  border-radius: var(--amoxi-bdr-radius);
}

.product .blog-sidebar__meta,
.product .blog-sidebar__btn,
.product .blog-sidebar__date {
  display: none;
}

.item .thm-btn {
  padding: 12px 20px;
}

p.comment-notes {
  display: none;
}

.woocommerce-ResetPassword .woocommerce-Button,
.amoxi-edit-address button[type=submit],
.checkout_coupon button[type=submit],
.woocommerce-EditAccountForm button[type=submit],
.woocommerce-checkout-payment #place_order,
.woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-register .woocommerce-form-register__submit,
.wc-proceed-to-checkout a,
.shop_table button[name=update_cart],
.shop_table .coupon .thm-btn,
.entry-summary .thm-btn.cart-btn,
.woosq-popup .woosw-btn,
.woosw-list .add_to_cart_button {
  font-size: 16px;
  padding: 16px 49.5px 17px;
  height: 50px;
  background-color: var(--amoxi-black6, #3A3B3F);
  color: var(--amoxi-white);
  font-weight: 700;
  font-family: var(--heading-font);
  text-transform: uppercase;
  line-height: 30px;
  transition: all 0.5s linear;
  border-radius: 0;
}

.shop_table .coupon .thm-btn {
  line-height: 27px;
}

.entry-summary .thm-btn.cart-btn {
  margin-left: 10px;
}

.woocommerce-ResetPassword .woocommerce-Button:hover,
.amoxi-edit-address button[type=submit]:hover,
.woocommerce-EditAccountForm button[type=submit]:hover,
.woocommerce-checkout-payment #place_order:hover,
.woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-form-register .woocommerce-form-register__submit:hover,
.shop_table button[name=update_cart]:hover,
.shop_table .coupon .thm-btn:hover,
.entry-summary .thm-btn.cart-btn:hover {
  background-color: var(--amoxi-primary);
  color: var(--amoxi-white);
}

.woosq-popup .woosw-btn,
.woosw-list .add_to_cart_button {
  background-color: var(--amoxi-black);
  color: var(--amoxi-white);
}

.woosq-popup .woosw-btn:hover,
.woosw-list .add_to_cart_button:hover {
  background-color: var(--amoxi-base);
  color: var(--amoxi-black);
}

.wp-block-heading,
.product__sidebar-title {
  position: relative;
  margin-bottom: 30px;
  margin-right: 0;
  font-weight: 400;
  font-family: var(--var(--amoxi-heading-font));
}

.product__sidebar-title {
  margin: 0;
  margin-top: -5px;
  margin-bottom: 29px;
  padding-bottom: 24px;
  color: var(--amoxi-text, #b2afa6);
  font-size: 24px;
  font-weight: 700;
  line-height: 108.333%;
}

.shop-category.product__sidebar-single ul.wp-block-categories li a {
  margin-right: 20px;
  font-weight: 500;
}

.review-form-one__title {
  text-transform: uppercase;
  font-size: 30px;
}

.wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount {
  font-size: 16px !important;
}

@media (min-width: 992px) {
  .product__items ul.products.columns-1 li {
    width: calc(100% / 1);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-2 li {
    width: calc(100% / 2);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-3 li {
    width: calc(100% / 3);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-4 li {
    width: calc(100% / 4);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-5 li {
    width: calc(100% / 5);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-6 li {
    width: calc(100% / 6);
  }
}

.product__item__btn .woosw-btn-text-icon .woosw-btn-text {
  display: none;
}

.product-details__buttons .woosw-btn-icon {
  display: none;
}

.blog-sidebar__single.product .blog-one__meta,
.blog-sidebar__single.product .amoxi-btn {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.product-details .product__card .price {
  font-size: 25px;
  color: var(--amoxi-base, #ff621d);
  font-weight: 700;
}

.review-form-one__title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}

.thm-btn {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0px;
  padding: 10px 30px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  border-radius: 5px;
  font-size: 15px;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--amoxi-black6, #3A3B3F);
  transition: all 0.4s ease-in-out;
}

.thm-btn:hover {
  color: var(--amoxi-white, #FFFFFF);
}

.thm-btn::after,
.thm-btn::before {
  content: "";
  height: calc(50% + 1px);
  width: 0%;
  position: absolute;
  z-index: -1;
  background-color: var(--amoxi-base, #ff621d);
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.thm-btn::before {
  top: 0;
  right: 0;
  left: auto;
}

.thm-btn::after {
  bottom: 0;
  left: 0;
  right: auto;
}

.thm-btn:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.thm-btn:hover::after {
  width: 100%;
  right: 0;
  left: auto;
}

.product-details .comment-form textarea {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  padding: 0px 20px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  transition: all 500ms ease;
  background-color: transparent;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  height: 142px;
  padding-top: 10px;
  margin-bottom: 30px;
}
.product-details .comment-form textarea:focus {
  border-color: var(--amoxi-base, #ff621d);
}

.product-details .comment-form input[type=text],
.product-details .comment-form input[type=email] {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding: 0px 20px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  transition: all 500ms ease;
  background-color: transparent;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  margin-bottom: 30px;
}
.product-details .comment-form input[type=text]:focus,
.product-details .comment-form input[type=email]:focus {
  border-color: var(--amoxi-base, #ff621d);
}

@media screen and (min-width: 768px) {
  .product-details .comment-form input[type=text] {
    margin-left: 12.5px;
  }
  .product-details .comment-form input[type=email] {
    margin-right: 12.5px;
  }
}
form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name,
form.woocommerce-checkout .shop_table tfoot tr th {
  text-transform: uppercase;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 3px;
}

.woosw-list .add_to_cart_button,
.woosq-popup .woosw-btn,
.entry-summary .thm-btn.cart-btn,
.woocommerce-checkout-payment #place_order,
.wc-proceed-to-checkout a,
.shop_table button[name=update_cart],
.shop_table .coupon .thm-btn {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0px;
  padding: 10px 30px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  border-radius: 5px;
  font-size: 15px;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--amoxi-base);
  transition: all 0.4s ease-in-out;
}

.woosw-list .add_to_cart_button::before,
.woosq-popup .woosw-btn::before,
.entry-summary .thm-btn.cart-btn::before,
.woocommerce-checkout-payment #place_order::before,
.wc-proceed-to-checkout a::before,
.shop_table button[name=update_cart]::before,
.shop_table .coupon .thm-btn::before {
  content: "";
  background: var(--amoxi-primary);
  top: 50%;
  right: 50%;
  content: "";
  width: 100%;
  height: 0%;
  z-index: -1;
  position: absolute;
  transition: 0.6s;
}

.woosw-list .add_to_cart_button:hover,
.woosq-popup .woosw-btn:hover,
.entry-summary .thm-btn.cart-btn:hover,
.woocommerce-checkout-payment #place_order:hover,
.shop_table button[name=update_cart]:hover,
.shop_table .coupon .thm-btn:hover {
  background-color: var(--amoxi-primary);
}

.woosw-list .add_to_cart_button:hover::before,
.woosq-popup .woosw-btn:hover::before,
.entry-summary .thm-btn.cart-btn:hover::before,
.woocommerce-checkout-payment #place_order:hover::before,
.wc-proceed-to-checkout a:hover::before,
.shop_table button[name=update_cart]:hover::before,
.shop_table .coupon .thm-btn:hover::before {
  height: 380%;
}

.woosw-list .add_to_cart_button:hover::before,
.woocommerce-ResetPassword .woocommerce-Button:hover::before,
.shop_table button[name=update_cart] {
  position: absolute;
  padding: 14.5px 48px;
}

.woosq-popup .woosw-added:hover,
.woosq-popup .woosw-btn {
  background-color: var(--amoxi-black);
}

.woosq-popup .woosw-btn {
  background-color: var(--amoxi-base);
}

.woosq-popup .woosw-btn:hover {
  background-color: var(--amoxi-base);
  color: var(--amoxi-white);
}

.woosq-popup .entry-summary .thm-btn.cart-btn,
.woosq-popup .woosw-btn {
  padding: 13px 25px;
}

.entry-footer {
  margin-top: 0px;
  margin-right: 15px;
}

.woosw-list .product .added_to_cart {
  height: 58px;
}

.blog-one .woocommerce {
  padding-top: 0px;
  padding-bottom: 0px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 35px;
  left: 30px;
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li a:hover::after {
  color: var(--amoxi-base);
}

.product-two .thm-btn {
  background-color: var(--amoxi-base);
  letter-spacing: 0;
  font-size: 14px;
  padding: 4.2px 21px;
}

.product-two .thm-btn:hover {
  background-color: var(--amoxi-black);
  color: var(--amoxi-white);
  letter-spacing: 0;
  font-size: 14px;
  padding: 4.2px 21px;
}

.product-two .added_to_cart {
  background-color: var(--amoxi-black);
  color: var(--amoxi-white);
  letter-spacing: 0;
  font-size: 14px;
  padding: 10.4px 21px;
  text-transform: uppercase;
  font-weight: 600;
}

.product-two .added_to_cart:hover {
  background-color: var(--amoxi-base);
}

.main-header__cart__quantity {
  font-size: 10px;
  position: relative;
  top: -18px;
  background: var(--amoxi-base);
  width: 20px;
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  color: white;
  right: -6px;
}

.wp-block-woocommerce-cart {
  position: relative;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 60px;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items thead tr th,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items thead tr th,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items thead tr th,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items thead tr th,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items thead tr th {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 235%;
  color: var(--amoxi-text, #b2afa6);
  font-family: var(--amoxi-font, "Urbanist", sans-serif);
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14) !important;
  box-shadow: none;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td {
  font-size: 18px;
  font-weight: 500;
  color: var(--amoxi-text, #b2afa6);
  vertical-align: middle;
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  padding: 30px 0;
  letter-spacing: 0;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-cart-item__wrap,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__wrap,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-cart-item__wrap,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__wrap,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__wrap {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin: 0;
  padding: 0;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-product-badge.wc-block-components-sale-badge,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-product-badge.wc-block-components-sale-badge,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-product-badge.wc-block-components-sale-badge,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-product-badge.wc-block-components-sale-badge,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-product-badge.wc-block-components-sale-badge {
  display: none;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td.wc-block-cart-item__image,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td.wc-block-cart-item__image,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td.wc-block-cart-item__image,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td.wc-block-cart-item__image,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td.wc-block-cart-item__image {
  position: relative;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td.wc-block-cart-item__image a {
  display: block;
  width: 105px;
  height: 105px;
  background-color: var(--amoxi-white, #fff);
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  margin-left: 34px;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a img,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a img,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a img,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td.wc-block-cart-item__image a img,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td.wc-block-cart-item__image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata,
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata__description,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata__description,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata__description,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata__description,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-product-metadata,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-product-metadata__description {
  display: none;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-product-name,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-name,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-product-name,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-name,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-product-name {
  transition: all 0.4s ease;
  font-size: 22px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 700;
  color: var(--amoxi-white, #FFFFFF);
  font-family: var(--amoxi-heading-font);
  display: flex;
  align-items: center;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-product-name:hover,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-name:hover,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-product-name:hover,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-name:hover,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-product-name:hover {
  color: var(--amoxi-base);
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-cart-item__prices,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__prices,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-cart-item__prices,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__prices,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__prices {
  display: flex;
  align-items: center;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td mark,
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td ins,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td mark,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td ins,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td mark,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td ins,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td mark,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td ins,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td mark,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td ins {
  background: transparent;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-product-badge,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-badge,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-product-badge,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-product-badge,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-product-badge {
  font-size: 18px;
  font-weight: 500;
  color: var(--amoxi-text, #b2afa6);
  vertical-align: middle;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  gap: 5px;
  display: flex;
  align-items: center;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-cart-item__quantity,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__quantity,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-cart-item__quantity,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__quantity,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__quantity {
  line-height: 1;
  display: flex;
  align-items: center;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-quantity-selector {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  width: 150px;
  height: 50px;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector:after,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector:after,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector:after,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector:after,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-quantity-selector:after {
  display: none;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  width: 45px;
  height: 50px;
  border-left: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  opacity: 1;
  font-size: 20px;
  font-weight: 700;
  border-radius: 0;
  min-width: 45px;
  box-shadow: none;
  transition: all 0.4s ease;
  cursor: pointer;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
  color: var(--amoxi-base);
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus {
  border-left: none;
  border-right: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  height: 50px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--amoxi-font, "Manrope", sans-serif);
  color: var(--amoxi-text, #6D7076);
  outline: none;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
  box-shadow: none;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link {
  position: relative;
  font-size: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:after,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:after,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:after,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:after,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  font-family: "Font Awesome 5 Free";
  content: "\f2ed";
  font-weight: 900;
  font-size: 20px;
  color: var(--amoxi-base);
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.wp-block-woocommerce-cart .is-medium table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:hover:after,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:hover:after,
.wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:hover:after,
.wp-block-woocommerce-cart .is-small table.wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:hover:after,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td .wc-block-cart-item__remove-link:hover:after {
  color: var(--amoxi-base);
}
.wp-block-woocommerce-cart .wc-block-components-sidebar {
  padding-right: 0;
  width: 35%;
  margin-right: auto;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit {
  margin: 0 0 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none;
  color: var(--amoxi-white, #fff);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--amoxi-font, "Manrope", sans-serif);
  padding: 20px 48px;
  line-height: 100%;
  transition: 500ms;
  text-transform: capitalize;
  background-color: var(--amoxi-secondary2, #111117);
  color: var(--amoxi-white, #fff);
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  transform: scale(0);
  background: var(--amoxi-base, #c2a74e);
  transition: all 0.5s ease;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button:hover {
  background-color: var(--amoxi-secondary2, #111117);
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .components-buttonhover::before {
  transform: scale(1);
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button span {
  position: relative;
  color: inherit;
  z-index: 2;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper {
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__label {
  color: var(--amoxi-text, #b2afa6);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-family: var(--amoxi-heading-font);
  margin: 0 0 0px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__value {
  font-size: 18px;
  color: var(--amoxi-base);
  font-weight: 500;
  text-transform: inherit;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__value b, .wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__value strong {
  color: inherit;
}
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  color: var(--amoxi-white, #FFFFFF);
  text-align: right;
  margin: 0 0 20px;
  padding: 0;
}
.wp-block-woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-panel,
.wp-block-woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
.wp-block-woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding: 20px 0;
}
.wp-block-woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link,
.wp-block-woocommerce-cart .wc-block-components-totals-coupon-link {
  font-weight: 700;
  color: var(--amoxi-text, #b2afa6);
  text-transform: capitalize;
  text-decoration: underline;
  transition: all 0.4s ease;
}
.wp-block-woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link:hover,
.wp-block-woocommerce-cart .wc-block-components-totals-coupon-link:hover {
  color: var(--amoxi-base);
}
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.wp-block-woocommerce-cart .wc-block-components-text-input input:-webkit-autofill,
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=email],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=number],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=tel],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=text],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=url],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=email],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=number],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=tel],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=text],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=url],
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=email],
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=number],
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=tel],
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=text],
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=url] {
  height: 60px;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 14px;
  color: var(--amoxi-text, #b2afa6);
  display: block;
  font-weight: 500;
  margin-left: 10px;
  padding: 0 25px;
  border-radius: 0;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.wp-block-woocommerce-cart .wc-block-components-text-input input:-webkit-autofill,
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=email],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=number],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=tel],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=text],
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active input[type=url] {
  box-shadow: none;
  padding-top: 12px;
}
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input label,
.wp-block-woocommerce-cart .wc-block-components-text-input label {
  right: 25px;
}
.wp-block-woocommerce-cart .wc-block-components-radio-control__description,
.wp-block-woocommerce-cart .wc-block-components-radio-control__secondary-description,
.wp-block-woocommerce-cart .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label-group,
.wp-block-woocommerce-cart .wc-block-components-totals-item__description {
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  line-height: 24px;
}
.wp-block-woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-shipping-address {
  margin: 0;
}
.wp-block-woocommerce-cart .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description-group,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
  padding: 0 0 20px;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  line-height: 24px;
}
.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link) {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: var(--amoxi-base);
  color: var(--amoxi-white, #fff);
  font-size: 16px;
  font-weight: 700;
  padding: 20px 30px;
  line-height: 100%;
  transition: 500ms;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  outline: none !important;
  box-shadow: none !important;
}
.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link):hover {
  color: var(--amoxi-black2, #0E0F11);
  background-color: var(--amoxi-white, #fff);
}
.wp-block-woocommerce-cart .wc-block-components-button:not(.is-link) span {
  position: relative;
  color: inherit;
  z-index: 2;
}
.wp-block-woocommerce-cart .wc-block-components-shipping-calculator-address__button {
  width: auto;
}
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
  border-radius: 0;
  padding: 0 0;
  border-color: var(--amoxi-gray, #E8E8F3);
}
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
  box-shadow: none;
  background-color: var(--amoxi-gray2);
}
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  font-size: 14px;
  color: var(--amoxi-text, #6D7076);
  font-family: var(--amoxi-font, "Manrope", sans-serif);
  display: block;
  font-weight: 500;
  padding: 10px 25px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {
  background-color: var(--amoxi-base);
  color: var(--amoxi-white, #fff);
}
.wp-block-woocommerce-cart .wc-block-components-validation-error {
  font-size: 14px;
  color: var(--amoxi-base);
}
.wp-block-woocommerce-cart .wc-block-components-validation-error p {
  font-size: inherit;
}

@media (max-width: 991px) {
  .wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper {
    padding: 20px 0;
  }
  .wc-block-components-product-metadata,
  .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
    display: none;
  }
  .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    overflow: auto;
  }
  .is-medium table.wc-block-cart-items,
  .is-small table.wc-block-cart-items,
  .is-large.wc-block-cart .wc-block-cart-items,
  .is-mobile table.wc-block-cart-items,
  .is-small table.wc-block-cart-items,
  .is-large.wc-block-cart .wc-block-cart-items {
    min-width: 1020px;
    overflow: auto;
  }
  .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
  .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
  .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    display: grid !important;
    grid-template-columns: 155px 0 !important;
    padding: 0 !important;
  }
  .wc-block-cart table.wc-block-cart-items,
  .wc-block-cart table.wc-block-cart-items td,
  .wc-block-cart table.wc-block-cart-items th {
    margin: 0 !important;
  }
  .wc-block-cart-item__wrap {
    padding: 25px 0 !important;
  }
  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    padding: 80px 0 !important;
  }
}
.wp-block-woocommerce-cart .wc-block-components-text-input label {
  top: 7px;
}

.woocommerce-grouped-product-list.group_table .product-details__buttons {
  margin: 0;
}

.product-details__quantity {
  margin: 20px 0 30px;
}

.wc-block-components-form button {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0px;
  padding: 10px 30px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  border-radius: 5px;
  font-size: 15px;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--amoxi-black6, #3A3B3F);
  transition: all 0.4s ease-in-out;
}

.wc-block-components-form button:hover {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}

.product-details__socials__item {
  gap: 18px;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  top: 5px;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  border-color: var(--amoxi-gray, #E8E8F3) !important;
}

.woocommerce .shop-one__product-count {
  margin: 18px 0 25px;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 65px;
}
.woocommerce .woocommerce-active .content-area .woocommerce-ordering select {
  border: none;
  outline: none;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 64px;
  background-color: var(--amoxi-gray, #F4EDE4) !important;
  color: var(--amoxi-text-dark, #2E2A20) !important;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--amoxi-font);
  letter-spacing: 0em;
  border: 1px solid var(--amoxi-extra);
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: left 25.75px center;
  margin-bottom: 30px;
  border-radius: 6px;
  text-transform: capitalize;
  font-weight: 500;
  font-style: normal;
}
.woocommerce .product__all-img {
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-bottom: 0px;
}
.woocommerce .product__all-content {
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-top: 0px;
}

.woocommerce .content-area .product-details__top {
  display: flex;
  align-items: center;
  position: relative;
  gap: 35px;
  margin-bottom: 18px;
}
.woocommerce .content-area .product-details__top .product-details__title {
  margin-bottom: 0;
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.363;
}
.woocommerce .content-area .product-details__top .product-details__title .price {
  color: var(--amoxi-base, #DF9E42);
  margin: 0 30px 0 0;
  font-family: var(--amoxi-font, "Plus Jakarta Sans", sans-serif);
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .woocommerce .content-area .product-details__top .product-details__title .price {
    margin: 0;
  }
}

.woocommerce .entry-summary .thm-btn.cart-btn {
  text-transform: uppercase;
  display: inline-flex;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 17.5px 30px;
  border-radius: 0;
  transform: scale(1);
  color: var(--amoxi-white, #fff);
}
.woocommerce .entry-summary .thm-btn.cart-btn::before {
  content: "";
  background: var(--amoxi-black, #AE8F62);
  top: 50%;
  right: 50%;
  content: "";
  width: 100%;
  height: 0%;
  z-index: -1;
  position: absolute;
  transition: all 0.6s ease;
}
.woocommerce .entry-summary .thm-btn.cart-btn:hover::before {
  height: 380%;
}
.woocommerce .product-content.product-description p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 188%;
}
.woocommerce .product-details__review-title {
  margin: 0 0 55px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
}

.product-review.review-one {
  position: relative;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.woocommerce .product-review.review-one .comment-list li {
  display: block;
}
.woocommerce .product-review.review-one .comment-list li .product-details__comment-box {
  position: relative;
  padding: 0 212px 117px 0;
  margin-bottom: 60px;
  min-height: 166px;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 767px) {
  .woocommerce .product-review.review-one .comment-list li .product-details__comment-box {
    padding-right: 0;
  }
}
.woocommerce .product-review.review-one .comment-list li .product-details__comment-box .product-details__comment-box__thumb {
  width: 166px;
  height: 166px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  margin: 0;
  border: none;
}
@media (max-width: 767px) {
  .woocommerce .product-review.review-one .comment-list li .product-details__comment-box .product-details__comment-box__thumb {
    position: relative;
    margin-bottom: 20px;
  }
}
.woocommerce .product-review.review-one .comment-list li .product-details__comment-box .product-details__comment-box__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.woocommerce .product-review.review-one .comment-list li .product-details__comment-box .product-details__comment-box__meta {
  margin: 0 0 30px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: var(--amoxi-white, #FFFFFF);
}
.woocommerce .product-review.review-one .comment-list li .product-details__comment-box .product-details__comment-box__meta .product-details__comment-box__date {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  padding-right: 15px;
  color: var(--amoxi-base, #ff621d);
}
.woocommerce .product-review.review-one .comment-list li .product-details__comment-box .product-details__comment-box__ratings {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  letter-spacing: 6px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .woocommerce .product-review.review-one .comment-list li .product-details__comment-box .product-details__comment-box__ratings {
    position: relative;
    margin: -15px 0 15px;
  }
}
.woocommerce .product-review.review-one .comment-list li .product-details__comment-box p {
  font-weight: 500;
  font-size: 16px;
  line-height: 188%;
  color: var(--amoxi-white, #FFFFFF);
  margin-bottom: -7px;
  padding-bottom: 0;
}
.woocommerce .product-review.review-one .woocommerce-Reviews .comment-respond .review-form-one__title {
  margin: 0;
  text-transform: capitalize;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  font-size: 22px;
}

.woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead th {
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  color: var(--amoxi-white, #FFFFFF);
  font-size: 22px;
  line-height: 20px;
  font-weight: 700;
  padding: 0 0 24px;
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14) !important;
  box-shadow: none;
}

.shop_table .product-name a {
  font-style: normal;
  padding-bottom: 0;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  font-weight: 700;
  font-size: 22px;
  text-transform: capitalize;
  margin: 0;
  color: var(--amoxi-white, #FFFFFF);
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.shop_table .product-name a:hover {
  background-size: 100% 1px;
  color: var(--amoxi-base);
}

.shop_table .amount,
.shop_table .product-subtotal .amount {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: var(--amoxi-text, #b2afa6);
  text-transform: uppercase;
  vertical-align: middle;
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding: 30px 0;
  letter-spacing: 0;
}

.shop_table tbody .cart_item .product-quantity .quantity-box .sub,
.shop_table tbody .cart_item .product-quantity .quantity-box .add {
  background-color: transparent;
  padding: 10px 12px;
}
.shop_table tbody .cart_item .product-quantity .quantity-box .input-text.qty.text {
  padding: 4px 4.5px 6px;
  appearance: textfield;
  font-family: var(--amoxi-font, "Plus Jakarta Sans", sans-serif);
  color: var(--amoxi-text, #b2afa6);
  outline: none;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
  text-align: center;
}

.woocommerce .shop_table .coupon input[type=text] {
  background-color: var(--amoxi-black6, #3A3B3F);
  padding-right: 30px;
  padding-left: 30px;
  outline: none;
  border: none;
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 500;
  margin-left: 17px;
  border-radius: 0;
  width: 270px;
  height: 54px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  display: inline-block;
  transition: all 500ms ease;
}
.woocommerce .shop_table .coupon .thm-btn {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0px;
  padding: 10px 30px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  border-radius: 0;
  font-size: 15px;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--amoxi-base, #ff621d);
  transition: all 0.4s ease-in-out;
  height: 54px;
}
.woocommerce .shop_table .coupon .thm-btn:hover {
  color: var(--amoxi-black2, #0E0F11);
}
.woocommerce .shop_table .coupon .thm-btn::before, .woocommerce .shop_table .coupon .thm-btn::after {
  content: "";
  height: calc(50% + 1px);
  width: 0%;
  position: absolute;
  z-index: -1;
  background-color: var(--amoxi-white, #FFFFFF);
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.woocommerce .shop_table .coupon .thm-btn::before {
  top: 0;
  right: 0;
  left: auto;
}
.woocommerce .shop_table .coupon .thm-btn::after {
  bottom: 0;
  left: 0;
  right: auto;
}
.woocommerce .shop_table .coupon .thm-btn:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.woocommerce .shop_table .coupon .thm-btn:hover::after {
  width: 100%;
  right: 0;
  left: auto;
}
.woocommerce .wc-proceed-to-checkout a,
.woocommerce .shop_table button[name=update_cart] {
  text-transform: capitalize;
  display: inline-flex;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  height: 54px;
  padding: 10px 30px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  border-radius: 0;
  z-index: 1;
  background: var(--amoxi-base);
  text-transform: uppercase;
  color: var(--amoxi-white, #fff);
  transition: all 0.4s ease-in-out;
}
.woocommerce .wc-proceed-to-checkout a:hover,
.woocommerce .shop_table button[name=update_cart]:hover {
  color: var(--amoxi-black2, #0E0F11);
}
.woocommerce .wc-proceed-to-checkout a::before, .woocommerce .wc-proceed-to-checkout a::after,
.woocommerce .shop_table button[name=update_cart]::before,
.woocommerce .shop_table button[name=update_cart]::after {
  content: "";
  height: calc(50% + 1px);
  width: 0%;
  position: absolute;
  z-index: -1;
  background-color: var(--amoxi-white, #fff);
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.woocommerce .wc-proceed-to-checkout a::before,
.woocommerce .shop_table button[name=update_cart]::before {
  top: 0;
  right: 0;
  left: auto;
}
.woocommerce .wc-proceed-to-checkout a::after,
.woocommerce .shop_table button[name=update_cart]::after {
  bottom: 0;
  left: 0;
  right: auto;
}
.woocommerce .wc-proceed-to-checkout a:hover::before,
.woocommerce .shop_table button[name=update_cart]:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.woocommerce .wc-proceed-to-checkout a:hover::after,
.woocommerce .shop_table button[name=update_cart]:hover::after {
  width: 100%;
  right: 0;
  left: auto;
}

.cart_totals h2 {
  font-style: normal;
  color: var(--amoxi-white, #FFFFFF);
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--amoxi-white, #FFFFFF) !important;
  box-shadow: none;
  padding-bottom: 20px;
}

.cart_totals .shop_table tbody th {
  font-style: normal;
  font-size: 16px;
  color: var(--amoxi-text, #b2afa6);
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form tbody tr:last-child td .thm-btn {
    position: relative;
  }
  .woocommerce .shop_table .coupon input[type=text] {
    max-width: 500px;
  }
  .woocommerce .cart-collaterals {
    justify-content: start;
  }
  .woocommerce .cart-collaterals .cart_totals {
    max-width: 100%;
  }
  .woocommerce-cart-form__contents td::before {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    color: var(--amoxi-text-dark, #2E2A20);
    text-transform: capitalize;
    font-family: var(--amoxi-font, "Plus Jakarta Sans", sans-serif);
  }
}
@media screen and (max-width: 375px) {
  .shop_table .coupon .thm-btn {
    margin-top: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .woocommerce .woocommerce-cart-form tbody tr:last-child td .thm-btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .wc-proceed-to-checkout a {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.woocommerce-checkout #customer_details h3 {
  text-transform: capitalize;
  margin: 0 0 34px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
  color: var(--amoxi-white, #FFFFFF);
  font-family: var(--amoxi-heading-font);
}

.woocommerce-checkout .col2-set .woocommerce-billing-fields input[type=text] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--amoxi-gray, #F4EDE4);
  padding-right: 20px;
  padding-left: 20px;
  outline: none;
  font-size: 14px;
  color: var(--amoxi-text, #7E7C76);
  font-family: var(--amoxi-font, "Plus Jakarta Sans", sans-serif);
  display: block;
  font-weight: 500;
}

.woocommerce-checkout #customer_details input[type=text],
.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single,
.woocommerce-checkout #customer_details input[type=tel],
.woocommerce-checkout #customer_details input[type=email] {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding: 0px 20px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  transition: all 500ms ease;
  background-color: transparent;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.woocommerce-checkout #customer_details input[type=text],
.select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout #customer_details input[type=tel],
.woocommerce-checkout #customer_details input[type=email] {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding: 0px 20px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amoxi-text, #b2afa6);
  transition: all 500ms ease;
  background-color: transparent;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  border: none;
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single:hover,
.woocommerce-checkout #customer_details input[type=text]:hover,
.select2-container--default .select2-selection--single .select2-selection__rendered:hover,
.woocommerce-checkout #customer_details input[type=tel]:hover,
.woocommerce-checkout #customer_details input[type=email]:hover {
  color: var(--amoxi-white, #FFFFFF);
  border-color: var(--amoxi-base, #ff621d);
}

.cart-collaterals .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.woocommerce-checkout #customer_details textarea {
  color: var(--amoxi-text, #b2afa6);
  height: 177px;
  width: 100%;
  background-color: transparent;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  padding: 20px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-transform: capitalize;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  transition: all 500ms ease;
}

.woocommerce-checkout #customer_details textarea:hover {
  border-color: var(--amoxi-base, #ff621d);
}

.woocommerce-checkout #order_review_heading {
  text-transform: capitalize;
  margin-bottom: 27px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  color: var(--amoxi-white, #FFFFFF);
  line-height: 31px;
  margin-bottom: 30px;
}

.woocommerce-order-details .shop_table thead th,
.shop_table thead th:first-child,
.woocommerce-checkout-review-order-table th:last-child {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  color: var(--amoxi-white, #FFFFFF);
  margin: 0;
  padding: 28px 0;
  text-shadow: 0 0 0.1px currentColor;
  border: none;
  border-top: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  border-bottom: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name,
form.woocommerce-checkout .shop_table tfoot tr th {
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", sans-serif);
  color: var(--amoxi-white, #FFFFFF);
  line-height: 21px;
  text-transform: uppercase;
}

form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-total:first-child,
form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name:first-child {
  padding-top: 25px;
}

form.woocommerce-checkout .shop_table tfoot tr.order-total th {
  color: var(--amoxi-white, #FFFFFF);
  text-shadow: 0 0 0.1px currentColor;
}

.woocommerce-checkout .shop_table .amount {
  color: var(--amoxi-text, #7E7C76);
  margin: 0;
  padding: 0 0 30px;
  border: none;
  font-family: var(--amoxi-font, "Plus Jakarta Sans", sans-serif);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-transform: capitalize;
}

.woocommerce-checkout-payment .wc_payment_methods,
.woocommerce-checkout-payment .place-order {
  background-color: transparent;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.woocommerce-checkout-payment .woocommerce-info {
  padding: 0;
  background-color: transparent;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  color: var(--amoxi-text, #b2afa6);
  font-size: 16px;
  font-weight: 500;
}

.woocommerce-checkout-payment .place-order {
  padding-top: 30px;
}

.woocommerce-checkout-payment #place_order {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0px;
  padding: 15px 30px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--amoxi-white, #FFFFFF);
  text-align: center;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--amoxi-base, #ff621d);
  transition: all 0.4s ease-in-out;
}
.woocommerce-checkout-payment #place_order:hover {
  color: var(--amoxi-black2, #0E0F11);
}
.woocommerce-checkout-payment #place_order::before, .woocommerce-checkout-payment #place_order::after {
  content: "";
  height: calc(50% + 1px);
  width: 0%;
  position: absolute;
  z-index: -1;
  background-color: var(--amoxi-white, #FFFFFF);
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.woocommerce-checkout-payment #place_order::before {
  top: 0;
  right: 0;
  left: auto;
}
.woocommerce-checkout-payment #place_order::after {
  bottom: 0;
  left: 0;
  right: auto;
}
.woocommerce-checkout-payment #place_order:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.woocommerce-checkout-payment #place_order:hover::after {
  width: 100%;
  right: 0;
  left: auto;
}

.woocommerce-MyAccount-navigation ul {
  background-color: var(--amoxi-gray, #F4EDE4);
}

.woocommerce-MyAccount-navigation ul li a {
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  z-index: 1;
  padding: 5.5px 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  color: var(--amoxi-text, #7E7C76);
}

.wc-blocks-filter-wrapper h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 89%;
  padding-bottom: 0;
  margin-top: -5px;
  text-transform: capitalize !important;
}

.shop-one__sidebar.sidebar.product__sidebar .widget-area.woo-widget .shop-category.product__sidebar-single.widget.sidebar__single.widget_amoxi_blog_categories_widget.product__categories .product__sidebar-title {
  font-style: normal;
  padding-bottom: 0;
  margin-top: -5px;
  border: none;
  font-size: 22px;
  color: var(--amoxi-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.318;
  text-transform: capitalize;
}

.comments-area .comment-form__title {
  font-size: 30px;
  font-weight: 700;
  color: var(--amoxi-text-dark, #2E2A20);
}

.woocommerce-active .content-area .woocommerce-ordering {
  float: left;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .woocommerce-active .content-area .woocommerce-ordering {
    float: right;
  }
}
.woocommerce-active .content-area .woocommerce-ordering::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  font-size: 10px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  color: var(--amoxi-base, #c7954a);
  transform: rotate(90deg);
}

.variations_form.cart select,
.woocommerce-active .content-area .woocommerce-ordering select {
  position: relative;
  height: 50px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--amoxi-black6, #3A3B3F);
  margin: 0;
  padding: 0;
  border-radius: 5px;
  padding-right: 20px;
  padding-left: 45px;
  color: var(--amoxi-white, #FFFFFF) !important;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  text-transform: capitalize;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  cursor: pointer;
  font-weight: 600;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: left 25.75px center;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.product-details__buttons .thm-btn.cart-btn::after {
  content: "\e923";
  font-weight: 300;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  margin-right: 1rem;
}

.woocommerce .cart.grouped_form .woocommerce-grouped-product-list.group_table .product-details__quantity {
  margin: 0 0;
}
.woocommerce .products .product .star-rating {
  font-size: 14px;
}

.product__item .product__item__btn.product__add-to-cart a,
.product__item .thm-btn {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0px;
  padding: 10px 30px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  border-radius: 5px;
  font-size: 15px;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--amoxi-black6, #3A3B3F);
  transition: all 0.4s ease-in-out;
}
.product__item .product__item__btn.product__add-to-cart a:hover,
.product__item .thm-btn:hover {
  color: var(--amoxi-white, #FFFFFF);
}
.product__item .product__item__btn.product__add-to-cart a::before, .product__item .product__item__btn.product__add-to-cart a::after,
.product__item .thm-btn::before,
.product__item .thm-btn::after {
  content: "";
  height: calc(50% + 1px);
  width: 0%;
  position: absolute;
  z-index: -1;
  background-color: var(--amoxi-base, #ff621d);
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.product__item .product__item__btn.product__add-to-cart a::before,
.product__item .thm-btn::before {
  top: 0;
  right: 0;
  left: auto;
}
.product__item .product__item__btn.product__add-to-cart a::after,
.product__item .thm-btn::after {
  bottom: 0;
  left: 0;
  right: auto;
}
.product__item .product__item__btn.product__add-to-cart a:hover::before,
.product__item .thm-btn:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.product__item .product__item__btn.product__add-to-cart a:hover::after,
.product__item .thm-btn:hover::after {
  width: 100%;
  right: 0;
  left: auto;
}

.product__item .product__item__btn.product__add-to-cart a:hover,
.product__item .thm-btn:hover {
  color: var(--amoxi-white, #fff);
}
.product__item .product__item__btn.product__add-to-cart a:hover::before,
.product__item .thm-btn:hover::before {
  height: 380%;
}

.product-one .added_to_cart {
  font-size: 12px;
  padding: 12px 16px;
}

.shop-one.product.news-sidebar .widget-inner h3 {
  margin: 0 0 20px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.woosw-list .add_to_cart_button::before {
  display: none;
}

.woosw-list .add_to_cart_button {
  padding: 16.5px 22px;
  background: var(--amoxi-base, #DF9E42);
  text-transform: capitalize;
  display: inline-flex;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  border-radius: 0;
  transform: scale(1);
  color: var(--amoxi-white, #fff);
}
.woosw-list .add_to_cart_button::before {
  content: "";
  background-color: var(--amoxi-primary);
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(100%, 0) rotate(-10deg);
  transform-origin: top right;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}
.woosw-list .add_to_cart_button:hover::before {
  transform: translate(0, 0);
}
.woosw-list .add_to_cart_button:hover {
  color: var(--amoxi-white, #fff);
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  border-radius: 0;
}

.single-product .woocommerce-product-details__short-description p {
  font-weight: 500;
}

.woocommerce-checkout-payment .wc_payment_methods li label {
  text-transform: capitalize;
  cursor: pointer;
  color: var(--amoxi-white, #FFFFFF);
  font-style: normal;
  font-weight: 400;
  font-size: 20x;
  font-family: var(--amoxi-heading-font);
  line-height: 21px;
}

.woocommerce-checkout-payment .wc_payment_methods li p {
  font-size: 16px;
  line-height: 30px;
}

.woocommerce .entry-summary .thm-btn.cart-btn {
  border-radius: 0;
}

.product-details__buttons .thm-btn.cart-btn {
  margin-left: 0px;
}

.wc-block-product-filter-price-slider .text input[type=text] {
  background-color: transparent !important;
  border: none !important;
  font-size: 16px !important;
  color: var(--amoxi-text, #838790) !important;
  font-weight: 500 !important;
  font-family: var(--amoxi-heading-font, "Marcellus", serif) !important;
  height: auto !important;
  padding: 0 !important;
  width: auto !important;
}

.wc-block-product-filter-price-slider__right input[type=text] {
  text-align: left;
}

.wc-block-product-filter-price-slider__range .range-bar {
  height: 5px !important;
  background: var(--amoxi-base) !important;
}

.wc-block-product-filter-price-slider__range {
  margin: 0 0 18px !important;
}

.wc-block-product-filter-price-slider__content {
  margin-top: 20px;
}

.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items tbody tr td.wc-block-cart-item__total {
  display: revert;
  justify-content: flex-end;
  margin: 0;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
  color: var(--amoxi-text, #b2afa6);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-family: var(--amoxi-heading-font);
  margin: 0 0 0px;
  text-transform: capitalize;
}

.wc-block-components-radio-control--highlight-checked, .wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option {
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid var(--amoxi-white, #FFFFFF);
}

.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option::after,
.wc-block-components-radio-control--highlight-checked::after {
  display: none;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  border: 1px solid var(--amoxi-base) !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked::before {
  background-color: var(--amoxi-base) !important;
}

.wc-block-components-radio-control__option {
  display: flex !important;
  margin: 0 !important;
  align-items: center !important;
  font-family: var(--amoxi-heading-font, "Marcellus", serif) !important;
  cursor: pointer !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 47px !important;
  text-transform: capitalize !important;
  color: var(--amoxi-white, #FFFFFF) !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.wc-block-components-checkout-return-to-cart-button {
  font-family: var(--amoxi-heading-font, "Marcellus", serif);
  font-weight: 400;
  font-size: 20px;
  color: var(--amoxi-primary) !important;
}
.wc-block-components-checkout-return-to-cart-button:hover {
  color: var(--amoxi-base) !important;
}

.wc-block-components-checkout-step__content > :last-child.wc-block-components-checkbox,
.wc-block-components-checkout-step__content > :last-child.wc-block-checkout__add-note {
  border: none;
}

.wc-block-components-checkbox label {
  position: relative !important;
  display: block !important;
  color: var(--amoxi-text, #838790) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  text-transform: none !important;
  cursor: pointer !important;
}

.wc-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  appearance: none;
  background-color: var(--amoxi-base);
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1em;
  height: 24px;
  margin: 0 0 0 1em;
  min-height: 24px;
  min-width: 24px;
  overflow: hidden;
  position: static;
  vertical-align: middle;
  width: 24px;
  border-radius: 50%;
}

.wc-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: var(--amoxi-white);
  height: 15px;
  margin-right: 0;
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  width: 15px;
  right: 4px;
  top: 6px;
}

.wc-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
  background: var(--amoxi-base);
}

.wc-block-checkout .wc-block-checkout__add-note .wc-block-components-textarea:focus,
.wc-block-checkout .wc-block-checkout__add-note .wc-block-components-textarea {
  font-size: 14px;
  font-weight: 600;
  color: var(--amoxi-text, #838790);
  height: 176px;
  width: 100%;
  background-color: var(--amoxi-gray2, #ededed);
  font-family: var(--amoxi-font, "Plus Jakarta Sans", sans-serif);
  padding: 25px 30px;
  border: none;
  outline: none;
  resize: none;
  margin-bottom: 0px;
  border: none;
  outline: none;
  box-shadow: none;
}

.wc-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: none;
  outline-offset: 0;
}

.wc-block-checkout .wc-block-components-text-input input[type=text],
.wc-block-checkout .wc-block-components-text-input input[type=text]:focus,
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__container,
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=text] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: transparent;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  padding-right: 30px;
  padding-left: 20px;
  outline: none;
  font-size: 14px;
  color: var(--amoxi-text, #838790);
  font-family: var(--amoxi-font, "Plus Jakarta Sans", sans-serif);
  display: block;
  font-weight: 600;
}

.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__container {
  padding-right: 0;
}

.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__select {
  border: none;
  color: var(--amoxi-text-gray, #636363);
}

.wc-block-checkout .wc-block-components-button:not(.is-link) {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0px;
  padding: 10px 30px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  border-radius: 5px;
  font-size: 15px;
  color: var(--amoxi-white, #FFFFFF);
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--amoxi-black6, #3A3B3F);
  transition: all 0.4s ease-in-out;
}

.wc-block-checkout .wc-block-components-button:not(.is-link):hover {
  color: var(--amoxi-white, #FFFFFF);
  background-color: var(--amoxi-base, #ff621d);
}

.wc-block-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=email] {
  background-color: transparent;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
  color: var(--amoxi-primary);
  padding: 25px;
}

.woocommerce-order-details .shop_table thead th {
  border: none;
}

.woocommerce-customer-details .woocommerce-columns {
  display: flex;
}

.woocommerce-customer-details .col-2,
.woocommerce-customer-details .col-1 {
  flex: 0 0 auto;
  width: 50%;
}

.woocommerce-MyAccount-content .shop_table thead th {
  font-size: 20px;
  color: var(--amoxi-text-dark, #2E2A20);
  text-transform: capitalize;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--amoxi-heading-font, "Plus Jakarta Sans", serif);
  margin: 0;
  padding: 28px 0;
  text-shadow: 0 0 0.1px currentColor;
  border: none;
}

.password-input {
  position: relative;
  display: block;
}

.show-password-input {
  position: absolute;
  left: 20px;
  top: -2px;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: none;
  color: var(--amoxi-text);
  font-size: 12px;
}
.show-password-input::after {
  content: "\f06e";
  font-family: "Font Awesome 5 Free";
}

.woocommerce-form-login label.woocommerce-form-login__rememberme, .woocommerce-form-register label.woocommerce-form-login__rememberme {
  position: relative;
  padding-right: 30px;
  margin-left: 0px;
  margin-bottom: 22px;
  color: var(--amoxi-text, #838790);
  text-transform: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
}
.woocommerce-form-login label.woocommerce-form-login__rememberme::after, .woocommerce-form-register label.woocommerce-form-login__rememberme::after {
  position: absolute;
  top: 5px;
  right: 0;
  content: "";
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
  transition: all 300ms ease;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.woocommerce-form-register input[type=checkbox],
.woocommerce-form-login input[type=checkbox] {
  display: none;
}

.woocommerce-form-login label.woocommerce-form-login__rememberme span:before,
.woocommerce-form-register label.woocommerce-form-login__rememberme span::before {
  position: absolute;
  top: 10px;
  right: 7px;
  display: block;
  border-bottom: 2px solid var(--amoxi-white, #FFFFFF);
  border-left: 2px solid var(--amoxi-white, #FFFFFF);
  content: "";
  width: 5px;
  height: 8px;
  pointer-events: none;
  transform-origin: 34% 66%;
  transform: rotate(-45deg);
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.woocommerce-form-login label.woocommerce-form-login__rememberme input[type=checkbox]:checked + span:before,
.woocommerce-form-register label.woocommerce-form-login__rememberme input[type=checkbox]:checked + span:before {
  opacity: 1;
}

.woosw-list table.woosw-items tr:hover td,
.woosw-list table.woosw-items tr:nth-child(2n) td {
  background-color: transparent;
}

.product-one--page {
  position: relative;
}
.product-one--page .product__item {
  padding: 0;
  border: none;
}
.product-one--page .product__item:hover {
  box-shadow: none;
}

.product__item__img img {
  transition: transform 500ms ease;
}

.product__item:hover .product__item__img img {
  transform: scale(1.05);
}

.product__item__title a:hover {
  color: var(--amoxi-base, #ff621d);
}

.product-details table tbody,
.product__card .variations_form .variations tbody {
  background-color: transparent;
}

.product-details table > tbody > tr > td,
.product-details table > tbody > tr > th,
.product-details table > tfoot > tr > td,
.product-details table > tfoot > tr > th,
.product-details table > thead > tr > td,
.product-details table > thead > tr > th,
table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th,
.product__card .variations_form .variations > tbody > tr > th {
  border: none;
  border: 1px solid RGBA(var(--amoxi-white-rgb, 255, 255, 255), 0.14);
}

.woocommerce .woocommerce-checkout-review-order table tbody,
.woocommerce .woocommerce-cart-form table tbody,
.woocommerce .cart-collaterals table tbody,
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main table tbody {
  background-color: transparent;
}

.product-details__socials {
  margin-top: 34px;
}

.woosw-item--info .woosw-item--time,
.woosw-item--info .woocommerce-Price-amount.amount {
  color: var(--amoxi-black, #1A1B1F);
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
  display: none;
}

.coupon-error-notice {
  color: var(--amoxi-text, #b2afa6);
  margin-top: 20px;
}

.blockOverlay {
  background-color: trasparent !important;
}

.added_to_cart.wc-forward {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0px;
  font-family: var(--amoxi-font, "DM Sans", sans-serif);
  text-align: center;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--amoxi-base, #ff621d);
  transition: all 0.4s ease-in-out;
  padding: 10px 30px;
  font-size: 15px;
  color: var(--amoxi-white, #FFFFFF);
  border-radius: 5px;
  text-transform: capitalize;
}

.product__item__content {
  padding: 30px;
  position: relative;
  text-align: center;
  padding-top: 0px;
}

.woosq-popup .product_title.entry-title {
  margin-bottom: 13px;
  font-size: 22px;
  color: var(--amoxi-black, #1A1B1F);
  font-weight: 700;
  line-height: 1.363;
}

.woosq-popup .woocommerce-Price-amount.amount {
  display: block;
  margin-top: 10px;
  color: var(--amoxi-black4, #131313);
}

.woosq-popup .product-short-description {
  color: var(--amoxi-text-gray, #636363);
}

.woosq-popup .quantity-box {
  border: 1px solid var(--amoxi-black, #1A1B1F);
}

.woosq-popup .quantity-box input {
  border-right: 1px solid var(--amoxi-black, #1A1B1F);
  border-left: 1px solid var(--amoxi-black, #1A1B1F);
  color: var(--amoxi-text, #b2afa6);
}

.woosq-popup .quantity-box input:focus {
  color: var(--amoxi-text-gray, #636363);
}

.woosq-popup .quantity-box button {
  color: var(--amoxi-text-gray, #636363);
}

.woosq-popup .amoxi-btn-two::before,
.woosq-popup .amoxi-btn-two::after {
  background-color: var(--amoxi-black, #1A1B1F);
}

.woosq-popup .amoxi-btn-two:hover,
.woosq-popup .amoxi-btn-two:hover .amoxi-btn-two__iocn {
  color: var(--amoxi-white, #FFFFFF);
}
