* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

:root {
    --primary-color: #4891ff;
    --light-color: #f4f4f6;
    --dark-color: #111;
}

html {
    -webkit-text-size-adjust: 100%;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background: #fff;
}

a {
    text-decoration: none;
    color: #fff;
}

ul li {
    list-style: none;
}

/* NavbarCodeStart */

.nav {
    padding: 15px 35px;
    border-bottom: 1px solid #fff;
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 1000;
}

#navbar {
    position: fixed;
    top: 0;
    width: 100%;
    transition: background-color 0.3s ease;
    background-color: transparent;
}

#navbar.scrolled {
    background-color: #212121;
    border-bottom: none;
}

.nav-wrap-right h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.nav-wrapper.flex {
    max-width: 1600px;
    justify-content: space-between;
    margin: auto;
}

/*HoverEffectStart*/

.nav li a {
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #565657;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    padding: 5px 0;
  }
  
  .nav li a::before,
  .nav li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.5s;
  }
  
  .nav li a::before {
    top: 0;
    left: 0;
  }
  
  .nav li a::after {
    bottom: 0;
    right: 0;
  }
  
  .nav li a:hover::before {
    width: 100%;
    transition: width 0.25s ease-in-out;
  }
  
  .nav li a:hover::after {
    width: 100%;
    transition: width 0.25s ease-in-out 0.25s;
  }

/*HoverEffectEnd*/

.nav-wrap-center ul li:hover:after {
    border-bottom: 1px solid #fff;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

/* NavbarCodeEnd */


/* HeroCodeStart */

.hero {
    background: url(../img/judgehammerblur.jpg);
    background-position: 40% 20%;
    background-attachment: local;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
}

.hero-top {
    font-size: 50px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #565657;
}

.hero-top.flex {
    gap: 15px;
}

.hero-holder {
    margin-top: 200px;
}

.button-holder {
    margin-top: 50px;
}

.btn-left {
    width: 250px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 20px;
    border: 2px solid #fff;
    transition: 0.2s;
}

.btn-left:hover {
    background: #fff;
    color: #565657;
}

.btn-left.flex {
    gap: 15px;
}

.btn-right.flex {
    gap: 15px;
}

.btn-right {
    width: 250px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 20px;
    border: 2px solid #fff;
    transition: 0.2s;
}

.btn-right:hover {
    background: #fff;
    color: #565657;
}

/* HeroCodeEnd */

/* ProvenResultsCodeStart */

.slav-image {
    background-image: url(../img/IMG_6770.jpg);
    background-repeat: no-repeat;
    background-position: 42%;
    background-size:cover;
    position: relative;
    width: 500px;
    height: 500px;
    box-shadow: 2px 2px 4px #565657;
    margin: auto;
    margin-top: -200px;
}

.proven-top div h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 45px;
    color: #565657;
    text-transform: uppercase;
    text-align: center;
}

.proven-top div h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #79797a;
    text-transform: uppercase;
    text-align: center;
}

.proven-bottom.flex {
    gap: 100px;
    flex-wrap: wrap;
}

.proven-bottom div {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #79797a;
    text-align: left;
    width: 500px;
}

/* ProvenResultsCodeEnd */

/* CountersCodeStart */

