
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
    background-color: hsl(194, 76%, 44%) !important;
}

.btn.btn-primary:hover {
    background: var(--bs-dark) !important;
}

.text-primary {
    color: hsl(194, 76%, 44%) !important;
}
.bg-primary {
    background-color: hsl(194, 76%, 44%) !important;
}

.btn.btn-light {
    color: hsl(194, 76%, 44%);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: hsl(194, 76%, 44%);
}

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

.btn.btn-dark:hover {
    color: hsl(194, 76%, 44%);
    background: var(--bs-light);
}

@keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.7);
    }
    70% {
      box-shadow: 0 0 0 10px rgba(13, 110, 253, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
    }
  }
  
  .call-button {
    animation: pulse 2s infinite;
    transition: transform 0.3s;
  }
  
  .call-button:hover {
    transform: scale(1.05);
  }

  .btn-square {
    width: 35px;
    height: 35px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* При наведении - фон как в твоих стилях */
/* .btn.btn-light {
    background-color: hsl(194, 76%, 44%) !important;
    color: #fff !important;
} */
@media (max-width: 900px){
    .fs-5 {
        font-size: 1.15rem !important;
    }
    .display-4 {
        font-size: 1.80rem !important;
    }
    .text-s1 {
        margin-top: -10px;
    }
    .pr-img2 {
        height: 290px !important
    }
}
.btn-outline-primary:hover {
    color: #fff !important
}
.btn.btn-light:hover {
    background-color: hsl(194, 76%, 44%) !important;
    color: #fff !important;
}

.btn.btn-light .fa-instagram,
.btn.btn-light .fa-telegram,
.btn.btn-light .fa-youtube {
    color: hsl(194, 76%, 44%)!important;
}

.btn.btn-light:hover .fa-instagram,
.btn.btn-light:hover .fa-telegram,
.btn.btn-light:hover .fa-youtube {
    color: #fff !important;
}
/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
}

.sticky-top {
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 15.6px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: hsl(194, 76%, 44%);
}


/* #Services  {
    padding-top: 90px;  /* Добавим отступ сверху для секции "Наши продукты" /
}
#Works  {
    padding-top: 90px;  /* Добавим отступ сверху для секции "Наши продукты" /
}
#Location  {
    padding-top: 90px;  /* Добавим отступ сверху для секции "Наши продукты" /
} */
.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: hsl(194, 76%, 44%);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: .5s;
    opacity: 0;
    }
    
    .pr-img2 {
        height: 406px;
    }

    .asd {
        display: none;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid hsl(194, 76%, 44%);
        color: hsl(194, 76%, 44%);
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }

    .mobile-t {
        text-align: left;
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .rounded.bg-primary h3 {
        font-size: 1.65rem !important;
    }
}
/*** Navbar End ***/

@media (min-width: 900px){
    .custom-style .h4 {
        font-size: 20px; /* уменьшаем заголовок */
    }
}

@media (max-width: 575.98px) {
    .blog .blog-item .blog-content {
        padding: 1rem !important;
    }
    .custom-style {
        font-size: 14px; /* уменьшаем шрифт */
    }
    .custom-style .btn {
        font-size: 10px; /* уменьшаем кнопки */
        padding: 6px 12px; /* уменьшаем паддинги */
    }
    .custom-style .h4 {
        font-size: 14px; /* уменьшаем заголовок */
        font-weight: bold;
        margin-bottom: 8px !important;
    }
}

