body{
    margin: 0;
    /* padding: 0; */
    font-size: 16px;
  
}
a{
    text-decoration: none !important;
    cursor:pointer;
  }
  p{
    margin-bottom: 0px !important;
  }
  :root{
    --blue: hsl(194.92deg 87.1% 57.45%);
    --green:hsl(94.8deg 98.04% 40%)
  }

.container-fluid > .row:not(.header-row){
    max-width: 1200px;
    margin: 0 auto !important;
  }
  .header-row{
    max-width: 1670px;
    margin: 0 auto !important;
  
  }
.navs{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
    font-weight: 700;
}
.nav-item{
  cursor: pointer;
}
/* .nav-item:hover {
  color: var(--blue);
  background-color: #f8f9fa;
  border-radius: 5px;
}
.nav-item span {
  position: relative;
  display: inline-block;
}
.nav-item span::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: var(--blue);
  transition: width 0.3s ease;
}
.nav-item:hover span::after {
  width: 100%;
} */
.header-last{
  justify-content:end;
    font-weight: 500;
}
.header-contact{
  display: flex;
}
.menu-bar{
  display: none;
}
.tell{
    padding-right: 10px;
    border-right:1px solid var(--blue)
}
.tell img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tell-txt span:nth-child(2){
    color: var(--blue) ;
}
header{
    background-color: #fff;
    box-shadow: 0px 2px 15px 2px #302f2f;
    position: fixed;
    z-index: 20000;
    right: 0;
    left: 0;
}

/*-------------------------user-wishlist*/
.wish, .user{
  position: relative;
  cursor: pointer;
}
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 280px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  margin-top: 20px;
}

.user:hover .profile-submenu,
.wish:hover .wishlist-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.submenu-content {
  padding: 15px;
}


.profile-submenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.profile-submenu ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
}

.profile-submenu ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.profile-submenu ul li a {
  color: #444;
  font-size: 14px;
  display: block;
  transition: all 0.2s ease;
  padding: 5px 10px;
  border-radius: 5px;
}

.profile-submenu ul li a:hover {
  background-color: rgba(var(--blue-rgb), 0.1);
  color: var(--blue);
}

.profile-submenu ul li.logout a {
  color: #e74c3c;
}

.profile-submenu ul li.logout a:hover {
  background-color: rgba(231, 76, 60, 0.1);
}


.wishlist-title h5 {
  color: var(--blue);
  font-size: 16px;
  font-weight: 700;
}

.wishlist-title .view-all {
  color: var(--green);
  font-size: 12px;
  font-weight: 500;
}

.wishlist-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
}

.wishlist-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.wishlist-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
  flex: 1;
}

.wishlist-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wishlist-info{
  flex: 2;
  padding: 5px;
}
.wishlist-info h6 {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 600;
  color: #333;
 
}

.wishlist-info .price {
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
}

.wishlist-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wishlist-actions .book-now {
  background-image: url(./images/search-back.png);
  background-size: cover;
  color: #fff;
  padding: 3px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.wishlist-actions .book-now:hover {
  transform: scale(1.05);
}

.wishlist-actions .remove {
  color: #888;
  transition: all 0.2s ease;
}

.wishlist-actions .remove:hover {
  color: #e74c3c;
}

@media screen and (max-width: 992px) {
  .submenu {
      position: fixed;
      top: 60px;
      right: 0;
      left: 0;
      width: 100%;
      max-width: 100%;
      border-radius: 0;
      height: auto;
      max-height: 80vh;
      overflow-y: auto;
  }
  
  .wishlist-img {
      width: 60px;
      height: 60px;
  }
}


/*-------------------------slider*/

.slider-text{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 10%;
  z-index: 1;
  width: 50%;
 
}
.top-txt{
  color: #fff;
  font-size: 3.8em;
  font-weight: 700;
}
.slider-search{
  background-color: #fff;
  border-radius: 50px;
  padding: 5px 15px;
  display: grid;
  grid-template-columns: 1fr 1fr .5fr;
  align-items: center;

}
.place, .date{
  position: relative;
  padding-left: 30px;
}
.slider-search input{
  outline: none;
  border: none;
  padding: 20px;
}
.place img, .date img{
  position: absolute;
  left: 0px;
  top:50%;
  transform: translateY(-50%);

}
.search-btn {
  padding: 20px;
  background-image: url(./images/search-back.png);
  background-size: cover;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.1s ease; 
}

.search-btn:hover {
  transform: scale(1.01); 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); 
}


