@import url("https://fonts.googleapis.com/css2?family=Kodchasan:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 62.5%;
  font-family: "Kodchasan", sans-serif;
}

html,
body {
  overflow-x: hidden;
}

.text-muted {
  color: #b6b6b6 !important;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
  margin: 0px;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Kodchasan", sans-serif;
}

a {
  transition: all 0.3s ease 0s;
  display: inline-block;
  color: #280F28;
  text-decoration: none;
  font-size: 1rem;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #FFDD55;
  outline: 0px;
}

ul {
  padding-left: 0px;
  list-style: none;
}

p {
  margin-bottom: 0.3em;
  font-size: 1rem;
}

.font-small {
  font-size: 0.9rem;
}

section {
  padding: 3em 0;
}

.text-white {
  color: #fff !important;
}

.unodered-list {
  list-style: none;
  padding-left: 0;
  padding-left: 2rem;
}
.unodered-list li {
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
.unodered-list li:before {
  content: "\f178";
  font-family: fontawesome;
  border: none;
  margin-right: 0.8rem;
  vertical-align: 0;
  font-size: 1.2rem;
  color: #280F28;
}
.unodered-list li b {
  color: #280F28;
}

.very-thin {
  font-weight: 300 !important;
}

.text-bigger {
  font-size: 1.4rem;
}

.img-extra-border {
  border-radius: 1.5rem;
}

.form-control {
  min-height: 3rem;
  border-radius: 1.5rem;
}

.chat {
  font-size: 1.6rem !important;
}

.btn-outline-primary {
  border-color: #fff;
}

.btn-cta {
  background-color: #E7E7E7;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #E7E7E7;
  transition: all 0.7m;
}
.btn-cta :hover {
  color: #E7E7E7;
  background-color: transparent;
}

.btn-primary {
  background-color: #280F28;
  border: 1px solid #280F28;
}
.btn-primary:hover {
  color: #280F28;
  border: 1px solid #280F28;
  background-color: transparent;
}

.btn-main {
  background-color: #FFDD55;
  color: #000;
  border-radius: 10px;
  border: 1px solid #FFDD55;
  transition: all 0.7s;
  padding: 0.5rem 1rem;
  font-weight: 600;
}
.btn-main:hover {
  color: #280F28;
  border: 1px solid #280F28;
  background-color: transparent;
}

.btn-main-reverse {
  background-color: transparent;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
  transition: all 0.7s;
  padding: 0.5rem 1rem;
  font-weight: 600;
}
.btn-main-reverse:hover {
  color: #fff;
  background-color: #fff;
  color: #fff;
}

.section-heading {
  text-align: center;
  margin-bottom: 1em;
}
.section-heading h1 {
  position: relative;
  margin-bottom: 1em;
}
.section-heading h1::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 0.03rem;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
}
.section-heading h2 {
  font-size: calc(1.375rem + 1vw);
  font-weight: 600;
  margin-bottom: 0.5em;
  position: relative;
  color: #1c1c1c;
}
.section-heading h2::after {
  background: #1c1c1c;
  content: "";
  position: absolute;
  width: 100px;
  height: 0.03rem;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
}
.section-heading h2::before {
  background: #1c1c1c;
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
}
.section-heading p {
  font-size: 1rem;
}

.navbar {
  padding: 0;
  width: 100%;
  max-width: 100%;
  background: transparent;
  background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
  margin: 0 0.8rem;
}

.navbar-brand img {
  width: 100%;
}

