/*-----------------------------------------------------------------------------------

    Template Name: Meridianbet Landing Page - Bonus Dobrodoslice
    Author: Aleksandra
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
      01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Satisfy&display=swap");
body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #121212;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  color: #121212;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Section Title Style =====*/
.section-title .title {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 40;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #d7d7d7;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title .title {
    font-size: 25px;
    line-height: 35px;
  }
}
.section-title .text {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #d7d7d7;
}

/*===========================
    11.BUTTON css 
===========================*/
.buttons-title .title {
  font-size: 36px;
  line-height: 45px;
  color: #6c6c6c;
}
@media (max-width: 767px) {
  .buttons-title .title {
    font-size: 24px;
    line-height: 35px;
  }
  #portfolio .show-more {
    font-size: 12px !important;

    padding: 8px !important;

    width: 33% !important;
  }
  #portfolio .show-more-height {
    height: 130px !important;
  }
 
  .footer-area.footer-dark .copyright .text {
    padding: 0px 20px !important;
  }
  .footer-area {
    background-color: #10181c !important;
    padding-top: 0px !important;
  }
}

.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 0 32px;
  font-size: 16px;
  line-height: 46px;
  color: #0067f4;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  text-transform: uppercase;
}

/*===========================
        09.NAVBAR css 
===========================*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 99;
  background: linear-gradient(90deg, #a6080e 0%, #d11101 100%);
}
.navbar-area .navbar {
  position: relative;
  padding: 0;
}
.navbar-area .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-collapse {
    position: absolute;
    top: 115%;
    left: 0;
    width: 100%;
    background-color: #f4f6f7;
    z-index: 8;
    padding: 10px 0;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
    -moz-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
    box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-collapse {
    position: absolute;
    top: 115%;
    left: 0;
    width: 100%;
    background-color: #f4f6f7;
    z-index: 8;
    padding: 10px 0;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
    -moz-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
    box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
  }
}
.navbar-area .navbar .navbar-nav .nav-item {
  margin: 0 16px;
  position: relative;
}
.navbar-area .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 26px 0;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    color: #121212;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    color: #121212;
  }
}
.navbar-area .navbar .navbar-nav .nav-item a::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 4px;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.1) 0%,
    white 100%
  );
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, white 100%);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.1) 0%,
    white 100%
  );
  left: 50%;
  margin: 0 2px;
  bottom: 14px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translate(-50%) scaleX(0);
  -moz-transform: translate(-50%) scaleX(0);
  -ms-transform: translate(-50%) scaleX(0);
  -o-transform: translate(-50%) scaleX(0);
  transform: translate(-50%) scaleX(0);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item a::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item a::before {
    display: none;
  }
}
.navbar-area .navbar .navbar-nav .nav-item.active > a,
.navbar-area .navbar .navbar-nav .nav-item:hover > a {
  opacity: 1;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item.active > a,
  .navbar-area .navbar .navbar-nav .nav-item:hover > a {
    color: #121212;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item.active > a,
  .navbar-area .navbar .navbar-nav .nav-item:hover > a {
    color: #121212;
  }
}
.navbar-area .navbar .navbar-nav .nav-item.active > a::before,
.navbar-area .navbar .navbar-nav .nav-item:hover > a::before {
  -webkit-transform: translate(-50%) scaleX(1);
  -moz-transform: translate(-50%) scaleX(1);
  -ms-transform: translate(-50%) scaleX(1);
  -o-transform: translate(-50%) scaleX(1);
  transform: translate(-50%) scaleX(1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-btn {
    position: absolute;
    right: 0px;
    top: 7px;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-btn {
    position: absolute;
    right: 0px;
    top: 7px;
  }
}
.navbar-area .navbar .navbar-btn li {
  display: inline-block;
  margin-right: 5px;
}
.navbar-area .navbar .navbar-btn li a {
  padding: 4px 14px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;

  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
/*.navbar-area .navbar .navbar-btn li a.light {
  border-color: #fff;
}*/
.navbar-area .navbar .navbar-btn li a.light:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.navbar-area .navbar .navbar-btn li a.solid:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-area.sticky {
  background-color: #fff;
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
  -moz-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
  box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
}
.navbar-area.sticky .navbar .navbar-toggler .toggler-icon {
  background-color: #121212;
}
.navbar-area.sticky .navbar .navbar-nav .nav-item a {
  color: #121212;
  opacity: 0.7;
}
.navbar-area.sticky .navbar .navbar-nav .nav-item a::before {
  background: -webkit-linear-gradient(
    left,
    rgba(18, 18, 18, 0) 0%,
    #121212 100%
  );
  background: -o-linear-gradient(left, rgba(18, 18, 18, 0) 0%, #121212 100%);
  background: linear-gradient(to right, rgba(18, 18, 18, 0) 0%, #121212 100%);
}
.navbar-area.sticky .navbar .navbar-nav .nav-item.active,
.navbar-area.sticky .navbar .navbar-nav .nav-item:hover {
  color: #121212;
  opacity: 1;
}
.navbar-area.sticky .navbar .navbar-btn li a.light {
  background-color: #17bb00;
  color: #fff;
  border-color: #17bb00;
}
/*.navbar-area.sticky .navbar .navbar-btn li a.solid {
  background-color: #17bb00;
  color: #fff;
  border-color: #17bb00;
}*/

/*===========================
      17.FEATURES css 
===========================*/
/*===== features TWO =====*/
.features-area {
  background-color: #10181c;
  padding-top: 20px;
  padding-bottom: 10px;
}

.single-features {
  background-color: #fff;
}
.features-title a {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #f2f2f2;
}
.single-features .features-title-icon .features-title a {
  font-size: 36px;
  line-height: 45px;
  color: #121212;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-features .features-title-icon .features-title a {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .single-features .features-title-icon .features-title a {
    font-size: 24px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-features .features-title-icon .features-title a {
    font-size: 36px;
    line-height: 45px;
  }
}
.single-features .features-title-icon .features-title a:hover {
  color: #0067f4;
}
.single-features .features-title-icon .features-icon {
  position: relative;
  display: inline-block;
}
.single-features .features-title-icon .features-icon i {
  font-size: 88px;
  line-height: 70px;
  color: #0067f4;
  position: relative;
  z-index: 5;
}
.single-features .features-title-icon .features-icon .shape {
  position: absolute;
  top: 0;
  left: 0;
}
.single-features .features-content .text {
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  margin-top: 16px;
}
.single-features .features-content .features-btn {
  color: #0067f4;
  font-size: 16px;
  font-weight: 700;
  margin-top: 29px;
}

/*===========================
      18.PORTFOLIO css 
===========================*/
.portfolio-area {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #10181c;
}

.portfolio-menu ul li {
  font-size: 16px;
  font-weight: 700;
  color: #6c6c6c;
  line-height: 48px;
  padding: 0 30px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  margin-top: 4px;
  text-transform: uppercase;
}
.portfolio-menu ul li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-menu ul li {
    font-size: 14px;
    padding: 0 26px;
  }
}
@media (max-width: 767px) {
  .portfolio-menu ul li {
    font-size: 14px;
    padding: 0 22px;
    line-height: 42px;
  }
}
.portfolio-menu ul li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.portfolio-menu ul li:hover,
.portfolio-menu ul li.active {
  color: #fff;
}
.portfolio-menu ul li:hover::before,
.portfolio-menu ul li.active::before {
  opacity: 1;
}

.single-portfolio .portfolio-image {
  position: relative;
  overflow: hidden;
}
.single-portfolio .portfolio-image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-portfolio .portfolio-image .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  border-radius: 8px;
}
.single-portfolio .portfolio-image .portfolio-overlay .portfolio-content {
  padding: 16px;
}
.single-portfolio
  .portfolio-image
  .portfolio-overlay
  .portfolio-content
  .portfolio-icon {
  position: relative;
  display: inline-block;
  margin: 0 20px;
}
.single-portfolio
  .portfolio-image
  .portfolio-overlay
  .portfolio-content
  .portfolio-icon
  a {
  font-size: 48px;
  color: #0067f4;
  position: relative;
  z-index: 5;
  line-height: 50px;
}
.single-portfolio
  .portfolio-image
  .portfolio-overlay
  .portfolio-content
  .portfolio-icon
  .shape {
  position: absolute;
  top: 7px;
  left: 0;
}
.single-portfolio:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}