.search-btn:hover .search-back {
  transform: rotate(180deg); 
  transition: transform 0.1s ease;
}

.search-btn:hover .flesh {
  transform: scale(1.2); 
  transition: transform 0.3s ease;
}
.search-back{
  display: none;
}
.search-btn span{
  font-weight: 500;
}
.main-txt span{
  font-size: 3em;
  font-weight: 900;
}
.main-txt p{
 text-align: justify;
 text-align-last: center;
 font-size: 1.8em;
 color: #5e5e5e;
}
/*----------------- Mega Menu Styles ------------*/

.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  padding: 30px;
  border-radius: 0 0 15px 15px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
              transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}

.mega-menu::before {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, var(--blue), var(--green));
}

.mega-menu.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}


.mega-menu .row > div {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mega-menu.show .row > div {
  opacity: 1;
  transform: translateY(0);
}

.mega-menu.show .row > div:nth-child(1) {
  transition-delay: 0.05s;
}

.mega-menu.show .row > div:nth-child(2) {
  transition-delay: 0.1s;
}

.mega-menu.show .row > div:nth-child(3) {
  transition-delay: 0.15s;
}

.mega-menu.show .row > div:nth-child(4) {
  transition-delay: 0.2s;
}


.mega-menu h5 {
  color: var(--blue);
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}

.mega-menu h5::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background-color: var(--green);
  bottom: 0;
  left: 0;
  transition: width 0.3s ease;
}

.mega-menu.show h5::after {
  width: 100%;
  transition-delay: 0.3s;
}


.mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 0;
  transition: padding-left 0.2s ease;
}

.mega-menu ul li a {
  color: #555;
  font-size: 0.95em;
  text-decoration: none;
  transition: color 0.2s ease;
  position: relative;
  display: inline-block;
}

.mega-menu ul li a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--blue);
  bottom: -2px;
  left: 0;
  transition: width 0.2s ease;
}

.mega-menu ul li:hover {
  padding-left: 5px;
}

.mega-menu ul li:hover a {
  color: var(--blue);
}

.mega-menu ul li:hover a::before {
  width: 100%;
}


.mega-menu img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transform: scale(0.95);
}

.mega-menu.show img {
  transform: scale(1);
  transition-delay: 0.2s;
}

.mega-menu img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}


.destination-mega-menu {
  background-image: linear-gradient(rgba(255,255,255,0.97), rgba(255,255,255,0.97)), 
                    url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f1f1f1' fill-opacity='0.4' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
}

.ways-mega-menu {
  background-image: linear-gradient(rgba(255,255,255,0.97), rgba(255,255,255,0.97)), 
                    url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h20v20H0V0zm10 17.5a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15z' fill='%23f1f1f1' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.deal-mega-menu {
  background-image: linear-gradient(rgba(255,255,255,0.97), rgba(255,255,255,0.97)), 
                    url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f1f1f1' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M0 0h10v10H0V0zm10 10h10v10H10V10z'/%3E%3C/g%3E%3C/svg%3E");
}

.about-mega-menu {
  background-image: linear-gradient(rgba(255,255,255,0.97), rgba(255,255,255,0.97)), 
                    url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f1f1f1' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M10 0v20L0 10 10 0zm10 0L10 10l10 10V0z'/%3E%3C/g%3E%3C/svg%3E");
}


.navs .nav-item {
  position: relative;
  padding: 10px 15px;
  transition: all 0.2s ease;
}

.navs .nav-item span {
  position: relative;
}

.navs .nav-item::before {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 50%;
  background-color: var(--blue);
  transition: width 0.3s ease, left 0.3s ease;
  transform: translateX(-50%);
}

.navs .nav-item:hover::before {
  width: 80%;
}


.navs .nav-item.active::before {
  width: 80%;
  background-color: var(--green);
}


@media (max-width: 992px) {
  .mega-menu {
      position: fixed;
      top: var(--header-height, 60px);
      left: 0;
      width: 100%;
      height: auto;
      max-height: calc(100vh - var(--header-height, 60px));
      overflow-y: auto;
      border-radius: 0;
      transform: translateY(-100%);
      padding: 20px;
  }
  
  .mega-menu.show {
      transform: translateY(0);
  }
  
  .mega-menu .row {
      flex-direction: column;
  }
  
  .mega-menu .row > div {
      margin-bottom: 20px;
  }
  
  .mega-menu img {
      max-width: 250px;
      margin: 0 auto;
      display: block;
  }
}


