@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: "Amatic SC", cursive;
}

body {
  background-image: linear-gradient(120deg, #000000, #222f3e);
}

.containerHead {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.9)
    ),
    url("https://images.unsplash.com/photo-1622466565619-abbf557817a9?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1979&q=80");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 8%;
  box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Hind:wght@700&display=swap");

.navbar {
  height: 70px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 84%;
  margin: 0 100px;
  transition: 0.6s;
  z-index: 20;
  padding-top: 10px;
}

.stickyNav {
  padding: 5px 0px !important;
  background: #fff !important;
  width: 100% !important;
  margin: 0 !important;
}

.stickyNav li a {
  color: #000;
  transition: 0.6s;
  padding: 5px;
  border-radius: 2px;
}
.stickyNav li a:hover {
  background: #f00;
  /* padding: 5px; */
  border-radius: 5px;
  color: #fff;
}
.animate__backInLeft {
  opacity: 0 !important;
}
.navbar h3 {
  background: #f00;
  color: #fff;
  text-transform: uppercase;
  font-family: "Hind", sans-serif;
  font-size: 22px;
  padding: 0 5px;
  border-radius: 5px;
  opacity: 0;
  align-self: center;
  cursor: pointer;
}

.stickyNav h3 {
  opacity: 1;
  transition: 0.4s;
}

.stickyNav .animate__backInLeft {
  opacity: 1 !important;
}

nav {
  flex: 1;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin: 0 120px;
}
nav li {
  list-style-type: none;
  display: inline-block;
}
nav li:nth-of-type(1n + 2) {
  margin-left: 60px;
}
nav a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.row {
  display: flex;
  height: 90%;
  align-items: center;
  padding-top: 80px;
}
.col {
  flex-basis: 90%;
}

.col h1 {
  color: #fff;
  font-size: 100px;
  cursor: pointer;
  transition: 0.4s all;
  text-shadow: 0 0 55px #fff;
}

.col p {
  color: #fff;
  font-size: 1.7em;
  line-height: 35px;
  word-spacing: 2px;
  letter-spacing: 1px;
  margin-top: 20px;

}
.col button {
  width: 180px;
  color: #000;
  font-size: 26px;
  padding: 12px 0;
  background: #fff;
  background: rgb(255, 0, 0);
  color: #fff;
  border: 0;
  border-radius: 20px;
  outline: none;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.4s;
  outline: none;
}
.col button:hover {
  background: #fff;
  color: #000;
  outline: none;
}
.card {
  display: inline-block;
  border-radius: 10px;
  padding: 15px 25px;
  box-sizing: border-box;
  cursor: pointer;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s;
  display: flex;
  align-items: flex-end;
}
.card:hover {
  transform: translateY(-5px);
}
.col2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 500px;
}
.cardTest {
  width: 460px;
  height: 500px;
  background-image: url("img/4.jpg");
  transition: 0.8s all;
}
nav a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}
.containerBody {
  background-image: linear-gradient(120deg, #000000, #222f3e);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 8%;
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
}

.programi-p {
  line-height: 25px;
  word-spacing: 1px;
}

.rowBody {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 70px;
  color: #fff;
  z-index: 10;
  overflow: hidden;
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 10;
  transition: all 0.8s;
  padding: 10px;
}
.column:hover {
  cursor: pointer;
}
.column h1 {
  margin-top: 10px;
  font-size: 1.7em;
  letter-spacing: 1px;
}
.column p {
  font-family: "Comfortaa", cursive;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}
.column2,
.column3 {
  margin-left: 50px;
  width: 320px;
}
.column1 img {
  width: 350px;
  height: 300px;
  object-fit: cover;
}
.column2 img,
.column3 img {
  width: 350px;
  height: 300px;
  object-fit: cover;
}

.bodyHeading {
  width: 800px;
  margin: auto;
  padding: 50px 0;
  color: #fff;
}

.bodyHeading h1 {
  text-align: center;
  font-size: 2.5em;
}
.bodyHeading p {
  font-size: 1.1em;
  text-align: center;
  margin-top: 20px;
  font-family: "Comfortaa", cursive;
}
.containerBody2 {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.9)
    ),
    url("https://images.unsplash.com/photo-1622466565619-abbf557817a9?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1979&q=80");
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
  padding: 0 8%;
  box-sizing: border-box;
}
.containerBody2 h1 {
  padding-bottom: 50px;
}
.promo {
  box-shadow: 5px 0px 50px rgba(255, 255, 255, 0.5);
}
.containerBody2 {
  padding-bottom: 50px !important;
}