/*===========================
    21.FOOTER css 
===========================*/
/*===== FOOTER FIVE =====*/
.footer-area {
  background-color: #10181c !important;
  padding-top: 90px;
  padding-bottom: 50px;
}
.footer-area .social li {
  display: inline-block;
  margin: 0 5px;
}
.footer-area .social li a {
  font-size: 24px;
  color: #6c6c6c;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-area .social li a:hover {
  color: #0067f4;
}
.footer-area .footer-support {
  padding-top: 21px;
}
.footer-area .footer-support span {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  margin-top: 9px;
  display: block;
}
@media (max-width: 767px) {
  .footer-area .footer-support span {
    display: block;
  }
}
.footer-area .footer-app-store {
  padding-top: 27px;
}
.footer-area .footer-app-store ul li {
  display: inline-block;
  margin-right: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-app-store ul li {
    margin-right: 6px;
  }
}
.footer-area .footer-app-store ul li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .footer-area .footer-app-store ul li {
    width: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-app-store ul li {
    width: auto;
  }
}
.footer-area .copyright .text {
  color: #121212;
}
.footer-area.footer-dark {
  background-color: #121212;
}
.footer-area.footer-dark .social li a {
  color: #fff;
}
.footer-area.footer-dark .footer-support {
  padding-top: 21px;
}
.footer-area.footer-dark .footer-support span {
  color: #fff;
}
.footer-area.footer-dark .footer-app-store {
  padding-top: 27px;
}
.footer-area.footer-dark .footer-app-store ul li {
  color: #fff;
}
.footer-area.footer-dark .copyright .text {
  color: #bdbdbd;
  font-size: 11px;
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background-color: #0067f4;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}
.back-to-top:hover {
  color: #fff;
  background-color: #0067f4;
}

/*# sourceMappingURL=style.css.map */
.footer-area {
  padding-bottom: 50px;
}
.footer-area .container {
  max-width: 100%;
}
.footer-area .col-lg-6 {
  max-width: 100%;
}
.footer-area h4 li {
  color: #fff !important;
}
.footer-content-1 {
  display: flex;
  max-width: 1400px;
  justify-content: center;
  margin-left: auto;
  margin-left: auto;
}
.footer-title {
  width: 20%;
  margin: auto;
}
.footer-title1 {
  width: 20%;
}
.footer-title1 h4 {
  color: #fff !important;
  font-size: 14px;
  line-height: 17px;
}
.footer-slots {
  width: 20%;
}
.footer-support {
  width: 20%;
}
.footer-social {
  width: 20%;
}
.footer-about {
  width: 20%;
}
.footer-title h4 {
  color: #fff !important;
  font-size: 14px;
  line-height: 17px;
}
.footer-slots li {
  color: #fff !important;
  font-size: 14px;
}
.footer-slots h4 {
  color: #fff !important;
  font-size: 14px;
  line-height: 17px;
}

.footer-support li {
  color: #fff !important;
  font-size: 14px;
}
.footer-support h4 {
  color: #fff !important;
  font-size: 14px;
}
.footer-social h4 {
  color: #fff !important;
  font-size: 14px;
}
.footer-social li {
  color: #fff !important;
  font-size: 14px;
}
.footer-about h4 {
  color: #fff !important;
  font-size: 14px;
}
.footer-about li {
  color: #fff !important;
}
.footer-area .footer-support {
  padding-top: 0px;
}
.footer-area.footer-dark .footer-support {
  padding-top: 0px;
}
.footer-content-2 {
  display: flex;
  max-width: 1400px;
  justify-content: center;
  margin-top: 30px;
}
.footer-slider-1 {
  width: 80%;
}
.footer-content-3 {
  display: flex;
  max-width: 1400px;
  justify-content: center;
  margin: 30px 0;
}
.copyright {
  min-width: 100%;
  color: #bdbdbd;
}
.footer-slider-1 img {
  height: 80%;
}

.footer-slider-1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-container1 img {
  object-fit: cover;
  overflow: hidden;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
}

#services .col-lg-3 .single-features {
  top: 70%;
  position: absolute;
  left: 66%;
  transform: translate(-70%, -66%);
  min-width: 90%;
  background-color: transparent;
}
.navbar-brand img {
  height: 20px;
}
/* PORTFOLIO*/
#portfolio .show-more {
  background: transparent;
  cursor: pointer;
  font-family: "Roboto-Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 20px;
  border: 1px solid #2e5465;
  width: 10%;
  margin: 0 auto;
  border-radius: 6px;
  margin-top: 10px;
}
#portfolio .show-more:hover {
  color: #2e5465;
}
#portfolio .show-more-height {
  height: 76px;
  overflow: hidden;
}
.swiper-pagination-bullets div {
  display: none !important;
}
#portfolio .col-lg-6 {
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #2e5465;
  border-radius: 6px;
  padding: 40px;
}
#portfolio .container {
  max-width: 100%;
}
#portfolio .row {
  display: block !important;
}
/*SERVICES*/
.navbar-area .container {
  max-width: 1800px;
}
#services .container {
  max-width: 100%;
  padding: 0 50px;
}
#services .col-lg-3 {
  min-width: 32%;
  border: 1px solid #2e5465;
  border-radius: 6px;
  margin: 10px 12px;
  padding: 0;
}



