@import "style.css";

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

/*default class*/
body {
	-webkit-box-sizing: border-box;
	-moz-box-sizing   : border-box;
	-o-box-sizing     : border-box;
	box-sizing        : border-box;
	font-family       : 'Montserrat', sans-serif;
}

.transition_me {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition   : all 0.3s ease-in-out;
	-o-transition     : all 0.3s ease-in-out;
	transition        : all 0.3s ease-in-out;
}

.index_over {
	z-index: 1000
}

.form-select:focus {
	border-color: none;
}

button:focus:not(:focus-visible),
button,
select,
input,
textarea {
	outline: none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	margin-bottom: 0px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus .form-check-input:focus {
	box-shadow: none;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next,
.carousel-control-prev {
	opacity: 1;
}

.point {
	cursor: pointer;
}

.tiny_font {
	font-size: 11px !important
}

.back_me {
	background: transparent
}

.row {
	margin-right: 0px;
	margin-left : 0px;
}

/*main-class*/
:root {
	--main--color  : #e83329;
	--second--color: #fff;
	--third--color : #000000;
}

.main_color {
	color: var(--main--color);
}

.second_color {
	color: var(--second--color);
}

.third_color {
	color: var(--third--color);
}

.main_bg {
	background: var(--main--color);
}

.second_bg {
	background: var(--second--color);
}

.third_bg {
	background-color: var(--third--color);
}

.our_opacity {
	opacity: 0.6;
}

.uppercase {
	text-transform: uppercase;
}

.my_letter {
	letter-spacing: 1.8px;
}

.main_bt {
	background-color: var(--main--color);
	color           : var(--second--color);
}

.main_bt:hover {
	background-color: var(--third--color);
	color           : var(--second--color);
}

.main_link {
	color          : var(--main--color);
	text-decoration: none;
}

.main_link:hover {
	color: var(--third--color);
}

.main_border {
	border: 1px solid var(--main--color);
}

/* start index page*/
.main_slider {
	position: relative;
}

.in_slider {
	position   : absolute;
	top        : 0px;
	left       : 0px;
	width      : 100%;
	height     : 100%;
	/* overflow: hidden; */
}

.carousel-indicators {
	bottom: -30px;
}

.carousel-indicators [data-bs-target] {
	opacity      : 1;
	width        : 10px;
	height       : 10px;
	border-radius: 50%;
}

.carousel-indicators .active {
	opacity      : 1;
	width        : 40px;
	height       : 10px;
	border-radius: 13px;
}

.Book_now {
	border-radius: 12px;
	position     : relative;
	top          : 30px;
	z-index      : 100;
}

.costBook {
	position: relative;
}

.costBook select,
.costBook input {
	border       : 1px solid #DDD;
	padding      : 13px 10px 13px 40px;
	border-radius: 5px;
}

.costBook i {
	position: absolute;
	top     : 15px;
}

/* start services */
.in_services {
	text-align   : center;
	border-radius: 15px;
}

.in_services:hover {
	background-color: #DDD;
}

/* start room */
.in_room {
	position     : relative;
	border-radius: 12px;
	overflow     : hidden;
}

.price_room {
	width           : 40%;
	background-color: rgba(255, 255, 255, 0.7);
	display         : flex;
	align-items     : center;
	justify-content : center;
	position        : absolute;
	top             : 30px;
	left            : -170px;
	padding         : 8px 0px;
	font-weight     : 500;

}

.in_room:hover .price_room {
	left: 0px;
}

.roomType {
	position       : absolute;
	display        : flex;
	align-items    : center;
	justify-content: center;
	padding        : 30px 0px;
	bottom         : -130px;
	left           : 0px;
}

.in_room:hover .roomType {
	bottom: 0px;
}

.hover10 {
	position : relative;
	overflow : hidden;
	display  : inline-block;
	color    : var(--main--color);
	font-size: 18px;
}

.hover10:before,
.hover10:after,
.hover10__label:before,
.hover10__label:after {
	content                   : "";
	position                  : absolute;
	transition-property       : transform;
	transition-duration       : .1s;
	transition-timing-function: ease-out;
}

.hover10:before,
.hover10:after {
	width : 100%;
	height: 2px;
	left  : 0;
}

.hover10:before {
	top             : 0;
	transform       : translate3d(-105%, 0, 0);
	transition-delay: .25s;
}

.hover10:after {
	bottom          : 0;
	transform       : translate3d(105%, 0, 0);
	transition-delay: .05s;
}

.hover10__label:before,
.hover10__label:after {
	width : 2px;
	height: 100%;
	top   : 0;
}

.hover10__label:before {
	left     : 0;
	transform: translate3d(0, 105%, 0);
}

.hover10__label:after {
	right           : 0;
	transform       : translate3d(0, -105%, 0);
	transition-delay: .15s;
}

.hover10:hover:before,
.hover10:hover:after,
.hover10:hover .hover10__label:before,
.hover10:hover .hover10__label:after,
.hover10:focus:before,
.hover10:focus:after,
.hover10:focus .hover10__label:before,
.hover10:focus .hover10__label:after {
	transform          : translate3d(0, 0, 0);
	transition-duration: .2s;
}

.hover10:hover:before,
.hover10:focus:before {
	transition-delay: 0s;
}

.hover10:hover:after,
.hover10:focus:after {
	transition-delay: .4s;
}

.hover10:hover .hover10__label:after,
.hover10:focus .hover10__label:after {
	transition-delay: .2s;
}

.hover10:hover .hover10__label:before,
.hover10:focus .hover10__label:before {
	transition-delay: .6s;
}

.hover10:focus {
	outline: none;
}

.hover10:hover {
	color             : #765b20;
	background-color  : #EEE;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition   : all 0.3s ease-in-out;
	-o-transition     : all 0.3s ease-in-out;
	transition        : all 0.3s ease-in-out;
}

.hover10:before,
.hover10:after,
.hover10__label:before,
.hover10__label:after {
	background-color: #765b20;
}

.hover10 {
	padding: .5rem 1.5rem;
}

/* start gallery */
.in_gallery {
	position: relative;
	overflow: hidden;
}

.layout {
	position: absolute;
	top     : 0px;
	left    : 0px;
	width   : 100%;
	height  : 100%;
	padding : 20px;
	opacity : 0;
}

.in_lay {
	display        : flex;
	align-items    : end;
	justify-content: center;
	padding        : 5px;
	border         : 1px solid #FFF;
	width          : 100%;
	height         : 100%;
	color          : var(--second--color);
	box-shadow     : inset 0 0 30px white;
}

.in_gallery:hover .layout {
	opacity           : 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition   : all 0.3s ease-in-out;
	-o-transition     : all 0.3s ease-in-out;
	transition        : all 0.3s ease-in-out;
}

/* start testimonial */
.testimonial {
	background-color: #EEE;
	padding         : 25px 0px;
}

.splide__arrow {
	top             : 0% !important;
	border          : none;
	background-color: #DDD;
	width           : 40px;
	height          : 40px;
	border-radius   : 10%;
	padding         : 10px;
	transition      : all 0.3s ease-in-out;
}

.splide__arrow:hover {
	transition      : all 0.3s ease-in-out;
	background-color: var(--third--color);
}


.splide__arrow svg {
	fill: var(--third--color);
}

.splide__arrow svg:hover {
	fill: var(--second--color) !important;
}

.splide__arrow:disabled {
	opacity: 1;
}

.splide__arrow--prev {
	right: 96%;
}

.user_bg {
	border-radius   : 50%;
	width           : 110px;
	height          : 110px;
	display         : flex;
	align-items     : center;
	justify-content : center;
	background-color: #CCC;
	color           : #EEE;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0.5rem;
    color: var(--main--color);
    content: var(--bs-breadcrumb-divider, ">");
    font-size: 27px;
    margin: 0px 6px;
}

.bread {
    background-size: cover;
    padding: 30px 0px;
}

.breadcrumb-item {
    color: var(--main--color);
    font-size: 22px;
    font-weight: normal;
}
footer {
    background-color: #EEE;
}

.i_up_2 {
    background-color: var(--third--color);
    color: var(--second--color);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.i_up_2:hover {
    background-color: var(--main--color);
    color: var(--second--color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.in_branches {
    background-color: #EEE;
    padding: 15px;
}

.link-wrapper {
    position: relative;
    display: block;
    padding: 5px 0;
    width: 70%;
}

.hover-1 {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.hover-1:hover {
    color: var(--main--color);
}

/* hover styles */
.hover-1:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: var(--main--color);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}

.hover-1:hover:after {
    transform-origin: bottom left;
    transform: scaleX(1);
}
.my_text {
    font-size: 13px;
}

input::placeholder {
    color: var(--third--color);
}

.my_border {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.nav-tabs {
    border-bottom: 0px;
    background-color: #EEE;
}

.nav-tabs .nav-item {
    padding: 10px 0px 2px 0px;
    text-align: center;
}

.nav-tabs .nav-item .nav-link {
    color: var(--third--color);
    font-size: 20px;
    width: 100%;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 4px solid var(--main--color);
    font-size: 20px;
    color: var(--third--color);
    width: 100%;
}
.ltr{
    direction: ltr !important;
}
.rtl{
    direction: rtl !important;
}

li.nav-item {
    width: max-content;
}