/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.main-nav {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 100%; /* Optional: Set a height for the container if needed */
}
/* 
.f-step.centered {
    list-style: none; /* Remove default list styles */
    /* padding: 0;
    margin: 0; */




#watch-more-icon {
    position: relative;
  }
  
  #watch-more-icon span {
    display: inline-block;
    color:#c6c5c5;
  }
  
  .center-content {
    margin: 0 auto; /* This centers the container horizontally */
    text-align: center; /* This centers the content within the container */
}
/* CSS to set the logo size */
.logo {
    width: 200px; /* You can change this to your desired width */
    height: 100px; /* Automatically adjust the height to maintain aspect ratio */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.sticky-logo {
  display: none;
}
/* Center-align the main navigation items */
.f-step.centered {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none; /* Remove default list styles */
    padding: 0; /* Remove default list padding */
    padding-right: 254px;
    /* margin-top:25px; */
}

/* Style for individual list items */
.f-step.centered li {
    margin: 0 10px; /* Adjust the spacing between menu items */
}

/* Style for links in the navigation menu */
.f-step.centered a {
    text-decoration: none;
    color: #000; /* Change the link color as needed */
}


  #watch-more-icon::after {
    /* border-color: #ffffff;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 12px; /* Increase the height for a larger arrow */
    /* width: 12px; 
    left: 100%; /* Position to the right of the parent element */
    /* position: absolute;
    top: 30%;  */
    /* The arrow sprints to the left when the link is hovered */
    /* transition: left 0.1s;
  
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); */ 
    content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url(/Assets/images/icon-arrow-line-dark.svg) no-repeat left top;
    position: relative;
    left: 7px;
    top: 4px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease/*!rtl:raw: -webkit-transform: rotateY(-50%); *//*!rtl:raw: -ms-transform: rotateY(-50%); *//*!rtl:raw: transform: rotateY(-180deg); */;
    filter: brightness(0) invert(1);

  }
  .go-back::after {
    background: #c16b00;
    content: "";
    display: block;
    height: 2px;
    left: 0px;
    position: absolute;
    top: 50%;
    width: 11px;
  
    /* We need to animate the shaft too, to be able to look at a moving arrow */
    transition: left 0.1s;
  }
  
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Dots */
.home .hero .slick-dots {
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}



.slider-grid .slick-dots {
    position: relative;
    bottom: -15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-left: 80px;
}

@media (max-width: 991.98px) {

    .slider-grid .slick-dots {
       display:none !important;
    }
}

.slick-dots li {
    position: relative;
    display: inline-block;
    border-radius: 100%;
    background: #D8D8D8;
    transition: all .25s ease-in-out;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    padding: 0px;
    transition: all 0.3s ease;
    margin-right: 5px;
    cursor: pointer;
}
.slider-dark .slick-dots li {
    border: 2px solid #313E48 !important;
}

    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 11px;
        height: 11px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }

        .slick-dots li button:hover,
        .slick-dots li button:focus {
            outline: none;
        }

            .slick-dots li button:hover:before,
            .slick-dots li button:focus:before {
                opacity: 1;
            }

            .icon {
                width: 80px; /* Adjust the width as needed */
                height: 80px; /* Adjust the height as needed */
            }
            
.slick-dots li.slick-active {
    background: #313E48;
    border-radius: 60px;
}
.slider-dark .slick-dots li.slick-active {
    background: #313E48;
}
