body {
  margin: 0;
  line-height: normal;
}
  
:root {
  /* fonts */
  --font-poppins: Poppins;
  --heading-h2: Roboto;
  --font-pt-sans: "PT Sans";

  /* Colors */
  --white: #fff;
  --black: #000;
  --color-coral: #f47a46;
  --color-antiquewhite: #ffedd7;
  --color-darkorange-100: #fe9515;
  --color-darkorange-200: #fe8c00;
  --color-darkorange-300: rgba(254, 140, 0, 0.5);
  --color-gainsboro: #e6e6e6;
  --color-darkslategray-100: #484848;
  --color-darkslategray-200: #444;
  --color-darkslategray-300: #383838;
  --color-darkslategray-400: #0f2941;
  --neutral-gray: #8d8d8d;
  --color-gray-100: #7d7d7d;
  --color-gray-200: #767676;
  --color-gray-300: #222;
  --color-gray-400: #111b19;
  --color-gray-500: #161616;
  --color-gray-600: #121212;
  --color-gray-700: #060606;
  --color-gray-800: rgba(255, 255, 255, 0.32);
  --color-gray-900: rgba(0, 0, 0, 0.75);
  --color-floralwhite: #fff7ec;
  --color-tomato: #ff6d2f;
  --color-darkgray-100: #a5a5a5;
  --color-darkgray-200: #9c9c9c;
  --light-grey: #f4f4f4;
}


/* global styles */
* {
  margin: 0; 
  padding: 0; 
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; 
}
*:after,*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
table { 
  border-collapse: collapse; 
  border-spacing: 0;
}
fieldset,img{
  border: 0;
  display: initial;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal; 
  font-weight: normal; 
}
ol,ul { 
  list-style: none;
}
caption,th {
  text-align: left;
}
q:before,q:after {
  content: '';
}
abbr,acronym { 
  border:0;
}
header,nav,section,article,aside,footer,hgroup,figure {
  display: block; 
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
::-webkit-scrollbar { 
  width: 4px;
}

input[type=number] {
  -moz-appearance: textfield;
}
button:focus, input:focus {
  outline: none;
  box-shadow: none!important;
  outline-color: transparent;
  outline-width: 0;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,figure {
  margin-bottom: 0;font-family: "Belleza"; 
}
html, body {
  scrollbar-width: thin;
  max-width: 100%;
  overflow-x: hidden; 
  font-family: "Belleza";
}
.modal-content {
  border: 0;
}
.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}
a, a:hover {
  text-decoration: none;
  outline: 0;
  outline-color: transparent;
  outline-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  font-size:16px;
  width: 100%!important;
  overflow-x: hidden;
  font-family:apice;
  font-weight: normal;
  font-style: normal;
}
.form-group {
  position: relative;
}


.scrollable-element {
  scrollbar-width: thin;
}
::-webkit-scrollbar { 
  display: none;
}
html {
  scroll-behavior: smooth;
}
img {
  width: 100%;
  height: auto; 
  padding: 0; 
  margin: 0 ;
}
#navbar_top {
  transition: position 3s linear !important ;
}
#navbar_top.fixed-top {
  position: fixed; 
  transition: all 1s ease;
}
.fixed-top {
  transition: all 3s ease 
}
a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: var(--white);
}
