@charset 'UTF-8';
.splitting .word,
.splitting .char {
display: inline-block;
} .splitting .char {
position: relative;
} .splitting .char::before,
.splitting .char::after {
content: attr(data-char);
position: absolute;
top: 0;
left: 0;
visibility: hidden;
transition: inherit;
user-select: none;
} .splitting { --word-center: calc((var(--word-total) - 1) / 2); --char-center: calc((var(--char-total) - 1) / 2); --line-center: calc((var(--line-total) - 1) / 2);
}
.splitting .word { --word-percent: calc(var(--word-index) / var(--word-total)); --line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char { --char-percent: calc(var(--char-index) / var(--char-total)); --char-offset: calc(var(--char-index) - var(--char-center)); --distance: calc(
(var(--char-offset) * var(--char-offset)) / var(--char-center)
); --distance-sine: calc(var(--char-offset) / var(--char-center)); --distance-percent: calc((var(--distance) / var(--char-center)));
}.event_banner_area {
min-height: 100vh;
position: relative;
overflow: hidden;
background-image: -moz-linear-gradient(-120deg, #6e1822 0%, #0e044b 100%);
background-image: -webkit-linear-gradient(-120deg, #6e1822 0%, #0e044b 100%);
background-image: -ms-linear-gradient(-120deg, #6e1822 0%, #0e044b 100%);
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.event_banner_area .parallax-effect {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 105%;
z-index: -1;
opacity: 0.2;
}
.event_banner_content {
position: relative;
}
.event_banner_content .round {
width: 600px;
height: 600px;
border-radius: 50%;
background: #fff;
opacity: 0.05;
position: absolute;
top: 50%;
left: 50%;
margin-top: -300px;
margin-left: -300px;
z-index: -1;
}
.event_banner_content h6 {
font-size: 20px;
font-weight: 500;
color: #fcb747;
margin-bottom: 18px;
}
.event_banner_content h2 {
font-size: 80px;
line-height: 94px;
font-weight: 700;
color: #fff;
margin-bottom: 45px;
}
.event_banner_content h2 span {
font-weight: 300;
}
.event_banner_content .event_btn_two {
margin-left: 15px;
}
.event_btn {
font-size: 16px;
padding: 11px 51px;
border-radius: 45px;
background: #fd475d;
border: 2px solid #fd475d;
color: #fff;
}
.event_btn i {
margin-right: 8px;
font-size: 26px;
vertical-align: middle;
}
.event_btn:hover {
-webkit-box-shadow: 0px 10px 50px 0px rgba(195, 33, 52, 0.3);
box-shadow: 0px 10px 50px 0px rgba(195, 33, 52, 0.3);
font-size: 16px;
color: #fd475d;
background: transparent;
border-color: #fd475d;
}
.event_btn_two {
padding: 11px 33px;
border-color: #fba820;
color: #fba820;
background: transparent;
}
.event_btn_two:hover {
background: #fba820;
color: #fff;
border-color: #fba820;
} @media (max-width: 991px) {
.event_banner_content h2 {
font-size: 69px;
line-height: 80px;
}
}
@media (max-width: 768px) {
.event_banner_content h2 {
font-size: 58px;
line-height: 65px;
}
}
@media (max-width: 576px) {
.event_banner_content h2 {
font-size: 48px;
line-height: 60px;
}
}
@media (max-width: 480px) {
.event_banner_content .round {
width: 400px;
height: 400px;
margin-left: -200px;
margin-top: -200px;
}
.event_banner_content .event_btn_two {
margin-left: 0;
}
}
@media (max-width: 450px) {
.event_banner_content h6 {
font-size: 17px;
}
.event_banner_content h2 {
font-size: 35px;
line-height: 45px;
}
}
.travel_package_item {
cursor: pointer;
}
.travel_package_item .package_img {
overflow: hidden;
border-radius: 4px;
}
.travel_package_item .package_img img {
border-radius: 4px;
transition: all 0.3s linear;
}
.travel_package_item .content {
font-family: "neuzeit-grotesk";
padding-top: 18px;
}
.travel_package_item .content h3 {
color: #222;
font-size: 20px;
font-weight: 700;
margin-bottom: 0px;
transition: color 0.2s linear;
}
.travel_package_item .content .place_name {
color: #aaaaaa;
font-size: 12px;
line-height: 24px;
font-weight: 700;
letter-spacing: 1.2px;
text-transform: uppercase;
margin-bottom: 18px;
}
.travel_package_item .content p {
font-size: 16px;
line-height: 24px;
color: #8a8a8a;
letter-spacing: 0.16px;
}
.travel_package_item .content .time {
letter-spacing: 0.16px;
font-weight: 700;
font-size: 16px;
color: #222;
}
.travel_package_item:hover img {
transform: scale(1.03);
}
.travel_package_item:hover h3 {
color: #ff6969;
} .travel_tour_area {
padding-top: 150px;
}
.travel_tour_area .travel_sec_title {
margin-bottom: 50px;
}
.travel_tour_area .slider_arrow {
text-align: right;
}
.travel_tour_area .prev,
.travel_tour_area .next {
position: relative;
border: 1px solid #dddddd;
width: 48px;
height: 48px;
line-height: 45px;
font-size: 13px;
transition: all 0.3s linear;
box-shadow: 0px 20px 50px 0px #f8f6f7;
border-radius: 50%;
color: #455880;
background: #fff;
position: relative;
z-index: 1;
}
.travel_tour_area .prev:before,
.travel_tour_area .next:before {
background: #ff6969;
content: "";
content: "";
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
border-radius: 50%;
z-index: -1;
opacity: 0;
transition: all 0.3s linear;
}
.travel_tour_area .prev:hover,
.travel_tour_area .next:hover {
border-color: #ff6969;
color: #fff;
}
.travel_tour_area .prev:hover:before,
.travel_tour_area .next:hover:before {
opacity: 1;
}
.travel_tour_slider {
margin-left: -5px;
margin-right: -5px;
}
.travel_tour_slider .item {
padding: 0px 5px;
}
.travel_tour_slider .item .travel_tour_item {
position: relative;
z-index: 1;
border-radius: 4px;
overflow: hidden;
}
.travel_tour_slider .item .travel_tour_item:before {
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
z-index: 0;
background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.502), rgba(0, 0, 0, 0.1));
}
.travel_tour_slider .item .travel_tour_item .discount {
position: absolute;
left: 50px;
top: 50px;
font-family: "neuzeit-grotesk";
font-size: 30px;
color: #ff6969;
font-weight: 700;
background: url(//beautyclinicrasa.nl/wp-content/plugins/saasland-core/assets/img/el-preview/shap.png) no-repeat scroll center;
width: 90px;
height: 80px;
line-height: 80px;
text-align: center;
}
.travel_tour_slider .item .travel_tour_item img {
max-width: 100%;
width: 100%;
}
.travel_tour_slider .item .travel_tour_item .travel_tour_content {
position: absolute;
left: 0;
width: 100%;
bottom: 0;
padding: 50px 40px;
display: flex;
justify-content: space-between;
align-items: flex-end;
font-family: "neuzeit-grotesk";
}
.travel_tour_slider .item .travel_tour_item .travel_tour_content h6,
.travel_tour_slider .item .travel_tour_item .travel_tour_content h3,
.travel_tour_slider .item .travel_tour_item .travel_tour_content .review,
.travel_tour_slider .item .travel_tour_item .travel_tour_content .discount_price {
color: #fff;
}
.travel_tour_slider .item .travel_tour_item .travel_tour_content h6 {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.7px;
font-weight: 700;
}
.travel_tour_slider .item .travel_tour_item .travel_tour_content h3 {
font-size: 36px;
font-weight: 700;
}
.travel_tour_slider .item .travel_tour_item .travel_tour_content .review {
font-size: 16px;
margin-bottom: 7px;
}
.travel_tour_slider .item .travel_tour_item .travel_tour_content .review .ratting:before {
content: "\e91d \e91d \e91d \e91d";
font-family: "icomoon" !important;
font-size: 12px;
color: #ffcb3e;
}
.travel_tour_slider .item .travel_tour_item .travel_tour_content .discount_price {
font-size: 18px;
font-weight: 700;
}
.travel_tour_slider .item .travel_tour_item .travel_tour_content .discount_price .price {
font-size: 24px;
color: #ff6969;
}
.travel_tour_slider .item .travel_tour_item .travel_tour_content .travel_btn_two {
background: #ff6969;
color: #fff;
border: 0px;
}
.travel_tour_slider .item .travel_tour_item .travel_tour_content .travel_btn_two:after {
background: #fff;
}
.travel_tour_slider .item .travel_tour_item .travel_tour_content .travel_btn_two:hover {
color: #181b31;
} .deal_tab .nav-item {
margin-bottom: 0px;
margin-right: 65px;
}
.deal_tab .nav-item .nav-link {
padding: 0px;
border: 0px;
border-radius: 0px;
font-size: 18px;
font-weight: 700;
letter-spacing: 0.9px;
padding-bottom: 10px;
text-transform: uppercase;
color: #aaaaaa;
position: relative;
}
.deal_tab .nav-item .nav-link:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: -1px;
left: 0;
background: #ff6969;
transform: scale(0);
transform-origin: left;
transition: all 0.3s linear;
}
.deal_tab .nav-item .nav-link.active, .deal_tab .nav-item .nav-link:hover {
color: #ff6969;
}
.deal_tab .nav-item .nav-link.active:before, .deal_tab .nav-item .nav-link:hover:before {
transform: scale(1);
}
.deal_tab .nav-item:last-child {
margin-right: 0;
}
.deal_item {
margin-top: 50px;
display: flex;
}
.deal_item .img_deal_post{
border-radius: 4px;
margin-right: 30px;
overflow: hidden;
display: block;
width: 170px;
height: 170px;
}
.deal_item .media-body{
flex: 1;
}
.deal_item .media-body h4 {
font-size: 24px;
font-weight: 700;
color: #181b31;
}
.deal_item .media-body p {
line-height: 26px;
color: #8a8a8a;
margin-bottom: 32px;
}
.deal_item .media-body .travel_btn {
font-size: 14px;
font-family: "neuzeit-grotesk";
color: #fff;
letter-spacing: 0.8px;
padding: 10px 35px;
border-radius: 5px;
text-transform: uppercase;
font-weight: 700;
background: transparent;
border: 1px solid #ff6969;
position: relative;
display: inline-block;
}
.deal_item .media-body .travel_btn:after{
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: all 0.5s linear;
transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
transition-property: transform;
z-index: -1;
background: #ff6969;
transform: scaleX(1);
transform-origin: left;
}
.deal_item .media-body .travel_btn:hover{
color: #ff6969;
}
.deal_item .media-body .travel_btn:hover:after{
transform: scaleX(0);
transform-origin: right;
}  .travel_gallery_item {
margin-bottom: 20px;
position: relative;
cursor: pointer;
z-index: 1;
}
.travel_gallery_item .overlay_bg {
background: rgba(0, 0, 0, 0.1);
z-index: 0;
}
.travel_gallery_item.two .overlay_bg {
background: rgba(0, 0, 0, 0.5);
}
.travel_gallery_item.three .overlay_bg {
background: rgba(0, 0, 0, 0.3);
}
.travel_gallery_item .travel_gallery_content {
position: absolute;
text-align: center;
width: 100%;
padding: 15px;
font-family: "neuzeit-grotesk";
color: #fff;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
height: 100%;
top: 0;
}
.travel_gallery_item .travel_gallery_content h3 {
font-size: 36px;
font-weight: 700;
color: #fff;
margin-bottom: 0;
transform: translateY(44px);
transition: all 0.3s linear;
}
.travel_gallery_item .travel_gallery_content p {
font-size: 16px;
}
.travel_gallery_item .travel_gallery_content p,
.travel_gallery_item .travel_gallery_content .travel_btn_two {
animation: fadeOut 0.3s linear both;
}
.travel_gallery_item .travel_gallery_content .travel_btn_two {
background: #fff;
font-size: 14px;
color: #181b31;
letter-spacing: 0.7px;
border: 0px;
padding: 8px 18px 5px;
font-family: "neuzeit-grotesk";
font-weight: 700;
text-transform: uppercase;
border-radius: 5px;
display: inline-block;
}
.travel_gallery_item .travel_gallery_content .travel_btn_two:hover {
color: #fff;
background: #ff4d6f;
}
.travel_gallery_item:hover .travel_gallery_content h3 {
transform: translateY(0px);
}
.travel_gallery_item:hover .travel_gallery_content p,
.travel_gallery_item:hover .travel_gallery_content .travel_btn_two {
animation: fadeInUp 0.3s linear both;
}
@media (max-width: 991px){
.travel_package_item {
max-width: 285px;
margin-bottom: 40px;
}
.travel_tour_area{
padding-top: 80px;
}
.travel_gallery_item img {
width: 100%;
}
}
@media (max-width: 767px){
.deal_tab .nav-item {
margin-right: 5px;
}
}
@media (max-width: 576px){
.travel_package_item {
margin-left: auto;
margin-right: auto;
}
.travel_tour_slider .item .travel_tour_item .discount{
left: auto;
right: 20px;
top: 20px;
}
.travel_tour_slider .item .travel_tour_item .travel_tour_content {
padding: 10px;
}
}
@media (max-width: 480px){
.travel_tour_slider .item .travel_tour_item .discount {
width: 74px;
height: 67px;
line-height: 70px;
background-size: cover;
}
.travel_tour_slider .item .travel_tour_item .travel_tour_content h3 {
font-size: 23px;
margin-bottom: 0px;
}
.travel_tour_slider .item .travel_tour_item .travel_tour_content h6{
margin-bottom: 0px;
}
.deal_item, .post-info-bottom {
display: block;
}
.deal_item .img_deal_post{
margin-bottom: 25px;
margin-right: 0;
}
}.chat_banner_area {
height: 100vh;
min-height: 700px;
background: #fafafe;
position: relative;
padding: 150px 0px 120px;
overflow: hidden;
}
.chat_banner_area .cloud {
top: 190px;
left: 0px;
width: 100%;
}
.chat_banner_area .left {
left: 0;
bottom: 30px;
}
.chat_banner_area .right {
right: 0;
bottom: 30px;
}
.chat_banner_content {
padding-top: 128px;
}
.chat_banner_content .c_tag {
border-radius: 4px;
background: #e2f4e8;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
display: inline-block;
color: #0ec123;
padding: 4px 15px;
margin-bottom: 25px;
line-height: 28px;
}
.chat_banner_content .c_tag img {
margin-right: 8px;
}
.chat_banner_content h2 {
font-size: 48px;
line-height: 72px;
font-weight: 400;
color: #051441;
margin-bottom: 30px;
}
.chat_banner_content h2 strong {
font-weight: bold;
}
.chat_banner_content .chat_btn {
width: 100%;
}
.chat_img {
position: relative;
}
.chat_img .round {
position: absolute;
width: 100px;
height: 100px;
border-radius: 50%;
opacity: 0.7;
}
.chat_img .round.one {
background: #deeef1;
left: 0;
bottom: 120px;
}
.chat_img .round.two {
background: #f5eae3;
right: -20px;
top: 120px;
}
.chat_img .round.three {
background: #f9f5e8;
right: -50px;
top: 70px;
width: 60px;
height: 60px;
}
.chat_img .p_one {
right: -250px;
bottom: 300px;
-webkit-animation: fadeInUp3 2.5s 1s both alternate infinite;
animation: fadeInUp3 2.5s 1s both alternate infinite;
z-index: 1;
}
.chat_img .p_two {
left: -140px;
bottom: 300px;
z-index: 1;
-webkit-animation: fadeInUp3 2.5s 3s both alternate infinite;
animation: fadeInUp3 2.5s 3s both alternate infinite;
}
.chat_img .p_three {
right: -70px;
bottom: 180px;
z-index: 1;
-webkit-animation: fadeInUp3 1.5s 5s both alternate infinite;
animation: fadeInUp3 1.5s 5s both alternate infinite;
}
.p_absoulte {
position: absolute;
}
.chat_btn {
background: #6754e2;
color: #fff;
padding: 9px 95px;
border-radius: 4px;
}
.chat_btn:hover {
-webkit-box-shadow: 0px 10px 40px 0px rgba(103, 84, 226, 0.3);
box-shadow: 0px 10px 40px 0px rgba(103, 84, 226, 0.3);
} @media (min-width: 1921px) {
.chat_banner_area {
display: flex;
align-items: center;
flex-wrap: wrap;
}
}
@media (max-width: 1650px) {
.chat_img .p_one {
right: -130px;
bottom: 330px;
}
}
@media (max-width: 1450px) {
.chat_banner_content h2 {
font-size: 46px;
line-height: 65px;
}
.chat_banner_area .offset-lg-2 {
margin-left: 100px;
}
}
@media (max-width: 1350px) {
.chat_banner_area .offset-lg-2 {
margin-left: 80px;
}
}
@media (max-width: 1199px) {
.chat_banner_area .offset-lg-2 {
margin-left: 26px;
}
.chat_img .p_one {
right: -188px;
}
}
@media (max-width: 991px) {
.chat_banner_area {
height: auto;
}
.chat_banner_content {
padding-top: 0;
margin-bottom: 20px;
}
.chat_banner_area .offset-lg-2 {
margin-left: 0px;
}
.chat_img {
max-width: 405px;
margin: 0 auto;
}
}
@media (max-width: 650px) {
.chat_btn {
padding-left: 20px;
padding-right: 20px;
}
.chat_img .p_one {
width: 150px;
right: -50px;
}
.chat_img img {
max-width: 100%;
}
}
@media (max-width: 576px) {
.chat_banner_content h2 {
font-size: 36px;
line-height: 52px;
}
.chat_banner_content .pr_100 {
padding-right: 0;
}
.chat_img .p_two {
width: 126px;
left: -15px;
}
.chat_img .p_three {
right: -15px;
}
} .shop_video {
position: relative;
margin-top: 170px;
overflow: hidden;
}
.shop_video img {
transition: all 0.3s linear;
}
.shop_video:hover img {
transform: scale(1.03);
}
.shop_video .travel_video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: cerebriSans;
font-weight: 400;
display: inline-block;
text-align: center;
font-size: 16px;
text-transform: uppercase;
font-weight: 700;
color: #fff;
letter-spacing: 1.6px;
}
.travel_video_icon {
background: transparent;
border: 1px solid #fff;
font-size: 20px;
color: #fff;
line-height: 74px;
width: 70px;
height: 70px;
border-radius: 50%;
display: block;
margin: 0 auto 16px;
}
.shop_video .travel_video .travel_video_icon:hover {
background: #fff;
color: #222;
}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.chat_title {
margin-bottom: 75px;
}
.chat_title h2 {
color: #222;
font-weight: 400;
font-size: 36px;
line-height: 48px;
}
.chat_title h2 span {
font-weight: 700;
}
.chat_title p {
max-width: 730px;
margin: 0px auto;
color: #677294;
}
.chat_features_item {
text-align: center;
padding: 0px 30px;
}
.chat_features_item .round {
height: 270px;
line-height: 324px;
position: relative;
}
.chat_features_item .round .top_img {
top: -6px;
right: 8px;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.chat_features_item .round_circle {
background-image: -moz-linear-gradient(-140deg, #f483a3 0%, #c670fe 100%);
background-image: -webkit-linear-gradient(-140deg, #f483a3 0%, #c670fe 100%);
background-image: -ms-linear-gradient(-140deg, #f483a3 0%, #c670fe 100%);
width: 220px;
height: 220px;
border-radius: 50%;
display: block;
margin: 0 auto;
left: 58%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
z-index: -1;
top: 0;
}
.chat_features_item .round_circle.two {
background-image: -moz-linear-gradient(-140deg, #83f3f4 0%, #70b6fe 100%);
background-image: -webkit-linear-gradient(-140deg, #83f3f4 0%, #70b6fe 100%);
background-image: -ms-linear-gradient(-140deg, #83f3f4 0%, #70b6fe 100%);
}
.chat_features_item .round_circle.three {
background-image: -moz-linear-gradient(-140deg, #f0f483 0%, #fec070 100%);
background-image: -webkit-linear-gradient(-140deg, #f0f483 0%, #fec070 100%);
background-image: -ms-linear-gradient(-140deg, #f0f483 0%, #fec070 100%);
}
.chat_features_item h4 {
font-size: 18px;
font-weight: 700;
color: #222;
margin-bottom: 18px;
position: relative;
z-index: 1;
}
.chat_features_item p {
color: #666666;
line-height: 24px;
text-align: center;
}
.chat_features_item:hover .round .top_img {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
} .chat_features_area {
padding: 120px 0px;
}
.chat_features_img {
background-image: -moz-linear-gradient(-140deg, #83e0f4 0%, #7094fe 100%);
background-image: -webkit-linear-gradient(-140deg, #83e0f4 0%, #7094fe 100%);
background-image: -ms-linear-gradient(-140deg, #83e0f4 0%, #7094fe 100%);
width: 100%;
height: 475px;
position: relative;
padding-left: 60px;
}
.chat_features_img .chat_features_img_bg_one {
position: absolute;
left: 0;
z-index: -1;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.chat_features_img .chat_one, .chat_features_img .chat_two {
-webkit-box-shadow: 0px 5px 20px 0px rgba(12, 0, 46, 0.15);
box-shadow: 0px 5px 20px 0px rgba(12, 0, 46, 0.15);
}
.chat_features_img .chat_one {
top: 0px;
position: relative;
}
.chat_features_img .chat_two {
left: 46%;
bottom: -35px;
}
.chat_features_img .dot_bg {
left: -30px;
bottom: 40px;
}
.chat_features_content img {
margin-bottom: 28px;
}
.chat_features_content h2 {
font-size: 36px;
font-weight: 400;
color: #222;
margin-bottom: 16px;
}
.chat_features_content h2 span {
font-weight: 700;
}
.chat_features_content p {
line-height: 30px;
color: #666666;
}
.chat_features_content a {
color: #666666;
font-size: 14px;
font-weight: 700;
}
.chat_features_content a:hover {
color: #6754e2;
}
.chat_features_img_two {
background-image: -moz-linear-gradient(-140deg, #f7b05c 0%, #f08260 100%);
background-image: -webkit-linear-gradient(-140deg, #f7b05c 0%, #f08260 100%);
background-image: -ms-linear-gradient(-140deg, #f7b05c 0%, #f08260 100%);
margin-left: 30px;
}
.chat_features_img_two .chat_two {
bottom: 50px;
left: -30px;
}
.chat_features_img_two .chat_one {
top: -30px;
}
.chat_features_img_three {
background-image: -moz-linear-gradient(-140deg, #5cf77d 0%, #70c7fe 100%);
background-image: -webkit-linear-gradient(-140deg, #5cf77d 0%, #70c7fe 100%);
background-image: -ms-linear-gradient(-140deg, #5cf77d 0%, #70c7fe 100%);
}
.chat_features_img_three .chat_two {
left: 60px;
bottom: 50px;
}
.chat_integration_area {
padding-bottom: 120px;
}
.chat_integration_area .border-bottom {
margin-bottom: 110px;
} .home_features_area {
display: flex;
flex-wrap: wrap;
}
.home_features_area .slick-list {
margin-right: -250px;
}
.h_features_left {
width: calc(50% - 585px);
}
.h_features_right {
width: calc(50% + 585px);
position: relative;
}
.h_features_right .custome_nav {
top: 0;
transform: translateY(0);
right: -10px;
position: absolute;
}
.h_features_right .custome_nav .prev, .h_features_right .custome_nav .next {
width: 64px;
height: 64px;
border: 1px solid #c4c6cb;
line-height: 63px;
background: transparent;
position: relative;
color: #c4c6cb;
font-size: 14px;
margin: 0px;
z-index: 0;
border-radius: 50%;
cursor: pointer;
}
.h_features_right .custome_nav .prev:hover, .h_features_right .custome_nav .next:hover {
background-color: #ff4d6f;
box-shadow: 0px 10px 30px 0px rgba(254, 77, 111, 0.5);
color: #fff;
border-color: #ff4d6f;
z-index: 1;
}
.h_features_right .h_features_right_title {
max-width: 1170px;
position: relative;
}
.home_features_slider .slick-list {
margin-right: -250px;
margin-left: -55px;
}
.home_features_slider .slick-list .item {
padding: 35px 25px;
}
.home_features_slider .slick-list .item .agency_features_item {
background-color: white;
box-shadow: -20px 0px 30px 0px #eff0f6;
padding-bottom: 55px;
border-radius: 10px;
}
.home_features_slider .slick-list .item .agency_features_item img {
margin-bottom: 28px;
}
.home_features_slider .slick-list .item .agency_features_item h3 {
font-size: 24px;
font-family: cerebriSans;
color: #181b31;
font-weight: 600;
}
.home_features_slider .slick-list .item .agency_features_item p {
font-size: 18px;
font-family: cerebriSans;
line-height: 30px;
}  @media (max-width: 1199px) {
.chat_features_item {
padding: 0px;
}
.chat_features_item .round_circle {
left: 50%;
}
.h_features_right {
width: 960px;
margin: 0 auto;
padding-left: 15px;
}
}
@media (max-width: 991px) {
.chat_core_features_area .row {
justify-content: center;
}
.chat_features_item {
margin-bottom: 50px;
}
.h_features_right {
max-width: 100%;
}
.agency_features_item {
padding-left: 20px;
padding-right: 20px;
}
.h_features_right .custome_nav{
right: 0;
}
}
@media (max-width: 576px){
.h_features_right .custome_nav {
position: relative;
right: 0;
}
}
@media (max-width: 480px){
.home_features_slider .slick-list {
margin-right: -15px;
margin-left: -23px;
}
}.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}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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:after,.slick-track:before{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}
 .slick-loading .slick-list
{
background: #fff url(https://beautyclinicrasa.nl/wp-content/plugins/saasland-core/assets/vendors/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://beautyclinicrasa.nl/wp-content/plugins/saasland-core/assets/vendors/slick/fonts/slick.eot);
src: url(https://beautyclinicrasa.nl/wp-content/plugins/saasland-core/assets/vendors/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://beautyclinicrasa.nl/wp-content/plugins/saasland-core/assets/vendors/slick/fonts/slick.woff) format('woff'), url(https://beautyclinicrasa.nl/wp-content/plugins/saasland-core/assets/vendors/slick/fonts/slick.ttf) format('truetype'), url(https://beautyclinicrasa.nl/wp-content/plugins/saasland-core/assets/vendors/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
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: 20px;
line-height: 1;
opacity: .75;
color: white;
-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: '←';
} .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;
}