* {
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: rgb(49, 49, 49);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 0;
}


#navbar {  
  position: relative;  
  background-color: rgba(19, 163, 43, 0);
  position: fixed;
  height: auto;
  width: 100%;
  top: 0;
  z-index: 5000;    
}

#iconbar {
  display: flex; 
  visibility: hidden;
  margin: 20px auto; 
  flex-wrap: wrap;
  width: 100%;
  max-width: 300px;
  height: 70px;
  border-radius: 100px;
  background-color: rgba(92, 104, 94, 0.4);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12);
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari */  
}

#iconbarinside1, #iconbarinside2, #iconbarinside3  {
  display: flex;   
  gap: 5px;          /* space between inner divs */
  flex-wrap: wrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  background-color: rgba(172, 172, 172, 0);
}

#iconbarinside1 {
  width: 40%;
  height: 100%; 
  padding-left: 10px; 
}

#iconbarinside2 {
  width: 40%;
  height: 60%;
  background-color: rgba(39, 39, 39, 0.8); 
  border: 0.5px solid rgba(37, 37, 37, 0.2);
  gap: 10px; 
}

#iconbarinside3 {
  width: 20%;
  height: 100%;  
  padding-right: 10px;
}


#iconbar1, #iconbar2 {
max-width: 38%;
transition: transform 0.5s ease;
cursor: pointer;
}

#iconbar1:hover, #iconbar2:hover {
transform: scale(0.9);
}

#iconbar3, #iconbar4, #iconbar5 {
  width: 25px;
  transition: transform 0.5s ease;
  cursor: pointer;
}

#iconbar3:hover, #iconbar4:hover, #iconbar5:hover {
transform: scale(0.9);
}

#iconbar6 {
max-width: 75%;
transition: transform 0.5s ease;
cursor: pointer;
}

#iconbar6:hover {
transform: scale(0.9);
}


#dotgroup {
  display: block;
  position: fixed;
  text-align: center;
  width: 100%;
  height: 30px;
  background-color: rgba(212, 65, 65, 0);
  top: 0;
     
}

#navdotcontainer {
  position: relative;
  display: inline-block;
  margin-top: 302px;
  margin-right: 10px;
  margin-left: -15px;
  height: 4px;
  width: 55px;
  background-color: rgb(65, 65, 65);
  border-radius: 0px;
  box-shadow: 0px 1px 0px rgba(27, 27, 27, 0.8);  
}

#navdotcontainer:hover {
  cursor: pointer;
  background-color: rgb(170, 136, 0);

}

#navdotcontainer:active {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

#navdot {
  display: inline-block;
  position: relative;
  height: 100px;
  width: 55px;
  background-color: rgba(219, 129, 26, 0);    
}

.navtip {
  visibility: visible;
  position: absolute;
  background-color: rgb(65, 65, 65, 0.8);
  color: rgb(41, 41, 41);
  border-radius: 40%;
  margin: 25px 0px 0px -20px;
  padding: 7px;
  box-shadow: 0px 1px 0px rgba(27, 27, 27, 0.2);
  opacity: 0;
}

#navdot:hover .navtip {
  visibility: visible;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  opacity: 1;
}

.navtip:active {
  opacity: 0.7 !important;
}

#logocontainer {
  background-color: rgb(44, 44, 44, 1);
  position: fixed;
  height: 320px;
  width: 100%;
  background-size: contain; /* or cover */
  background-position: center;
  top: 0;  
  box-shadow: 0px 1px 0px rgba(27, 27, 27, 0.6);
  z-index: 1000;
}

#logo {
  display: block;
  max-width: 310px;
  height: auto;
  background-color: rgb(160, 160, 41, 0);
  margin: 15px auto;
}

#logo:hover {  
  cursor: pointer; 
}

#logotip {
  display: block;
  position: relative;
  background-color: rgba(65, 65, 65, 0.9);
  color: rgb(126, 125, 88);
  padding: 5px;
  margin-top: -30px;
  left: calc(50% - 10px);
  border-radius: 7px;
  font-size: 7.3px;
  text-align: center;
  width: 77px;
  cursor: default;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  line-height: 1.6;
  box-shadow: 1px 3px 0px rgba(27, 27, 27, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 150;
}