/* Mobile Navbar */
@media (max-width:700px) {
    .custom-toggler {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 30px;
        height: 24px;
        background: transparent;
        border: none;
        outline: none;
        z-index: 1001;
        cursor: pointer;
    }
    
    .icon-bar {
        display: block;
        width: 100%;
        height: 3px;
        background-color: var(--bs-dark);
        margin: 4px 0;
        border-radius: 2px;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
    }
    
    .icon-toggler {
        background: none;
        border: none;
        font-size: 24px;
        color: var(--bs-dark);
        cursor: pointer;
        z-index: 1001;
        outline: none;
        transition: transform 0.3s ease;
    }
    
    .icon-toggler i {
        transition: opacity 0.3s ease, transform 0.3s ease;
        -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
    }
    
    
    
    /* Animate to X */
    .custom-toggler.open .top-bar {
        transform: rotate(45deg) translateY(6px);
        -webkit-transform: rotate(45deg) translateY(6px);
    }
    
    .custom-toggler.open .middle-bar {
        opacity: 0;
        transition: opacity 0.3s ease;
        -webkit-transition: opacity 0.3s ease;
    }
    
    .custom-toggler.open .bottom-bar {
        transform: rotate(-45deg) translateY(-6px);
        -webkit-transform: rotate(-45deg) translateY(-6px);
    }
    
    /* Collapse menu animation */
    #navbarCollapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: var(--bs-white);
        overflow: hidden;
        z-index: 999;
        transition: height 0.4s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    
    #navbarCollapse.show {
        height: 100vh;
        padding: 2rem;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
    .navbar-nav {
        flex-direction: column;
        gap: 1.5rem;
    }

    .navbar-nav .nav-link {
        font-size: 22px;
        padding: 0;
    }
}

/* Mobile Navbar End */

/*** Carousel Hero Header Start ***/
.header-carousel .owl-stage-outer {
    overflow: hidden;
}

.header-carousel .owl-stage {
    transform: none !important;
    transition: none !important;
    display: flex;
    justify-content: center;
}

.header-carousel .owl-item {
    opacity: 1 !important;
    width: 100% !important;
    position: relative !important;
}

.header-carousel .owl-item.cloned {
    display: none !important;
}

.header-carousel .owl-nav,
.header-carousel .owl-dots {
    display: none !important;
}

/* Стили для изображения */
.header-carousel .header-carousel-item img {
    object-fit: cover;
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@media (min-width: 1200px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 700px;
    }
}

@media (max-width: 1199px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 1200px;
    }
}

@media (max-width: 576px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 80vh;
    }
}

.header-carousel .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
}

.carousel-caption .ticket-form {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
}

@keyframes image-zoom {
    0%  {width: 100%; height: 100%;}
    25% {width: 115%; height: 115%;}
    50% {width: 130%; height: 130%;}
    75% {width: 120%; height: 120%;}
    100% {width: 100%; height: 100%;}
}

/* Новые стили для текста и кнопки */
.carousel-content {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}

.carousel-content h1 {
    font-size: 2.5rem; /* Уменьшенный размер для мобильных */
    line-height: 1.2;
    word-wrap: break-word; /* Перенос слов */
}

.carousel-content p {
    font-size: 1rem;
    line-height: 1.5;
    word-wrap: break-word;
}

.carousel-btn {
    font-size: 1rem !important; /* Гарантируем видимость текста */
    white-space: nowrap; /* Текст кнопки в одну строку */
    display: inline-flex !important; /* Убеждаемся, что кнопка видна */
    align-items: center;
    justify-content: center;
    visibility: visible !important; /* Убеждаемся, что текст кнопки виден */
}

@media (max-width: 768px) {
    .carousel-content {
        padding: 0 10px;
    }

    .carousel-content h1 {
        font-size: 1.8rem; /* Еще меньше для мобильных */
    }

    .carousel-content p {
        font-size: 0.9rem;
    }

    .carousel-btn {
        font-size: 0.9rem !important;
        padding: 10px 20px !important;
    }
}

@media (min-width: 1200px) {
    .carousel-content {
        max-width: 700px; /* Ограничиваем ширину текста на десктопе */
    }

    .carousel-btn {
        font-size: 1.1rem !important;
        padding: 12px 30px !important;
    }
}