.navbar-collapse {
  justify-content: end;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
  position: fixed;
  border-top: 2px solid #E7E7E7;
}
.navbar-nav li:hover > ul.dropdown-menu li {
  padding: 0.5em 0.6em;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

.dropdown-toggle::after {
  content: "\f107";
  font-family: fontawesome;
  border: none;
  margin-left: 0.05em;
  vertical-align: 0;
  font-size: 1rem;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-item.dropdown ul li a {
  color: #E7E7E7;
  padding: 0 0.3em;
}

.navbar-light .navbar-nav li {
  padding-right: 0.3em;
  text-transform: capitalize;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #E7E7E7;
}

.nav-link.active {
  color: #E7E7E7 !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #FFDD55;
}

.dropdown-menu {
  padding: 0.6rem 1rem;
  background: #1c1c1c;
  transition: all 0.5s;
}

.dropdown-item {
  font-size: 1.1rem;
  font-weight: 500;
}

.fixed-top.scrolled {
  background-color: #1c1c1c !important;
  transition: background-color 500ms linear;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
  color: #FFDD55 !important;
}

.form-inline {
  border: 1px solid #434343;
  background: #434343;
  padding: 0.3em 1em;
  border-radius: 5px;
  margin-left: 1.5em;
}
.form-inline a {
  font-weight: 500;
  font-size: 1.1rem;
  color: #fff;
}

.form-inline:hover {
  border: 1px solid #FFDD55;
  background: transparent;
  transition: all 0.8s;
}
.form-inline:hover a {
  color: #FFDD55;
}

section.slider-section {
  padding-top: 0;
  padding-bottom: 0;
}
section.slider-section a {
  width: 100%;
}
section.slider-section a img {
  width: 100%;
  border-radius: 0;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

section.our-brands {
  background-color: #E7E7E7;
  margin: 0;
  position: relative;
  margin-top: -0.3rem;
  padding: 0.5rem 0 0;
}
section.our-brands .brands-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
section.our-brands .brands-wrapper .brand-item img {
  max-width: 145px;
}

.product-cart-wrap {
  position: relative;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.2s;
}
.product-cart-wrap .product-img-action-wrap {
  position: relative;
  background-color: #f6f6f6;
  overflow: hidden;
  max-height: 320px;
  padding: 15px 15px 0 15px;
}
.product-cart-wrap .product-img-action-wrap .product-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transform: scale(1);
  transition: all 0.3s ease 0s;
}
.product-cart-wrap .product-img-action-wrap .product-img :hover {
  transform: scale(1.1);
}
.product-cart-wrap .product-badges {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 9;
}
.product-cart-wrap .product-badges span {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 0.7;
  border-radius: 15px 0 20px 0;
  color: #000;
  padding: 9px 30px 7px 15px;
  transition: all 0.3s ease 0s;
}
.product-cart-wrap .product-badges span.hot {
  background-color: #FFDD55;
}
.product-cart-wrap .product-badges span.new {
  background-color: #280F28;
  color: #FFDD55;
}
.product-cart-wrap .product-badges span:last-child {
  margin-right: 0px;
}
.product-cart-wrap .product-content-wrap {
  padding: 0 20px 20px 20px;
}
.product-cart-wrap .product-content-wrap h2 {
  font-weight: 600;
  margin: 0.3rem 0.2rem 0 0;
}
.product-cart-wrap .product-content-wrap h2 a {
  color: #000;
  font-size: calc(0.8rem + 0.3vw);
}
.product-cart-wrap .product-content-wrap h2 a:hover {
  color: #FFDD55;
}
.product-cart-wrap .product-content-wrap .product-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.3em;
}
.product-cart-wrap .product-content-wrap .product-meta span i {
  color: #3bb77e;
}
.product-cart-wrap .product-content-wrap .product-meta .product-price span {
  font-size: 18px;
  font-weight: 600;
  color: #3bb77e;
}
.product-cart-wrap .product-content-wrap .product-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.3em;
}
.product-cart-wrap .product-content-wrap .product-card-bottom .add-cart {
  cursor: pointer;
}
.product-cart-wrap .product-content-wrap .product-card-bottom .add-cart .add {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 20px 6px 20px;
  border: 1px solid #280F28;
  border-radius: 4px;
  background-color: #280F28;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.6s;
}
.product-cart-wrap .product-content-wrap .product-card-bottom .add-cart .add i {
  margin-right: 0.5em;
}
.product-cart-wrap .product-content-wrap .product-card-bottom .add-cart .add:hover {
  background-color: transparent;
  color: #280F28;
}

.owl-dots {
  position: absolute;
  top: calc(90% - 20px);
  width: 107%;
  left: -21px;
}
.owl-dots .owl-dot span {
  background: #f1fdd2 !important;
}
.owl-dots .owl-dot.active span {
  background: #E7E7E7 !important;
}

.owl-nav button {
  position: absolute;
  top: calc(50% - 21px);
  border: 1px solid #512da8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.owl-prev {
  left: 0;
  display: flex;
  background: #fff;
}
.owl-prev i {
  margin: auto;
  font-size: calc(1.375rem + 1vw);
  color: #E7E7E7;
  padding: 0.2em 0.4em;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 8px -6px;
}