@keyframes menuBounce {
  0% { transform: translateY(20px); opacity: 0; }
  50% { transform: translateY(-5px); opacity: 0.5; }
  100% { transform: translateY(0); opacity: 1; }
}

.mega-menu.show {
  animation: menuBounce 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

/*---------------search---------------*/
.search{
  cursor: pointer;
}
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  backdrop-filter: blur(5px);
}

.search-overlay.active {
  opacity: 1;
  visibility: visible;
}

.search-container {
  width: 90%;
  max-width: 700px;
  background-color: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transform: translateY(-30px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), 
              opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.search-overlay.active .search-container {
  transform: translateY(0);
  opacity: 1;
}

.search-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.search-header h4 {
  font-size: 1.5em;
  color: var(--blue);
  margin: 0;
}

.close-search {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.close-search:hover {
  background-color: #e6e6e6;
}

.close-search i {
  font-size: 1.2em;
  color: #555;
}

.search-form {
  position: relative;
  margin-bottom: 25px;
}

.search-form input {
  width: 100%;
  padding: 15px 55px 15px 20px;
  border: 2px solid #e6e6e6;
  border-radius: 30px;
  font-size: 1em;
  transition: border-color 0.3s ease;
  outline: none;
}

.search-form input:focus {
  border-color: var(--blue);
}

.search-form button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border: none;
  background-image: url(./images/search-back.png);
  background-size: cover;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease;
}

.search-form button:hover {
  transform: translateY(-50%) scale(1.05);
}

.search-form button img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.search-suggestions {
  padding-top: 10px;
}

.search-suggestions h5 {
  font-size: 1em;
  color: #555;
  margin-bottom: 15px;
}

.suggestion-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.suggestion-tags a {
  display: inline-block;
  padding: 8px 15px;
  background-color: #f5f5f5;
  border-radius: 20px;
  color: #555;
  font-size: 0.9em;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.suggestion-tags a:hover {
  background-color: var(--blue);
  color: white;
}


@keyframes searchPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.02); }
  100% { transform: scale(1); }
}

.search-overlay.active .search-form input {
  animation: searchPulse 0.5s ease-in-out 0.3s;
}


@media (max-width: 768px) {
  .search-overlay {
      padding-top: 70px;
  }
  
  .search-container {
      width: 95%;
      padding: 20px;
  }
  
  .search-form input {
      padding: 12px 50px 12px 15px;
  }
  
  .search-form button {
      width: 40px;
      height: 40px;
  }
}
/*--------------------lesure-------------------*/
.lesur-sec, .rated-sec{
  margin-top: 80px;
}
.lesur-title span:nth-child(1){
  font-size: 3.2em;
  font-weight: bold;
}
.lesur-title span:nth-child(2){
  font-size: 1.7em;
  font-weight: bold;
}
.offers-tabs{
  display: flex;
justify-content: space-evenly;
margin-top: 30px;
}
.offers-options{
  border-bottom: 1px solid rgb(184, 182, 182);
  padding: 0px 20px;
  display: flex;
  justify-content: space-around;
width: 100%;

}
.offers-options .options{
  color: var(--gray);
  padding: 15px;
  /* margin: 0px 10px; */
  position: relative;
  cursor: pointer;
  display: flex;
 align-items: center;
 justify-content: center;
 flex:1
}
.offers-options .options span{
  font-size: 1.3em;
  font-weight: bold;
}
.offers-options  img{
  filter: brightness(-100%);

}
.offers-options .options img{
  margin-right: 5px;
  width: 30px;

}
.offers-options .options::after{
  content:'' ;
  width: 0px;
  height: 5px;
  background-color: var(--orange);
  position: absolute;
  bottom: -1px;
  right: 0;
  transition: width 0.1s ease-in;
}
.offers-options .options:hover{
  color: var(--blue);
  font-weight: bold;
}
.offers-options .options:hover::after{
  width: 90% ;
  transition: width 0.5s ease-in;   
}
.rated-sec .offer-card, .news-sec .offer-card{
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}

