
@font-face {
font-family: "roboto-regular";  
src: url("../fonts/roboto-regular.woff2") format("truetype"); 
font-style: normal; 
font-weight: normal;
 }


p {
  font-family: "roboto-regular";
}

.top-bar {
      background-color: #55A7B2;
      font-size: 0.9rem;
      padding: 5px 0;
      transition: top 0.3s;
      color: #fff;
    }
.top-bar a {
  color: #fff;
}

    .top-bar.sticky-hide {
      display: none;
    }
    .section-grey {
      background-color: #f2f2f2;
    }
    .social-icons a {
      margin: 0 5px;
      color: #fff;
    }
    .card-custom:hover {
      transform: scale(1.02);
      transition: 0.3s;
    }
    footer .social-footer a {
      color: #fff;
      margin: 0 10px;
      font-size: 1.2rem;
    }

a {
  text-decoration: none ;
  color: #002063;
}

a:hover {
  text-decoration: none ;
}

/*центровка*/
    
    .cent1 {
        text-align: center;
    }
    
    .cent2 {
        text-align: justify;
    }
    
    .cent3 {
        float: none;
        margin: 0 auto;
    }
    
    
    /*растягивающая картинка*/
    
    article img {
        max-width: 100%;
        height: auto;
        /*width: auto;*/
        padding: 0 7px 7px 7px;
    }
    
    iframe {
        max-width: 100%;
    }
    
   @media (hover: hover) and (pointer: fine) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    background-color: #55A7B2;
    color: #fff;
  }
}
    
    
    .fr-name {
    display: none;
    }
    
    .container-fluid {
        padding-left: 1px;
        padding-right: 1px;
    }

/*меню*/
.m1 {
  background-color: #55A7B2;
}

.m2 a {
  color: var(--bs-navbar-color);
}

.m2 a:hover {
  color: var(--bs-navbar-color);
}

.m3 a{
  color: var(--bs-navbar-color);
}

.m3 a:hover {
  color: #002063;
}

.m4 ul {
  background-color: #fff;
}

.m4 li {
  background-color: #fff;
}

.drop1 a {
  background-color: #55A7B2;
  color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #55A7B2;
}


.btn.btn-primary {
    background-color: #002063;
    border-color: #55a7b2;
    color: #ffffff;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.btn.btn-primary:hover {
    background-color: #F1CB00;
    border-color: #F1CB00;
    color: #002063;
}

.nav-tabs .nav-link {
    color: #2D4691;
    font-weight: bold;
    transition: color 0.3s ease;
}

.nav-tabs .nav-link.active {
    color: #ff0000;
    font-weight: bold;
}


  @media (hover: hover) and (pointer: fine) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    background-color: #55A7B2;
    color: #fff;
  }
}

/*картинка главная страница*/

.hero-title {
    font-size: 3rem;
}

.hero-subtitle {
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
    .hero-subtitle {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 1.2rem;
    }
    .hero-subtitle {
        font-size: 0.95rem;
    }
}




/*хлебные крошки*/

.breadcrumb {
 
  --bs-breadcrumb-divider-color: #55A7B2;
 
  --bs-breadcrumb-item-active-color: #55A7B2;
 
}




/*карусель*/

.carousel-item {
  position: relative;
}

.carousel-caption {
  position: absolute;
  top: 0; bottom: 0;
  left: 40px;  /* уменьшили зону, чтоб не мешать стрелкам */
  right: 40px;
  width: auto;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  z-index: 2;
  pointer-events: auto;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 3;
}

.carousel-caption .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
  border-radius: 0.25rem;
}

.carousel-caption h2,
.carousel-caption p {
  color: #fff;
  width: 100%;
  max-width: 100%;
  pointer-events: auto;
  word-wrap: break-word;
  text-shadow:
    1px 1px 2px rgba(0, 32, 99, 1),
   -1px -1px 2px rgba(0, 32, 99, 1),
    1px -1px 2px rgba(0, 32, 99, 1),
   -1px 1px 2px rgba(0, 32, 99, 1);
}

.carousel-caption h2 {
  font-size: clamp(1.1rem, 5vw, 3.5rem);
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}

.carousel-caption p {
  font-size: clamp(.8rem, 3.5vw, 1.5rem);
  margin: 0;
  line-height: 1.4;
}

/* 👉 Только на мобилке — выключаем pointer-events */
@media (max-width: 767px) {
  .carousel-caption {
    pointer-events: none;
  }

  .carousel-caption h2,
  .carousel-caption p {
    pointer-events: auto;
  }
}




