@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body, p, h1, h2, h3, h4, h5, img, a {
  margin: 0;
  padding: 0;
}

.jumbotron-header {
  background: url("hero-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
  border-radius: 0;
  margin-top: 65px;
} /* Jumbotron je bootstrap opcija za postavljanje hero image-a. Ovde se linkuje slika */
.bez {
  background: url("white.jpg");
  background-size: cover;
}

.carousel-item img {
  margin-top: 45px;
  height: 500px;
  width: 100%;
}

.navFix {
  position: fixed;
  top: 0;
  background: transparent;
  width: 100%;
  height: 50px;
}

.navFix {
  background-color: rgb(136, 74, 194) !important;
  opacity: 97%;
  height: auto;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.n {
  margin-left: 20px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}

.n:hover {
  margin-left: 20px;
  font-weight: bold;
  text-decoration: none;
  color: orange;
}

.navbar-hamburger {
  font-size: 25px;
  font-weight: 600;
  color: orangered;
  text-transform: uppercase;
  padding-left: 10px;
}

.navbar-hamburger:hover {
  text-decoration: none;
  color: rgb(255, 69, 0);
}

.header-h3 {
  color: white;
  text-align: center;
  margin-top: 13vw;
  font-size: 32px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
} /* Formatiranje teksta h3 */
.header-h1 {
  color: white;
  text-align: center;
  margin: 2vw 0;
  text-transform: uppercase;
  font-size: 66px;
  font-weight: 600;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
} /* Formatiranje teksta h1 */
.header-h11 {
  color: black;
  text-align: center;
  margin: 2vw 0;
  text-transform: uppercase;
  font-size: 66px;
  font-weight: 600;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-top: 50px;
} /* Formatiranje teksta h1 */
.button {
  color: white;
  border: 2px solid white;
  border-radius: 0;
  padding: 15px 50px;
  font-weight: bold;
  font-size: 23px;
  text-decoration: none !important;
} /* Ghost button */
.button:hover {
  color: orange;
  background-color: rgb(136, 74, 194);
  text-decoration: none !important;
} /* Ghost Button nakon prelaska kursora */
.half-element {
  opacity: 0; /* Element je inicijalno nevidljiv */
  -webkit-transition: opacity 3.7s ease;
  transition: opacity 3.7s ease; /* Dodajemo efekat prelaska za glatko pojavljivanje */
}
.half-element img {
  width: 450px;
}

.services-h1 {
  font-size: 60px;
  color: rgb(34, 34, 34);
  line-height: 1.25;
  text-align: left;
}
.services-h1 span {
  color: rgb(136, 74, 194);
  font-weight: bold;
}

/* Osobine teksta koji spada pod naslov. */
.services-description {
  font-size: 18px;
  color: rgb(119, 119, 119);
  line-height: 1.333;
  text-align: left;
  max-width: 555px;
}
.services-description span {
  cursor: pointer;
  color: orange;
  font-weight: bold;
}
.services-description span:hover {
  color: rgb(136, 74, 194);
}

/* Osobine paragrafa unutar elementa. */
.first-part {
  margin-top: 5vw;
  margin-bottom: 8vw;
  margin-left: 3vw;
  margin-right: 3vw;
} /* Pozicioniranje elemenata u prvom delu - vw = viewport pozicija. */
.second-part {
  margin-bottom: 3vw;
  margin-left: 3vw;
  margin-right: 3vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
} /* Pozicioniranje elemenata u drugom delu - vw = viewport pozicija. */
.btn {
  text-decoration: none;
}

.scroll-element {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 2.5s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 2.5s ease-out;
  transition: transform 2.5s ease-out, opacity 1s ease-out;
  transition: transform 2.5s ease-out, opacity 1s ease-out, -webkit-transform 2.5s ease-out;
}

.highlight {
  background-color: rgba(128, 0, 128, 0.5); /* Ljubičasta sa 50% opacity */
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
  color: white;
}

.from-left {
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
}

.from-right {
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
}

.scroll-element.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mnsl {
  margin: 0%;
  padding: 0%;
  width: 50px;
}

.link {
  color: orange;
  font-size: 18px;
  line-height: 2.278;
  margin: 0px 20px;
  padding: 3px;
  font-weight: 500;
}

.link:hover {
  color: white;
  text-decoration: none;
  text-shadow: 1px white;
}

.slika {
  margin: 0% 25%;
}

.slika img {
  margin: auto;
  padding: 5px;
  width: 500px;
  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;
}

.cr {
  color: white;
}

.container {
  padding: 10px;
  margin: auto;
}

.video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}
.video .video-img img {
  height: auto;
  max-width: 100%;
}
.video .overlay {
  position: relative;
  background-color: white;
  width: 200px;
  height: 100px;
  right: -400px;
  bottom: 135px;
  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;
  text-align: center;
}
.video .overlay a {
  text-decoration: none;
  color: rgb(104, 114, 199);
  padding-left: 10px;
}
.video .overlay:hover {
  width: 300px;
}
.video .overlay:hover a {
  padding-right: 70px;
}
.video .overlay:hover .video-txt {
  color: orange;
}
.video .popup-video {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  padding: 10px;
  z-index: 10;
  border: 2px solid #ccc;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.video .popup-video iframe {
  width: 560px;
  height: 315px;
}
.video .close-btn {
  background-color: orange;
  color: white;
  padding: 5px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: -50px;
  font-size: 16px;
}
.video .background-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  display: none;
}

