/*

Zoom Template

http://www.templatemo.com/tm-414-zoom

*/

body, html { overflow-x:hidden; }

body {
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Raleway', sans-serif;
    font-style: normal; 
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Raleway', sans-serif; }

.blue { color: #6CF; }

.green { color: #CF0; }

h2 {
	padding: 10px 0;
}

p {
	padding: 10px 0;
	text-align: justify;
}

a {
	color: #FF6;
}

a:hover {
	color: #F60;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}
/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99; /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-image: url(../images/status.gif); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px; /* is width and height divided by two */
}

/*general*/
#main-wrapper {
     overflow: hidden;
}

.templatemo-logo {
	z-index: 1;
}
.templatemo-site-title { 
    color: #fff !important; 
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
}

.templatemo-site-title a {
	color: #fff;
	text-decoration: none;
}

.templatemo-site-title a:hover {
	text-decoration: none;
}

.event-bg {
    width: 250px; /* Increased width for rectangular shape */
    height: 200px; /* Retained height */
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease; 
    margin: 0 auto; 
    position: relative; /* To allow absolute positioning of child elements */
    margin-bottom: 10px;  /* Some spacing between the rectangle and the text */
}

.event-bg:hover {
    transform: scale(1.1); /* This will zoom-in the background image by 10% on hover */
}

.event-bg h2 {
    /* Remove properties related to positioning within the rectangle */
    color: white;  /* Retain the color specification */

    /* The following properties aren't necessary anymore */
    /* z-index: 2; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* z-index: 3; */

    /* Add some other styles if needed, e.g., for spacing or text alignment */
    text-align: center;  /* Center align the text */
    margin-top: 10px;    /* Add some space between the rectangle and the text */
}


.overlay {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);  /* Initially transparent */
    transition: background 0.3s ease;
}

.event-bg:hover .overlay {
    background: rgba(0, 0, 0, 0.3);  /* On hover, add a slight blackout */
}


img.slide {
    width: 100%; 
    z-index: -9999999; 
    position: absolute;
}

.active {
    display: block;
}

.inactive {
    /* left: 703px; */
    display: none;
}

.image-section {
    position: fixed;
}

.image-container {
    position: relative;
}

.image-container img {
    position: absolute;
}

.templatemo-content {
    position: static;
    overflow: hidden; 
    margin-top: 20%;
    padding-bottom: 6%;
}

.black-bg {
    background-color: rgba(0,0,0,0.8);
}
.black-bg:before, .black-bg:after {
    content: "";
    display: table;
    line-height: 0;
}
.black-bg:after {
    clear: both;
}
    
.templatemo-content section {
    font-family: 'Raleway', sans-serif;
    position: relative; 
    overflow: hidden;
    top: 0; 
    padding-bottom: 20px;
}


.templatemo-content-wrapper {
    overflow:hidden;
}

.templatemo-content h2 {
    color:#fff;
    font-family: 'Raleway', sans-serif;
    
}

.templatemo-content p {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 16px;
}

#map-canvas {
	height: 260px;
}


.footer {
    overflow:hidden; 
    position:fixed; 
    bottom: 10px;
}

.footer-text {
    font-family: 'Raleway', sans-serif; 
    color:#fff; 
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
    margin-left: 30px;
    font-size: 14px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.btn-menu {
    padding: 20px 0;
    text-align: center;
}

.btn-menu > .fa {
    font-size: 50px;
    margin: 20px 0;
}
.btn-menu > h2 {
    margin: 0;
    font-size: 18px;
}

.change-section {
    color: #fff;
    text-decoration: none;
    display: inline-block;  /* To group the rectangle and the text together */
    text-align: center;  /* To center the text under the rectangle */
    margin: 0 10px;  /* Some spacing between each section */
    transition: transform 0.3s ease;  /* For zoom effect */
}

.change-section .black-bg {
    transition: all 0.4s ease;
}

.change-section .black-bg > h2 {
    transition: all 0.4s ease;
}

.change-section:hover {
    text-decoration: none;
    color: #246BB2;
}

.change-section:hover .black-bg {
    background-color: rgba(255,255,255,0.8);
}

.change-section:hover .black-bg > h2 {
    color: #246BB2;
}

.change-section:hover .event-bg {
    transform: scale(1.1);  /* Zoom effect on hover */
}

.change-section:hover .event-bg .overlay {
    background: rgba(0, 0, 0, 0.3);  /* Blackout effect on hover */
}

@media (max-width: 991px) {
    .footer {
        overflow:hidden; 
        position:static;
        text-align: center;
    }
    
    .footer-text {
        margin-left: 0;  
    }
}

.btn-menu {
    display: inline-block;
    margin: 0 auto; 
}

.placeholder {
    display: none;
}

/* Existing CSS */
.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.flex-item {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 0; /* Reset padding */
    margin: 0; /* Reset margin */
}

/* Media query for small screens */
@media (max-width: 768px) {
    .flex-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0; /* Reset padding */
        margin: 0; /* Reset margin */
    }
}

