/*--------------------------------------*\
	Base
\*--------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap');


* {
    font-family: "Sarabun", sans-serif;
}

html[dir='rtl'] *
{
  font-family: 'Noto Kufi Arabic', sans-serif ;
}


input:focus, textarea:focus, select:focus{
    outline: none;
}

.hfe-nav-menu__layout-horizontal {
    width: 100% !important;
}

.position-sticky {
    position: sticky;
    top: 30px;
}

.page-header {
    margin-top: 120px;
}


.container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.col-12 {
    width: 100%;
}

.col-3 {
    width: 33.33333333%;
}

body.archive  .page-content, body.error404 .page-content {
    padding: 80px 0;
}

/*--------------------------------------*\
	Nav fixed
\*--------------------------------------*/
.nav-fixed-desktop,
.nav-fixed-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.3s ease;
  z-index: 999;
}

.hide {
  transform: translateY(-100%);
}

/*--------------------------------------*\
	Offer
\*--------------------------------------*/
.offer {
    border: 1px solid #C2CBCB;
    border-radius: 15px;
}

.img-offer {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.destination {
    position: absolute;
    color: #ffffff;
    padding: 5px 20px;
    background-color:#5E005D ;
    top: 30px;
    left: 16px;
}

.content-offer {
    padding:38px 16px 38px 16px;
}

.title-offer h3 {
    color: #5E005D;
}

.swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    border-radius: 0px;
    border-radius: 10px;
}

.swiper-pagination-bullet-active {
    background: #5E005D;
}

.price span {
    font-size: 22px;
    font-weight: 500 ;
}

.img-offer img  {
    width: 100%;
    height: auto;
    display: block;
}

.all-offers .offer {
    margin-bottom: 40px;
}

/*--------------------------------------*\
	Services
\*--------------------------------------*/
.service {
    display: flex;
    margin-bottom: 40px;
    border: 1px solid #E1E4E5;
    border-radius: 15px;
}

.service-img, .service-content {
    width: 50%;
}

.service-img {
    overflow: hidden;
    border-radius: 15px 0 0 15px;
}

.service-img img, .service-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .3s;
}

.service-img img:hover, .service-image img:hover {
    transform: scale(1.1);
}

.service-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-title h3, .title-offer h3{
    color: #5E005D;
    display: inline-block;
    position: relative;
}


.service-title h3::after, .title-offer h3::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #5E005D;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.service-title h3:hover::after, .title-offer h3:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


.btn-ele > a{
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn{
    display: inline-block;
    background-color: #FFFFFF;
    color: #5E005D;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #5E005D;
    border-radius: 50px 50px 50px 50px;
    display: inline-block;
    padding: 12px 24px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn::before, .btn-ele > a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #5E005D;
    z-index: -1;
    transition: height 0.6s ease;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
}

.btn:hover::before , .btn-ele > a:hover::before{
    height: 100%;
}

.btn-ele > a:hover {
    text-decoration: none;
}

.service-text {
    margin: 30px 0;
}

.service-text p:last-child {
    margin-bottom: 0;
}

.all-services .service:nth-child(2n-2) .service-content{
    order: -1;
}

.all-services .service:nth-child(2n-2) .service-img{
    border-radius: 0 15px 15px 0;
}

.all-services-homepage .service{
        border: 1px solid #fff;
}

.services-slider .service-image {
    margin-bottom: 20px;
}

.service-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: -8px 10px 10px 0px rgba(0, 0, 0, 0.1);
}


/*--------------------------------------*\
	Contact form
\*--------------------------------------*/
.form-contact input[type='text'], .form-contact input[type='email'],  .form-contact input[type='tel']{
    padding: 17px 20px !important;
    height: 54px !important;
    border-radius: 5px !important;
    border: 1px solid #C2CBCB;
    transition: all .3s;
}

.form-contact input[type='tel']{
    padding-left:50px !important;
}

.form-contact textarea {
    padding: 17px 20px !important;
    border-radius: 5px !important;
    border: 1px solid #C2CBCB;
    transition: all .3s;
}

.btn-contact {
    background-color: #5E005D !important;
    border-radius: 50px !important;
    border: 1px solid #5E005D !important;
    transition: all .3s;
    padding: 12px 24px !important;
    color: #fff !important;
}

.btn-contact:hover {
    background: #fff !important;
    color: #5E005D !important;
}

.form-contact input:focus , .form-contact textarea:focus {
    border: 1px solid #5E005D !important;
    box-shadow: none !important;
}

/*--------------------------------------*\
	AR
\*--------------------------------------*/
body.rtl .service-img  {
    border-radius: 0 15px 15px 0;
}

body.rtl .all-services .service:nth-child(2n-2) .service-img {
    border-radius: 15px 0 0 15px;
}

body.rtl .destination {
    left: auto;
    right: 16px;
}

body.rtl .service-content, body.rtl .content-offer {
    text-align: right;
}

body.rtl  #breadcrumbs > span > span {
        margin: 0 15px;
}

/*--------------------------------------*\
	Breadcrumbs
\*--------------------------------------*/
#breadcrumbs {
    margin-bottom: 0;
    color: #fff;
}

#breadcrumbs a {
    color: #fff ;
    font-weight: bold;
}

#breadcrumbs .separator-breadcrumb {
    margin: 0 15px;
}

/*--------------------------------------*\
	404
\*--------------------------------------*/
.title-page-found, .para-not-found {
    text-align: center;
}


.title-page-found {
    color: #5E005D;
}

.title-page-found {
    margin-bottom: 30px;
}

.para-not-found a {
    color: #5E005D;
    font-weight: bold;
}

/*--------------------------------------*\
	Responsive
\*--------------------------------------*/


@media only screen and (max-width : 1024px) {
    .form-contact .wpforms-field {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .all-offers .col-3 {
        width: 50%;
    }
}


@media only screen and (max-width : 950px) {
    .service {
        flex-direction: column;
    }

    .service-img, .service-content {
        width: 100%;
    }

    .all-services .service:nth-child(2n-2) .service-content {
        order: 0;
    }

    .service-img  {
        border-radius:15px 15px 0 0 !important;
    }

}

@media only screen and (max-width : 767px) {
    #menu-mobile {
		display: none;
		background: #fff;
       	position: fixed;
		top: 0;
        left: 0;
		z-index: 999;
		height: 100%;
		width: 100%;
        overflow: auto;
	}

    #menu-mobile > div 
	{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
	}

    .nav-menu-mobile nav {
        width: 100% !important;
    }

    .nav-menu-mobile nav > ul > li {
        border-bottom: 1px solid #C4C4C4;
    }

    .page-header {
        margin-top: 122px;
    }

    
    .all-offers .col-3 {
        width: 100%;
    }
}

