body{
    font-family: Arial, Helvetica, sans-serif;
}

.logo\.size{
    width:220px;
    height:200px;
}
.full{
    width:100%;
}
.info{
    margin:30px;
    text-align: center;
    height: 100%;
    opacity: 0;
    animation: slideInFromRight 1.5s ease-out forwards;
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.right{
    margin:30px;
    text-align: center;
    height: 100%;
    opacity: 0;
    animation: slideInFromRight 3s ease-out forwards;
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.info2{
    margin:30px;
    text-align: center;
    height: 100%;
}
.bottom{
    width:100%;
    height:auto;
    background-color: black;
}
.main-width{
    margin:30px;
}
.sites{
    width:100%;
    height:100%;
    background-color: black;

}
main{
    text-align: center;
    width:100%;
    height:200px;
    background-color:white;
    margin:50px;
}
h3{
    color: #0e0a0a;
    text-align: center;
    margin-bottom:500px;
}

* {box-sizing:border-box}

.slideshow-container {
    max-width: 1000px;
    margin: auto;
    width: 100%;
}
.slideshow-container img {
    width: 100%;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot {

}

.active, .dot:hover {
    background-color: #717171;
}

.fade {
    animation-name: fade;
    animation-duration: 10s;
    animation-fill-mode: forwards;
}

@keyframes fade {
    from {opacity: 0}
    to {opacity: 1}
}
.fade-in-text {
    opacity: 0;
    transform: translateY(30px); /* Start with the element slightly below its normal position */
    transition: opacity 2s ease-out, transform 1s ease-out;
}
.fade-in-text.visible {
    opacity: 1;
    transform: translateY(0); /* The element moves up to its original position */
}


.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); /* Changed to 'auto-fit' for better responsiveness */
    gap: 10px;
    width: 100vw; /* Full width of the viewport */
    height: 50vh; /* Full height of the viewport */
    margin: 0; /* Remove any default margin */
    padding: 10px; /* Add padding for spacing */
    box-sizing: border-box; /* Include padding in dimensions */
}


.block {
    position: relative;
    background: linear-gradient(45deg, #880c0c, rgba(211, 194, 194, 0.18));
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgb(35, 28, 28);
    animation: float 5s infinite ease-in-out;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

.block:before {
    content: "<div>";
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.block:after {
    content: "</div>";
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.code {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.9);
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    text-align: center;
    animation: codeFade 3s infinite ease-in-out;
}

@keyframes codeFade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.box{
    width: auto;
    height: auto;
    margin: 80px;
}
.form-label{
    color: white;
}
.form-check-label{
    color: white;
}
.color{
    color: white;
    text-align: center;
}
.arrow{
    height: 60px;
    width: 60px;
}
.call{
    height: 100px;
    width: 100px;
}

.container2 {
    height: auto;
    margin: 55px;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.bottom2{
    text-align: center;
    width: auto;
    height: 80px;
    background-color: black;
}
.mrg{
    margin: 5px;
}


* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.slideshow-container {
    width: 100%;
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.slideshow-container img {
    width: 100%;
    height: auto;
}

.card {
    width: 300px;
    height: 400px;
    margin: 15px;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.text5 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
    color: #fff;
    background-color: rgba(213, 213, 213, 0.5);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.text5:hover {
    background: #f1f1f1;
    color: #333;
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.text5:active {
    transform: scale(1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.text5 a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.text5 a:hover {
    color: #974e4e;
}

.text6 {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
    color: #fff;
    background-color: rgba(213, 213, 213, 0.5);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.text6:hover {
    background: #f1f1f1;
    color: #333;
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.text6:active {
    transform: scale(1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

footer {
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    border-top: 1px solid #444;
}

footer p {
  margin: 0;
  font-weight: 400;
}

footer a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #66ccff;
}

footer .social-icons {
  margin-top: 10px;
}

footer .social-icons i {
   font-size: 20px;
   color: #fff;
   transition: color 0.3s ease;
}

footer .social-icons a:hover i {
  color: #66ccff;
}

.message{
    width: 100%;
    height: 15em;
}

.long-input {
    width: 100%;
    height: 20em;
    box-sizing: border-box;
    resize: none;
    overflow: auto;
    text-align: start;
    line-height: 1.2;
    padding-top: 5px;
}

#cookieConsent {
    position: fixed;
    bottom: 20px;
    left: -100%;
    background-color: #333;
    color: #fff;
    padding: 15px;
    border-radius: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60em;
    z-index: 1000;
    transition: left 0.5s ease-in-out;
    font-family: 'Arial', sans-serif;
    opacity: 0.9;
}


#cookieConsent.show {
    left: 20px;
}


#cookieConsent button {
    background-color: #880c0c;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s;
}

#cookieConsent button:hover {
    background-color: #700c0c;
}

#cookieConsent a {
    color: #f0f0f0;
    text-decoration: none;
}

#cookieConsent a:hover {
    text-decoration: underline;
}



@media (max-width: 768px) {
    .slideshow-container {
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    #cookieConsent{
        width: 100%;
    }
    .slideshow-container {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .container2 {
        flex-direction: column;
        align-items: center;
        margin: 20px;
    }

    .card {
        width: 90%;
        margin-bottom: 20px;
    }
}