/*NASLOVI*/


.slider-text1 h3 {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 65px;
  background: -webkit-linear-gradient(90deg, #c1c1e8, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-transform: uppercase;
  font-family: "Gotham Narrow", sans-serif;
  letter-spacing: 1.5px;
}
.slider-text1 h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 90px;
  background: -webkit-linear-gradient(90deg, #d8912f, #fcc545, #fce596);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Gotham Narrow", sans-serif;
  letter-spacing: 1.5px;
  text-align: center;
}

.slider-text1 h4 {
  font-style: normal;
  font-weight: 900;
  font-size: 65px;
  margin-bottom: 50px;
  background: -webkit-linear-gradient(90deg, #c1c1e8, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Gotham Narrow", sans-serif;
  letter-spacing: 1.5px;
}

.slider-text1 .main-btn {
  width: 40%;
  background: #facc00 !important;
  border-radius: 6px;
  border-color: #fbde5e !important;
  color: #284755 !important;
  padding: 0;
  border-radius: 6px !important;
  opacity: 0.9;
  font-size: 28px;
  margin: auto;
  line-height: 60px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  box-shadow: 0px 0px 50px #fbde5e;
}

#home {
  display: block;
  background-size: cover;
  overflow: hidden;
  background-image: url(../images/Desk-bg.jpg);
  background-position: center top;
  position: relative;
}
.slider-wrapper {
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}
.slider-text1 {
  max-width: 100%;
  text-align: center;
  margin: 150px auto 200px auto;
}
.swiper-slide1 img {
  height: 28px !important;
  margin-bottom: 10px;
  opacity: 0.8;
  margin-left: 3px;
}
#portfolio li {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #d7d7d7;
}
#portfolio ul i {
  color: #63818f;
}
.list-rules {
  display: flex;
}
.list-rules i {
  margin-right: 5px;
}
.list-rules a {
  color: #63818f;
}

