@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Waiting+for+the+Sunrise&display=swap");
@media screen and (max-width: 2560px) {
  #projects .holder .photostudio {
    height: 1100px !important;
  }
  #cover {
    height: 650px !important;
  }
  footer .holder .f-r-show {
    display: none !important;
  }
  .secound-i {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  #projects .holder .photostudio {
    height: 670px !important;
  }
}
@media screen and (max-width: 1024px) {
  #projects .holder .photostudio {
    height: 500px !important;
  }
  #cover {
    height: 500px !important;
  }
}
@media screen and (max-width: 850px) {
  header ul li {
    padding: 15px 15px !important;
  }
  #cover .holder #sec {
    font-size: 12px;
  }
  #services {
    margin-top: 20px !important;
  }
  #services h1 {
    margin-bottom: 20px !important;
  }
  #services .holder .blocks {
    width: 50% !important;
  }
  #services .holder .blocks .inside-holder {
    margin: 10%;
  }
  #services .holder .prim-three {
    margin-top: 40px;
  }
  #projects .holder .photostudio {
    height: 400px !important;
  }
}
@media screen and (max-width: 768px) {
  header {
    width: 96% !important;
  }
  header nav {
    margin: 0px auto;
  }
  header .logo {
    margin: 0px auto;
  }
  #about-me .holder #about-pic {
    margin-top: 50px;
  }
  #services .holder .blocks p {
    font-size: 15px;
  }
  #services .holder .blocks .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 668px) {
  footer .holder #center-f {
    width: 100%;
  }
  footer .holder .f-r-show {
    display: flex !important;
  }
  footer .holder .f-r {
    display: none !important;
  }
}
@media screen and (max-width: 634px) {
  #about-me .holder .about-text {
    margin-left: 0px !important;
    width: 90% !important;
  }
  #about-me .holder #about-pic {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 513px) {
  header {
    padding: 5px 0px !important;
  }
  header ul {
    display: flex;
    justify-content: space-evenly !important;
    flex-wrap: wrap;
  }
  header ul li {
    padding: 9px 15px !important;
  }
  #about-me .holder .about-text p {
    font-size: 12px;
  }
  #about-me .holder #holder2 {
    text-align: center;
  }
  #services {
    margin-top: 50px;
  }
  #services h1 {
    margin-bottom: 50px;
  }
  #services .holder .blocks {
    width: 100% !important;
  }
  #services .holder .blocks .inside-holder {
    margin: 10%;
  }
  #services .holder .prim-three {
    margin-top: 40px;
  }
  #projects .holder .photostudio {
    height: 300px !important;
  }
}
@media screen and (max-width: 426px) {
  .title {
    font-size: 18px !important;
  }
  #services .holder .blocks p {
    font-size: 14px !important;
  }
  #skills h3 {
    font-size: 13px !important;
  }
  #skills p {
    font-size: 12px !important;
    padding: 12px !important;
  }
  #skills .holder .blocks {
    height: 40px !important;
  }
  #contact .holder .contact-l {
    width: 100% !important;
  }
  #contact .holder .contact-l2 {
    width: 100% !important;
  }
  #contact .holder .contact-l2 p {
    margin-left: 0px !important;
  }
  footer .holder #center-f {
    width: 100%;
  }
  footer .holder .blocks #text-f {
    font-size: 15px;
  }
  #up {
    right: 5px !important;
    bottom: 5px !important;
  }
  .button {
    padding: 5px 10px !important;
  }
  .secound-i {
    display: inline;
  }
  .first-i {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  #services {
    margin-top: 50px;
  }
  #services h1 {
    margin-bottom: 50px;
  }
  #services .holder {
    width: 100% !important;
  }
  #services .holder .blocks {
    width: 100% !important;
  }
  #services .holder .blocks .inside-holder {
    margin: 10%;
  }
  #services .holder .prim-three {
    margin-top: 40px;
  }
  #projects .holder .photostudio {
    height: 200px !important;
  }
}
* {
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #2d2e30;
}

a {
  text-decoration: none;
}

.logo {
  filter: invert(92%) sepia(93%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
  transition: 0.2s;
}
.logo a {
  text-decoration: none;
}
.logo:hover {
  filter: invert(60%) sepia(76%) saturate(2528%) hue-rotate(16deg) brightness(110%) contrast(90%);
}

header {
  padding: 15px 0px;
  width: 80%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
header ul li {
  padding: 15px 20px;
}
header ul li a {
  font-family: "Inter", sans-serif;
  color: #d4d4d4;
  text-decoration: none;
}

#cover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../img/cover3.jpg);
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
}
#cover .holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#cover .holder p, #cover .holder h1 {
  text-align: center;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
#cover .holder h1 {
  font-weight: 1000;
  color: #dcaa0d;
  font-size: 36px;
  margin: 20px 0px;
}
#cover .holder h1 span {
  animation: fade 1s linear infinite;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  0% {
    opacity: 1;
  }
}
#cover .holder p {
  color: #d4d4d4;
  width: 80%;
  margin: 0 auto;
}
#cover .holder #sec {
  margin-bottom: 80px;
}

.button {
  margin: 0px auto;
  border-radius: 30px;
  border: 1px solid #dcaa0d;
  padding: 10px 20px;
  transition: 0.3s;
  font-family: "Inter", sans-serif;
  color: #fff;
}
.button:hover {
  background-color: #dcaa0d;
}