.logotip:hover {
  color: rgba(126, 102, 88, 0.7);
}

#getsomelink,
#contactlink {
  color: rgb(118, 118, 223);
  text-decoration: none;
  opacity: 0.7;
  font-size: 1.1em;
  padding: 5px auto;
  pointer-events: none;
}

#getsomelink:hover,
#contactlink:hover {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

.bold {
  font-size: 8.5px;
  color: rgb(170, 136, 0);
}

#cglogotip {
width: 35px;
cursor: pointer;
}

#cglogotip:hover {
opacity: 0.7;

}

#navimage {
  width: 27px;
}

#sidebar {
  position: fixed;
  display: flex; 
  flex-direction: column;    /* stack vertically */
  justify-content: center;   /* vertical centering */
  align-items: center;       /* optional: horizontal centering */  
  top: 50%;
  right: calc(33% - 85px);
  transform: translateX(85%);
  /*transform: translate(-50%, -50%) translateX(-250px);*/  
  height: 90px;
  width: 30px;  
  border-radius: 30px;
  background-color: rgba(29, 29, 29, 0.8);
  gap: 7px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari */
  z-index: 2000;
}

#icon1, #icon2, #icon3 {
background-color: rgba(0, 255, 255, 0);
max-width: 60%;
cursor: pointer;
transition: transform 0.5s ease;
}


#icon1:hover, #icon2:hover, #icon3:hover {
transform: scale(0.8);
}

/* Slideshow */

.mySlides {
  display: none;
}
img {
  vertical-align: middle;
}

#slidecontainer{
display: flex;
width: 100%;
height: auto;
}

.slideshow-container {
  max-width: 850px;
  position: relative;
  margin: 320px auto -55px;
  padding: 25px auto;
  z-index: -99;
}

/* Caption text */
.text {
  color: rgb(65, 65, 65);
  font-size: 35px;
  position: absolute;
  font-weight: bold;
  text-transform: uppercase;
}

/* Number text (1/3 etc) */
.numbertext {
  color: rgb(65, 65, 65);
  font-size: 35px;
  position: absolute;
  top: 15%;
  rotate: 95deg;
  font-weight: bold;
}

/* The dots/bullets/indicators */
.dot {
  height: 7px;
  width: 7px;
  background-color: rgb(170, 136, 0);
  border-radius: 6px;
  display: inline-block;
  transition: 1s ease;
  margin-bottom: -35px;
}

.active {
  background-color: rgb(65, 65, 65);
  transition: 1s ease;
  width: 45px;
  border-radius: 50px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 5s;
  animation-name: fade;
  animation-duration: 5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}


@media (max-width: 320px) {
  /* very small screens */
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px;
  }
}


#indicator {
position: relative;
display: flex;
justify-content: center; /* horizontal */
align-items: center;     /* vertical */
background-color: rgba(0, 255, 255, 0.137);
gap: 7px;
transform: translateY(-20px);
}

/* hg gallery */

.hs-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  columns: 2;
  padding: 75px 35px;
  max-width: 700px;
  margin: 0 auto;
}

.hs-gallery img {
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  cursor: pointer;
  opacity: 1;
  transition: 0.4s ease-in-out;
}

.hs-gallery img:hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
  opacity: 0.6;
  /*box-shadow: 4px 4px 8px rgb(31, 31, 31);*/
  transition: 0.4s ease-in-out;
}

.text {
  color: rgb(48, 48, 48);
  font-size: 1.8em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 700px) {
  section {
    width: 100%;
  }

  .hs-gallery {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .hs-gallery {
    grid-template-columns: 1fr 1fr;
  }
}

/****************************************/

#hgallery {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(48, 48, 48);
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
  z-index: 5500;
}

.hg-disable-scrolling {
  overflow: hidden !important;
}

#hg-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

