@font-face {
  font-family: 'Helvetica Roman';
  src: url('../fonts/Helvetica Roman.ttf');
}

.privacy-heading {
  text-align: center;
  margin-top: 180px;
  font-size: 35px;
}

.privacy-date {
  text-align: center;
  margin-bottom: 80px;
  font-size: 18px;
  color: rgba(91, 164, 210, 0.842);
}

.privacy-content {
  text-align: justify;
  margin: 0 auto;
  width: 80%;
}

.list-item {
  margin-left: 150px;
  padding: 3px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: bold;
  color: rgba(91, 164, 210, 0.842);
}

.privacy-content ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
  color: aqua;
}

.privacy-content ol li {
  counter-increment: item;
  margin-bottom: 20px;
}

.privacy-content ol li::before {
  content: counter(item) ". ";
  font-weight: bold;
  color: rgba(236, 236, 236, 0.842);
}

.privacy-content ol li br {
  display: none;
}

.privacy-content ol li::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ccc;
  margin-top: 10px;
  
}

.privacy-content p {
  margin-bottom: 20px;
  color: aqua;
}


.container5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 150vh;
  margin-left: 200px;
  margin-top: 150px;
}


.container2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 400vh;
  margin-left: 200px;
  margin-top: 170px;
}



/* Media queries for different screen sizes */
@media only screen and (max-width: 1440px) {
  .container5 {
    margin-left:50px;
  }

  .container2 {
    margin-left: 20px;
  }
}
  


.cookie-heading {
  font-size: 40px;
  font-weight: bold;
  margin-top: 150px;
  margin-left:420px;
}

.cookie-heading1 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 150px;
  margin-left:570px;
}

.cookie-date {
  margin-left: 620px;
  font-size: 18px;
  color: rgba(91, 164, 210, 0.842);
  padding-bottom:50px;
}


.cookie-content {
  text-align: justify;
  width: 1100px;
  font-size: 16px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cookie-title {
  font-size: 18px;
  font-weight: bold;
  color: rgba(91, 164, 210, 0.842);
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}




/* Media queries for different screen sizes */
@media only screen and (max-width: 1440px) {

.cookie-title {
  margin-left:5rem;
  font-size: 15px;
}

.cookie-content,
.cookie-date
{
  font-size: 13px;
  margin-left:5rem;
}

.cookie-date {
  margin-left:510px;
}

.cookie-heading {
  font-size: 30px;
  margin-left:340px;
}

}

body {
  font-family: 'Wix Madefor Text', sans-serif;
  background-color: #181818;
  color: #ccc;
  overflow-x: hidden !important;
}

.icon {
  border-radius: 20px;
}

body::-webkit-scrollbar {
  width: 4px;
  height: 5px;
  cursor: pointer;
}

body::-webkit-scrollbar-track {
  background-color: #181818;
}

body::-webkit-scrollbar-thumb {
  background-color: #8e8e8e;
  border-radius: 5px;
  cursor: pointer;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #a4a4a459;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 10%; /* Adjust this value for the right margin, e.g., 10% */
  text-align: center;
  background-color: rgba(22, 22, 22, 0.7);
  z-index: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  width: 100%; /* Set the width to 100% to make it responsive */
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Helvetica Roman';
}

/* Media queries for different screen sizes */
@media only screen and (max-width: 1440px) {
  #header {
    right: 15%; /* Adjust this value for other desktop devices */
  }
  .besa-logo-footer {
 margin-bottom:0.2rem;
 margin-left: 2rem;
  }
}


.logo {
  display: inline-block;
  vertical-align: middle;
}

.besa-logo {
  height: 35px;
  border-radius: 40px;
  outline: none;
  box-shadow: none;
  background: transparent;
}

.title {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 200;
  margin-left: 10px;
}

