@charset "UTF-8";
.index-header .nav-logo a {
  color: #eeeeee;
}

.index-header .first-nav a, .index-header .second-nav a {
  color: #eeeeee;
}

.index-header .first-nav a:hover, .index-header .second-nav a:hover {
  color: #8fc73e;
}

.index-header .burger div {
  background-color: #eeeeee;
}

.nav-logo a {
  color: #353535;
  text-decoration: none;
  font-family: 'Akaya Telivigala', cursive;
  font-size: 2.5rem;
}

.nav-logo a:hover {
  color: #eeeeee;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.nav-logo a img {
  margin-right: 10px;
  width: 50px;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 15vh;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.nav-links {
  width: 60%;
}

@media screen and (max-width: 970px) {
  .nav-links {
    padding-top: 10px;
    position: absolute;
    top: 15vh;
    right: 0;
    width: 100vw;
    height: 85vh;
    background-color: #8fc73e;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
}

.nav-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  z-index: 100;
}

.toggle .line1 {
  -webkit-transform: rotate(45deg) translate(6px, 8px);
          transform: rotate(45deg) translate(6px, 8px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.toggle .line2 {
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.toggle .line3 {
  -webkit-transform: rotate(-45deg) translate(6px, -8px);
          transform: rotate(-45deg) translate(6px, -8px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media screen and (max-width: 970px) {
  .burger {
    cursor: pointer;
  }
  .burger div {
    height: 3.5px;
    width: 35px;
    margin: 6px;
    background-color: #353535;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 20px;
  }
}

.first-nav, .second-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 970px) {
  .first-nav, .second-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.first-nav li, .second-nav li {
  padding: 0  2rem;
}

@media screen and (max-width: 970px) {
  .first-nav li, .second-nav li {
    padding: .5rem 2rem;
  }
}

.first-nav a, .second-nav a {
  text-decoration: none;
  color: #353535;
  text-transform: uppercase;
}

.first-nav a:hover, .second-nav a:hover {
  color: #eeeeee;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

@media screen and (max-width: 970px) {
  .first-nav a:hover, .second-nav a:hover {
    color: #eeeeee;
  }
}

.first-nav a i, .second-nav a i {
  font-size: 1rem;
}

.first-nav {
  margin-bottom: 20px;
}

.first-nav a {
  font-weight: 500;
  font-size: 0.8rem;
}

@media screen and (max-width: 970px) {
  .first-nav a {
    font-weight: 400;
    font-size: 1.2rem;
  }
}

.second-nav a {
  font-weight: 400;
  font-size: 1rem;
}

@media screen and (max-width: 970px) {
  .second-nav a {
    font-size: 1.2rem;
  }
}

header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.8))), url("./daiga-ellaby-Sg_OwwU2Z9o-unsplash.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url("./daiga-ellaby-Sg_OwwU2Z9o-unsplash.jpg");
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.container {
  height: 85vh;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.container h1 {
  margin-top: 13%;
  font-size: 4rem;
  text-transform: uppercase;
  width: 65%;
  margin: 13% auto 0 auto;
  line-height: 73px;
  color: #eeeeee;
}

@media screen and (max-width: 970px) {
  .container h1 {
    font-size: 2.5rem;
    line-height: 43px;
    margin-top: 10%;
  }
}

@media screen and (max-width: 600px) {
  .container h1 {
    font-size: 2rem;
    width: 80%;
  }
}

.container h1 span {
  color: #8fc73e;
}

.container p {
  width: 45%;
  margin: 0 auto;
  color: #e0e0e0;
}

@media screen and (max-width: 970px) {
  .container p {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .container p {
    margin: 10px 0;
  }
}

.container a {
  color: #8fc73e;
  text-decoration: none;
  background: transparent;
  border: 3px solid #8fc73e;
  width: 250px;
  display: inline-block;
  margin: 20px auto 0 auto;
  padding: .7rem 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

@media screen and (max-width: 600px) {
  .container a {
    font-size: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: .7rem 1rem;
  }
}

.container a:hover {
  background: #8fc73e;
  color: #eeeeee;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.container a:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.container a i {
  margin-left: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

header .social-medias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  bottom: 20px;
  left: 50px;
}

header .social-medias a {
  margin: 0 10px;
  color: #eeeeee;
  font-size: 1.3rem;
}

header .social-medias a:hover {
  color: #8fc73e;
}

.about-li {
  position: relative;
}

.about-li i {
  margin-left: 5px;
}

.dropdown-ul {
  position: absolute;
  list-style: none;
  background: #8fc73e;
  visibility: hidden;
  left: -25px;
  top: 30px;
  min-width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}

.dropdown-ul li a {
  font-size: 0.9rem;
}

.dropdown-ul li a:hover {
  color: #353535 !important;
}

.dropdown-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.first {
  padding: 4rem 0;
  position: relative;
}

#welcome h1 {
  text-align: center;
  padding: 3rem 0;
  font-size: 3.5rem;
  font-weight: 700;
  color: #353535;
}

@media screen and (max-width: 600px) {
  #welcome h1 {
    font-size: 2.5rem;
    line-height: 40px;
  }
}

.welcome-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(450px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  grid-gap: 10px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .welcome-grid {
    -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

.text-container {
  position: relative;
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.text-container p {
  font-size: 1.1rem;
  width: 90%;
}

@media screen and (max-width: 970px) {
  .text-container p {
    font-size: 1rem;
    width: 100%;
  }
}

.text-container a {
  text-decoration: none;
  color: #eeeeee;
  background-color: #8fc73e;
  width: 100%;
  margin-top: 20%;
  padding: 1rem 0;
  text-align: center;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.text-container a:hover {
  background-color: #F29021;
}

@media screen and (max-width: 1280px) {
  .text-container a {
    margin-top: 10%;
  }
}

@media screen and (max-width: 970px) {
  .text-container a {
    margin-top: 20%;
  }
}

@media screen and (max-width: 768px) {
  .text-container a {
    margin-top: 5%;
  }
}

.youtube-container {
  position: relative;
}

.youtube-container .circle {
  width: 200px;
  height: 200px;
  left: 250px;
  top: -300px;
}

@media screen and (max-width: 1280px) {
  .youtube-container .circle {
    top: -500px;
    left: 600px;
  }
}

@media screen and (max-width: 970px) {
  .youtube-container .circle {
    top: -600px;
  }
}

@media screen and (max-width: 768px) {
  .youtube-container .circle {
    top: -500px;
  }
}

@media screen and (max-width: 600px) {
  .youtube-container .circle {
    top: -300px;
    left: 400px;
  }
}

.circle {
  position: absolute;
  height: 300px;
  width: 300px;
  background-color: #8fc73e;
  border-radius: 50%;
  z-index: -100;
  opacity: .8;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1100px) {
  .youtube-container iframe {
    height: 300px;
  }
}

/* SECOND SECTION */
.second {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.6)), to(rgba(53, 53, 53, 0.8))), url("./pexels-jimmy-chan-1000529.jpg");
  background: linear-gradient(rgba(53, 53, 53, 0.6), rgba(53, 53, 53, 0.8)), url("./pexels-jimmy-chan-1000529.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 970px) {
  .second {
    height: 550px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.second .left-side {
  margin-top: 50px;
  font-size: 3rem;
  color: #8fc73e;
}

@media screen and (max-width: 1280px) {
  .second .left-side {
    font-size: 2rem;
  }
}

@media screen and (max-width: 970px) {
  .second .left-side {
    font-size: 1.5rem;
    text-align: center;
  }
}

.second .right-side {
  background-color: #8fc73e;
  color: #eeeeee;
  width: 500px;
  height: 500px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-size: 1.2rem;
}

@media screen and (max-width: 1100px) {
  .second .right-side {
    font-size: 1rem;
    width: 390px;
    height: 390px;
  }
}

@media screen and (max-width: 600px) {
  .second .right-side {
    width: 350px;
    height: 350px;
    font-size: 1rem;
  }
}

/* THIRD SECTION */
.third {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  min-height: 400px;
  position: relative;
  grid-gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 970px) {
  .third {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.third .count {
  background: #8fc73e;
  position: absolute;
  width: 200px;
  height: 200px;
  text-align: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 5%;
}

@media screen and (max-width: 1280px) {
  .third .count {
    width: 150px;
    height: 150px;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@media screen and (max-width: 1100px) {
  .third .count {
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
}

@media screen and (max-width: 970px) {
  .third .count {
    width: 250px;
    height: 250px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media screen and (max-width: 600px) {
  .third .count {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 320px) {
  .third .count {
    width: 100px;
    height: 100px;
  }
}

.third .count p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 320px) {
  .third .count p {
    font-size: 0.8rem;
  }
}

.third .count p span {
  font-size: 2rem;
  font-weight: 800;
}

@media screen and (max-width: 320px) {
  .third .count p span {
    font-size: 1.2rem;
  }
}

.third .left-side {
  background: url("./pexels-enric-cruz-lópez-6272179.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  height: 35vw;
  width: 50%;
}

@media screen and (max-width: 970px) {
  .third .left-side {
    width: 100%;
    height: 60vw;
  }
}

.third .right-side {
  width: 50%;
}

@media screen and (max-width: 970px) {
  .third .right-side {
    width: 80%;
  }
}

@media screen and (max-width: 600px) {
  .third .right-side {
    width: 100%;
  }
}

.third .right-side h1 {
  text-transform: uppercase;
  font-size: 3rem;
}

@media screen and (max-width: 600px) {
  .third .right-side h1 {
    font-size: 2rem;
    margin: 1rem 0;
  }
}

.third .right-side a {
  display: inline-block;
  background-color: #8fc73e;
  text-decoration: none;
  text-transform: uppercase;
  color: #eeeeee;
  padding: 1rem 3rem;
  text-align: center;
  margin-top: 2rem;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.third .right-side a:hover {
  background-color: #F29021;
}

/* FOURTH SECTION */
.fourth {
  margin-top: 100px;
  width: 100vw;
  min-height: 300px;
  text-align: center;
}

.fourth h1 {
  font-size: 3rem;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .fourth h1 {
    font-size: 2rem;
  }
}

.fourth .friends-container {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .fourth .friends-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fourth .friends-container img {
  width: 150px;
  margin: 0 30px;
  opacity: 0.8;
}

.fourth .friends-container img:hover {
  opacity: 1;
}

@media screen and (max-width: 970px) {
  .fourth .friends-container img {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .fourth .friends-container img {
    width: 130px;
    margin: 10px 30px;
  }
}

.footer-container {
  height: 300px;
  background-color: #8fc73e;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-container ul span {
  font-size: 1.3rem;
  font-weight: 500;
}

.footer-container ul li {
  margin: 3px 0;
}

.footer-container ul a {
  text-decoration: none;
  color: #353535;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: .9rem;
}

.footer-container ul a:hover {
  color: #e0e0e0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media screen and (max-width: 600px) {
  .footer-container .about-nav {
    display: none;
  }
}

.footer-container iframe {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

@media screen and (max-width: 1100px) {
  .footer-container iframe {
    display: none;
  }
}

.footer-container .kontakt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer-container .kontakt .social-medias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 80%;
  margin: 0 auto;
}

.footer-container .kontakt .social-medias a {
  margin: 0 5px;
  font-size: 1.3rem;
  color: #353535;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-container .kontakt .social-medias a:hover {
  color: #e0e0e0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-container .kontakt .kontakt-tekst {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.footer-container .kontakt .kontakt-tekst .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-container .kontakt .kontakt-tekst .logo a {
  text-decoration: none;
  font-family: 'Akaya Telivigala', cursive;
  font-size: 2.5rem;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media screen and (max-width: 600px) {
  .footer-container .kontakt .kontakt-tekst .logo a {
    font-size: 1.5rem;
  }
}

.footer-container .kontakt .kontakt-tekst .logo a img {
  width: 35px;
}

@media screen and (max-width: 600px) {
  .footer-container .kontakt .kontakt-tekst .logo a img {
    width: 20px;
  }
}

.footer-container .kontakt .kontakt-tekst .logo a:hover {
  color: #e0e0e0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-container .kontakt .kontakt-tekst a {
  color: #353535;
  display: block;
  margin: 5px 0;
  font-size: .9rem;
}

.copyright {
  background-color: rgba(143, 199, 62, 0.8);
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #353535;
}

@media screen and (max-width: 600px) {
  .copyright {
    font-size: .9rem;
  }
}

.copyright a {
  text-decoration: none;
  color: #eeeeee;
}

.copyright a:hover {
  color: #353535;
}

.bc-nav {
  background: #8fc73e;
}

.nav-section {
  background: rgba(143, 199, 62, 0.5);
  width: 100vw;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
}

.nav-section h1 {
  text-transform: uppercase;
  font-size: 3rem;
}

@media screen and (max-width: 600px) {
  .nav-section h1 {
    font-size: 2rem;
  }
}

.nav-section span {
  color: #353535;
}

.nav-section a {
  margin: 0 5px;
  color: #353535;
  text-decoration: none;
}

.nav-section a:hover {
  color: #353535;
}

.tickets2 .tickets2-main-text {
  text-align: center;
  padding: 1rem 0;
  font-size: 2rem;
  width: 100%;
}

.tickets2 .tickets2-main-text span {
  color: #8fc73e;
}

.grid-tickets {
  width: 70%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  text-align: center;
  padding: 1rem 0 5rem 0;
  grid-gap: 50px;
}

.grid-tickets .ticket {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-tickets .ticket h1 {
  font-size: 2.4rem;
  text-transform: uppercase;
}

.grid-tickets .ticket .price {
  font-size: 3rem;
  font-weight: 500;
}

.grid-tickets .ticket p:first-of-type {
  text-transform: uppercase;
}

.grid-tickets .first-ticket {
  background: rgba(143, 199, 62, 0.8);
}

.grid-tickets .first-ticket h1 {
  border-bottom: 4px solid #D5E200;
}

.grid-tickets .second-ticket {
  background: rgba(143, 199, 62, 0.8);
}

.grid-tickets .second-ticket h1 {
  border-bottom: 4px solid #8fc73e;
}

.grid-tickets .third-ticket {
  background: rgba(143, 199, 62, 0.8);
}

.grid-tickets .third-ticket h1 {
  border-bottom: 4px solid #F29021;
}

.main-section {
  background-color: #dbdbdb;
  padding: 3rem 0;
}

.main-section .first-div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(500px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .main-section .first-div {
    -ms-grid-columns: (minmax(100%, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.main-section .first-div img {
  width: 100%;
}

.main-section .first-div p {
  width: 90%;
}

.main-section .second-div {
  padding: 3rem 0;
  width: 90%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(400px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

@media screen and (max-width: 600px) {
  .main-section .second-div {
    -ms-grid-columns: (minmax(100%, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.main-section .second-div p {
  width: 90%;
}

.main-section .second-div img {
  width: 100%;
}

.main-section .third-div {
  padding: 3rem 0;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .third-div img {
  width: 700px;
}

@media screen and (max-width: 768px) {
  .main-section .third-div img {
    width: 500px;
  }
}

@media screen and (max-width: 600px) {
  .main-section .third-div img {
    width: 300px;
  }
}

.main-section .third-div .third-div-first-p {
  width: 60%;
  padding: 2rem 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .main-section .third-div .third-div-first-p {
    width: 80%;
  }
}

@media screen and (max-width: 600px) {
  .main-section .third-div .third-div-first-p {
    width: 85%;
    text-align: center;
  }
}

.main-section .fourth-div {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .fourth-div img {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .main-section .fourth-div img {
    width: 180px;
  }
}

@media screen and (max-width: 600px) {
  .main-section .fourth-div img {
    width: 140px;
  }
}

.main-section .director {
  text-align: center;
  font-size: 1.1rem;
}

.main-section .img-here {
  text-align: center;
}

.istorijsko-telo {
  background-color: #dbdbdb;
}

#heroes-of-zoo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  width: 70%;
  margin: 100px auto;
  grid-gap: 30px;
  padding: 3rem 0;
  color: #353535;
}

@media screen and (max-width: 600px) {
  #heroes-of-zoo {
    -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    width: 90%;
  }
}

#heroes-of-zoo .hero {
  border-radius: 40px;
  box-shadow: -1px 1px 11px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -1px 1px 11px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -1px 1px 11px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

#heroes-of-zoo .hero:first-of-type {
  background: rgba(143, 199, 62, 0.5);
}

#heroes-of-zoo .hero:nth-of-type(2) {
  background: rgba(213, 226, 0, 0.5);
}

#heroes-of-zoo .hero:last-of-type {
  background: rgba(242, 144, 33, 0.5);
}

#heroes-of-zoo .img-div {
  overflow: hidden;
}

#heroes-of-zoo img {
  width: 100%;
  height: 350px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

#heroes-of-zoo img:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

#heroes-of-zoo h1, #heroes-of-zoo p, #heroes-of-zoo .button-container {
  padding: 1rem;
}

#heroes-of-zoo h1 {
  text-align: center;
}

#heroes-of-zoo p {
  min-height: 220px;
}

#heroes-of-zoo .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#heroes-of-zoo .button-container a {
  text-decoration: none;
  color: #353535;
  padding: 1rem 5rem;
  background: #eeeeee;
  border-radius: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#heroes-of-zoo .f a:hover {
  background: #8fc73e;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#heroes-of-zoo .s a:hover {
  background: #D5E200;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#heroes-of-zoo .t a:hover {
  background: #F29021;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#rules {
  text-align: center;
  background: rgba(143, 199, 62, 0.8);
  padding: 6rem 0 3rem 0;
}

#rules h1 {
  text-align: center;
}

#rules .outside-rules {
  text-align: center;
}

#rules .rules-p {
  width: 65%;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 2rem;
}

@media screen and (max-width: 600px) {
  #rules .rules-p {
    width: 80%;
  }
}

#rules img {
  text-align: center;
}

@media screen and (max-width: 970px) {
  #rules img {
    width: 90vw;
  }
}

.section-container {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin: 0 auto;
  height: 700px;
}

@media screen and (max-width: 768px) {
  .section-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.section-container .visit-card-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .section-container .visit-card-div {
    width: 90%;
    margin: 0 auto 50px 0;
  }
}

.section-container img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .section-container img {
    width: 100%;
  }
}

.section-container .work-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 600px) {
  .section-container .work-time {
    font-size: 1.3rem;
  }
}

.section-container .work-time h3 {
  font-weight: 600;
}

.section-container .work-time i {
  margin-right: 10px;
}

@media screen and (max-width: 600px) {
  .section-container .work-time i {
    font-size: 2rem;
  }
}

.section-container .work-hour p {
  text-align: center;
  font-size: 1.5rem;
}

.section-container .location {
  text-align: center;
}

.section-container .location-div {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-container .location-div p {
  font-size: 1.5rem;
}

.section-container .location-div i {
  margin-right: 10px;
  font-size: 2.5rem;
}

#prices {
  position: relative;
}

#prices .prices-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#prices .prices-header i {
  font-size: 2rem;
  margin-right: 10px;
}

#prices .prices-header h1 {
  font-size: 2.5rem;
}

@media screen and (max-width: 600px) {
  #prices .prices-header h1 {
    font-size: 1.5rem;
  }
}

#prices .prices-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  min-height: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60vw;
  margin: 10px auto;
}

@media screen and (max-width: 768px) {
  #prices .prices-container {
    width: 80vw;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 600px) {
  #prices .prices-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#prices .prices-container p:first-of-type {
  font-size: 1.3rem;
  margin-bottom: 15px;
}

#prices .prices-container .price-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: rgba(143, 199, 62, 0.5);
  padding: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
  min-height: 250px;
}

@media screen and (max-width: 768px) {
  #prices .prices-container .price-first {
    min-height: 350px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 600px) {
  #prices .prices-container .price-first {
    min-height: 300px;
    margin: 0;
  }
}

#prices .prices-container .price-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: rgba(143, 199, 62, 0.5);
  padding: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
  min-height: 250px;
}

@media screen and (max-width: 768px) {
  #prices .prices-container .price-second {
    min-height: 350px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 600px) {
  #prices .prices-container .price-second {
    min-height: 300px;
    margin: 0;
  }
}

#prices .prices-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#prices .prices-button a {
  display: inline-block;
  padding: 1.5rem 4rem;
  text-decoration: none;
  background: #8fc73e;
  color: #353535;
  border: 4px solid #8fc73e;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

#prices .prices-button a:hover {
  background: transparent;
  color: #8fc73e;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

#visits-map {
  width: 90%;
  margin: 0 auto;
  height: 600px;
  padding: 3rem 0;
}

#gallery-grid {
  width: 70vw;
  margin: 100px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 350px 300px 200px 200px;
      grid-template-rows: 350px 300px 200px 200px;
      grid-template-areas: "a b c c" "d d d d" "e f g h" "i j k l";
  grid-gap: 2px;
}

@media screen and (max-width: 768px) {
  #gallery-grid {
    -ms-grid-rows: 125px 150px 100px 75px;
        grid-template-rows: 125px 150px 100px 75px;
  }
}

#gallery-grid img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: .9;
}

#gallery-grid img:hover {
  opacity: 1;
}

#gallery-grid .a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
}

#gallery-grid .b {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: b;
}

#gallery-grid .c {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: c;
}

#gallery-grid .d {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: d;
}