.owl-next {
  right: 1.8rem;
  display: flex;
  background: #fff;
}
.owl-next i {
  margin: auto;
  font-size: calc(1.375rem + 1vw);
  color: #E7E7E7;
  padding: 0.2em 0.4em;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 8px -6px;
}

.owl-theme .owl-nav :hover {
  background: none !important;
  color: #280F28 !important;
}

section.main-about .special-image video {
  position: relative;
  z-index: 1;
  border-radius: 3rem;
}
section.main-about .special-image video:after {
  border: 5px solid #62d2a2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  z-index: -1;
}
section.main-about h3 {
  color: #E7E7E7;
  margin: 1rem 0 2rem;
  padding: 1rem 2.5rem;
  border-radius: 10rem;
  border: 2px solid #E7E7E7;
}

.about-content .content-sub {
  font-size: 1.2rem;
  color: #280F28;
  position: relative;
}
.about-content .content-sub span {
  color: #000;
  font-weight: 600;
  margin-right: 0.3rem;
}
.about-content .content-sub::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #280F28;
  bottom: 0px;
  left: 12.5%;
  transform: translate(-85%, -48%);
  border-radius: 30px;
}
.about-content p {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.about-content p.strong {
  font-weight: 600;
}
.about-content h3 {
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 1.5rem 0 0.3rem;
  border-radius: 0.6rem;
  padding: 0.5rem 1rem;
  border: 1px solid #fff;
  text-align: center;
}
.about-content h2 {
  margin-bottom: 0.8rem;
  color: #280F28;
  font-size: 1.7rem;
}
.about-content h2 span {
  background-color: #FFDD55;
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
  text-transform: capitalize;
}

h2 {
  margin-bottom: 0.8rem;
  color: #280F28;
}

section.main-usp {
  background-image: url(https://studiomaker.in/wp-content/themes/studiomaker/assets//img/home-about-bg-copy.jpg);
  padding: 5.5rem 0;
  background-repeat: repeat-x; /* or repeat-y, or no-repeat */
  background-position: 0 0; /* Initial position */
  animation: background-scroll 10s linear infinite alternate; /* Adjust duration, timing, and iteration */
  color: #fff;
}
section.main-usp .section-heading h2 {
  color: #fff;
}
section.main-usp .section-heading p {
  color: #fff;
}
section.main-usp .usps {
  display: flex;
  gap: 5rem;
  align-items: center;
  justify-content: center;
}
section.main-usp .usps .usp-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  flex-direction: column;
}
section.main-usp .usps .usp-item .usp-icon h4 {
  color: #FFDD55;
  font-size: 3rem;
  font-weight: 700;
}
section.main-usp .usps .usp-item .usp-content {
  text-align: left;
}
section.main-usp .usps .usp-item .usp-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #E7E7E7;
  color: #FFDD55;
}
section.main-usp .usps .usp-item .usp-content p {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
}

/* Home Banner Section */
.home-banner-sec .banner-image img {
  width: 100%;
  border-radius: 20px;
  transform: scale(1);
  transition: all 0.8s;
}
.home-banner-sec img:hover {
  transform: scale(1.02);
  border-radius: 10px;
}

.category-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.category-products .category-item {
  padding: 0.3rem;
  background-color: #f3f6f5;
  padding: 0.5rem;
  border-radius: 1.5rem;
  text-align: center;
}
.category-products .category-item h4 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 0.8rem;
  color: #280F28;
}
.category-products .category-item:hover {
  color: #FFDD55;
}
.category-products .category-item img {
  width: 100%;
  border-radius: 20px;
  transform: scale(1);
  opacity: 1;
  transition: all 0.8s;
}
.category-products .category-item img:hover {
  transform: scale(1.02);
  opacity: 0.9;
  border-radius: 10px;
}

section.home-category {
  padding: 5rem 0;
}

.products-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.products-categories .category-item {
  padding: 0.3rem;
  background-color: #f3f6f5;
  padding: 0.5rem;
  border-radius: 1.5rem;
  text-align: center;
}
.products-categories .category-item h4 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 0.8rem;
  color: #280F28;
}
.products-categories .category-item:hover {
  color: #FFDD55;
}
.products-categories .category-item img {
  width: 100%;
  border-radius: 20px;
  transform: scale(1);
  opacity: 1;
  transition: all 0.8s;
}
.products-categories .category-item img:hover {
  transform: scale(1.02);
  opacity: 0.9;
  border-radius: 10px;
}