.contactBanner {
  background-image: linear-gradient(120deg, #000000, #222f3e);
  background-size: 400% 400%;
  height: auto;
  -webkit-animation: promenaPozadine 4s ease infinite;
  -moz-animation: promenaPozadine 4s ease infinite;
  -o-animation: promenaPozadine 4s ease infinite;
  animation: promenaPozadine 4s ease infinite;
}
@-webkit-keyframes promenaPozadine {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes promenaPozadine {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes promenaPozadine {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes promenaPozadine {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.cbRow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.cbCol {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  margin: 0;
  width: 100%;
}
.cbCol a {
  text-decoration: none;
}
.cbCol h1 {
  font-size: 3em;
  align-self: center;
  margin-bottom: 30px;
  color: #fff;
}
.cbCol button {
  width: 200px;
  height: 50px;
  border-radius: 20px;
  border: none;
  align-self: center;
  justify-self: center;
  text-align: center;
  background: #f00;
  color: #fff;
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.cbCol button a {
  text-decoration: none;
  color: #fff;
  font-size: 1.2em;
  transition: all 0.4s;
}
.cbCol button:hover {
  background: #fff;
  color: #000;
  outline: none;
  cursor: pointer;
}

footer {
  padding-top: 90px;
  color: #fff;
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.footer-content h1 {
  font-size: 3em;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 3rem;
}
.footer-content p {
  max-width: 900px;
  margin: 30px auto;
  line-height: 28px;
  font-size: 0.95rem;
  font-family: "Comfortaa", cursive;
}
.socials {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 3em 0;
}
.socials li {
  margin: 0 30px;
}
.socials a {
  text-decoration: none;
  color: #fff;
}
.socials a i {
  font-size: 1.5rem;
  transition: all 0.4s ease;
}
.socials a:hover i {
  color: rgb(255, 0, 0);
  transform: scale(1.5);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 25px 0;
  text-align: center;
}

.footer-bottom-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-bottom p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Comfortaa", cursive;
  margin: 0;
  text-transform: none;
}

.footer-bottom .copyright {
  position: relative;
  padding-right: 20px;
}

.footer-bottom .copyright::after {
  content: "|";
  position: absolute;
  right: -10px;
  color: rgba(255, 255, 255, 0.3);
}

.footer-bottom .credit {
  font-size: 13px;
}

.footer-bottom a {
  color: rgb(255, 0, 0);
  font-family: "Comfortaa", cursive;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
  position: relative;
}

.footer-bottom a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #fff;
  transition: width 0.3s ease;
}

.footer-bottom a:hover {
  color: #fff;
}

.footer-bottom a:hover::after {
  width: 100%;
}
#year {
font-family: 'Comfortaa', Courier, monospace;
}

.parallax1 {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.9)
    ),
    url("https://images.unsplash.com/photo-1622466565619-abbf557817a9?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1979&q=80");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100%;
}
.parallax2 {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.9)
    ),
    url("img/bck1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 80%;
}
.parallax3 {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.9)
    ),
    url("img/bck1.jpg");
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 60%;
}
.parallax1,
.parallax2,
.parallax3 {
  /* position: relative; */
  /* opacity: 0.8; */
}