.nas {
  width: 100%;
  background-color: white;
  color: orangered;
  text-align: center;
  font-weight: bold;
}

.dug {
  padding: 5px;
  border: 1px solid orangered;
  background-color: orangered;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dug p {
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
}

.dug a {
  padding: 5px;
  font-size: 20px;
  text-decoration: none;
  color: black;
  border: 2px solid grey;
  border-radius: 10%;
  background-color: grey;
}

.dug a:hover {
  padding: 10px;
  background-color: white;
  color: orangered;
  border: 2px solid white;
  border-radius: 10%;
}

.ft {
  width: 100%;
  background-color: black;
  color: orangered;
  text-align: center;
}

.logi {
  margin: 10px;
  width: 50px;
}

.tek {
  background-color: white;
  margin-top: 45px;
  margin-right: 20%;
  margin-left: 20%;
  border: 2px solid white;
  border-radius: 10%;
}

.tek:hover {
  border-radius: 0%;
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.nass {
  text-align: center;
  color: orangered;
}

.tek p {
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  font-family: Comic Sans MS;
  font-size: 20px;
}

.ha3 {
  opacity: 80%;
}

.dugg a {
  color: black;
  border: 2px solid black;
  border-radius: 0;
  padding: 15px 50px;
  font-weight: bold;
  font-size: 23px;
  text-decoration: none !important;
}

.dugg a:hover {
  background-color: white;
  color: orangered;
}

.dugg input {
  color: black;
  border: 2px solid black;
  border-radius: 0;
  padding: 15px 50px;
  font-weight: bold;
  font-size: 23px;
  text-decoration: none !important;
}

.dugg input:hover {
  color: white;
  background-color: orange;
  text-decoration: none !important;
}

.fora {
  color: black;
  border-radius: 30px;
  margin-bottom: 100px;
}

.ftt {
  width: 100%;
  background-color: white;
  color: orangered;
  text-align: center;
  bottom: 0px;
  position: absolute;
}

#contact-form {
  max-width: 600px;
  margin: auto;
}

.sh {
  text-align: center;
}

.sher {
  font-size: 20px;
  text-align: center;
  border: 2px solid #f99201;
  border-radius: 20px;
  color: #f99201;
  background-color: black;
  outline: 2px solid #f99201;
  margin-bottom: 100px;
  padding: 10px;
}

.nsn {
  max-width: 100%;
  height: auto; /* Ovo će automatski očuvati odnos širine i visine */
}

.nsn img {
  max-width: 100%;
  height: auto; /* Ovo će automatski očuvati odnos širine i visine */
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 80px);
  position: relative;
  background-color: #101010;
  color: #fff;
  padding: 50px;
  margin-top: 45px;
}

.hero .content {
  position: relative;
  z-index: 2;
  max-width: 50%;
}
.hero .content p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero .image-container {
  position: relative;
  z-index: 2;
  max-width: 45%;
}

.hero .image-container img {
  width: 100%;
  border-radius: 10px;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("purp.jpg");
  -webkit-clip-path: polygon(70% 0, 100% 0, 100% 100%, 40% 100%);
          clip-path: polygon(70% 0, 100% 0, 100% 100%, 40% 100%);
  z-index: 1;
}

.hero span {
  color: rgb(213, 4, 255);
  font-weight: bold;
}

.hero spann {
  color: orange;
  font-weight: bold;
}

.cv-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f71f6a;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 20px;
}

.cv-button:hover {
  background-color: #009688;
}

.services-h11 {
  font-size: 48px;
  color: rgb(34, 34, 34);
  line-height: 1.25;
  text-align: left;
}
.services-h11 span {
  color: rgb(136, 74, 194);
  font-weight: bold;
}

.second-part1 {
  margin-left: 3vw;
  margin-right: 3vw;
  padding-top: 5vw;
  height: 500px;
}