.options.active {
  color: var(--blue);
  font-weight: bold;
}
.options.active  img{
filter: brightness(100%);
}
.options.active::after{
  content:'' ;
  width: 90%;
  height: 5px;
  background-color: var(--blue);
  position: absolute;
  bottom: -1px;
  right: 0;
}
.all-offer a{
  padding:10px;
  color: var(--violet) !important;
}
.all-offer a:hover{
  color: hsl(247, 33%, 16%) !important;
}
.owl-container{
  display: none;
}
.owl-container.active{
  display: block;
}
.owl-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: white;
  border: 1px solid rgb(167, 166, 166);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 5px var(--violet);
  z-index: 2;
  transition: all 0.3s ease;
}

.owl-nav-btn:hover {
  scale: 1.1;
  background-image: url(./images/search-back.png);
  background-size: cover;
  color: white;
}

.owl-prev {
  right: 20px;
}

.owl-next {
  left: -20px;}
.owl-next img{
  filter: brightness(-100%);
}
.offer-box{
  padding: 48px 4px;
}
/* .offer-card {  
  background: white;  
  border:1px solid rgb(153, 152, 152);
  height: max-content; 
  border-radius: 28px;  
  position: relative;
  z-index: 0; 
  transform: translateY(5px);
  transition: transform 0.5s ease-in-out;
  min-height: 390px;
} 
.offer-card:hover{
 transform: translateY(-5px);
} */
/* Unified styling for all offer-card elements across the site */

/* Base card styling */
.offer-card {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 0, 0, 0.08);
  min-height: 350px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin: 10px 0;
}


.offer-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0);
}


.offer-card-img {
  position: relative;
  overflow: hidden;
}


.offer-card-img img {
  width: 100%;
  /* height: auto; */
  transition: transform 0.5s ease, filter 0.5s ease;
  object-fit: cover;
}

.offer-card:hover .offer-card-img img {
  transform: scale(1.05);
  filter: brightness(1.05);
}


.offer-card-img::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.offer-card:hover .offer-card-img::before {
  opacity: 1;
}


.vip-wish {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  padding: 0 15px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vip-wish span {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.8em;
  padding: 5px 10px;
  border-radius: 20px;
  transform: translateY(0);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.offer-card:hover .vip-wish span {
  background-color: var(--blue);
  transform: translateY(-3px);
}

.vip-wish img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 0 1px rgba(0,0,0,0.3));
}

.vip-wish img:hover {
  transform: scale(1.2);
}


.offer-text {
  padding: 15px;
  position: relative;
  background-color: #fff;
  z-index: 2;
}


.stay {
  font-size: 0.85em;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.offer-card:hover .stay {
  color: var(--blue);
}

.days {
  position: relative;
  margin-right: 15px;
}

.days::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  width: 3px;
  height: 3px;
  background-color: #888;
  border-radius: 50%;
  transform: translateY(-50%);
}


.offer-title {
  margin: 10px 0;
  font-weight: 400;
  transition: color 0.3s ease;
}

.offer-title span:first-child {
  font-size: 1.3em;
  font-weight: 700;
  color: #333;
  display: inline-block;
  transition: color 0.3s ease;
}

.offer-card:hover .offer-title span:first-child {
  color: var(--blue);
}

/* Price section */
/* .price {
  display: flex;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
} */

.off-price {
  background-image: url(./images/search-back.png);
  background-size: cover;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.9em;
  margin-right: 8px;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.offer-card:hover .off-price {
  transform: scale(1.05);
}

.price .fw-bold {
  /* color: var(--blue); */
  transition: color 0.3s ease;
}

.offer-card:hover .price .fw-bold {
  color: #333;
}

/* Add "Book Now" button that appears on hover */
/* .offer-card::after {
  content: 'Book Now';
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: var(--blue);
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.9em;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 3;
  cursor: pointer;
} */

.offer-card:hover::after {
  opacity: 1;
  transform: translateY(0);
}


.offer-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
  z-index: 0;
  pointer-events: none;
}

.offer-card:hover::before {
  border-color: var(--blue);
}


.rated-sec .offer-card {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
}

.rated-sec .offer-card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.rated-sec .down, .rated-sec .top{
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  align-items: center;
}
.rated-sec .down >div{
  display: inline !important; 
}
/* Lesure section */
.lesur-sec .offer-card {
  border-radius: 20px;
}

.lesur-sec .offer-card-img img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* News section */
.news-sec .offer-card {
  min-height: 320px;
}

.news-sec .offer-text {
  text-align: center;
}

.news-sec .date {
  color: #888;
  font-size: 0.9em;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

.news-sec .date::before {
  content: '\f073';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--blue);
}