.banner {
  position: relative;
  background: url('https://kuradesignpools.com/wp-content/uploads/2024/02/Geometric-pool-with-raised-geometric-spa-Winter-Garden-1.webp') no-repeat center center / cover;
  height: 70vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, .7); /* затемнение */
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 0 20px;
}

.banner-content h1 {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.banner-content h2 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #fff;
}

.banner-content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

/* .banner-content .btn {
  display: inline-block;
  background-color: #00b2ff;
  color: white;
  padding: 0.8rem 1.5rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
} */

@media (max-width: 768px) {
  .banner {
    height: auto;
    padding: 60px 0;
  }

  .banner-content h1 {
    font-size: 2rem;
  }
  .banner-content h2 {
    font-size: 1.5rem;
    font-weight: normal;
  }

  .banner-content em{
    font-size: 1.2rem;
  }

  .banner-content {
    max-width: 100%;
  }
  .mob-mr {
    margin-top: 3% !important;
}
}

@media (min-width: 900px){
    .banner-content {
    margin-right: 20%;
    margin-left: -30%;
}
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://leisurepoolsusa.com/wp-content/uploads/2022/07/Leisure-Pools-Riviera-fiberglass-pool.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Feature Start ***/
.feature .feature-item {
    position: relative;
    border-radius: 10px;
    background: var(--bs-light);
}

.feature-item .feature-content {
    position: absolute;
    width: 100%; 
    height: 100%; 
    bottom: 0; 
    left: 0;
    margin-top: 0;
    margin-right: 0; 
    background: rgba(0, 0, 0, 0.7); 
    border-radius: 10px;
    z-index: 2;
}

.feature-item .feature-content .feature-content-inner {
    position: relative;
    z-index: 5;
}
/*** Feature End ***/


/*** Service Start ***/
.service {
    position: relative;
    overflow: hidden;
    background-image: url('https://www.hrjohnsonindia.com/assets/images/blog/5-Innovative-Ideas-to-Design-Your-Dream-Swimming-Pool-thumb-og.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.service .service-section {
    position: relative;
    z-index: 5;
}

.service .service-days {
    border-radius: 10px;
    background: var(--bs-white);
}

.service .service-item {
    position: relative;
    height: 100%;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-white);
    z-index: 1;
}

.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    /* background: hsl(194, 76%, 44%); */
    /* transition: 0.5s; */
    z-index: 2;
}

.service .service-item:hover:after {
    height: 100%;
}

.service .service-item i {
    color: hsl(194, 76%, 44%);
    transition: 0.5s;
}



.service .service-item .service-content {
    position: relative;
    z-index: 3;
}

.service .service-item .service-content p {
    transition: 0.5s;
}



.service .service-item .service-content a.h4 {
    transition: 0.5s;
}

/*** Service End ***/


/*** Attractions Start ***/
.attractions {
    position: relative;
    overflow: hidden;
}

.attractions::after {
    content: "";
    width: 100%;
    height: 95%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://www.citywidepoolservice.com/wp-content/uploads/2021/01/Services-Citywide-Pool-Las-Vegas-1080x675.jpg') center center no-repeat;
    background-size: cover;
    z-index: -2;
    animation-name: attraction-image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes attraction-image-zoom {
    0%  {width: 100%;}

    25% {width: 115%;}

    50% {width: 130%;}

    75% {width: 120%;}

    100% {width: 100%;}
}

.attractions .attractions-section {
    position: relative;
    z-index: 3;
}

.attractions .attractions-item {
    position: relative;
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.attractions .attractions-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, .7);
    transition: 0.5s;
    z-index: 2;
}

.attractions .attractions-item:hover:after {
    height: 100%;
}

.attractions .attractions-item .attractions-name {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    color: var(--bs-white);
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 3;
    opacity: 0;
}
.logo-title {
    font-size: 2rem;
}

@media (max-width: 1840px) {
    .display-6 {
        font-size: 1rem !important;
    }
}