.video {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
.video iframe {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  opacity: 0.1;
  transition: 0.5s ease-in;
}
.video iframe:hover {
  opacity: 0.7;
}

.navbar-responsive {
  display: none;
}

@media only screen and (max-width: 1008px) {
  .navbar {
    border: 1px solid #f00;
    display: none;
  }
  .navbar ul {
    width: 500px;
  }
  .navbar h3 {
    display: none;
  }
  .navbar-responsive {
    overflow: hidden;
    background-image: linear-gradient(120deg, #000000, #222f3e);
    position: sticky;
    top: 0;
    display: block;
    z-index: 100 !important;
  }

  .navbar-responsive #myLinks {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(120deg, #000000, #222f3e);
    z-index: 200;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .navbar-responsive #myLinks.show {
    display: flex;
  }

  .navbar-responsive a {
    color: white;
    padding: 20px 16px;
    text-decoration: none;
    font-size: 32px;
    display: block;
  }
  #myLinks a {
    text-align: center;
    transition: 0.4s all;
    font-size: 32px;
    padding: 25px;
    opacity: 0;
    transform: translateY(20px);
  }

  .navbar-responsive #myLinks.show a {
    animation: fadeInUp 0.5s ease forwards;
  }

  .navbar-responsive #myLinks.show a:nth-child(1) {
    animation-delay: 0.1s;
  }

  .navbar-responsive #myLinks.show a:nth-child(2) {
    animation-delay: 0.2s;
  }

  .navbar-responsive #myLinks.show a:nth-child(3) {
    animation-delay: 0.3s;
  }

  .navbar-responsive #myLinks.show a:nth-child(4) {
    animation-delay: 0.4s;
  }

  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .navbar-responsive a.icon {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 300;
    font-size: 28px;
    padding: 10px 15px;
  }

  .navbar-responsive a.icon i {
    transition: transform 0.3s ease;
  }

  .navbar-responsive a.icon i.fa-times {
    animation: rotateIn 0.3s ease;
  }

  .navbar-responsive a.icon i.fa-bars {
    animation: rotateOut 0.3s ease;
  }

  @keyframes rotateIn {
    from {
      transform: rotate(-90deg);
      opacity: 0;
    }
    to {
      transform: rotate(0deg);
      opacity: 1;
    }
  }

  @keyframes rotateOut {
    from {
      transform: rotate(90deg);
      opacity: 0;
    }
    to {
      transform: rotate(0deg);
      opacity: 1;
    }
  }

  .navbar-responsive a:hover {
    background-color: transparent !important;
    color: rgb(255, 0, 0);
  }

  body.menu-open {
    overflow: hidden;
  }

  .active {
    background-image: linear-gradient(120deg, #000000, #222f3e);
    color: rgb(0, 0, 0);
  }
  .active span {
    background: #f00;
    color: #fff;
    text-transform: uppercase;
    font-family: "Hind", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 5px;
    border-radius: 5px;
    align-self: center;
    cursor: pointer;
  }
  .containerHead {
    height: 100%;
  }
  .row {
    flex-direction: column;
    align-items: center;
    z-index: 5;
    padding-top: 50px;
    height: 100%;
  }
  .row h1 {
    font-size: 5em;
  }
  .row .cardTest {
    /* border-radius: 50%; */
    height: 380px;
    width: 300px;
  }
  .row .col {
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .containerBody {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
  }
  .bodyHeading {
    width: auto;
    padding: 0;
  }
  .bodyHeading h1 {
    font-size: 2em;
  }
  .bodyHeading p {
    font-size: 14px;
    padding-top: 20px;
  }
  .rowBody {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .rowBody .column {
    margin-left: 0;
    margin-top: 50px;
    width: 340px;
    height: 400px;
  }
  .rowBody .column h1 {
    font-size: 2em;
  }
  .rowBody .column p {
    font-size: 14px;
  }
  .rowBody .column img {
    width: 320px;
    height: 260px;
  }
  .contactBanner h1 {
    font-size: 3em;
  }
  .footer-content h1 {
    font-size: 2em;
  }
  .footer-content p {
    font-size: 13px;
    line-height: 20px;
    max-width: 350px;
  }
  .containerBody2 .bodyHeading {
    /* border: 1px solid #fff; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 300px !important;
  }
  .containerBody2 h1 {
    /* border: 1px solid #f00; */
  }
  .promo iframe {
    width: 330px;
    height: 350px;
  }
  .promo {
    box-shadow: none;
  }
  .footer-bottom-content {
    flex-direction: column;
    gap: 10px;
  }
  .footer-bottom .copyright::after {
    display: none;
  }
  .footer-bottom p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1540px) {
  .stickyNav nav {
    margin: 0 150px;
  }
  .rowBody {
    display: flex;
    justify-content: center;
  }
  .column1 {
    width: 500px;
  }
}
@media only screen and (max-width: 1360px) {
  .rowBody {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }
  .column1 img {
    width: 320px;
    height: 260px;
  }
  .rowBody .column {
    width: 340px;
    height: 400px;
    margin-left: 0;
  }
}
.contactBody {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.9)
    ),
    url("img/bck1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.contact-section {
  padding-top: 50px;
  margin-top: 80px;
}
.contact-section h1 {
  text-align: center;
  color: #ddd;
  font-size: 3em;
}
.border {
  width: 130px;
  height: 25px;
  background: #f00;
  margin: 20px auto;
  animation-name: border;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Hind", sans-serif;
  border-radius: 5px;
}
@keyframes border {
  from {
    transform: translateX(30px);
  }
  to {
    transform: translateX(-35px);
  }
}

.contact-form {
  width: 600px;
  padding: 0 10px;
  padding-bottom: 20px;
}
.form-col {
  color: #fff;
  width: 400px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-col h2 {
  font-family: "Comfortaa", cursive;
  margin: 10px 0;
}
.cont-phone {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.cont-phone span a {
  text-decoration: none;
  color: inherit;
  font-size: 1.2rem;
  font-family: "Comfortaa", cursive;
  font-weight: 500;
  transition: 0.4s all;
}
.cont-phone span a:hover {
  color: #f00;
}
.cont-phone i {
  margin: 5px 0;
}
.cont-phone i::before {
  font-size: 1.5rem;
  margin-right: 10px;
  color: #f00;
}

.form-col img {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}
.form-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.test {
  color: inherit;
  text-decoration: none;
}
.divider {
  padding-bottom: 40px;
}

.contact-form-text {
  font-family: "Comfortaa", cursive;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 16px 0;
  border: 0;
  background: #222;
  padding: 20px 40px;
  outline: none;
  color: rgb(255, 255, 255);
  transition: 0.5s;
  border-radius: 5px;
}
.contact-form-text:focus {
  box-shadow: 0 0 10px 4px #34495e;
  box-shadow: 0 0 10px 4px #ffffff79;
}
textarea.contact-form-text {
  resize: none;
  height: 120px;
}
.contact-form-btn {
  float: right;
  font-family: "Comfortaa", cursive;
  width: 180px;
  height: 51px;
  color: #000;
  font-size: 14px;
  padding: 12px 0;
  background: rgb(255, 0, 0);
  color: #fff;
  border: 0;
  border-radius: 20px;
  outline: none;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.4s;
  outline: none;
}
.contact-form-btn:hover {
  background: #fff;
  color: #000;
  outline: none;
}
.contact-footer {
  min-height: auto;
  background-size: auto;
  border-top: 1px solid #fff2;
}

/* Gallery page */
.gallery-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 100px;
  width: 100%;
  min-height: 100vh;
}

/* Section Headers */
.section-header {
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
}

.section-header h1 {
  font-size: 3.5em;
  margin-bottom: 15px;
  text-shadow: 0 0 20px rgba(255, 0, 0, 0.3);
}

.section-header p {
  font-family: "Comfortaa", cursive;
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.8);
}

/* Gallery Section */
.gallery-section {
  width: 100%;
  padding: 50px 8%;
  box-sizing: border-box;
}

/* Masonry Gallery */
.masonry-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
  padding: 20px 0;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 0, 0, 0.4);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay i {
  font-size: 3em;
  color: #fff;
}