@media (max-width: 992px) {
  .offer-card {
      min-height: 320px;
  }
  
  .offer-card::after {
      padding: 6px 12px;
      font-size: 0.8em;
  }
}

@media (max-width: 768px) {
  .offer-card {
      min-height: 300px;
  }
}


@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.02); }
  100% { transform: scale(1); }
}

.offer-card:hover .off-price {
  animation: pulse 1.5s infinite;
}

.offer-card-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
.offer-card-img .vip-wish{
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
}
.offer-card-img .vip-wish span{
  background-color: black;
  color: #fff;
  font-size: 0.8em;
  padding: 3px 10px;
  border-radius: 12px;
}
.txt-gray{
  color: hsl(0, 0%, 47%);
}
.stay{
  font-size: .8em;
}
.offer-card-img .vip-wish img{
  width: 15px;
}

.offer-text{
 padding:10px;
 /* text-align: center; */
 position: relative;
}

.offer-title{
  color: black;
  padding: 10px 0px;
  
}
.offer-title span:nth-child(1){
  font-size: 1.3em;
  font-weight: bold;
}
.offer-title span{
  font-size: 1.1em;
  font-weight: 500;
}

.offer-text .price{
  padding: 10px;
  color: black;
  display: flex;
  justify-content: end;

}
.off-price{
  padding: 3px 10px;
  border-radius: 15px;
  background-image: url(./images/search-back.png);
  background-size: cover;
}


/*--------------------top-rated-------------------*/
.rated-title{
  font-size: 3.2em;
}
.rated-title >div {
  flex: 1;
}

.see-more{
  padding:25px 70px;
  font-size: 18px !important;
  /* background-image: url(./images/search-back.png); */
  background-size: cover;
  position: relative;
  margin-left: 5px;

}
.see-more-back{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}
.see-more > a{
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;

}
.rated-carousel-sec .vip-wish{
  justify-content: end;
  padding: 5px 15px;
}
.travel-part{
  padding: 0px 50px;
  align-items: center;
}
.travel-txt{
  font-size: 1.3em;
}
.travel-txt p:nth-child(2){
  font-size: 1.5em;
  font-weight: bold;
  color: var(--blue);
}
.travel-txt > a{
  padding: 10px 15px;
  border: 1px solid rgb(182, 180, 180);
  border-radius: 25px;
  margin-top: 20px;
  cursor: pointer;
}
.travel-txt > a:hover{
  background-color: var(--green);
  color: #fff !important;
  border: none;
}
.destination-carousel-sec .offer-card{
  border: none;
  max-height: max-content;
  min-height: max-content;
}
.destination-carousel-sec .owl-prev {
  right: -10px;
}

.destination-carousel-sec  .owl-next {
  left: -10px;
}
.destination-carousel-sec .offer-card-img{
  z-index: 0;
}
.destination-carousel-sec .country{
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  z-index: 1;
  font-size: 1.3em;
  font-weight: bold;
}

/*---------------------------destination----------*/
.destination-sec{
  margin-top: 100px;
}
.destination-title{
  font-size: 3.2em;
  font-weight: bold;
}
.destination-carousel-sec .offer-card {
  border: none;
  max-height: max-content;
  min-height: max-content;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 25px;
}


.destination-carousel-sec .offer-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}


.destination-carousel-sec .offer-card-img {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  transition: transform 0.5s ease;
}

.destination-carousel-sec .offer-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, filter 0.7s ease;
}


.destination-carousel-sec .offer-card:hover .offer-card-img img {
  transform: scale(1.05);
  filter: brightness(1.05) contrast(1.05);
}


.destination-carousel-sec .offer-card-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%);
  z-index: 1;
  transition: opacity 0.5s ease;
  opacity: 0.7;
}

.destination-carousel-sec .offer-card:hover .offer-card-img::before {
  opacity: 0.9;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 70%);
}


.destination-carousel-sec .country {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  z-index: 2;
  font-size: 1.4em;
  font-weight: bold;
  transition: transform 0.4s ease, color 0.4s ease;
}

.destination-carousel-sec .offer-card:hover .country {
  transform: translateY(-5px);
  color: var(--blue);
}


.destination-carousel-sec .offer-card-img::after {
  content: "Explore Now";
  position: absolute;
  bottom: -40px;
  right: 0px;
  background-color: var(--blue);
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.9em;
  font-weight: 500;
  opacity: 0;
  z-index: 2;
  transition: bottom 0.4s ease, opacity 0.4s ease;
}