.Conclusion {
  margin-left: 3vw;
  margin-right: 3vw;
  padding-top: 5vw;
  margin-bottom: 5vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.Conclusion p {
  text-align: left;
}

.purpose-h1 {
  margin-top: 80px;
  text-align: center;
  text-transform: uppercase;
  font-size: 66px;
  font-weight: 600;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

.purpose-h {
  color: orange;
  text-align: center;
  text-transform: uppercase;
  font-size: 66px;
  font-weight: 600;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

.purpose-hh {
  color: rgb(136, 74, 194);
  text-align: center;
  text-transform: uppercase;
  font-size: 66px;
  font-weight: 600;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

.background-image {
  background-image: url("conta.jpg"); /* Postavi sliku u pozadinu */
  background-size: cover;
  background-position: center;
  height: 100vh;
  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;
}

.contact-card {
  background-color: #FF6600;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  width: 300px;
}

.contact-card .logo img {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}

.contact-card h1 {
  margin: 0;
  font-size: 2em;
  color: #fff;
}

.contact-card p {
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.social-icons {
  margin: 20px 0;
}

.social-icons a {
  margin: 0 10px;
  text-decoration: none;
  color: #fff;
  font-size: 1.5em;
}

.cta-button {
  background-color: #FF9933;
  border: none;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.2em;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.cta-button:hover {
  background-color: rgb(136, 74, 194);
  opacity: 60%;
  color: white;
  text-decoration: none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgb(136, 74, 194);
  opacity: 90%;
  color: white;
  cursor: pointer;
  padding: 15px;
  font-size: 18px;
}

#myBtn:hover {
  background-color: orange;
}

footer {
  background-color: #181C22;
  color: #fff;
  padding: 20px;
  text-align: center;
  max-width: 100%;
}
footer nav {
  padding: 20px 0px;
}

.footer-content {
  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-bottom: 20px;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 10%;
  text-align: left;
  padding: 40px 20px;
  margin-left: 10%;
}

.contact-info {
  margin-right: 150px;
}
.contact-info .footer-txt {
  text-align: left;
  letter-spacing: 0px;
  color: #90949A;
  opacity: 1;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.contact-info .footer-h {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 18px;
}

.social-media {
  margin-right: 150px;
}
.social-media .footer-txt {
  text-align: left;
  letter-spacing: 0px;
  color: rgb(136, 74, 194);
  opacity: 1;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 30px;
  text-decoration: none;
}
.social-media .footer-h {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 18px;
  margin-bottom: 10px;
}
.social-media .footer-hh {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.social-media img {
  height: 26px;
}

.newsletter .footer-txt {
  text-align: left;
  letter-spacing: 0px;
  color: #90949A;
  opacity: 1;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.newsletter .footer-h {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 18px;
}

footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.footer-hr {
  color: orange;
  margin-left: 10%;
  margin-right: 10%;
}
.footer-hr hr {
  border-color: orange;
}

.footer-nav {
  margin-left: 10%;
  margin-right: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-nav a {
  text-decoration: none;
}

.footer-nav img {
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}

footer nav li {
  margin: 0 15px;
  position: relative;
  right: 0;
}

.footer-nav a:hover {
  color: orange;
}

footer nav a {
  text-decoration: none;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 14px;
}

.input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  max-width: 400px;
}

.input-container input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border: none;
  outline: none;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0);
}

.input-container button {
  padding: 10px 20px;
  background-color: rgb(136, 74, 194);
  border: none;
  cursor: pointer;
  font-size: 14px;
  outline: none;
}

.input-container input:hover {
  background-color: rgba(0, 0, 0, 0.0549019608);
}

.input-container button:hover {
  background-color: orange;
}

@media (max-width: 1024px) {
  .half-element img {
    width: 350px;
  }
  .newsletter input {
    width: 87px;
  }
}
@media (max-width: 768px) {
  .half-element img {
    width: 350px;
  }
  .services-h1 {
    font-size: 48px;
  }
  .video .overlay {
    position: relative;
    background-color: white;
    width: 200px;
    height: 80px;
    right: -270px;
    bottom: 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;
    text-align: center;
  }
  .footer-list {
    display: grid;
    grid-template-columns: 1fr;
  }
  .newsletter input {
    width: 217px;
  }
  .newsletter button {
    left: -10px;
    border-radius: 0px 3px 3px 0px;
  }
  .footer-nav {
    margin-left: 0;
    margin-right: 0;
    display: grid;
    grid-template-columns: 1fr;
  }
  .footer-nav ul {
    padding: 0%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .footer-nav li {
    font-size: 8px;
    margin: 0 5px;
  }
  .footer-hr {
    margin-left: 5%;
    margin-right: 5%;
  }
  .contact-info {
    margin-right: 0px;
    margin-left: 20px;
  }
  .social-media {
    margin-right: 0px;
    margin-left: 20px;
  }
}
@media (max-width: 576px) {
  .half-element img {
    width: 250px;
  }
  .services-h1 {
    font-size: 48px;
  }
  .services-h11 {
    font-size: 36px;
  }
  .hero {
    height: calc(130vh - 80px);
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("purp.jpg");
    -webkit-clip-path: polygon(80% 0, 100% 0, 100% 100%, 50% 100%);
            clip-path: polygon(80% 0, 100% 0, 100% 100%, 50% 100%);
    z-index: 1;
  }
  .video .overlay {
    position: relative;
    background-color: white;
    width: 150px;
    height: 30px;
    right: -130px;
    bottom: 40px;
    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;
    text-align: center;
  }
  .footer-list {
    display: grid;
    grid-template-columns: 1fr;
  }
  .newsletter input {
    width: 217px;
  }
  .newsletter button {
    left: -10px;
    border-radius: 0px 3px 3px 0px;
  }
  .footer-nav {
    margin-left: 0;
    margin-right: 0;
    display: grid;
    grid-template-columns: 1fr;
  }
  .footer-nav ul {
    padding: 0%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .footer-nav li {
    font-size: 8px;
    margin: 0 5px;
  }
  .footer-hr {
    margin-left: 5%;
    margin-right: 5%;
  }
  .contact-info {
    margin-right: 0px;
    margin-left: 20px;
  }
  .social-media {
    margin-right: 0px;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .half-element img {
    width: 250px;
  }
  .services-h1 {
    font-size: 48px;
  }
  .video .overlay {
    position: relative;
    background-color: white;
    width: 150px;
    height: 30px;
    right: -120px;
    bottom: 40px;
    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;
    text-align: center;
  }
  .footer-list {
    display: grid;
    grid-template-columns: 1fr;
  }
  .newsletter input {
    width: 217px;
  }
  .newsletter button {
    left: -10px;
    border-radius: 0px 3px 3px 0px;
  }
  .footer-nav {
    margin-left: 0;
    margin-right: 0;
    display: grid;
    grid-template-columns: 1fr;
  }
  .footer-nav ul {
    padding: 0%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .footer-nav li {
    font-size: 8px;
    margin: 0 5px;
  }
  .footer-hr {
    margin-left: 5%;
    margin-right: 5%;
  }
  .contact-info {
    margin-right: 0px;
    margin-left: 20px;
  }
  .social-media {
    margin-right: 0px;
    margin-left: 20px;
  }
}
@media (max-width: 390px) {
  .half-element img {
    width: 250px;
  }
  .services-h1 {
    font-size: 48px;
  }
  .hero {
    height: calc(150vh - 80px);
  }
  .hero h1 {
    font-size: 32px;
  }
  .video .overlay {
    position: relative;
    background-color: white;
    width: 150px;
    height: 30px;
    right: -70px;
    bottom: 40px;
    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;
    text-align: center;
  }
  .footer-list {
    display: grid;
    grid-template-columns: 1fr;
  }
  .newsletter input {
    width: 217px;
  }
  .newsletter button {
    left: -10px;
    border-radius: 0px 3px 3px 0px;
  }
  .footer-nav {
    margin-left: 0;
    margin-right: 0;
    display: grid;
    grid-template-columns: 1fr;
  }
  .footer-nav ul {
    padding: 0%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .footer-nav li {
    font-size: 8px;
    margin: 0 5px;
  }
  .footer-hr {
    margin-left: 5%;
    margin-right: 5%;
  }
  .contact-info {
    margin-right: 0px;
    margin-left: 20px;
  }
  .social-media {
    margin-right: 0px;
    margin-left: 20px;
  }
}
@media (max-width: 320px) {
  .half-element img {
    width: 250px;
  }
  .services-h1 {
    font-size: 48px;
  }
  .hero {
    height: calc(150vh - 80px);
  }
  .hero h1 {
    font-size: 28px;
  }
  .video .overlay {
    position: relative;
    background-color: white;
    width: 150px;
    height: 30px;
    right: -70px;
    bottom: 40px;
    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;
    text-align: center;
  }
  .footer-list {
    display: grid;
    grid-template-columns: 1fr;
  }
  .newsletter input {
    width: 217px;
  }
  .newsletter button {
    left: -10px;
    border-radius: 0px 3px 3px 0px;
  }
  .footer-nav {
    margin-left: 0;
    margin-right: 0;
    display: grid;
    grid-template-columns: 1fr;
  }
  .footer-nav ul {
    padding: 0%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .footer-nav li {
    font-size: 8px;
    margin: 0 5px;
  }
  .footer-hr {
    margin-left: 5%;
    margin-right: 5%;
  }
  .contact-info {
    margin-right: 0px;
    margin-left: 20px;
  }
  .social-media {
    margin-right: 0px;
    margin-left: 20px;
  }
}/*# sourceMappingURL=style.css.map */