#footer {
  background-color: rgba(22, 22, 22, 0.7);
  padding: 20px;
  text-align: center;
  margin-top: 200px;
  width: 100%;
  height: 12%;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 38rem; /* Adjust this margin for the base design */
  margin-bottom: 3.1rem; /* Equivalent to 50px for the base font size of 16px */
}

/* Media queries for different screen sizes */
@media only screen and (max-width: 1440px) {
  .box {
    margin-right: 30rem; /* Adjust this margin for other desktop devices */
  }
}

.besa-logo-footer {
  height: 2rem;
  border-radius: 5rem;
  margin-right: 0.5rem;
  margin-bottom:0.3rem;
}

.text-footer {
  font-size: 19px;
  width: 7rem;
  margin-bottom: 20px;
  color: #d4d4d4e5;
  font-weight: 500;
}

.original-footer {
  font-size: 13px;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 55px;
  margin-left:80px;
}

.footer-link {
  width: 10rem;
  margin:0;
  padding: 0;
}

.footer-link a {
  color: #f1f1f1;
  text-decoration: none;
  font-size: 16px;
  outline: none;
  box-shadow: none;
  background: transparent;
}

.footer-link a:hover {
  text-decoration: underline;
}




@media only screen and (max-width: 600px) {
  .privacy-heading {
    margin-top: 100px;
    margin-left: 10px;
    font-size: 18px;
  }


  .privacy-date {
    margin-bottom: 70px;
    font-size: 10px;
  }


  .privacy-content {
    width: 93%;
    margin-right: 5px;
    font-size: 10px;
    margin-left:10px;
  }

  .list-item {
    margin-left: -10px;
    font-size: 10px;
  }

  .container5 {
    margin-left: -70px;
    margin-bottom: 200px;
    width: 24rem;
  }

  .container2 {
    margin-left: -70px;
  }

  .cookie-heading {
    margin-left: 70px;
    font-size: 20px;
  }

  .cookie-heading1 {
    margin-left: 100px;
    font-size: 20px;
  }

  .cookie-date {
    margin-left: 120px;
    font-size: 10px;
    margin-bottom: 200px;
  }

  .cookie-content {
    width: 90%;
    font-size: 11px;
  }

  .cookie-title {
    font-size: 17px;
  }

  #header {
    right: 20px;
    padding-left: 0;
    width: 100%;
  }

  .title {
    font-size: 20px;
  }

  .box {
    position: absolute;
    top: 0;
    left: 0;
    margin-left:30px;
    margin-top: 0.4rem;
  }

  .besa-logo {
display: none;
  }
  
  .original-footer {
    position: absolute;
    top:56px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: 9px; /* Adjust the font size as needed */
  }

  .besa-logo-footer {
    height: 20px;
    border-radius: 50px;
    margin-right: 1px;
    margin-left:20px;
    margin-bottom:0.7rem;
    width: auto;
  }

  .footer-links {
    font-size: 9px;
    justify-content: flex-start;
    padding-left: 4rem;
    margin-bottom: 3.2rem;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }


.footer-link a {
  font-size: 9px;
  width: auto;
  padding-right: 0.4rem;
}

  .text-footer {
    font-size: 10px;
    margin-left:-1.4rem;
    margin-top: 0.2rem;
    font-weight: 500;
  }

  #footer {
    margin-top: 40px;
    width: 100%;
    height: 6%;
  }
}

/* Media queries for different screen sizes */
@media only screen and (min-width: 200px) and  (max-width: 600px)  {

  .cookie-title {
    font-size: 12px;
  }
  
  .cookie-content,
  .cookie-date
  {
    font-size: 10px;
  }

  .container5 {
    width: 390px;
    margin-bottom: 180px;
    margin-top: 80px;
  }

  .container2 {
    width: 390px;
    margin-bottom: 320px;
    margin-top: 320px;
  }
  
  
  .cookie-heading {
    font-size: 13px;
  }

  .cookie-heading1 {
    font-size: 13px;
    margin-left: 130px;
  }


  }