#gallery-grid .e {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: e;
}

#gallery-grid .f {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: f;
}

#gallery-grid .g {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: g;
}

#gallery-grid .h {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
  grid-area: h;
}

#gallery-grid .i {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: i;
}

#gallery-grid .j {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  grid-area: j;
}

#gallery-grid .k {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
  grid-area: k;
}

#gallery-grid .l {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
  grid-area: l;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(53, 53, 53, 0.8);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

#modal img {
  position: absolute;
  width: 55vw;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  #modal img {
    width: 90vw;
  }
}

.show#modal {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

#modal button {
  position: absolute;
  top: 50%;
  padding: 1rem 1.2rem;
  border-radius: 50%;
  background: rgba(53, 53, 53, 0.9);
  color: #eeeeee;
  border: none;
  outline: none;
  cursor: pointer;
}

#modal button:hover {
  background: black;
}

#modal #prev {
  left: 10%;
}

@media screen and (max-width: 768px) {
  #modal #prev {
    left: 5%;
  }
}

#modal #next {
  right: 10%;
}

@media screen and (max-width: 768px) {
  #modal #next {
    right: 5%;
  }
}

#animals > h1 {
  text-align: center;
  padding: 100px 0 0 0;
  font-size: 2.3rem;
}

@media screen and (max-width: 600px) {
  #animals > h1 {
    font-size: 2rem;
  }
}

