@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

.wrap {
    width: 1140px;
    margin: 0 auto;
}

#topbar {
    margin-bottom: 1rem;

}

#topbar a {
    margin-right: 1rem;
}

.test {
    border: 1px red solid;
    
}

#logo {
    width: 413px;
    height: 87px;
}

.sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    z-index: 99999;
}

.jz-title {
    font-family: 'Great Vibes', cursive!important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
    font-size: 64px!important;
}

nav i {
    margin-right: 10px;
}

.mySlides {
    position: relative;
    height: 800px;
}

.jz-hero {
    background-color: #00000099;
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 20% !important;
    z-index: 9999;
    width: 80%;
    text-align: center;
    border-radius: 10px;
    ;
    padding: 20px;
}

.jz-hero h1 {
    font-size: 92px;
    letter-spacing: -2px;
    font-weight: bold;
    text-transform: uppercase;
}

.jz-hero p {
    font-size: 28px;
}

#jz-slider {
    height: 800px;
    overflow: hidden;
}

#jz-slider {
    margin-top: 4px;
}

#jz-slider img {
    max-height: 100%;
}

#welcome h1 {
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: bold;
}

#welcome h3 {
    letter-spacing: 2px;
}

.separator_wrapper,
.separator_wrapper_white {
    margin-bottom: 10px;
}

.separator_wrapper::after,
.separator_wrapper::before {
    background-color: #34b1c4;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 10vw;
    height: 1px;
    margin-top: -6px;
}

.separator_wrapper_white::after,
.separator_wrapper_white::before {
    background-color: #ddd;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 10vw;
    height: 1px;
    margin-top: -6px;
}

.trophyicon {
    border: 3px dashed #009688;
    border-radius: 50%;
    display: inline-block;
}

.trophyicon div.inner {
    /* background-color: #ededed; */
    border-radius: 50%;
    margin: 10px;
    height: 120px;
    width: 130px;
    font-size: 64px;
    display: flex;
    align-items: center;
    text-align: center;
}

.trophyicon div.inner i {
    width: 64px;
    margin: 0 auto;
}

section h1.title {
    font-size: 92px;
}

section h2.title {
    font-size: 42px;
}

#footer-logo {
    text-align: right;
}

#footer-logo img {
    max-width: 100%;
    max-height: 100px;
}
footer {
    position: relative;
}
footer b {
    display: block;
}

footer h1 {
    line-height: 0;
}
#copyright_zone {background-color:#ededed; padding:1rem;position: relative;}
#copyright_zone a{text-decoration: none;}
#jaaheez h3 {
    line-height: 1;
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;    
    color:#111;
    margin-bottom: 10px;;
}
#jaaheez h2 {
    line-height: 1;
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;    
    letter-spacing: 0.1rem;
    color:#111;
    margin-top: 10px;;
    
}

#jaaheez h1 {
    text-transform: uppercase;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;    
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    padding: 0.8rem 0;
    line-height: 1;
    /* color: #650041; */
    color:#fff;
    margin-bottom: 1rem;;
    
    width:8rem;
    text-align: center;
    margin: 0 auto;
    background-color: #650041;
    border-radius: 5px;

}

#gallery {
    /* display: grid;
    grid-template-columns: auto auto auto;    
    grid-gap: 10px;; */
}
#gallery div {
    /* width: 100%;
    height: 100%;
    overflow: hidden;
    background: white;
    border: 15px #ededed solid;
    box-sizing: border-box; */
  }
  #youtube {
    /* border: 25px #ededed solid; */
    box-sizing: border-box;
  }
  #gototop {
    background-color:#009688;
    position: absolute;
    right:3rem;
    bottom: 3rem;
    border-radius: 1rem;
    width:4rem;
    height:4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 500ms;
  }
  #gototop:hover{
    background-color:#34b1c4;
  }

  

/* scrollBar */
.scrollBar::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.scrollBar::-webkit-scrollbar
{
  width: 20px;
  background-color: #F5F5F5;
}

.scrollBar::-webkit-scrollbar-thumb
{
  background-color:#009688;
  
  background-image: -webkit-gradient(linear, 0 0, 0 100%,
                     color-stop(.5, rgba(255, 255, 255, .2)),
             color-stop(.5, transparent), to(transparent));
}

#instagram {
    width:auto;
    height: auto;
    position: fixed;
    /* top:150px; */
    /* left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;      */
    border: 1px #ccc solid;
    display: none;
    z-index: 99999999;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: rgb(255 255 255 / 0.3);
    backdrop-filter: blur(10px);
    /* to center absolute div */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#instagram textarea {
    width:100%;
    border:0;
    border-radius:10px;
    transition: all 300ms;
}
#instagram textarea:focus {
    width:100%;
    border:0;
    outline: none;
    border-radius:0px;
}
.instagram_thumb_imgs{padding: 5px;}

#sitegallery {
    width:auto;
    max-height:80%;
    position: fixed;
    /* top:150px; */
    /* left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;      */
    border: 1px #ccc solid;
    display: none;
    z-index: 99999999;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    /* background-color: rgb(255 255 255 / 0.3);
    backdrop-filter: blur(10px); */
    /* to center absolute div */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ededed;
    padding:10px;
    box-sizing: border-box;
}
#gallery_thumbnil img{
    padding:8px;
    border: 3px #ccc solid;
}
#gallery_thumbnil img:hover {
    border: 3px #009688 solid;
}

.h1_herotitle {
    font-size: 92;    
    font-weight: bold;
}


.h2_bigtitle {
    font-size: 36;
    text-transform: uppercase;
    font-weight: bold;
}
.blockquote {width:100%!important;background-color:#ededed; color:#009688;border-left:15px #009688 solid;padding:1rem;margin-left:0!important;}
.jz-table {width: 100%!important;}

#waitloadingbg{
    background-color: #ffffffee;
    filter: blur(5px);
    position: fixed;
    left: 0;    
    top:0;
    width:100%;
    height: 100%;
    z-index: 9999999995;
}
#waitloading{
    position: fixed;
    left: 0;    
    top:0;
    width:100%;
    height: 100%;
    z-index: 9999999999;        
    display: flex; /* establish flex container */
    flex-direction: column; /* make main-axis vertical */
    justify-content: center; /* align items vertically, in this case */
    align-items: center; /* align items horizontally, in this case */
    height: 100vh; /* for demo purposes */
}

#waitloading img{
    width:197px;
    height: 197px;
}