body {
    width: 100%;
    overflow-x: hidden;
    max-width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(185, 70, 70);
    flex-direction: column;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.popup-18 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
  }
  
  .popup-18-box {
    background-color: rgb(0, 0, 0);
    padding: 30px;
    border-radius: 10px;
    max-width: 420px;
    width: 90%;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  }
  
  .popup-18-box h2 {
    margin-bottom: 15px;
  }
  
  .popup-18-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
  }
  
  .popup-18-buttons button {
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1rem;
  }
  
  .popup-yes {
    background-color: #fcfcfc;
    color: black;
  }
  
  .popup-no {
    background-color: #fcfcfc;
    color: black;
  }
  
  .popup-yes:hover {
    background-color: #45a049;
  }
  
  .popup-no:hover {
    background-color: #d32f2f;
  }

#cookie-banner {
    position: fixed;
    bottom: 0;
    
    right: 0;
    width: 50%;
    background-color: #00000096;
    border-top-left-radius: 50px;
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    align-items: end;
    z-index: 1000;
    font-family: sans-serif;
  }

  #cookie-banner p {
    margin: 0;
    max-width: 90%;
  }

  .cookie-buttons {
    display: flex;
    gap: 10px;
  }

  .cookie-buttons button {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
  }

  .accept-btn {
    background-color: #4caf50;
    color: white;
  }

  .decline-btn {
    background-color: #f44336;
    color: white;
  }

.header {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    
}

.header-container {
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 50px;

}

.header-logo {
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 2px 4px #2b2b2b;
    transition: transform 0.5s ease;
}

.header-logo:hover {
    transform: scale(1.1);
}
  
.header-links {
    display: flex;
    gap: 50px;
}

.header-links-el {
    text-decoration: none;
    text-shadow: 0px 2px 4px #2b2b2b;
    color: #e7e7e7;
    transition: transform 0.5s ease;
    text-transform: uppercase;
}

.header-links-el:hover {
    transform: scale(1.2);
}

.body {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.body-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 80%;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    gap: 20px;
}

.body-container h1 {
    text-align: center;
    font-size: 50px;
    color: rgb(185, 70, 70);
    text-shadow: 0px 1px 2px #000000;
    background-color: #e7e7e7;
    padding: 10px;
    border-radius: 20px;
    font-weight: 600;
    margin: 0;
}

.body-container h2 {
    font-size: 30px;
    color: #e7e7e7;
    text-shadow: 0px 1px 2px #2b2b2b;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.body-container p {
    font-size: 20px;
    color: #e7e7e7;
    text-shadow: 0px 1px 2px #2b2b2b;
    margin: 0;
}

.body-links {
    margin-top: 50px;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    display: grid;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    height: 100%;
}

.body-links-el {
    width: 90%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-around;
    background-color: #e7e7e7;
    border-radius: 50px;
    padding: 10px;
    box-shadow: 0px 2px 4px #2b2b2b;
    transition: transform 0.5s ease;
}

.body-links-el:hover {
    transform: scale(1.1);
}

.body-links-el-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.body-links-el-left img {
    width: 200px;
    height: auto;
    background-color: #660000f1;
    box-shadow: 0px 2px 4px #2b2b2b;
    border-radius: 50px;
}

.body-links-el-left p {
    margin: 0;
    text-shadow: 0px 2px 4px #2b2b2b;
}

.body-links-el-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 50%;
}

.body-links-el-right p {
    color: rgb(223, 86, 86);
    font-weight: 600;
    text-shadow: 0px 1px 2px #2b2b2b;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
}

.body-links-el-right a {
    padding: 10px 20px;
    background-color: rgb(255, 0, 13);
    border-radius: 20px;
    box-shadow: 0px 2px 4px #2b2b2b;
    transition: transform 0.5s ease;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
}

.body-links-el-right a:hover {
    transform: scale(1.1)
}

.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #000000;
    margin-top: 100px;
    justify-content: center;
    align-items: center;
}

.footer-wrapp {
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.footer-wrapp p {
    color: #ffffff;
    width: 80%;
    text-align: center;
}

.footer-top {
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 30px;
}

.footer-top img {
    width: 200px;
    height: auto;

}

.footer-bot {
    margin-top: 30px;
    display: flex;
    width: 100%;
    gap: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.footer-href {
    display: flex;
    gap: 20px;

}

.footer-href-el {
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    transition: transform 0.5s ease;
}

.footer-href-el:hover {
    padding: 10px;
    background-color: #FFFFFF;
    color: #2b2b2b;
    box-shadow: 0px 2px 4px #2b2b2b;
    border-radius: 20px;
}

.footer a{
    text-decoration: none;
}

.footer img {
    transition: transform 0.5s ease;
}

.footer img:hover {
    transform: scale(1.1)
}

.second-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.second-body-container {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
}

.second-body-container h1 {
    font-size: 50px;
    color: rgb(185, 70, 70);
    text-shadow: 0px 1px 2px #000000;
    background-color: #e7e7e7;
    padding: 10px;
    border-radius: 20px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.second-body-container p {
    font-size: 20px;
    color: #e7e7e7;
    text-shadow: 0px 1px 2px #2b2b2b;
    margin: 0;
}

.second-body-input {
    justify-content: center;
    margin-top: 50px;
    width: 100%;
    background-color: #FFFFFF;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 50px;
    box-shadow: 0px 2px 4px #2b2b2b;
}

.second-body-input-container h2 {
    font-size: 30px;
    color: rgb(185, 70, 70);
    padding-bottom: 10px;
    text-shadow: 0px 1px 2px #2b2b2b;
    font-weight: 500;
    margin: 0;
}

.second-body-input-container input {
    width: 100%;
    height: 50px;
    padding: 2px;
    padding-left: 10px;
    border-radius: 20px;
    border: none;
    box-shadow: 0px 2px 4px #2b2b2b;
}

.second-body-input-container textarea {
    width: 99%;
    height: 200px;
    padding: 5px;
    padding-left: 15px;
    border-radius: 20px;
    resize: none;
    border: none;
    box-shadow: 0px 2px 4px #2b2b2b;
}

.second-body-input button {
    width: 100%;
    height: 50px;
    padding: 5px;
    display: flex;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    background-color: rgb(185, 70, 70);
    font-weight: 600;
    transition: background-color 0.5s ease;
    border: none;
    box-shadow: 0px 2px 4px #2b2b2b;
} 

.links-wrapp {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.second-body-input button:hover {
    background-color: rgb(255, 19, 19);
}

.second-body-container-text {
    width: 80%;
}

.h2 {
    font-size: 30px;
    color: rgb(185, 70, 70);
    text-shadow: 0px 1px 2px #000000;
    background-color: #e7e7e7;
    padding: 10px;
    border-radius: 20px;
    font-weight: 600;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 20px;
}

span {
    color: rgb(0, 0, 0);
    font-style: italic;
    font-weight: 500;
}

.second-body-container-text a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-style: italic;
    text-shadow: 0px 1px 2px #2b2b2b;
    font-weight: 600;
} 

@media (max-width: 1200px) {
    .footer-top img {
        width: 100px;
    }

    .footer-bot img {
        width: 50px;
    }

    p { 
        font-size: 12px !important
    }

    a {
        font-size: 12px !important
    }

    h2 {
        font-size: 15px !important;
    }

    h1 {
        font-size: 25px !important;
        text-align: center;
    }
    
    .mobile {
        display: none;
    }
}