/********** Template CSS **********/
:root {
  --primary: #ff0000;
  --secondary: #bdbdbf;
  --light: #f4f5f8;
  --dark: #222429;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-size: inherit;
  margin-left: 0;
}

h1,
h2,
.font-weight-bold {
  font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
  font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
  font-weight: 500 !important;
}

.btn {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn-primary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 30px;
  height: 30px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 0;
  border-radius: 0;
  z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: "Oswald", sans-serif;
  margin-right: 30px;
  padding: 40px 0;
  color: var(--light);
  font-size: 17px;
  text-transform: uppercase;
  outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 36, 41, 0.8);
  z-index: 1;
}

@media (max-width: 576px) {
  .carousel-caption h4 {
    font-size: 18px;
    font-weight: 500 !important;
  }

  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

.bg-hero {
  background: linear-gradient(rgba(34, 36, 41, 0.8), rgba(34, 36, 41, 0.8)),
    url(../img/carousel-1.jpeg) top center no-repeat;
  background-size: cover;
}

.bg-jp {
  background: linear-gradient(rgba(34, 36, 41, 0.8), rgba(34, 36, 41, 0.8)),
    url(../img/JP.jpg) top center no-repeat;
  background-size: cover;
}

.bg-jura {
  background: linear-gradient(rgba(34, 36, 41, 0.8), rgba(34, 36, 41, 0.8)),
    url(../img/Komanda/Jura/Jura2.jpg) top center no-repeat;
  background-size: cover;
}

.bg-praudas {
  background: linear-gradient(rgba(34, 36, 41, 0.8), rgba(34, 36, 41, 0.8)),
    url(../img/ContentPartneriai/Praudas/praudas1.jfif) top center no-repeat;
  background-size: cover;
}

.bg-t4das {
  background: linear-gradient(rgba(34, 36, 41, 0.8), rgba(34, 36, 41, 0.8)),
    url(../img/ContentPartneriai/T4das.moto/T4das5.jpg) top center no-repeat;
  background-size: cover;
}

.bg-skirbutytev {
  background: linear-gradient(rgba(34, 36, 41, 0.8), rgba(34, 36, 41, 0.8)),
    url(../img/ContentPartneriai/Skirbutytev/Skirbutytev2.jpeg) top center
      no-repeat;
  background-size: cover;
}

.bg-kawa {
  background: linear-gradient(rgba(34, 36, 41, 0.8), rgba(34, 36, 41, 0.8)),
    url(../img/ContentPartneriai/Kawa.ninja/Kawa2.jpg) top center no-repeat;
  background-size: cover;
}

.bg-f0xsky {
  background: linear-gradient(rgba(34, 36, 41, 0.8), rgba(34, 36, 41, 0.8)),
    url(../img/ContentPartneriai/f0xsky/f0xsky2.jpg) top center no-repeat;
  background-size: cover;
}

.bg-shegoeswroom {
  background: linear-gradient(rgba(34, 36, 41, 0.8), rgba(34, 36, 41, 0.8)),
    url(../img/ContentPartneriai/Shegoeswroom/2.jpg) top center no-repeat;
  background-size: cover;
}

.bg-karina {
  background: linear-gradient(rgba(34, 36, 41, 0.8), rgba(34, 36, 41, 0.8)),
    url(../img/ContentPartneriai/Karina/5.jpg) top center no-repeat;
  background-size: cover;
}

.custom-flex-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Unikalus mygtuko stilius */
.unique-red-button {
  background: linear-gradient(
    45deg,
    #292929,
    #ff000d
  ); /* Raudonas gradientas */
  color: white;
  font-size: 14px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  padding: 12px;
  border: none;
  border-radius: 10px; /* Vietoj apvalių kampų – šiek tiek užapvalinti */
  cursor: pointer;
  margin-top: 2vmin;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; /* Užima visą galimą plotą */
  max-width: 200px; /* Maksimalus plotis, kad nebūtų per didelis */
  height: 30px;
  text-align: center;
  margin-bottom: -2vmin;
}

/* Unikalus hover efektas */
.unique-red-button:hover {
  background: linear-gradient(
    45deg,
    #ff1c27,
    #ff4b5c
  ); /* Gradientas pasikeičia */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

/* Pašalinamas fokuso kontūras */
.unique-red-button:focus {
  outline: none;
}

.blink {
  font-size: 24px;
  font-weight: bold;
  color: red;
  animation: blink-animation 2s infinite;
}

@keyframes blink-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.programe::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 45px);
  top: 135px;
  left: 0;
  background: var(--dark);
  z-index: -1;
}

.frame {
  width: 250px;
  height: 250px;
  padding: 10px;

  border: 10px solid;
  border-radius: 50%;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: colorChange 5s infinite alternate;
}
.frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@keyframes colorChange {
  0% {
    border-color: #f7b500;
  }
  50% {
    border-color: #ffacff;
  }
  100% {
    border-color: #dfc800;
  }
}

.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1);
}

.team-item .team-overlay {
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 36, 41, 0.9);
  transition: 0.5s;
  opacity: 0;
}

.team-item:hover .team-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 10;
}

.scroll-img {
  width: 30px;
  height: 55px;
}
.minidcline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-top: -1vmin;
  margin-bottom: -2vmin;
}

.minidcicon {
  display: flex;
  align-items: center;
  text-align: center;
}
.minidcicon img {
  max-width: 20px; /* Pakeisk dydį pagal poreikį */
  margin-top: -1.8vmin;
  align-items: center;
  justify-content: center;
}

.minidcicon p {
  color: #bbbbbb; /* Pakeisk spalvą pagal poreikį */
}

.miestasaboutme {
  margin-left: 32vmin;
  margin-bottom: -2vmin;
}

.miniicon {
  width: 25px;
  height: 55px;
  display: block;
  margin: auto;
  margin-bottom: -3vmin;
  margin-top: -0.8vmin;
}

.anounnce-img {
  width: 90px;
  height: 100px;
  margin-bottom: 1vmax;
}

.mini-anounnce-img {
  width: 280px;
  height: 80px;
  margin-bottom: 1vmax;
  margin-top: 1vmax;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  margin: 0 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  font-size: 22px;
  border-radius: 45px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}

.testimonial-carousel .owl-item img {
  width: 90px;
  height: 90px;
}

.blog-item img {
  transition: 0.5s;
}

.blog-item:hover img {
  transform: scale(1.2);
}

@media (min-width: 991.98px) {
  .credit {
    background: var(--primary);
  }
}