.destination-carousel-sec .offer-card:hover .offer-card-img::after {
  bottom: 20px;
  opacity: 1;
}


.destination-carousel-sec .offer-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  box-shadow: 0 0 0 0 rgba(var(--blue-rgb), 0);
  transition: box-shadow 0.5s ease;
  pointer-events: none;
}

.destination-carousel-sec .offer-card:hover::after {
  box-shadow: 0 0 0 3px rgba(var(--blue-rgb), 0.3);
}


.destination-carousel-sec .destination-stats {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 5px 10px;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 2;
}

.destination-carousel-sec .offer-card:hover .destination-stats {
  opacity: 1;
  transform: translateX(0);
}


.destination-stats .stat {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 12px;
  color: #555;
}

.destination-stats .stat:last-child {
  margin-right: 0;
}

.destination-stats .stat i {
  margin-right: 5px;
  color: var(--blue);
}


@keyframes cardPop {
  0% { transform: scale(1) translateY(0); }
  50% { transform: scale(1.02) translateY(-12px); }
  100% { transform: scale(1) translateY(-10px); }
}

.destination-carousel-sec .offer-card:hover {
  animation: cardPop 0.5s ease forwards;
}

/*---------------------------benefit----------*/
.benefits-sec{
  margin-top: 60px;
  justify-content: space-between;
}
.benefit-title{
  font-size: 3.2em;
  font-weight: bold;
}
.benefits-card{
  width: 100%;
}
.benefit-card{
  padding:30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgb(173, 173, 173);
  border-radius: 25px;
  font-weight: 500;
  flex: 1;
 
}
.benefit-card .title{
  font-size: 1.5em;
  color: var(--blue);
}

.benefit-card  p{
  text-align: center;
  text-align-last: center;
  color: #858383;
  font-size: 1.1em;
  line-height: 35px;
}
.benefit-last{
  width: 28%;
  margin: 10px auto;
  border: 2px solid rgb(173, 173, 173);
  text-align: center;
  padding: 8px 15px;
  border-radius: 25px;
  font-size: 1.2em;
  font-weight: 500;
  cursor:pointer;
}
.benefit-last:hover{
     background-color: var(--green);
  color: #fff !important;
   border: 2px solid var(--green);
    
}

/*---------------------------stat----------*/
.circle-sec {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 100vh; */
  overflow: hidden;
}

.stat-sec .container-fluid {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px;
}

.stat {
  position: relative;
  width: 210px;
  height: 210px;
  margin-top: 60px; 
  margin-bottom: 60px; 
  transition: transform 0.3s ease-in-out;
}

.outer-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transform-origin: center center;
  position: relative; 
   position: absolute;
   left: 0;
   top: 0;
}

.outer-circle-green {
  border-color: #a3e4a3;
  transform: translateY(20px) scale(1);
}

.outer-circle-blue {
  border-color: #a3c9ff;
  transform: translateY(-55px) scale(1);
}

.circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  transition: background-color 0.3s ease-in-out;
}

