  .img-fluid {
            object-fit: cover;
        }
        .h2-styled {
            font-size: 2rem;
            font-weight: 600;
            line-height: 1.2;
        }
        .section-title {
            text-align: center;
              padding-bottom: 50px;
            max-width: 1320px;
            margin-left: auto;
            margin-right: auto;
            }
.color-white{
    color: white;
}

.font-weight-bold{
    font-weight: bold;
}
.main-button{
    background: #3f68ac; color: white;
}
.font-size-40{
    font-size: 40px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background:#618ac8;
}
#hero .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  background-image: url(/img/slide/slide-4.jpg);
}

#hero .slide-blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}


#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 50px;
  right: 50px;
  z-index: 3;
}

#hero .container {
  text-align: left;
  padding-left: 0;
  padding-right: 50%
}

#hero {
  position: relative;
  min-height: 100vh;
  padding-top: 80px;
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 80px);
}

#hero h1 {
  color:white;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
}

#hero h1 span {
  color:white;
}

#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: white;
  text-align: left;
}
#hero .carousel-item {
    background-position: 90% center !important;
  }
/* Планшеты */
@media (max-width: 1024px) {
  #hero h1 {
    font-size: 36px;
  }

  #hero p {
    width: 90%;
  }

}

@media (max-width: 768px) {
  #hero {
    padding-top: 70px;
    height: auto;
    min-height: 100vh;
  }

  #hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #618ac8;
    margin-bottom: 20%;
    animation-delay: 0.8s;
    background: #fff;
  }

  #hero .slide-blur-overlay {
    background-image: url(/img/slide/slide-4.jpg);
    background-size: cover;
    background-position: 90% center;
    filter: blur(8px);
    -webkit-filter: blur(2px);
    transform: scale(1.05);
    z-index: 1;
  }

  #hero .slide-blur-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.1) 20%,
      rgba(0, 0, 0, 0.3) 80%,
      rgba(0, 0, 0, 0.55) 90%
    );
    z-index: 2;
    pointer-events: none;
  }

  #hero .carousel-container {
    min-height: calc(100vh - 70px);
    padding: 0;
    left: 0;
    right: 0;
    align-items: flex-start;
    justify-content: center;
    padding-top: 60px;
  }

  #hero .container {
    padding: 0 25px;
    text-align: left;
    max-width: 100%;
    box-sizing: border-box;
  }

#hero h1 {
    font-size: 25px;
    margin-top: 37vh;
    text-align: left;
    color: #ffffff !important;

    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8),
                 0 0 20px rgba(0, 0, 0, 0.5);
  }

  #hero h1 span {
    color: #ffffff !important;
    display: block;
  }

  #hero p {
    width: auto;
    padding: 0;
    margin: 0 auto 20px auto;
    text-align: left;
    font-size: 13px;
    color: #ffffff !important;
    line-height: 1.2;

    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9),
                 0 0 10px rgba(0, 0, 0, 0.6);
  }

#hero .btn-get-started:hover {
 color: white;
 background: #5697d0;
}
}


@media (max-width: 360px) {
  #hero h1 {
    font-size: 24px;
  }
  #hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #618ac8;
  animation-delay: 0.8s;
  background:#fff;
}
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
 #hero .carousel-item {
    background-position: 90% center !important;
  }

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #618ac8;
}



#hero .btn-get-started:hover {
  background: #5697d0;
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}