#animals > p {
  text-align: center;
  width: 60%;
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
  #animals > p {
    width: 80%;
  }
}

#animals .animals-grid {
  display: -ms-grid;
  display: grid;
  width: 80vw;
  margin: 0 auto 100px auto;
  -ms-grid-columns: (minmax(350px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 20px;
  text-align: center;
}

#animals .animals-grid .animal {
  border-radius: 40px;
  box-shadow: -1px 1px 11px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -1px 1px 11px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -1px 1px 11px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

#animals .animals-grid .animal h1 {
  padding: 1rem 2rem;
  font-weight: 600;
}

#animals .animals-grid .animal p {
  padding: 0rem 2rem 3rem 2rem;
}

#animals .animals-grid .img-div {
  overflow: hidden;
  height: 300px;
}

#animals .animals-grid .img-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

#animals .animals-grid .img-div img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

#contact {
  width: 80vw;
  padding: 100px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 970px) {
  #contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contact .together {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 970px) {
  #contact .together {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#contact .together i {
  margin-right: 10px;
  font-size: 2rem;
  color: #8fc73e;
}

#contact .contact-left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 970px) {
  #contact .contact-left-side {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 50px;
  }
}

#contact .contact-left-side div {
  margin: 10px 0;
}

#contact .contact-left-side p {
  font-size: 1.3rem;
}