#hg-bg:after {
  content: "";
  position: absolute;
  display: block;
  top: 10%;
  right: 52px;
  width: 37px;
  height: 37px;
  filter: invert(54%) sepia(34%) saturate(3583%) hue-rotate(24deg)
    brightness(91%) contrast(101%);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNNDQzLjYsMzg3LjFMMzEyLjQsMjU1LjRsMTMxLjUtMTMwYzUuNC01LjQsNS40LTE0LjIsMC0xOS42bC0zNy40LTM3LjZjLTIuNi0yLjYtNi4xLTQtOS44LTRjLTMuNywwLTcuMiwxLjUtOS44LDQgIEwyNTYsMTk3LjhMMTI0LjksNjguM2MtMi42LTIuNi02LjEtNC05LjgtNGMtMy43LDAtNy4yLDEuNS05LjgsNEw2OCwxMDUuOWMtNS40LDUuNC01LjQsMTQuMiwwLDE5LjZsMTMxLjUsMTMwTDY4LjQsMzg3LjEgIGMtMi42LDIuNi00LjEsNi4xLTQuMSw5LjhjMCwzLjcsMS40LDcuMiw0LjEsOS44bDM3LjQsMzcuNmMyLjcsMi43LDYuMiw0LjEsOS44LDQuMWMzLjUsMCw3LjEtMS4zLDkuOC00LjFMMjU2LDMxMy4xbDEzMC43LDEzMS4xICBjMi43LDIuNyw2LjIsNC4xLDkuOCw0LjFjMy41LDAsNy4xLTEuMyw5LjgtNC4xbDM3LjQtMzcuNmMyLjYtMi42LDQuMS02LjEsNC4xLTkuOEM0NDcuNywzOTMuMiw0NDYuMiwzODkuNyw0NDMuNiwzODcuMXoiLz48L3N2Zz4=);
  background-position: center;
  background-size: contain;
  cursor: pointer;
  opacity: 0.7;
  border-radius: 50%;
  transition: 0.5s ease;
}

#hg-bg:hover:after {
  opacity: 1;
  transition: 0.5s ease;
  /* -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);*/
  filter: invert(54%) sepia(34%) saturate(3583%) hue-rotate(24deg)
    brightness(91%) contrast(101%);
}

#hgallery.open {
  visibility: visible !important;
  opacity: 1;
}

#hg-pic-cont {
  max-width: calc(70% - 40px);
  max-height: 90vh;
  cursor: default;
  z-index: 12;
  position: relative;
  transition: transform 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-color: rgb(48, 48, 48);
}

#hg-pic-cont.hg-transition {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}

#hg-subtext {
  color: rgb(170, 136, 0);
  font-size: 14px;
  position: absolute;
  display: block;
  left: 35px;
  /*top: calc(100% + 10px);*/
  bottom: -10px;
}

#hg-howmany {
  color: rgb(92, 92, 92);
  font-size: 14px;
  position: absolute;
  display: block;
  right: 35px;
  bottom: -10px;
}

#hg-pic {
  width: auto;
  height: auto;
  min-height: 100px;
  min-width: 100px;
  max-width: 100%;
  max-height: 90vh;
  box-sizing: border-box;
  display: block;
  cursor: default;
  object-fit: contain;
  margin: 0;
}

#hg-pic:hover {
  transform: none;
  box-shadow: none;
  transition: 0.5s ease-in-out;
}

#hgallery button {
  position: fixed;
  display: block;
  margin: auto 20px;
  width: 70px;
  height: 70px;
  z-index: 999;
  cursor: pointer;
  background-color: transparent;
  filter: invert(54%) sepia(34%) saturate(3583%) hue-rotate(24deg)
    brightness(91%) contrast(101%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmZmZmIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz4NCiAgICA8cGF0aCBkPSJNMC0uMjVoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4NCjwvc3ZnPg==");
  background-size: contain;
  visibility: hidden;
  border: 0;
  outline: 0;
  opacity: 0;
}

#hgallery.open button {
  visibility: visible;
  opacity: 0.7;
  transition: 0.5s ease-in-out;
}

#hgallery button:hover {
  opacity: 1;
  filter: invert(54%) sepia(34%) saturate(3583%) hue-rotate(24deg)
    brightness(91%) contrast(101%);
}

#hgallery button#hg-prev {
  left: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#hgallery button#hg-prev:active {
  left: 7px;
}

#hgallery button#hg-next {
  right: 12px;
}