.spec-button {
  background-color: transparent;
}

#about-me .holder {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#about-me .holder .about-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  width: 50%;
}
#about-me .holder .about-text h2 {
  margin-bottom: 2%;
  color: #dcaa0d;
  font-family: "Inter", sans-serif;
}
#about-me .holder .about-text p {
  text-align: justify;
  color: #d4d4d4;
  font-family: "Inter", sans-serif;
}
#about-me .holder .about-text p span {
  color: #fff;
  font-weight: 400;
}
#about-me .holder .about-text #holder2 {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}
#about-me .holder .about-text #holder2 p {
  text-align: center;
}
#about-me .holder .about-text #holder2 #atag {
  margin-left: 10px;
}
#about-me .holder .about-text #holder2 #dcv {
  background-color: #dcaa0d;
}

h2 {
  font-family: "Waiting for the Sunrise", cursive !important;
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #dcaa0d;
  margin-bottom: 2%;
}

.mid {
  margin: 30px 0px;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(210, 190, 190, 0), rgba(206, 206, 206, 0.538), rgba(192, 192, 192, 0));
}

#services .holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 0px auto;
}
#services .holder .blocks {
  width: 30%;
  background-color: #212224;
}
#services .holder .blocks .inside-holder {
  margin: 10%;
}
#services .holder .blocks i {
  font-size: 26px;
  color: #dcaa0d;
}
#services .holder .blocks p {
  font-family: "Inter", sans-serif;
  color: #d4d4d4;
}
#services .holder .sec-three {
  margin-top: 40px;
}

.title {
  margin: 10px 0px;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
}

#projects .holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 0px auto;
}
#projects .holder .ps2 {
  background-image: url(../img/photostudio2.jpg) !important;
}
#projects .holder .ps3 {
  background-image: url(../img/photostudio3.jpg) !important;
}
#projects .holder .photostudio {
  background-image: url(../img/photostudio.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 700px;
}
#projects .holder .photostudio .txt {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
  height: 50%;
  border-radius: 30px;
  background: linear-gradient(to top, transparent, #212224);
}
#projects .holder .photostudio .txt a {
  display: block;
  padding-top: 5%;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-size: 100%;
}
#projects .holder .photostudio:hover .txt {
  visibility: visible;
  opacity: 1;
}

#skills #skills-title {
  margin-bottom: 0px !important;
}
#skills h3 {
  text-align: center;
  margin-bottom: 5%;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: normal;
  color: #d4d4d4;
}
#skills .holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  margin: 0px auto;
}
#skills .holder .blocks {
  margin: 10px 0px;
  background: linear-gradient(90deg, rgb(45, 46, 48) 8%, rgb(220, 170, 13) 100%);
  height: 50px;
}
#skills .holder .blocks p {
  padding: 15px;
  text-align: left;
  font-family: "Inter", sans-serif;
  color: #d4d4d4;
}
#skills .holder #first-b {
  width: 70%;
}
#skills .holder #secound-b {
  width: 90%;
}
#skills .holder #thirt-b {
  width: 85%;
}
#skills .holder #fourth-b {
  width: 99%;
}
#skills .holder #fifth-b {
  width: 60%;
}
#skills .holder #six-b {
  width: 100%;
}

#contact .holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 0px auto;
}
#contact .holder .contact-l {
  width: 50%;
}
#contact .holder .contact-l .kontakt-forma .f-zakazivanje input, #contact .holder .contact-l .kontakt-forma textarea {
  width: 100%;
  font-family: "Poppins", sans-serif;
  border: none;
  font-size: 12px;
  margin: 5px 0;
}
#contact .holder .contact-l .kontakt-forma .form-input-size {
  height: 28px;
}
#contact .holder .contact-l .kontakt-forma #send-button {
  text-align: center;
}
#contact .holder .contact-l .kontakt-forma input[type=text], #contact .holder .contact-l .kontakt-forma input[type=email], #contact .holder .contact-l .kontakt-forma #comment {
  padding: 5px;
}
#contact .holder .contact-l2 {
  width: 50%;
}
#contact .holder .contact-l2 p {
  font-family: "Inter", sans-serif;
  color: #d4d4d4;
  margin-left: 30px;
  margin-top: 15px;
}
#contact .holder .contact-l2 p span {
  color: #fff;
}

footer {
  background-color: #212224;
}
footer .holder {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 0px auto;
}
footer .holder #center-f {
  margin: 0px auto;
  text-align: center;
}
footer .holder p {
  font-family: "Inter", sans-serif;
  text-align: center;
  margin: 10px 0px;
}
footer .holder #text-f {
  color: #fff;
  font-size: 22px;
}
footer .holder #contact-f {
  color: #dcaa0d;
}
footer .holder #contact-f span {
  color: #fff;
}
footer .holder #publish {
  color: #9a9a9a;
  font-size: 12px;
}
footer .holder .f-l, footer .holder .f-r, footer .holder .f-r-show {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .holder .f-l span, footer .holder .f-r span, footer .holder .f-r-show span {
  color: #d4d4d4;
  font-family: "Inter", sans-serif;
}
footer .holder .f-l a, footer .holder .f-r a, footer .holder .f-r-show a {
  padding: 10px 0px;
}

#up {
  position: fixed;
  background-color: rgba(33, 34, 36, 0.1882352941);
  color: #dcaa0d;
  bottom: 30px;
  right: 30px;
}/*# sourceMappingURL=style.css.map */