.counters {
    background-image: url(../img/library-dark.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

.counter-box {
    height: 300px;
    width: 400px;
}

.counter-box.grid {
    gap: 0px;
}

.counter-description {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #a8a8a8;
}

.counter-heading {
    font-size: 85px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

/* CountersCodeEnd */

/* PractiseAreasCodeStart */

.practise-areas .container {
    background-color: gray; background-size: 9px 9px; background-image: repeating-linear-gradient(45deg, #e6e6e6 0, #e6e6e6 0.9px, #fff 0, #fff 50%);
}

.practise-heading {
    font-size: 60px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #79797a;
}

.practise-description {
    display: none;
    padding: 0 100px;
    font-size: 19px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-align: center;
    color: #79797a;
}

.practise-bottom.flex {
    flex-direction: row;
    flex-wrap: wrap;
}

.practise-bottom-button {
    width: 300px;
    margin: auto;
}

.practise-box {
    width: 400px;
    height: 400px;
    background: #fff;
    text-align: left;
    padding: 25px 25px;
}

.box-heading {
    padding-top: 10px;
    font-size: 19px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color:#79797a;
}

.box-description {
    padding-top: 50px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color:#79797a;
}



/* PractiseAreasCodeEnd */

/* TestimonialsCodeStart */

.testimonials {
    background-color:#f4f4f6;
}

.testimon-box {
    width: 450px;
    height: 350px;
    border-radius: 15px;
    background-color: #79797a;
}

.testimon-bottom.flex {
    flex-wrap: wrap;
}

.testimon-box.grid {
    gap: 0;
    padding: 25px 25px;
}

.testimon-top div {
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    font-weight: 300;
    color:#414142;
    text-transform: uppercase;
    text-align: center;
}

.testimon-box-top div:nth-child(1) {
    padding-bottom: 15px;
}

.testimon-box-top div:nth-child(2) {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.testimon-box-bottom {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
    padding-top: 15px;
}

.testimon-box-bottom div:nth-child(1) {
    background-color: #03805e;
    border-radius: 100%;
    padding: 15px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.testimon-box-bottom div:nth-child(2) {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.testimon-bottom div:nth-child(2) .testimon-box-bottom div:nth-child(1) {
    background: #04b52a;
}

.testimon-bottom div:nth-child(3) .testimon-box-bottom div:nth-child(1) {
    background: #2d2c36;
}

/* TestimonialsCodeEnd */

/* AboutUsCodeStart */

.about-us {
    background-image: url(../img/bckg10.jpg);
    background-position: 40%;
    background-size: cover;
}

.about-holder {
    width: 800px;
}

.about-holder-top div {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 3rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.about-holder-bottom div {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
}

/* AboutUsCodeEnd */

/* FooterCodeStart */

footer {
    background: #212121;
}

.foot-holder.flex {
    justify-content: center;
    align-items: self-start;
    flex-wrap: wrap;
    gap: 150px;
}

.foot-box {
    width: 300px;
}

.foot-box.flex {
    gap: 25px;
    justify-content: left;
    align-items: left;
}

.foot-box ul li {
    padding-bottom: 15px;
}

.foot-box ul li a {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
}

.foot-sec {
    width: 350px;
}

.foot-top-header {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 15px;
    color: #fff;    
}

.foot-box-left-img {
    background-image: url(../img/phone.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}

.foot-box-left-img-2 {
    background-image: url(../img/email.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}

.foot-box-left-img-3 {
    background-image: url(../img/Address.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}

.foot-box-left-img-4 {
    background-image: url(../img/instasvg-gray.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}

.foot-box-right div:first-child {
    color:#a8a8a8;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.foot-box-right div:last-child a{
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

/* FooterCodeEnd */

/* BlogCodeStart */

.blog-hero {
    /*background-color: gray; background-size: 9px 9px; background-image: repeating-linear-gradient(45deg, #e6e6e6 0, #e6e6e6 0.9px, #fff 0, #fff 50%); */
    background-image: url(../img/library-dark.jpg);
}

.blog-hero .container {
    margin: auto;
}

.blog-wrap {
    margin-top: 100px;
    padding: 100px 200px;
    background: #e6e6e6;
}

.blog-wrap h1 {
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.blog-wrap p {
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
}

.blog-wrap ul {
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    padding-top: 50px 0;
}

.blog-wrap ul li {
    font-size: 1.2rem;
    list-style-type: disc;
    margin-left: 25px;
}

/* BlogCodeEnd */

/* MediaCodeStart */

.media {
    background-color: gray; background-size: 9px 9px; background-image: repeating-linear-gradient(45deg, #e6e6e6 0, #e6e6e6 0.9px, #fff 0, #fff 50%);
}

.media .container {
    max-width: 2600px;
}

.media-header {
    font-size: 3rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color:#565657;
}

.media-box {
    width: 500px;
    height: 430px;
    background-color:#fff;
    box-shadow: 2px 2px 8px #a8a8a8;
}

.media-box-holder {
    width: 100%;
}

.media-box-holder.flex {
    flex-wrap: wrap;
}

.media-box.grid {
    gap: 0;
    align-items: end;
}

.media-box-top {
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    padding: 0 25px;
    color:#565657;
}

.media-box-bottom {
    position: relative;
    width: 100%;
}

.media-box-img {
    background-image: url("../img/bschappyportal.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 500px;
    height: 350px;
}

#media-box-img-2 {
    background-image: url("../img/kurir.jpg");
}

#media-box-img-3 {
    background-image: url("../img/novostiLogo.png");
}

#media-box-img-4 {
    background-image: url("../img/pinkrs.webp");
}

#media-box-img-5 {
    background-image: url("../img/k1-tv.png");
}

#media-box-img-6 {
    background-image: url("../img/dobro-jutro.jpg");
}


/* MediaCodeEnd */

/* GalleryCodeStart */

.gallery {
    background-image: url(../img/gallery-bckg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: local;
    text-align: center;
}

.gallery-wrap {
    background-color:#e6e6e6;
    padding: 25px;
}

.gallery-wrap h1 { 
    font-size: 3rem;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color:#414142;
}

.gallery-box {
    width: 400px;
    height: auto;
    padding: 25px 25px;
}

.gallery-wrap-box {
    margin: auto;
}

.gallery-wrap-box.flex {
    justify-content: center;
    align-items: top;
    flex-wrap: wrap;
}

.gallery-box-image-1 {
    width: 400px;
    height: 400px;
    background-image: url(../img/slav.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 8px #414142;
    border-radius: 100%;
}

.gallery-box-image-2 {
    width: 400px;
    height: 400px;
    background-image: url(../img/violetaristicphoto-crop.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 8px #414142;
    border-radius: 100%;
}

.gallery-box-image-3 {
    width: 400px;
    height: 400px;
    background-image: url(../img/jovanaveselinovicphoto.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 40% 20%;
    box-shadow: 2px 2px 8px #414142;
    border-radius: 100%;
}

.gallery-box-image-4 {
    width: 400px;
    height: 400px;
    background-image: url(../img/malecka.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: 60% 0%;
    box-shadow: 2px 2px 8px #414142;
    border-radius: 100%;
}

.gallery-box-heading {
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color:#2d2c36;
}

.gallery-box-description {
    font-size: 1.1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color:#565657;
    text-align: center;
}

/* GalleryCodeEnd */

/* HamburgerButtonCodeStart */
.hamburger-button {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1000;
    margin-left: 120px;
    position: fixed;
    right: 0;
    top: 0;
    padding-top: 20px;
    padding-right: 35px;
  }
  
  .hamburger-button .hamburger-line {
    width: 30px;
    height: 3px;
    background: #fff;
    margin: 6px 0;
  }
  
  /* Mobile Menu */
  .mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 250px;
    height: 100%;
    z-index: 100;
    background-color: #212121;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    transition: right 0.3s ease-in-out;
  }
  
  .mobile-menu.active {
    right: 0;
  }
  
  .mobile-menu ul {
    margin-top: 100px;
    padding-left: 35px;
  }
  
  .mobile-menu ul li {
    margin: 10px 0;
  }
  
  .mobile-menu ul li a {
    font-size: 20px;
    transition: 0.3s;
  }

/* HamburgerButtonCodeEnd */

/* MediaQueriesCodeStart */

@media (max-width: 1320px) {
   .nav-wrap-right {
    display: none;
   }

   .foot-holder .foot-sec:nth-child(2) {
    display: none;
   }

    .about-holder-bottom div {
        font-weight: 500;
        font-size: 1.3rem;
    }
}

@media (max-width: 1070px) {
    .nav-wrap-center {
        display: none;
    }

    .hero-top.flex {
        display: grid;
    }

    .counter-holder.flex {
        flex-wrap: wrap;
    }

    .hamburger-button {
        display: block;
    }

    .hero-top {
        text-align: center;
    }

    .hero-holder {
        margin-top: 130px;
    }

    .about-holder {
        width: 600px;
        padding: 0 25px;
    }

}

@media (max-width: 670px) {
    .hero-top {
        font-size: 40px;
        text-align: center;
    }

    .hero-top.flex {
        display: grid;
    }

    .button-holder.flex {
        flex-wrap: wrap;
    }

    .btn-left {
        width: 220px;
    }

    .btn-right {
        width: 220px;
    }

    .hero-holder {
        margin-top: 100px;
    }

    .about-holder {
        width: 400px;
        margin: auto;
    }

    .about-holder-bottom div {
        font-weight: 500;
        font-size: 1.1rem;
        text-shadow: 1px 1px 3px black;
        text-transform: none;
        text-align: left;
    }
}

@media (max-width: 600px) {
    body {
        overflow-x: hidden;
    }
}

@media (max-width: 500px) {
    html {
        -webkit-text-size-adjust: 100%;
      }      

    body {
        overflow-x: hidden;
    }

    .hero-holder {
        margin-top: 75px;
    }

    .hero-top {
        width: 350px;
    }

    .nav-wrapper.flex {
        gap: 0;
    }

    .proven-top div:nth-child(2) h3 {
        font-size: 2rem;
    }

    .proven-top div h4 {
        font-size: 1.2rem;
        text-align:start;
    }

    .proven-bottom div {
        font-size: 18px;
        padding: 0 80px;
    }
    
    .proven-bottom.flex {
        gap: 35px;
    }

    .practise-description {
        padding: 0 0;
        text-align: left;
        font-size: 1.25rem;
    }

    .practise-box {
        display: grid;
        width: 350px;
        height: 375px;
        padding: 25px 25px;
    }

    .slav-image {
        background-image: url(../img/IMG_6770.jpg);
        background-size: cover;
        background-position: 40%;
        width: 350px;
        height: 400px;
    }

    .box-description {
        padding-top: 25px;
    }

    .blog-hero {
        margin: left;
    }

    .blog-hero div.container {
        margin: left;
    }

    .blog-wrap {
       padding: 50px 25px;
       width: 25rem;
       position: relative;
    }

    .blog-wrap h1 {
        font-size: 1.5rem;
    }

    .blog-wrap p {
        font-size: 1rem;
    }

    .blog-wrap ul {
        font-size: 1.2rem;
    }

    .blog-wrap ul li {
        font-size: 1rem;
    }

    .testimon-box {
        width: 350px;
        height: 400px;
    }

    .media-box {
        width: 350px;
    }

    .media-box-top {
        font-size: 1rem;
    }

    .media-box-img {
        width: 350px;
        height: 300px;
    }

    .gallery-box {
        padding: 35px;
    }

    .gallery-box-image-1 {
        width: 350px;
        height: 350px;
    }
    
    .gallery-box-image-2 {
        width: 350px;
        height: 350px;
    }
    
    .gallery-box-image-3 {
        width: 350px;
        height: 350px;
    }
    
    .gallery-box-image-4 {
        width: 350px;
        height: 350px;
    }

    .gallery-box-description {
        text-align: center;
    }

    .foot-holder.flex {
        gap: 100px;
    }

    .foot-holder .foot-sec:nth-child(2) {
        display: none;
    }

    .foot-holder .foot-sec:nth-child(3) {
        display: none;
    }
}

/* MediaQueriesCodeEnd */

/* UtilityCodeStart */

.container {
    max-width: 1650px;
    padding: 100px 100px;
}

.padding-top-bot-sm {
    padding: 15px 0;
}

.gap-md {
    gap: 100px;
}

.gap-lg {
    gap: 150px;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.grid {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.text-center {
    text-align: center;
}

.auto {
    margin: auto;
}

.btn {
    width: 300px;
    margin: auto;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 30px;
    background-color: #fff;
    color:#565657;
    border: 1px solid #79797a; 
    transition: 0.3s;
}

.btn:hover {
    color: #fff;
    background: #79797a;
}

/* UtilityCodeEnd */