/* Video Gallery Section */
.video-gallery-section {
  width: 100%;
  padding: 80px 8%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  grid-gap: 40px;
  padding: 20px 0;
}

.video-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.video-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.3);
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-info {
  padding: 20px;
  color: #fff;
}

.video-info h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #fff;
}

.video-info p {
  font-family: "Comfortaa", cursive;
  font-size: 0.95em;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.95);
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.lightbox-content {
  margin: auto;
  display: block;
  width: 90%;
  max-width: 1200px;
  animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.lightbox-close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1001;
}

.lightbox-close:hover,
.lightbox-close:focus {
  color: #f00;
}

.lightbox-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 20px 0;
  font-family: "Comfortaa", cursive;
}

.gallery-body {
  background-image: linear-gradient(120deg, #000000, #222f3e);
  min-height: 100vh;
}

.gallery-body .navbar.stickyNav {
  background: #fff !important;
  padding: 5px 0px !important;
  width: 100% !important;
  margin: 0 !important;
}

/* Responsive Gallery */
@media only screen and (max-width: 1008px) {
  .section-header h1 {
    font-size: 2.5em;
  }
  
  .section-header p {
    font-size: 1em;
    padding: 0 20px;
  }

  .masonry-gallery {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 15px;
  }

  .video-grid {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .video-item {
    max-width: 100%;
  }

  .lightbox-content {
    width: 95%;
  }

  .lightbox-close {
    top: 20px;
    right: 25px;
    font-size: 40px;
  }

  .gallery-wrapper {
    padding-top: 80px;
  }

  .gallery-section,
  .video-gallery-section {
    padding: 30px 5%;
  }

  .form-wrap {
    flex-direction: column;
  }
  .form-wrap .form-col {
    margin: 20px auto;
    max-width: 350px;
  }
  .contact-form {
    max-width: 350px;
    margin: 0 auto;
  }
  .contact-form input,
  textarea {
    max-width: 350px;
  }
  .contactBody {
    height: auto;
  }
  .contact-section {
    padding-top: 0;
    margin-top: 50px;
  }
  .divider {
    display: none;
  }
}
.instagram-posts {
  display: flex;
  flex-direction: row;
}
.insta-content {
  margin: 10px 10px;
}
