

  * {
    font-family:sans-serif;
      margin: 0px;
    padding: 0px;
  }

  .login-with-google-btn {
  transition: background-color .3s, box-shadow .3s;
    
  padding: 12px 16px 12px 42px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
  
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 12px 11px;
  
  &:hover {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
  }
  
  &:active {
    background-color: #eeeeee;
  }
  
  &:focus {
    outline: none;
    box-shadow: 
      0 -1px 0 rgba(0, 0, 0, .04),
      0 2px 4px rgba(0, 0, 0, .25),
      0 0 0 3px #c8dafc;
  }
}

/* card box span */

.card_box spann {
  position: absolute;
  overflow: hidden;
  width: 150px;
  height: 150px;
  top: -10px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.card_box spann::before {
  content: 'Premium';
  position: absolute;
  width: 150%;
  height: 40px;
  background: linear-gradient(45deg, #ff6547 0%, #ffb144  51%, #ff7053  100%);
  /* background: linear-gradient(120deg, #e5e5e5 30%, #f0f0f0 38%, #f0f0f0 40%, #e5e5e5 48%); */
  background-position: 100% 0;
  background-size: 200% 100%;
  transform: rotate(-45deg) translateY(-20px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 5px 10px rgba(0,0,0,0.23);
  animation: AnimationName 2s infinite;

  
}


.card_box spann::after {
  content: '';
  position: absolute;
  width: 10px;
  bottom: 0;
  left: 0;
  height: 10px;
  z-index: -1;
  background-size: 200% 100%;
  box-shadow: 140px -140px #cc3f47;
  background: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);
   /* background: linear-gradient(120deg, #e5e5e5 30%, #f0f0f0 38%, #f0f0f0  40%, #e5e5e5 48%); */
  background-position: 100% 0;
  animation: AnimationName 2s infinite;

}


/* card box span */


@keyframes AnimationName {
  100% {
    background-position: -100% 0;
  }
}




#lovetour{
  display: none;
}
.swal-button{
  background: #e34506 !important;
}
.swal-button:hover{
  background: #e34506ba !important;
}
.swal-icon--success__ring{
  border: solid #e34506 4px !important;
}
.swal-icon--success__line{
  background: #e34506ba !important;
}

/* footer css */

/* end footer */











.ciCnpO a{
 visibility: hidden !important;
}
  #gd {
    background: -webkit-linear-gradient(45deg, #F37205, #2f343c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

  }

  #ll {
    background: -webkit-linear-gradient(45deg, #3f1e03, #2f343c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

  }

  #fff::after {
    content: "hhh";


    width: 100%;
    height: 2px;


    background-color: red;

  }

  .splide__track {
    height: 130vh !important;
  }

  #tpp {
    display: block;
    top: 75vh;
    z-index: 1;
    display: block;
    position: absolute;
    height: 20%;
    width: 100%;
    background: linear-gradient(0deg, #141414, rgba(0, 0, 0, .78) 22.22%, rgba(0, 0, 0, .56) 46.84%, rgba(65, 65, 65, 0));
    pointer-events: none;

  }

  #trip i {
    background: gray;
    border-radius: 100%;
    padding: 1rem;
  }

  .container {
    width: 84.375vw;
  }

  .divider {

    display: block;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 50%;
    height: .1px;
    background-color: rgb(198, 187, 187);
  }

  body {
    max-width: 100vw;
    font-family: var(--dynamic-font, "Poppins"), Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #515151;
    -webkit-touch-callout: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color:red !important;
  }

  .accordion {
    display: flex;
    flex-direction: column;
    font-family: "Sora", sans-serif;
   
  }

  .accordion h1 {
    font-size: 32px;
    text-align: center;
  }

  .accordion-item {
    margin-top: 16px;
    border: 1px solid #fcfcfc;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  }

  .accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 17px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: center;
  }

  .accordion-item .accordion-item-desc {
    display: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #444;
    border-top: 1px dashed #ddd;
    padding: 10px 20px 20px;
    box-sizing: border-box;
  }

  .accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
  }

  .accordion-item input[type="checkbox"]:checked~.accordion-item-desc {
    display: block;
  }

  .accordion-item input[type="checkbox"]:checked~.accordion-item-title .icon:after {
    content: "-";
    font-size: 30px;
  }

  .accordion-item input[type="checkbox"]~.accordion-item-title .icon:after {
    content: "+";
    font-size: 30px;
  }

  .accordion-item:first-child {
    margin-top: 0;
  }

  @media screen and (max-width: 767px) {
    #lovetour{
      display: block;
    }
    .accordion {
      padding: 0 16px;
    }

    .accordion h1 {
      font-size: 22px;
    }
  }

  .splide__pagination__page {
    display: none !important;
  }

  .line1::after {
    content: "";
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 50%;
    height: .1px;
    background-color: white;
  }

  .deals::after {
    content: "";
    display: block;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 30px;
    width: 50%;
    height: .1px;
    background-color: rgb(198, 187, 187);
  }

  .line {
    content: "";
    display: block;
    margin: auto;
    width: 30%;
    height: .1px;
    background-color: rgb(198, 187, 187);
  }

  .deals2::before {
    content: "";
    display: block;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 70px;
    width: 50%;
    height: .1px;
    background-color: rgb(198, 187, 187);
  }

  .deals3::before {
    content: "";
    display: block;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 70px;
    width: 50%;
    height: .1px;
    background-color: rgb(198, 187, 187);
  }

  .deals4::after {
    content: "";
    display: block;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 0px;
    width: 50%;
    height: .1px;
    background-color: rgb(198, 187, 187);
  }

  .end::before {
    position: absolute;
    content: "";
    height: 100%;
    display: block;
    bottom: 90px;
    left: 0;
    z-index: -1;
    width: 100%;
    background: linear-gradient(0deg, #161616, rgba(37, 36, 36, 0.78) 22.22%, rgba(80, 78, 78, 0.56) 46.84%, rgba(101, 98, 98, 0));
    pointer-events: none;
    margin-bottom: -2px;
  }

  .title::after {
    content: "";
    display: block;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 50%;
    height: .1px;
    background-color: white;
  }

  .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: auto;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
  }

  #swiper1 {
    width: 100%;
    height: 100%;
  }

  .swiper22 {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
  }

  .swiper22 img {
    display: block;
    width: 100%;
  }


  @media (max-width:600px) {
    #gd {
      font-size: 1.5rem !important;
      font-weight: 500 !important;
    }

    #ll {
      font-size: 1.1rem !important;
      margin-bottom: 0 !important;
    }


    #amir {
      top: 90vh;
    }

    .ami {
      display: none !important;
    }

    #azan {
      height: 25vh;
      font-size: 2rem;
    }

    #azan img {
      height: 25vh;

    }


  }




  @media only screen and (max-width: 600px) {
    #amir {
      top: auto;
      bottom: 38vh;
    }

    #tpp {
      top: 75vh;
    }

    .splide__track {
      height: 130vh !important;
    }

    .swiper22 {
      width: 100% !important;

    }

    .container {
      width: 100%;
    }

    #swiperx img {
      width: 88vw !important;
    }

    .login {
      position: absolute;
      display:inline-block;
      text-align: end;
      padding-left:70vw; 
      font-weight: bold;
    }
  }
  .HeaderSaleLine_saleIcon__pwEFh {
         animation: HeaderSaleLine_animateIconMobile__CTSdx 2.5s linear infinite; 
    }