#contact .contact-left-side a {
  text-decoration: none;
  color: #8fc73e;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#contact .contact-left-side a:hover {
  color: #F29021;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#contact .contact-right-side form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 4rem;
  border-radius: 40px;
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.25);
  min-width: 500px;
}

@media screen and (max-width: 970px) {
  #contact .contact-right-side form {
    padding: 2rem;
    min-width: 300px;
  }
}

#contact .contact-right-side form input[type=text], #contact .contact-right-side form input[type=email] {
  border: none;
  outline: none;
  border-bottom: 2px solid #8fc73e;
  border-left: 2px solid #8fc73e;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 1rem;
  height: 40px;
  font-size: 1.2rem;
}

#contact .contact-right-side form textarea {
  border: none;
  outline: none;
  padding: 1rem;
  border-bottom: 2px solid #8fc73e;
  border-left: 2px solid #8fc73e;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

#contact .contact-right-side form input[type=submit] {
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
  background: #8fc73e;
  color: #353535;
  height: 50px;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#contact .contact-right-side form input[type=submit]:hover {
  background: #F29021;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#sami-container {
  width: 60vw;
  margin: 100px auto;
}

@media screen and (max-width: 1280px) {
  #sami-container {
    width: 80vw;
  }
}

#sami-container .first-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 970px) {
  #sami-container .first-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 970px) {
  #sami-container .first-container .image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 100px;
  }
}

