@charset "utf-8";
/* ***** extra large  devices** */
@media (min-width: 1400px) {
  .header_btn_volum [data-aos]
{
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}
}
/* ***** large  devices** */
@media (min-width: 1200px) {
  :root {
    --tsfs-scale: 0.65;
    --tsfs-scaleSm: 0.65;
    --tslh-scale: 0.88;
    --nafitha_icn_width:1;
    --tslogo-scaleH: 0.7;
    --tslogo-scaleF: 0.60;
  }

}

/* ***** medium  devices** */
@media (min-width: 992px) and (max-width: 1199.99px) {
  :root {
    --tsfs-scale: 0.55;
    --tsfs-scaleSm: 0.50;
    --tslh-scale: 0.78;
    --tslogo-scaleF: 0.75;  
    --nafitha_icn_width:1;
  }
}

/*  ***small devices****** */
@media (max-width: 991.99px) {
  :root {
    --tsfs-scale: 0.38;
    --tsfs-scaleSm: 0.45;
    --tslh-scale: 0.68;
    --tslogo-scaleF: 0.5;
    --nafitha_icn_width:1;
  }


 }

@media (min-width: 950px) {
 
}

/* *Extra small devices** */
@media (max-width: 767.99px) {
  :root {
    --tsfs-scale: 0.33;
    --tsfs-scaleSm: 0.47;

    --tslh-scale: 0.55;
    --tslogo-scaleH: 0.7;
    --tslogo-scaleF: 1.2;
    --nafitha_icn_width:0.90;
    --tsfs-15: calc(30px * var(--tsfs-scaleSm));
    --tsfs-13: calc(20px * var(--tsfs-scaleSm));
  }

  header .tsfs-28
  {
    font-size: 28px !important;
  }
  header .tsfs-30
  {
    font-size: 28px !important;
  }
  header .tsfs-18
  {
    font-size: 15px !important;
  }
	.carousel_Buttons {
   
    width: 40px !important;
    height: 40px !important;
 
}
 


  }