.HeaderSaleLine_saleIcon__pwEFh {
    display: flex; 
     animation: HeaderSaleLine_animateIcon__69qO3 4s linear infinite; 
}

  @keyframes HeaderSaleLine_animateIcon__69qO3{
    0% {
    transform: translateX(0);
    opacity: .01;
}
25% {
    transform: translateX(30vw);
    opacity: 1;
}

100% {
    transform: translateX(35vw);
    opacity: 0;
}
/* 100% {
    transform: translateX(100vw);
    opacity: .01;
} */
  }
  #google_translate_element span{
    display: none;
  }


  .featured-image {
    height: 400px;
  }

  .main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .thumbnail {
    height: 100%;
    overflow: hidden;
    cursor: pointer;
  }

  .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .thumbnail:hover img {
    transform: scale(1.05);
  }

  .more-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
    cursor: pointer;
  }

  .gallery-item {
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .gallery-item img {
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .gallery-item:hover img {
    transform: scale(1.05);
  }

  #modalGallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 0.25rem;
  }

  #modalImage {
    max-height: 80vh;
  }

  #reviewText {
    transition: max-height 0.3s ease;
    overflow: hidden;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .featured-image {
      height: 250px;
    }

    .thumbnail {
      height: 120px;
    }

    h1 {
      font-size: 1.5rem;
    }

    #modalGallery img {
      height: 150px;
    }
  }

  @media (max-width: 576px) {
    .featured-image {
      height: 200px;
    }

    .thumbnail {
      height: 100px;
    }
  }

  .whatsapp {
    position: fixed;
    bottom: 20px;
    /* Adjust the value as per your preference */
    right: 20px;
    /* Adjust the value as per your preference */
    width: 60px;
    height: 60px;
    z-index: 100;
  }

  .p ul {
    margin: 0px;
    padding: 0px;
  }

  .footer-section {
    background: #151414;
    position: relative;
  }

  .footer-cta {
    border-bottom: 1px solid #373636;
  }

  .single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }

  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }

  .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }

  .cta-text span {
    color: #757575;
    font-size: 15px;
  }

  .footer-content {
    position: relative;
    z-index: 2;
  }

  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }

  .footer-logo {
    margin-bottom: 30px;
  }

  .footer-logo img {
    max-width: 200px;
  }

  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
  }

  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
  }

  .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
  }

  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }

  .facebook-bg {
    background: #3B5998;
  }

  .twitter-bg {
    background: #55ACEE;
  }

  .google-bg {
    background: #DD4B39;
  }

  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }

  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
  }

  .footer-widget ul li {
    display: inline-block;
    /* float: left; */
    width: 50%;
    margin-bottom: 12px;
  }

  .footer-widget ul li a:hover {
    color: #ff5e14;
  }

  .footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
  }

  .subscribe-form {
    position: relative;
    overflow: hidden;
  }

  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
  }

  .subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
  }

  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }

  .copyright-area {
    background: #202020;
    padding: 25px 0;
  }

  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }

  .copyright-text p a {
    color: #ff5e14;
  }

  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }

  .footer-menu li:hover a {
    color: #ff5e14;
  }

  .footer-menu li a {
    font-size: 14px;
    color: #878787;
  }

  #sss {
    background: rgb(0 0 0 / 56%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
  }

  .df-bottombar-branding {
    display: none !important;
  }

  .navbar {
    background: rgba(255, 255, 255, 0.925);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
  }

  .dropdown-toggle::after {
    margin-top: .6rem !important;
  }

  #search-results {
    margin-top: 20px;
  }

  .result-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }

  .result-item:hover {
    padding: 10px;
    border-bottom: 1px solid #000000;
  }

  .button {
    background: #f47625 !important;
    color: white;
  }

  .button:hover {
    background: #9b4d1c !important;
    color: rgb(225, 225, 225)
  }

  .nav-link {
    font-size: 1rem;
    font-weight: 500;
  }

  .HeaderSaleLine_saleIcon__pwEFh {
    animation: HeaderSaleLine_animateIconMobile__CTSdx 2.5s linear infinite;
  }

  .HeaderSaleLine_saleIcon__pwEFh {
    display: flex;
    animation: HeaderSaleLine_animateIcon__69qO3 4s linear infinite;
  }

  @keyframes HeaderSaleLine_animateIcon__69qO3 {
    0% {
      transform: translateX(0);
      opacity: .01;
    }

    25% {
      transform: translateX(30vw);
      opacity: 1;
    }

    100% {
      transform: translateX(35vw);
      opacity: 0;
    }
  }