#sami-container .second-container {
  margin-top: 100px;
}

#sami-container .second-container .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
}

#sami-container .third-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#sami-container .third-container .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 100px 0;
}

#sami-container .fourth-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gabi-container {
  width: 80vw;
  margin: 0 auto;
}

#gabi-container .first-container {
  margin: 100px 0 150px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 970px) {
  #gabi-container .first-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#gabi-container .first-container h1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 970px) {
  #gabi-container .first-container .image-container {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#gabi-container .first-container .image-container img {
  width: 400px;
}

#gabi-container .second-container {
  width: 60vw;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  #gabi-container .second-container {
    width: 80vw;
  }
}

#gabi-container .second-container .image-container {
  margin: 100px 0;
  width: 100%;
}

#gabi-container .second-container .image-container img {
  width: 100%;
}

#muja-container {
  width: 80vw;
  margin: 0 auto;
}

#muja-container .first-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px 0;
}

@media screen and (max-width: 1280px) {
  #muja-container .first-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#muja-container .first-container .text-container {
  width: 50%;
}

@media screen and (max-width: 1280px) {
  #muja-container .first-container .text-container {
    width: 100%;
    margin: 0 auto;
  }
}

#muja-container .first-container .image-container {
  width: 50%;
}

@media screen and (max-width: 1280px) {
  #muja-container .first-container .image-container {
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
  }
}

#muja-container .first-container .image-container img {
  width: 100%;
}

#muja-container .second-container .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 200px auto 100px auto;
  width: 90%;
}

#muja-container .second-container .image-container img {
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

html, body {
  overflow-x: hidden;
}
/*# sourceMappingURL=styles.css.map */