@media (max-width: 1024px) {
    .display-6 {
        font-size: 1.3rem !important;
    }
}

.attractions .attractions-item:hover .attractions-name {
    opacity: 1;
}

.attractions-carousel .owl-stage-outer {
    margin-top: 58px;
}

.attractions .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: hsl(194, 76%, 44%);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.attractions .owl-nav .owl-prev:hover {
    background: var(--bs-white);
    color: hsl(194, 76%, 44%);
}

.attractions .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: hsl(194, 76%, 44%);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.attractions .owl-nav .owl-next:hover {
    background: var(--bs-white);
    color: hsl(194, 76%, 44%);
}
/*** Attractions End ***/


/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: rgba(0, 0, 0, .4);
    transition: 0.5s;
    z-index: 1;
}

.gallery .gallery-item:hover::after {
    width: 100%;
    height: 100%;
}

.gallery .gallery-item .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    z-index: 5;
    opacity: 0;
}

.gallery .gallery-item:hover .search-icon {
    opacity: 1;
}
/*** Gallery End ***/

/*** Blog Start ***/
.blog .blog-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
}

.blog .blog-item .blog-img {
    position: relative;
    height: 200px; /* фиксированная высота изображения */
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
    transition: background 0.5s ease;
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(0, 0, 0, 0.5);
}

.blog .blog-item .blog-img .blog-category {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: hsl(194, 76%, 44%);
    z-index: 5;
    padding: 5px 10px;
}

.blog .blog-item .blog-img .blog-date {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: var(--bs-white);
    z-index: 5;
}

.blog .blog-item .blog-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background: var(--bs-light);
}

/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    background: hsl(194, 76%, 44%);
    border-radius: 10px;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item:hover:after {
    height: 100%;
}

.team .team-item .team-content {
    position: relative;
    text-align: center;
    z-index: 2;
}

.team .team-item .team-content .team-icon {
    background: var(--bs-light);
    border-radius: 10px;
    display: flex;
    display: inline-flex;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: hsl(194, 76%, 44%);
}

.team .team-item .team-content p {
    color: var(--bs-white);
    transition: 0.5s;
}

.team .team-item:hover .team-content p {
    color: var(--bs-body);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial {
    position: relative;
    overflow: hidden;
}

.testimonial::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('https://galaxyhomerecreation.com/wp-content/uploads/2022/12/galaxy-inground-pool-banner-2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
}

.testimonial::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: -1;
}

.testimonial .testimonial-carousel .testimonial-item {
    text-align: center;
    border-radius: 10px;
    background: rgba(256, 256, 256, 0.2);
}

.testimonial-carousel .testimonial-item .testimonial-inner {
    display: flex;
    justify-content: center;
}

.testimonial-item .testimonial-inner .testimonial-img {
    position: relative;
}

.testimonial-item .testimonial-inner .testimonial-img img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 2px solid var(--bs-white);
}

.testimonial-item .testimonial-inner .testimonial-img .testimonial-quote {
    position: absolute;
    top: 0;
    left: -25px;
    color: var(--bs-white);
    background: hsl(194, 76%, 44%);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: hsl(194, 76%, 44%);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-light);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: hsl(194, 76%, 44%);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    bottom: -22px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: -210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev {
    font-size: 50px;
    margin-right: 80px;
    color: var(--bs-white);
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-next {
    font-size: 50px;
    margin-left: 80px;
    color: var(--bs-white);
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: hsl(194, 76%, 44%);
}
/*** Testimonial End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color:hsl(194, 76%, 44%);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: hsl(194, 76%, 44%);
}

.footer .footer-item .opening-date {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer .footer-item .opening-date .opening-clock {
    display: flex;
    align-items: center;
    line-height: 35px;
}
@media (max-width: 1400px) {
    .footer .footer-item .opening-date .opening-clock {
        display: block !important;
        align-items: center;
        line-height: 35px;
    }
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/