#hgallery button#hg-next:active {
  right: 7px;
}

#hgallery #hg-prev-onpic,
#hgallery #hg-next-onpic {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 100%;
  cursor: pointer;
}

#hgallery #hg-next-onpic {
  right: 0;
  left: auto;
  width: 66%;
}

.hg-unvisible {
  opacity: 0 !important;
  visibility: hidden;
}

@media (max-width: 200px) {
  #hg-pic-cont {
    max-width: calc(100% - 40px);
  }
}

/********************** contact form **********************/

.formbar {
  width: 100%;
  height: 750px;
  background-color: rgb(41, 41, 41);
  padding-top: 40px;
}

.contact-form {
  display: flexbox;
  margin: 115px auto;
  padding: 50px auto;
  width: 350px;
  text-align: center;
}

.contact-me {
  width: 38%;
  margin-left: 5%;
  color: rgb(170, 136, 0);
  font-size: 1.25rem;
}

.form-control {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  display: block;
  height: calc(1.5em + 0.75rem + 20px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c5c5c5;
  background-color: rgb(34, 34, 34);
  background-clip: padding-box;
  border: 1px solid rgb(34, 34, 34);
  outline: none;
  border-radius: 0.75rem;
}

.contact-form input {
  display: block;
  width: 90%;
  margin: 10px auto;
  padding: 10px;
}

.contact-form textarea {
  width: 90%;
  margin: 5px auto;
  padding: 10px;
  height: 180px;
}

.g-recaptcha {
  overflow: hidden;
  width: 160px;
  height: 64px;
  margin-left: 18px;
  margin-top: 7px;
  background-color: rgb(34, 34, 34);
  border: 1px solid rgb(34, 34, 34);
  border-radius: 0.75rem;
}

iframe {
  margin: -5px 0px 0px -3px;
}

.submit-btn {
  cursor: pointer;
  color: rgb(170, 136, 0);
  background-color: rgb(34, 34, 34);
  border: 1px solid rgb(170, 136, 0);
  border-radius: 0.75rem;
  font-size: 1.2rem;
  width: 147px !important;
  height: 62px;
  margin: -63px 0px 0px 185px !important;
}

.submit-btn:hover {
  color: rgb(34, 34, 34);
  background-color: rgb(170, 136, 0);
}

.backtotop {
  width: 100%;
  height: 205px;
  background-color: rgb(36, 36, 36);
}

#topButton {
  border: solid rgb(70, 70, 70);
  border-width: 0 7px 7px 0;
  display: inline-block;
  padding: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: 45px;
  margin-left: calc(60% + 60px);
  transition: 0.5s ease;
}

#topButton:hover {
  border: solid rgb(170, 136, 0);
  border-width: 0 7px 7px 0;
  cursor: pointer;
  -webkit-transform: scale(1.1) rotate(-135deg);
  -moz-transform: scale(1.1) rotate(-135deg);
  -o-transform: scale(1.1) rotate(-135deg);
  transform: scale(1.1) rotate(-135deg);
}

#topButton:active {
  -webkit-transform: scale(0.9) rotate(-135deg);
  -moz-transform: scale(0.9) rotate(-135deg);
  -o-transform: scale(0.9) rotate(-135deg);
  transform: scale(0.9) rotate(-135deg);
}

.logo-footer {
  display: block;
  width: 170px;
  margin: -25px auto;  
}

.logo-footer:hover {
  cursor: pointer;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  transition: all 0.9s ease-in-out !important;
  opacity: 0.8;
}

.buttoncenter {
  text-align: center;
  background-color: rgb(36, 36, 36);
  padding-bottom: 10px;
}

.button {
  border: none;
  color: rgb(95, 95, 95);
  background-color: transparent;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}

.button:hover {
  color: rgb(129, 129, 129);
}

.ig {
  color: rgb(41, 41, 41);
  text-decoration: none;
}

#instagramfooter {
  width: 15px;
  cursor: pointer;
  margin-bottom: 1px;
}

footer {
  text-align: center;
  font-size: 11px;
  color: rgb(41, 41, 41);
  background-color: rgb(170, 136, 0);
  padding: 10px;
  bottom: 0;
}