/* The alert message box */
.alert1 {
  padding: 20px;
  background-color: #cc7a00; /* Yellow */
  color: white;
  margin-bottom: 15px;
  opacity: 1;
  transition: opacity 0.6s; /* 600ms to fade out */
}

/* The alert message box */
.alert2 {
  padding: 20px;
  background-color: #008000; /* Green */
  color: white;
  margin-bottom: 15px;
  opacity: 1;
  transition: opacity 0.6s; /* 600ms to fade out */
}

/* The alert message box */
.alert {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
  opacity: 1;
  transition: opacity 0.6s; /* 600ms to fade out */
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

.button-whatsapp {
  background: linear-gradient(45deg, #00E676, #1EBEA5); /* Gradient from light to a more saturated green */
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, .2) 0 -25px 18px -14px inset, 
              rgba(0, 0, 0, .15) 0 1px 2px, 
              rgba(0, 0, 0, .15) 0 2px 4px, 
              rgba(0, 0, 0, .15) 0 4px 8px, 
              rgba(0, 0, 0, .15) 0 8px 16px, 
              rgba(0, 0, 0, .15) 0 16px 32px;
  color: white; /* White text for better contrast */
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-whatsapp:hover {
  box-shadow: rgba(0, 0, 0, .35) 0 -25px 18px -14px inset, 
              rgba(0, 0, 0, .25) 0 1px 2px, 
              rgba(0, 0, 0, .25) 0 2px 4px, 
              rgba(0, 0, 0, .25) 0 4px 8px, 
              rgba(0, 0, 0, .25) 0 8px 16px, 
              rgba(0, 0, 0, .25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
  text-decoration: none; /* Ensures the underline doesn't appear on hover */
  color: white; /* Keeps the text color the same on hover */
}



    .button-instagram {
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, .2) 0 -25px 18px -14px inset, rgba(0, 0, 0, .15) 0 1px 2px, rgba(0, 0, 0, .15) 0 2px 4px, rgba(0, 0, 0, .15) 0 4px 8px, rgba(0, 0, 0, .15) 0 8px 16px, rgba(0, 0, 0, .15) 0 16px 32px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
    .button-instagram:hover {
  box-shadow: rgba(0, 0, 0, .35) 0 -25px 18px -14px inset, rgba(0, 0, 0, .25) 0 1px 2px, rgba(0, 0, 0, .25) 0 2px 4px, rgba(0, 0, 0, .25) 0 4px 8px, rgba(0, 0, 0, .25) 0 8px 16px, rgba(0, 0, 0, .25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
  text-decoration: none; /* Ensures the underline doesn't appear on hover */
  color: white; /* Keeps the text color the same on hover */
}

.button-threads {
  background: linear-gradient(45deg, #555, #222); /* Gradient from medium grey to dark grey */
  border-radius: 100px;
  box-shadow: rgba(255, 255, 255, .2) 0 -25px 18px -14px inset, 
              rgba(255, 255, 255, .15) 0 1px 2px, 
              rgba(255, 255, 255, .15) 0 2px 4px, 
              rgba(255, 255, 255, .15) 0 4px 8px, 
              rgba(255, 255, 255, .15) 0 8px 16px, 
              rgba(255, 255, 255, .15) 0 16px 32px;
  color: white; /* White text for better contrast */
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-threads:hover {
  box-shadow: rgba(255, 255, 255, .35) 0 -25px 18px -14px inset, 
              rgba(255, 255, 255, .25) 0 1px 2px, 
              rgba(255, 255, 255, .25) 0 2px 4px, 
              rgba(255, 255, 255, .25) 0 4px 8px, 
              rgba(255, 255, 255, .25) 0 8px 16px, 
              rgba(255, 255, 255, .25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
  text-decoration: none; /* Ensures the underline doesn't appear on hover */
  color: white; /* Keeps the text color the same on hover */
}




    .button-whatsapp, .button-instagram, .button-threads {
  margin: 5px 0px 5px 0px; /* top, right, bottom, left */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