section.why-choose-us {
  background-color: #f3f6f5;
}

section.main-cta {
  background-color: #FFDD55;
  color: #280F28;
}
section.main-cta h3 {
  font-size: 2.2rem;
}
section.main-cta p {
  font-size: 1.2rem;
}
section.main-cta .btn-cta {
  font-size: 2rem;
  border: 1px solid #280F28;
  padding: 0.3rem 1.2rem;
  color: #280F28;
}
section.main-cta .btn-cta:hover {
  background-color: #280F28;
  color: #E7E7E7;
}

section.contact-us {
  padding: 5.5rem 0;
}

.contact-cards {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-cards li {
  background: #1c1c1c;
  padding: 0.8rem 1.1rem;
  list-style: none;
}
.contact-cards li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  gap: 0.5rem;
}
.contact-cards li a i {
  font-size: 3rem;
}
.contact-cards li:nth-child(2) {
  background: #181818;
}
.contact-cards li:nth-child(3) {
  background: #000;
}

.form-row {
  background-color: #E7E7E7;
  color: #000;
}
.form-row button {
  font-size: 1.2rem;
}

.map-iframe {
  border-radius: 1.5rem;
  margin-bottom: 1rem;
}

section.contact-us-sec h2 {
  color: #fff;
}
section.contact-us-sec ul li {
  margin: 0.4rem 0;
}
section.contact-us-sec ul li a {
  font-size: 1.4rem;
}
section.contact-us-sec .social-media-icons ul li {
  margin: 0.2rem 0.5rem;
}
section.contact-us-sec .social-media-icons ul li a i {
  font-size: 2rem;
  color: #280F28;
}

.testimonial-slider .item .card {
  display: flex;
  gap: 1rem;
  flex-direction: row;
  padding: 0.8rem 1rem;
  border-radius: 0.8rem;
}
.testimonial-slider .item .card img {
  max-width: 180px;
  border-radius: 100%;
}
.testimonial-slider .item .card .card-body {
  text-align: left;
}

section.page-header {
  padding: 5rem 0;
  background-color: #1c1c1c;
  text-align: center;
}
section.page-header h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #E7E7E7;
  margin-bottom: 1rem;
}
section.page-header p {
  font-size: 1.2rem;
  color: #fff;
}
section.page-header #breadcrumbs span a {
  color: #fff;
}
section.page-header #breadcrumbs span a:hover {
  color: #FFDD55;
}
section.page-header #breadcrumbs span.breadcrumb_last {
  color: #FFDD55;
}

section.our-team {
  padding: 6rem 0;
}
section.our-team .team-slider .item .team-member img {
  border-radius: 1.5rem;
  margin-bottom: 1.2rem;
}
section.our-team .team-slider .item .team-content {
  text-align: center;
}
section.our-team .team-slider .item .team-content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5rem;
}

.accordion {
  border-radius: 1.5rem;
}
.accordion .accordion-item:first-of-type {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.accordion .accordion-item:last-of-type {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.accordion .accordion-item .accordion-header {
  background: transparent;
}
.accordion .accordion-item .accordion-header button {
  background: transparent;
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
}
.accordion .accordion-item .accordion-header button:focus {
  border-color: transparent;
  box-shadow: none;
}
.accordion .accordion-item .accordion-body {
  font-size: 1.2rem;
}
.accordion .accordion-item .accordion-body a {
  color: #280F28;
}
.accordion .accordion-item .accordion-body li img {
  max-width: 32px;
}

.product-icons {
  display: grid;
  grid-template: 130px/auto auto auto auto auto auto;
  grid-gap: 1rem;
  padding: 10px;
  margin: 1.2rem 0;
}
.product-icons .item {
  margin-bottom: 0.5rem;
}
.product-icons .item img {
  max-width: 120px;
}

.product-gallery {
  margin: 0.5rem auto;
}
.product-gallery .main-image {
  overflow: hidden;
}
.product-gallery .main-image img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ddd;
  transition: transform 0.3s ease-in-out;
}
.product-gallery .main-image:hover img {
  transform: scale(1.6);
}
.product-gallery .thumb img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
}
.product-gallery .thumb.active img {
  border-color: #000;
}
.product-gallery .product-main.owl-dots {
  top: calc(100% + 8px);
}

