/* Add custom CSS styles below */ 

strong {
  font-weight: bold !important;
}

@media (min-width: 640px) {
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
  width: 100%;
}
}



.bg-\[var\(--footer-color\)\] {
  background-color: #000;
}

@media(min-width:900px){
.gap-x-3 {
  margin: 0 60px;
}
}

@media(min-width:900px){
.gap-x-2 {
  margin: 0 60px;
}
}

@media(max-width:900px){
.home-slider-position > .p-4 {
  padding-top: 20rem!important;
  text-align: center !important;
}
}

footer .made_perfection p, footer .made_perfection p a, footer .made_perfection p a:hover {
  color: #777;
}

.after\:border-\[var\(--footer-color\)\]::after {
  border-color: #626262;
  content: var(--tw-content);
}


@media (min-width: 1024px) {

.grid-itme > .flex {
  display: block;
}

.btn-currency{
  align-items: center;
  display: flex;
  margin: .5rem;
}


@media (min-width: 1280px) {
  .xl\:\!w-1\/4 {
    width: 33% !important;
  }
}

.testimonials-itme{
border-radius: 30px;

}

@media (min-width: 1024px) {
  .lg\:text-\[32px\] {
    font-size: 42px;
  }
}
@media (min-width: 640px) {
  .sm\:text-base {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 300;
  }
}

@media (max-width: 900px) {
.text-\[24px\] {
  font-size: 31px;
}
}

@media (max-width: 900px) {
.description{
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 300;
  margin-top: 15px;
}
}

@media (max-width: 900px) {
.text-\[11px\] {
  font-size: 14px;
}
}

@media (max-width: 900px) {
.statistics-list {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
}


@media (min-width: 1024px) {
  .lg\:text-2xl {
    font-size: 2rem;
    line-height: 2rem;
  }
}

@media (max-width: 900px) {
.animated-background-text > .text-base{
  font-size: 1.5rem;
  line-height: 1.5rem;
}
}

@media (min-width: 768px) {
  .md\:px-\[140px\]:where([dir="ltr"] *){
    padding-left: 740px;
    padding-right: 140px;
  }
}

@media (min-width: 1024px) {
  .lg\:w-3\/4:where([dir="ltr"] *){
    width: 100%;
  }
}

@media (min-width: 768px) {
  .md\:text-end:where([dir="ltr"] *){
    text-align: left;
  }
}
@media (min-width: 768px) {
  .md\:text-end:where([dir="rtl"] *){
    text-align: right;
  }
}