/*1366*/
@media (max-width: 1766px) {
  .slider-text1 h2 {
    font-size: 80px;
  }
  .slider-text1 h3 {
    font-size: 55px;
    margin-bottom: 20px;
  }
  .slider-text1 h4 {
    font-size:55px;
  }
 
  .slider-text1 .main-btn {
    font-size: 20px;
    width: 30%;
  }
  #big-text .show-more {
    width: 45% !important;
  }
  .slider-wrapper {
    max-height: 50%;
  }
  .slider-text1 {
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 230px;
    max-width: 100%;
  }

}
/*tablet*/
@media (max-width: 895px) {
  #portfolio .show-more {
    font-size: 0px !important;
    padding: 8px !important;
    width: 38% !important;
  }
  .main-btn {
    width: 223px !important;
    padding: 0;
    border-radius: 6px !important;
    opacity: 0.9;
    font-size: 35px;
    margin: auto;
    line-height: 45px;
    font-weight: 600;
    box-shadow: 0px 0px 50px #fec800;
  }

  #home {
    background-image: url(../images/Mobile-bg.jpg);
  }
  .slider-text1 {
    margin-top: 110px;
  }
  .slider-text1 h3 {
    font-weight: 700 !important;
    font-size: 45px;
  line-height: 46px;
    word-wrap: break-word;
  }
  .slider-text1 h2 {
    font-size: 65px;
    line-height: 66px;
    text-align: center;
    padding-left: 0px;
  }
  .slider-text1 h4 {
    font-size: 45px;
  
  }

}
/*mobilni uredjaji - veci*/
@media (max-width: 490px) {
  .footer-content-2 {
    display: none;
  }
  .footer-content-3 {
    display: none;
  }
  .footer-content-4 {
    margin-top: 50px;
}
  .navbar-area .navbar .navbar-btn li a {
    padding: 2px 10px;
    font-size: 11px;
  }
  .slider-text1 .main-btn {
    font-size: 20px;
    line-height: 55px;
  }
  #home {
    background-image: url(../images/Mobile-bg.jpg);
  }
  .slider-text1 {
    margin: 130px auto 300px auto;
  }
  .slider-text1 h3 {
    font-size: 30px;
    word-wrap: break-word;
    width: 99%;
  }

  .slider-text1 h2 {
    font-size: 50px;
  }
  .slider-text1 h4 {
    font-size: 30px;
    text-align: center;
  }

}
/*mobilni uredjaju - manji*/
@media (max-width: 375px) {
  .navbar-brand img {
    display: none;
  }
  .navbar-brand {
    background-image: url(../images/mb.png);
    height: 50px;
    width: 50px;
    background-position: center;
    background-size: contain;
  }
  .slider-text1 {
    margin: 150px auto 244px auto;
  }
  .slider-text1 h3 {
    font-size: 25px;
 line-height: 26px;
  }
  .slider-text1 h2 {
    font-size: 50px;
    line-height: 51px;
  }
  .slider-text1 h4 {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .slider-text1 {
    max-width: 100%;
  }
  .slider-text1 .main-btn {
    font-size: 19px;
    line-height: 43px;
  }
  .main-btn {
    width: 190px !important;
  }

/*PRAVILA*/
}
.dugme li:first-child {
  background-color: #17bb00;
  color: #fff;
  padding: 3px;
  border-radius: 6px;
}
.dugme li:last-child {
  background-color: #284755;
  color: #fff;
  padding: 3px;
  border-radius: 6px;
}
.sticky .dugme li:last-child {
  background-color: #284755;
  color: #fff;
  padding: 3px;
  border-radius: 6px;
}
.single-features p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #bdbdbd;
}
.back-to-top:hover {
  color: #fff;
  background-color: #a6080e;
}
.back-to-top {
  color: #fff;
  background-color: #d11101;
}
.list-rules-title {
  margin: 20px;
  color: #63818f !important;
}
.slider-text1 p {
  font-size: 16px;
  margin: 20px 0;
  color: #f2f2f2;
}
.slider-text1 a {
  color: #f2f2f2;
  text-decoration: underline;
}
.slider-text1 a:hover {
  color: #17bb00;
}
.navbar-toggler {
  display: none;
}
#big-text {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #10181c;
}
#big-text .container {
  max-width: 100%;
}
#big-text .row {
  display: block !important;
}
#big-text .col-lg-6 {
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #2e5465;
  border-radius: 6px;
  padding: 40px;
}
.text-center h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px !important;
  line-height: 33px;
  text-align: center;
  color: #63818f !important;
  margin-bottom: 30px;
}

#big-text p {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #d7d7d7;
  text-align: left;
}
#big-text .show-more {
  background: transparent;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 20px;
  border: 1px solid #2e5465;
  width: 10%;
  margin: 0 auto;
  border-radius: 6px;
  margin-top: 10px;

  text-align: center;
}
#big-text .show-more:hover {
  color: #2e5465;
}
#big-text .show-more-height {
  height: 265px;
  overflow: hidden;
}
#big-text a {
  color: #63818f;
}
#big-text h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 31px !important;
  line-height: 33px;
  text-align: left;
  color: #63818f !important;
  margin-bottom: 30px;
  margin: 30px 0;
}
#big-text li {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #d7d7d7;
}
#big-text i {
  color: #63818f;
}

#text_move {
  margin-left: 40px;
}
.footer-content-4 {
  text-align: center;
}
.footer-slider-5 {
  max-width: 100%;
}