section.product {
  padding: 7rem 0 3rem !important;
}

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

.gallery img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 5px;
  transition: transform 0.3s;
}

.gallery img:hover {
  transform: scale(1.05);
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

footer {
  padding: 3em 1em 0;
  background-color: #1c1c1c;
  color: #fff;
}
footer h4 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0.2rem;
  color: #fff;
}
footer .footer-logo {
  margin: 0 auto;
}
footer p {
  color: #fff !important;
}
footer nav ul {
  display: block;
  margin-bottom: 1.5rem;
}
footer nav ul li {
  width: 100% !important;
  display: inline;
  margin-right: 10px;
  line-height: 1.6;
}
footer ul li {
  line-height: 2.4;
  font-size: 1.2rem;
  color: #fff;
  display: flex;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #FFDD55;
}
footer .footer-bottom {
  border-top: 1px solid #9b919b;
  padding: 1.5em 0;
}
footer .footer-bottom ul.footer-menu {
  display: flex;
  gap: 20px;
  float: right;
}

.social-media-icons {
  margin-top: 2em;
}
.social-media-icons ul {
  display: flex;
  gap: 10px;
}
.social-media-icons li {
  margin-right: 0.7rem;
}
.social-media-icons li i {
  font-size: 1.4rem;
  color: #E7E7E7;
}
.social-media-icons li i:hover {
  color: #FFDD55;
}

section.events {
  padding: 5rem 0;
}
section.events .articles-list .item {
  align-items: center;
  justify-content: left;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 2rem 1rem;
  border-radius: 1rem;
  margin-bottom: 0.9em;
  filter: drop-shadow(4px 5px 6px #dbdbdb);
}
section.events .articles-list h3 a {
  font-size: 1.4rem;
  color: #000;
}
section.events .articles-list h3 a:hover {
  color: #FFDD55;
}
section.events .articles-list .owl-dots {
  top: calc(107% - 20px);
}

.get-started {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: -webkit-fill-available;
  padding: 0 2em;
}
.get-started .main-btn-static {
  width: 100%;
}
.get-started .main-btn-static .btn-important {
  width: 100%;
}

.get-started.hide {
  display: none;
}

.small-width {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.small-width-2 {
  max-width: 54rem;
  margin: 0 auto;
}

/* Chat Icon */
.chat-icon {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  text-align: center;
  position: fixed;
  right: 3rem;
  bottom: 6rem;
  z-index: 20;
  transform: translateY(10rem);
}

.chat-icon.show {
  transform: translateY(0);
}

.hero-scroll-wrapper {
  position: absolute;
  right: 7.5rem;
  bottom: -2rem;
}

.hero-scroll {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative;
  background-color: #35d766;
  border: 1px solid #7dffa5;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  display: inline-block;
  margin-left: 0.5rem;
}

.hero-scroll-icon {
  position: absolute;
  top: 47%;
  transform: translateY(-50%) !important;
  text-decoration: none;
  color: #ecfff1;
  font-size: 3rem;
  overflow: hidden;
  left: 0;
  right: 0;
}
.hero-scroll-icon:hover {
  color: #fff;
}

.chat-icon .hero-scroll-icon {
  font-size: 1.6rem;
}

.chat-icon .hero-scroll-icon svg {
  width: 40px;
}

.chat-notification {
  background-color: var(--main-color);
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  top: 3px;
  right: 0;
}

.hero-scroll-icon .fa {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: block;
}

.hero-scroll-icon .fa:last-child {
  opacity: 0;
  transform: translateY(-1.5rem);
}

.hero-scroll:hover {
  box-shadow: 0 0 0.7rem 0.1rem #73ec98;
}

.hero-scroll:hover .fa:first-child {
  transform: translateY(-1rem);
  opacity: 0;
}

.hero-scroll:hover .fa:last-child {
  transform: translateY(-3rem);
  opacity: 1;
}

.chat-icon .hero-scroll .fa {
  transform: translateY(0) !important;
  opacity: 1 !important;
  font-size: 1em;
}

.wp-block-list li {
  font-size: 1.1rem;
}
.wp-block-list p {
  font-size: 1.1rem;
}

@keyframes background-scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 100%; /* Scrolls horizontally */
  }
}/*# sourceMappingURL=style.css.map */