@charset "utf-8";

.policy-container {
    max-width: 600px;
    margin: 50px auto;
    background-color: transparent;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    padding: 20px 30px;
    border-radius: 8px;
    box-sizing: border-box;
}

.policy-container h2 {
    color: #e53935;
    margin-bottom: 15px;
    font-weight: 600;
}

.policy-container p {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 0.7rem;
    color: #eee;
    z-index: 15100;
}

.policy-link {
  display: inline-block;
  margin-top: 10px;
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 14999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

.modal-content {
  font-family: 'Quicksand', sans-serif;     
  background-color: #111;
  padding: 30px;
  border-radius: 10px;
  width: 70%;
  max-width: 800px;
  line-height: 1.5;
  font-size: 0.7rem;
  color: white;
  text-align: left;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  position: relative;
  z-index: 15000;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  color: #aaa;
  cursor: pointer;
}

.close-btn:hover {
  color: #fff;
}

    /*========================= Screen 6000=========================*/ 
@media (max-width: 6000px)
{
    
.policy-link {
  font-size: 14px;
} 
.close-btn {
  font-size: 80px;
}

.modal {
  width: 100%; height: 100%;
}

.modal-content {
  width: 60%;
  max-width: 60%;
  line-height: 1.5;
  font-size: 2.5rem;
}

.policy-container {
    max-width: 60%;
    margin: 50px auto;
}

.policy-container h2 {
    margin-bottom: 15px;
    font-weight: 600;
}

.policy-container p {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 2.5rem;
}

}
    /*========================= Screen 3840=========================*/ 

@media (max-width: 3840px)
{
    
.policy-link {
  font-size: 14px;
} 
.close-btn {
  font-size: 80px;
}

.modal {
  width: 100%; height: 100%;
}

.modal-content {
  width: 60%;
  max-width: 60%;
  line-height: 1.5;
  font-size: 2.5rem;
}

.policy-container {
    max-width: 60%;
    margin: 50px auto;
}

.policy-container h2 {
    margin-bottom: 15px;
    font-weight: 600;
}

.policy-container p {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 2.5rem;
}

}
    /*========================= Screen 2560=========================*/ 

@media (max-width: 2560px)
{

.policy-link {
  font-size: 14px;
} 
.close-btn {
  font-size: 40px;
}

.modal {
  width: 100%; height: 100%;
}

.modal-content {
  width: 50%;
  max-width: 50%;
  line-height: 1.5;
  font-size: 1.2rem;
}

.policy-container {
    max-width: 60%;
    margin: 50px auto;
}

.policy-container h2 {
    margin-bottom: 15px;
    font-weight: 600;
}

.policy-container p {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 1.2rem;
}

}
    /*========================= Screen 1920=========================*/ 

@media (max-width: 1920px)
{

.policy-link {
  font-size: 14px;
} 
.close-btn {
  font-size: 40px;
}

.modal {
  width: 100%; height: 100%;
}

.modal-content {
  width: 60%;
  max-width: 60%;
  line-height: 1.5;
  font-size: 1.2rem;
}

.policy-container {
    max-width: 60%;
    margin: 50px auto;
}

.policy-container h2 {
    margin-bottom: 15px;
    font-weight: 600;
}

.policy-container p {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 1.2rem;
}

}
    /*========================= Screen 1340=========================*/ 

@media (max-width: 914px)
{

.policy-link {
  font-size: 14px;
} 
.close-btn {
  font-size: 20px;
}

.modal {
  width: 100%; height: 100%;
}

.modal-content {
  width: 60%;
  max-width: 60%;
  line-height: 1.5;
  font-size: 0.8rem;
}

.policy-container {
    max-width: 60%;
    margin: 50px auto;
}

.policy-container h2 {
    margin-bottom: 15px;
    font-weight: 600;
}

.policy-container p {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 0.8rem;
}

}

    /*========================= Screen 700=========================*/ 

@media (max-width: 700px)
{
.policy-link {
  font-size: 14px;
} 
.close-btn {
  font-size: 24px;
}
.modal-content {
  width: 70%;
  max-width: 800px;
  line-height: 1.5;
  font-size: 0.75rem;
}

.policy-container {
    max-width: 600px;
    margin: 50px auto;
}

.policy-container h2 {
    margin-bottom: 15px;
    font-weight: 600;
}

.policy-container p {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 0.75rem;
}

}