.circle-green { background: #d1f7d1; }
.circle-blue { background: #d1e8ff; }

.number {
  font-size: 2.2em;
  margin-bottom: 8px;
  color: #333;
  transition: transform 0.3s ease-in-out;
}

.label { font-size: 0.9em; color: #555; }

@keyframes orbit-rotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.dot-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform-origin: center center;
}

.outer-circle-green .dot-orbit { transform: rotate(180deg); }
.outer-circle-blue .dot-orbit { transform: rotate(-45deg); }

.dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: -105px; 
  left: 0;
  transform: translate(-50%, -50%); 
  transition: background-color 0.3s ease-in-out;
}

.dot-green { background: #a3e4a3; box-shadow: 0px 0px 0px 6px #a3e4a382; }
.dot-blue { background: #a3c9ff; box-shadow: 0px 0px 0px 6px #a3c9ff7d; }


.stat:hover .outer-circle {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}


.stat:hover .outer-circle-green {
  transform: translateY(20px) scale(1.05);
   box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12); 
}

.stat:hover .outer-circle-blue {
  transform: translateY(-55px) scale(1.05);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}


.stat:hover .number { transform: scale(1.05); }
.stat:hover .dot-green { background-color: #8be08b; }
.stat:hover .dot-blue { background-color: #8cbfff; }
.stat:hover .dot-orbit {
  animation: orbit-rotate 4s linear infinite;
}


/*---------------------------news----------*/
.news-sec .offer-card{
  min-height: 300px;
}
.news-sec .offer-text{
padding: 10px 20px;
}
.news-sec .offer-text .offer-title{
  font-weight: bold;
}
.news-sec .offer-text .date{
  padding-left: 0px;
  color: black;
  margin-top: 30px;
  margin-bottom: 10px;
  }

  /*---------------------------footer--------------*/
.footer-brand-social{
  background-color: hsl(0deg 0% 0%);

}
.footer-p-one {
  background-color: hsl(0deg 0% 0%);
  border-top: 1px solid hsl(0, 1%, 34%);
}
.footer-list-container {
  /* flex: 1; */
  justify-content: space-between;
  padding: 20px;
}
.footer-tab > span, .footer-last > span {
  color: var(--green);
  font-size: 1.1em;
  font-weight: 500;

}
.footer-tab  i {
  color: var(--green);
  display: none;
}

.footer-list-content.active{
  display: block;
}
.footer-list-content{
  margin-top: 10px;
}
.footer-list-content >div{
  margin-top: 5px;
}
.footer-list-content a {
  color: hsl(0, 0%, 57%) !important;
  font-size: .9em;
}
.footer-list-content a:hover {
  color: var(--orange);
  text-decoration: underline !important;
}

.footer-last > div span {
  color: hsl(0deg 0% 35.69%);
}
.loc{
  margin-top: 5px;
}
.loc-tel {
  margin-top: 10px;
  color:hsl(0deg 0% 79.61%);
}
.loc-tel img{
  width: 15px;
  height: 12px;
}
.loc-tel > span {
  color:hsl(0deg 0% 79.61%);
  font-family: IRANYekanWebBold;

}
.tel-phone{
  /* font-family: IRANYekanWebMedium; */
}
footer hr{
  width: 1px;
  background-color:hsl(0deg 0% 79.61%) ;
  margin: 3px !important;
}
.footer-last{
padding-top: 20px;
}
.email{
 width: 70%;
 padding: 20px 0px;
}
.input-sec{
  position: relative;
  border: 1px solid hsl(0, 0%, 57%);
  border-radius: 50px;
  padding-left: 25px;
  

}
.input-sec input{
  outline: none;
  color:#fff
}
.input-sec:focus{
  outline: none;
}
.input-sec img{
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  
}
.input-sec input{
  width: 100%;
  background-color: transparent;
  padding: 10px;
 
  /* outline: none; */
  border: none;
}
.submit-footer{
  margin-top: 20px;
  width: 100%;
  position: relative;
  border-radius: 25px;
  padding: 30px 0px;
  z-index: 0;
  cursor: pointer;
  transform: translateY(0px);
  transition: transform .5s;
  
}
.submit-footer:hover{
  transform: translateY(-2px);
  transition: transform .5s;
}
.submit-footer-txt img{
  transform: translateX(0px);
transition: transform .5s;
}
.submit-footer:hover .submit-footer-txt img{
transform: translateX(5px);
transition: transform .5s;

}
.submit-footer-txt{
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.submit-back{
position: absolute;
width: 100%;
height: 100%; 
top:0;
left:0;
z-index: 0;
}


.footer-rights-sec {
  border-top: 1px solid hsl(0, 1%, 34%);
  background-color: hsl(0deg 0% 0%);
  align-items: center;
  color: hsl(0, 0%, 57%);
  font-size: 0.9em;
}
.footer-rights {
  color: hsl(0, 0%, 57%);
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
}
.footer-rights > span:nth-child(2){
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
  color: #fff;
}
.footer-last .row {
  margin: 0 auto;
  max-width: 1676px;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company {
  color: var(--orange) !important;
}
.nonegar{
  font-weight: bold;
}
.eng-company {
 
}
.brand-social{
  width: 100%;
}
.social-section{
  display: flex;
  /* justify-content:space-between; */
  align-items: center;
  color: hsl(0deg 0% 89.02%);
  font-family: IRANYekanWebBold;
  font-size: 1.1em;

 }
.socials{
  width: 100%;
}

.social-icon {
  cursor: pointer;
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  filter: grayscale(100%);
  padding: 10px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  margin: 0 5px;
}

.social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


.social-icon:hover {
  filter: grayscale(0%);
  transform: translateY(-8px);
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.3);
}

.social-icon:nth-child(1):hover {
  box-shadow: 0 15px 20px -10px rgba(59, 89, 152, 0.4);
}

.social-icon:nth-child(2):hover {
  box-shadow: 0 15px 20px -10px rgba(225, 48, 108, 0.4);
}

.social-icon:nth-child(3):hover {
  box-shadow: 0 15px 20px -10px rgba(255, 85, 0, 0.4);
}

.social-icon:nth-child(4):hover {
  box-shadow: 0 15px 20px -10px rgba(29, 161, 242, 0.4);
}

.social-icon:nth-child(5):hover {
  box-shadow: 0 15px 20px -10px rgba(255, 0, 0, 0.4);
}


.social-icon:hover img {
  transform: scale(1.2);
}


.social-icon::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 0;
  height: 3px;
  border-radius: 2px;
  transition: width 0.3s ease, left 0.3s ease;
}

.social-icon:hover::after {
  width: 60%;
  left: 20%;
}


.social-icon:nth-child(1):hover::after { 
  background-color: #3b5998; 
  box-shadow: 0 0 10px #3b5998;
}

.social-icon:nth-child(2):hover::after {
  background-color: #e1306c; 
  box-shadow: 0 0 10px #e1306c;
}

.social-icon:nth-child(3):hover::after {
  background-color: #ff5500; 
  box-shadow: 0 0 10px #ff5500;
}

.social-icon:nth-child(4):hover::after { 
  background-color: #1da1f2; 
  box-shadow: 0 0 10px #1da1f2;
}

.social-icon:nth-child(5):hover::after { 
  background-color: #ff0000; 
  box-shadow: 0 0 10px #ff0000;
}


@keyframes socialPulse {
  0% { transform: scale(1) translateY(-8px); }
  50% { transform: scale(1.05) translateY(-8px); }
  100% { transform: scale(1) translateY(-8px); }
}

.social-icon:hover {
  animation: socialPulse 1.5s ease infinite;
}

.social-icon::before {
  content: attr(data-tooltip);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background-color: #333;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.social-icon:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}


.social-icon::before {
  content: attr(data-tooltip);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background-color: #333;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.social-icon::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 0;
  height: 3px;
  border-radius: 2px;
  transition: width 0.3s ease, left 0.3s ease;
}

.social-icon:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}


@media (max-width: 768px) {
  .social-icon {
      width: 45px;
      height: 45px;
      margin: 0 3px;
  }
  
  .social-icon:hover::before {
      display: none; /* Hide tooltips on mobile */
  }
}
 /* .social-icon {
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  filter: grayscale(100%);
  padding: 10px;
  width: 60px;
  height: 60px
  
 
} */
/* 
.social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}


.social-icon:hover {
  filter: grayscale(0%);
  transform: translateY(-5px);
}


.social-icon:hover::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  border-radius: 2px;
}


.social-icon:nth-child(1):hover::after { 
  background-color: #229ED9;
  box-shadow: 0 0 10px #229ED9;
}

.social-icon:nth-child(2):hover::after {
  background-color: #0077B5;
  box-shadow: 0 0 10px #0077B5;
}

.social-icon:nth-child(3):hover::after {
  background-color: #ED145B;
  box-shadow: 0 0 10px #ED145B;
}

.social-icon:nth-child(4):hover::after { 
  background-color: #25D366;
  box-shadow: 0 0 10px #25D366;
}

.social-icon:nth-child(5):hover::after { 
  background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
  box-shadow: 0 0 10px #E1306C;
}

.social-icon:hover img {
  transform: rotate(360deg) scale(1.2);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.social-icon:hover {
  animation: pulse 1s infinite;
} */
.right-img{
  display: flex;
align-items: center; 
justify-content: center;
 width: 55px;
  height: 35px;
  border-radius: 12px;
  margin: 0px 5px;
}

.fixed{
  position: fixed;
  bottom: 50px;
  left:50px;
  z-index: 10000;
}
.fixed div{
  width:60px;
  height:60px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.up {

  transition: all 0.3s ease;
}

.up:hover {
  transform: scale(1.05);
}

.up img {

  transition: transform 0.3s ease; 
}

.up:hover img {
  transform: translateY(-5px);
}


.fix-whats:hover {
  transform: scale(1.1);
}

.fix-whats img {
  transition: transform 0.3s ease; 
}

.fix-whats:hover img {
  transform: rotate(15deg); 
}