/** Start Home Slider widget css **/
.crystal-home-slider-repeater-main {
    position: relative;
	overflow: hidden;
}
.crystal-home-slider-repeater-main .crystal-home-slider-main {
    position: relative;
}
.crystal-home-slider-repeater-main .crystal-home-slider-main .crystal-home-slider-img-wrap {
    min-height: 100vh;
    display: flex !important;
    align-items: flex-end;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 200px 0 142px 0;
}
body.admin-bar .crystal-home-slider-main .crystal-home-slider-img-wrap{
	min-height: calc(100vh - 32px);
}
.crystal-home-slider-main .crystal-home-slider-img-wrap:before {
    content: "";
    background: linear-gradient(360deg, #52036A 0%, #52036A00 100%) 0% 0%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: calc(100vh - 200px);
}
.crystal-home-slider-main .crystal-home-slider-img-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    min-height: 60%;
    background: linear-gradient(180deg, #0E0E0E 0%, #0E0E0E00 100%) 0% 0%;
    opacity: 70%;
}
.crystal-home-slider-main .crystal-home-slider-img-wrap .crystal-home-slider-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 100px;
    position: relative;
    z-index: 9;
}
.crystal-home-slider-main .crystal-home-slider-img-wrap .crystal-home-slider-container .crystal-home-slider-inner {
    max-width: 860px;
}
.crystal-home-slider-main .crystal-home-slider-img-wrap .crystal-home-slider-container .crystal-home-slider-inner .crystal-home-slider-title {
    margin: 0 0 20px 0;
    font-size: 9.375em;
    line-height: 1;
    letter-spacing: 3px;
    color: #FFFFFF;
    font-family: 'Brandon Grotesque';
    font-weight: 300;
	max-width: 700px;
}
.crystal-home-slider-main .crystal-home-slider-img-wrap .crystal-home-slider-container .crystal-home-slider-inner .crystal-home-slider-content {
    color: #FFFFFF;
    font-size: 1.5625em;
    line-height: 1.4;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque';
    font-weight: 300;
}
.crystal-home-slider-repeater-main .crystal-home-slider-main .slick-arrow {
    opacity: 1;
    border: none !important;
    background: transparent !important;
    font-size: 0;
    padding: 0;
    outline: none !important;
    width: auto;
    height: auto;
	top: 60%;
}
.crystal-home-slider-repeater-main .crystal-home-slider-main .slick-arrow.slick-prev {
	left: 40px;
}
.crystal-home-slider-repeater-main .crystal-home-slider-main .slick-arrow.slick-next {
	right: 40px;
}
.crystal-home-slider-repeater-main .crystal-home-slider-main .slick-arrow.slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    color: #FFFFFF;
    font-size: 34px;
}
.crystal-home-slider-repeater-main .crystal-home-slider-main .slick-arrow.slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    color: #FFFFFF;
    font-size: 34px;
}
.crystal-home-slider-repeater-main .crystal-home-country-list-wrp {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    line-height: 0;
    border-top: 1px solid #FFFFFF;
    overflow: hidden;
	padding: 24px 100px;
}
.crystal-home-slider-repeater-main .crystal-home-country-list-wrp ul.crystal-home-country-list {
    padding: 10px 0;
	width: 100%;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
	overflow-x: auto;
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
	scrollbar-width: none;
}
/* .crystal-home-slider-repeater-main .crystal-home-country-list-wrp ul.crystal-home-country-list::-webkit-scrollbar{
	display: none;
} */
.crystal-home-slider-repeater-main .crystal-home-country-list-wrp ul.crystal-home-country-list .crystal-home-country-loop {
    min-width: fit-content;
}
.crystal-home-slider-repeater-main .crystal-home-country-list-wrp ul.crystal-home-country-list .crystal-home-country-loop a {
    font-size: 1.125em;
    line-height: 1.3889;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-family: 'Brandon Grotesque';
    font-weight: 400;
    text-align: center;
    padding: 0 10px;
    min-width: 122px;
}
.crystal-home-slider-repeater-main .crystal-home-country-list-wrp ul.crystal-home-country-list .crystal-home-country-loop:first-child a{
	padding-left: 0;
}
.crystal-home-slider-repeater-main .crystal-home-country-list-wrp ul.crystal-home-country-list .crystal-home-country-loop:last-child a{
	padding-right: 0;
}


/** End Home Slider widget css **/