@import url('components/Popups.css');
@import url('components/DealBox.css');
@import url("components/SpecialOffers2Across.css");
@import url('components/InfoboxTabSection.css');
@import url('components/Carousel.css');





.imaged {
    height: auto;
    border-radius: var(--small-border-radius);
}

.card {
    background: #ffffff;
    border-radius: var(--small-border-radius);
    border: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

    .card .card-body {
        padding: 24px 10px;
        line-height: 1.4em;
    }

    .card .card-title {
        color: #141515;
        font-size: 24px;
        font-weight: 700;
    }

    .card .card-img-top {
        border-radius: var(--small-border-radius) var(--small-border-radius) 0 0;
    }

.carousel-image-box .card picture, .carousel-single-home .card picture {
    overflow: hidden;
    border-radius: var(--main-border-radius);
}

/********Home Page Banner Start*********/
.home {
    width: 100%;
    background-size: cover;
    min-height: 450px;
}

.home_slider_content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.home_slider_content-video {
    padding-top:5%;
}

/********Home Page Banner End*********/
/******Home Page**********/
.share-btn {
    display: none;
}

/******Home Page End**********/
/*-------------------------------------------*/
/********WIInfoBox Mobile Start*********/
.carousel-multiple-two img {
    max-width: 65px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.splide__arrow {
    background: white;
    opacity: .9;
}

.splide__list {
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto;
}

.splide__pagination__page {
    opacity: 1;
    width: 5px;
    height: 5px;
}

.carousel_icons .carousel_icons_item {
    /*width: auto !important;*/
}

.infobox-icons .carousel_icons_item span.heading {
    font-size: 13px;
}

/********WIInfoBox Mobile End*********/
.splide .card {
    background: none;
    box-shadow: none;
    text-align: left;
}

/******Home Page video Block Start ********/
.home-video-block {
    height: 35vh;
    width: 100%;
    background-size: contain;
}

/******Home Page video Block End ********/

/*
.home-video-block .video-block:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0) url(https://www.cyprusparadise.com/images/youtube-play.png) no-repeat 50% 50%;
    background-size: 75px;
    transition: all ease-in-out 2s;
}*/


/**************************   TABLET DESIGN START  ****************************/

@media only screen and (min-width:600px) and (max-width:1000px) {

    .home-video-block {
        height: 100%;
        width: 100%;
        background-size: cover;
    }
    .home {
        min-height: unset;
    }
    .home_slider_content-video {
    
        padding: 5% 0;
    }
    .home-video-block a img {
        max-width: 50px;
    }

}



/**************************   TABLET DESIGN END  ****************************/