@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../gif/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../eot/slick.eot');
    src: url('../eot/slickd41d.eot?#iefix') format('embedded-opentype'), url('../woff/slick.woff') format('woff'), url('../ttf/slick.ttf') format('truetype'), url('../svg/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;

    opacity: .60;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    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;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/********************BRT EDTITS *****************************************************/


.slick-prev, .slick-next {
    background: rgba(0,0,0,0.3);
    z-index:9;
    font-size:2rem;
    width:auto;
    height:600px;
    max-width:60px;
    max-height:60px;
    padding:10px;
    
}

.vid-prev, .vid-next {
    position: absolute;
    z-index: 9;
    font-size: 2rem;
    width: auto;
    height: 60px; /* Fixed height for better control */
    max-width: 60px;
    max-height: 60px;
    padding: 10px;
    top: calc(100% + 10px); /* Move below the carousel; adjust the 10px as needed */
    transform: translateY(0%); /* No longer need to center vertically with translateY */
}

.vid-prev {
    left: 20%; /* Adjust as needed to position properly */
    transform: translateX(-50%); /* This centers the arrow to its left position */
}

.vid-next {
    right: 20%; /* Adjust as needed to position properly */
    transform: translateX(50%); /* This centers the arrow to its right position */
}



.slick-dots {
    position: absolute;
    bottom: -40px; /* Adjust as needed to position below the carousel */
    left: 0;
    right: 0;
    text-align: center; /* This centers the dots within the element */
    z-index: 10; /* Ensure the z-index is higher than the carousel but lower than the arrows if they should overlap */
    margin: 0; /* Override any default margins that may affect centering */
    padding: 0; /* Override any default paddings that may affect centering */
}

.slick-dots li {
    display: inline-block;
    padding: 5px;
}

.slick-dots li button::before {
    font-size: 18px;
    color: #eee;
    opacity: 1;
}



.slick-prev:before,
.slick-next:before
{
 
    opacity: 1;
 
}


.slick-prev {
    left: 20px;

    
    
}
.slick-next {
    right: 20px;
    
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
}

.slick-prev:before, .slick-next:before {
    display: none !important; /* Hides the default arrow characters */
}

/* Default Arrow State */
.slick-prev, .slick-next {
    /* Existing styles */
    opacity: 0; /* Make arrows invisible by default */
    transition: opacity 0.3s ease; /* Smooth transition for opacity */
}

/* Make arrows visible with 70% opacity when the slider is hovered */
.homecaro:hover .slick-prev,
.homecaro:hover .slick-next {
    opacity: 0.7;
    visibility: visible;
}

/* Desktop Specific Styles */
@media (min-width: 1024px) {
    .slick-prev, .slick-next {
        opacity: 0; /* Ensure arrows are invisible by default on desktop */
    }
    .slick-prev:hover,  .slick-next:hover,  {
        opacity: 0.7; /* Visible with 70% opacity on hover/focus */
    }
}


@media (max-width: 767px) {
    .slick-prev, .slick-next {
        top: 40%; /* Adjust if necessary for your layout */
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
         opacity: 0.7; /* Arrows always 70% opaque on mobile */

    }
}




