@import url("https://fonts.googleapis.com/css?family=Poppins");

body {
  font-family: Poppins;
}
header{
  background-color: #fff;
}

.header-right a {
  color: #a0a0a0;
}
.header-right a:hover {
  color: #000000;
}
.activeHead{
  color: #ff5634 !important;
}
.header-right a:hover .img1{
  display: none;
}
.header-right a:hover .img2{
  display: block !important;
}

.header-right a:not(:last-child)::before {
  content: "";
  width: 2px;
  height: 30px;
  background-color: gray;
  margin: 0;
}
.header-right a:not(:last-child):hover::before {
  content: "";
  width: 2px;
  height: 30px;
  background-color: rgb(0, 0, 0);
  margin: 0;
}
.header-right .activeHead:not(:last-child)::before {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #ff5634 !important;
  margin: 0;
}

.lang {
  background-color: #ff5634;
  color: white;
  border-radius: 0.375rem;
  /* padding: 1.25rem 1rem; */
  background-image: url("../images/Group\ 21.svg");
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 23px 23px;
}
/* .hero-head {
    height: 250px;
    background-image: url('../images/Mask\ group.svg');
    background-position: top ;
    background-size: cover;
} */

.about-data p {
  margin-left: 10px;
}
.about-data::before {
  content: "";
  width: 6px;
  margin: 30px;
  height: auto;
  background-color: #ff5634;
  margin: 0;
}
footer h6 {
  color: #ff5d3d;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  padding-bottom: 8px;
}
footer ul li,
footer table tr td {
  padding: 6px 0;
}
footer li a:hover {
  color: #ff5634;
}
.fa-clock {
  color: #52ce5f;
}
.fa-clock::before {
  content: "";
  padding-left: 10px;
}
.menu-links ul li::before,
.useful-links ul li::before {
  content: "\003E";
  color: #ff5634;
  font-size: 18px;
  font-weight: 700;
  margin-right: 6px;
}

/*------------- Reservation -----------*/
.reservation-form input,
.reservation-form textarea {
  background-color: #e8e8e8;
  margin: 10px 0;
  padding: 10px 12px;
  border-radius: 6px;
}
.reservation-form input::placeholder,
.reservation-form textarea::placeholder {
  color: #ff5d3d;
  font-size: 14px;
  transition: all 1s;
}
.reservation-form input:focus,
.reservation-form textarea:focus {
  background-color: transparent;
  outline: 1px solid #ff5634;
}
.reservation-form input:focus::placeholder,
.reservation-form textarea:focus::placeholder {
  color: rgb(97, 97, 97);
  font-size: 12px;
}
.reservation-form button {
  /* background: transparent; outline: none;
  border: 2px solid #111;
  padding: 15px 50px; */
  position: relative;
  overflow: hidden;
}

/*button:before (attr data-hover)*/
.reservation-form button:hover:before {
  opacity: 1;
  transform: translate(0, 0);
}
.reservation-form button:before {
  content: attr(data-hover);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 100%;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.8em;
  opacity: 0;
  transform: translate(-100%, 0);
  transition: all 0.3s ease-in-out;
  background-color: white !important;
  color: #ff5634 !important;
  height: 100%;
  border: 1px solid #ff5634;
  border-radius: 0.375rem;
}

.reservation-form .contact-form button:after {
  content: url("../images/send-icon-color.svg");
  position: absolute;
  left: calc(100% - 28px); /* Adjust to position the image correctly */
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
}

.reservation-form .contact-form button:hover:after {
  opacity: 1;
  left: calc(100% - 28px); /* Adjust to slide the image in from the right */
}
/*button div (button text before hover)*/
.reservation-form .contact-form button:hover div {
  opacity: 0;
  transform: translate(100%, 0);
}
.reservation-form .contact-form button div {
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 0.8em;
  transition: all 0.3s ease-in-out;
}

/*------------- Contact --------------*/
/* .address-details{
  background-image: url('../images/');
} */


.contact-left{
  height: 500px;
  background-color: #ff5634;
  background-image: url('../images/Ellipse\ 1.svg'), url('../images/Ellipse\ 2.svg');
  background-position: top right, bottom left;
  background-repeat: no-repeat;

}
.address-box{
  background: linear-gradient(to right, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 1s ease-out;
  color: #fff;
}
.address-box h6{
  font-weight: 600;
}
.address-box:hover{
  /* background-color: #fff; */
  background-position: left bottom;
  color: #000;
}
.address-box:hover h6{
  color: #ff5634;
}
.address-box:hover i{
  color: #ff5634;
}
.address-box:hover div{
  border-color: #ff5634;
}

/* slide nav */

#slidingDiv {
  transition: bottom 0.7s ease-in-out;
}
.bottom-0 {
  transition: bottom 0.7s ease-in-out;
}

.bottom-10 {
  transition: bottom 0.7s ease-in-out;
}
.menuShadow {
  box-shadow: 0px 0px 10px -3px black;
}
.hiddingMenu {
  font-family: "Poppins";
  transition: transform 0.5s ease;
  transform: translateX(-100%);
}
.menu-open {
  transform: translateX(0) !important;
}
.firstLiActive:not(.navBtn) {
  background: rgb(0, 0, 0);
}
.firstLiActive p {
  color: #ff694b !important ;
}
.firstLiActive i {
  color: #ff694b !important ;
}
.bullet-icon {
  transition: transform 0.5s ease;
}

.submenu-item:hover .bullet-icon {
  transform: rotate(270deg);
}
#secondMenu li:hover {
  background-color: rgb(0, 0, 0) !important;
  color: #ff694b;
}
#secondMenu li:hover div i,
#secondMenu li:hover div p {
  color: #ff694b;
}

.menuTooltips {
  position: absolute;
  color: #ff694b;
  background-color: white;
  font-size: 12px;
  padding: 0px 5px;
  border-radius: 5px;
  bottom: 40px;
  right: -20px;
  z-index: 999;
  width: 60px;
  text-align: center;
  display: none;
  transition: transform 0.5s ease;
}
/* .tooltips:hover .menuTooltips{
display: block;
} */
.tooltips[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  top: 0px; /* Adjust based on your needs */
  left: 50px;
  transform: translateX(-50%);
  padding: 10px;
  background-color: #b01c1c !important; /* Change this to your desired color */
  color: white;
  border-radius: 5px;
  z-index: 1000;
}

.imgMoniterManin:hover .img-1 {
  display: none;
}
.imgMoniterManin:hover .img-2 {
  display: block;
}