/*карусель*/

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none !important; /* Убираем стандартную стрелку */
    width: 30px !important;
    height: 30px !important;
    border: solid #000 !important; /* Цвет стрелки */
    border-width: 0 4px 4px 0 !important;
    display: inline-block !important;
    padding: 6px !important;
}

.carousel-control-prev-icon {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.carousel-control-next-icon {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}




/*футер*/

.fut1 {
  background-color: #55A7B2;
}

.fut2 p {
  font-size: 0.8rem;
  margin-bottom: 0.1rem;
}

.fut3 a {
  color: #fff;
}

.fut4 a {
color: #002063;
}





/* HERO */
    .hero {
      /*background: url('https://via.placeholder.com/1600x600?text=Hero+Image') center/cover no-repeat;*/
      min-height: 600px;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
    .hero::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
    }
    .hero .content {
      position: relative;
      z-index: 1;
      text-align: center;
    }

    /* SECTION HEADERS */
    .section-title {
      position: relative;
      text-align: center;
      margin: 4rem 0 2rem;
    }
    .section-title::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0; right: 0;
      border-top: 1px solid #ccc;
      z-index: 0;
    }
    .section-title span {
      background: #fff;
      padding: 0 1rem;
      position: relative;
      z-index: 1;
    }

    /* MODULES */
    .services .card {
      border: 1px solid #ddd;
      border-radius: 1rem;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .services .card:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 24px rgba(0,0,0,0.15);
    }
    .services .card-img-top {
      height: 200px;
      object-fit: cover;
      transition: transform 0.3s ease;
    }
    .services .card:hover .card-img-top {
      transform: scale(1.1);
    }

    /* PARALLAX */
    .parallax {
      background: url('https://via.placeholder.com/1600x800?text=Parallax') center/cover fixed no-repeat;
      min-height: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-align: center;
    }

    /* LOGO CAROUSEL */
    .logo-carousel {
      overflow: hidden;
      position: relative;
    }

    .logo-track {
      display: flex;
      width: calc(50px * 16); /* 8 logos * 2 (loop) */
      animation: scroll 20s linear infinite;
    }

    .logo-item {
      flex: 0 0 25%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
    }

    .logo-item img {
      max-height: 80px;
      width: auto;
      filter: grayscale(100%);
      transition: filter 0.3s;
    }

    .logo-item img:hover {
      filter: grayscale(0%);
    }

    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }




.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}

.card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  z-index: 2;
}




/*ПАРАЛЛАКС*/

/*#parallax-world-of-ugg .parallax-one {
    padding-top: 100px;
    padding-bottom: 80px;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.3);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    
}*/


#parallax-world-of-ugg .parallax-one {
    padding-top: 100px;
    padding-bottom: 80px;
    overflow: hidden;
    position: relative; /* ← важно для ::before */
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

/* Затемнение */
.parallax-one::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* ← меняй это значение */
    z-index: 1;
}

.parallax-one > .container {
    position: relative;
    z-index: 2;
}





/* Typography */
/**************************/
#parallax-world-of-ugg h1 {
    
    font-weight: 400;
    text-transform: uppercase;
    color: black;
    padding: 0;
    margin: 0;
}
#parallax-world-of-ugg h2 {
   
    letter-spacing: 10px;
    text-align: center;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 10;
    opacity: 0.9;
}
/*#parallax-world-of-ugg h3 {
    
    line-height: 0;
    font-weight: 400;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: black;
}*/
#parallax-world-of-ugg p {
    
    font-weight: 400;
    /*font-size: 1rem;*/
    font-weight: bold;
    color: #fff;
    line-height: 34px;

}
.first-character {
    font-weight: 400;
    float: left;
    font-size: 84px;
    line-height: 64px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    
}

.container-fluid {
    padding-left: 1px;
    padding-right: 1px;
}

.par1 h3 {
font-size: 2.3rem;
}

.par2 p {
font-size: 4.2rem;
}

.par3 {
padding-top: 50px;
}

.par4 {
padding-top: 10px;
padding-bottom: 10px;
}


/*--------------*/




/* кнопки*/

.btn-custom-hover {
    background-color: #55A7B2;
    color: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-color: #55a7b2;
}

.btn-custom-hover:hover {
    background-color: #3f8896; /* немного темнее */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
    border-color: #55a7b2;
}

/* конец кнопки*/

/*точки мобильное меню*/

.m3 li,
.m4 li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.m3 a,
.m4 a {
    margin: 0 10px; /* или 8px — как тебе больше нравится */
    text-decoration: none; /* на всякий случай */
}



/*конечт точки*/



