:root {
  /* Primary Colors */
  --color-primary: #ffed00;
  /* Primary blue */
  --color-hover: #f3e51f;
  /* Primary blue */
  --color-primary-light: #3b82f6;
  /* Lighter blue */
  --color-primary-dark: #1e40af;
  /* Darker blue */

  /* Secondary Colors */
  --color-secondary: #d97706;
  /* Secondary amber */
  --color-secondary-light: #f59e0b;
  /* Lighter amber */
  --color-secondary-dark: #b45309;
  /* Darker amber */

  /* Neutral Colors */
  --color-white: #ffffff;
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e5e7eb;
  --color-gray-300: #d1d5db;
  --color-gray-400: #9ca3af;
  --color-gray-500: #6b7280;
  --color-gray-600: #4b5563;
  --color-gray-700: #374151;
  --color-gray-800: #1f2937;
  --color-gray-900: #111827;

  /* Accent Colors */
  --color-accent: #10b981;
  /* Accent green */
  --color-accent-light: #6ee7b7;
  /* Lighter accent */
  --color-accent-dark: #059669;
  /* Darker accent */

  /* Status Colors */
  --color-success: #16a34a;
  /* Success green */
  --color-warning: #f59e0b;
  /* Warning amber */
  --color-danger: #dc2626;
  /* Danger red */
}

/* For Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 10px;
  /* width of vertical scrollbar */
  height: 10px;
  /* height of horizontal scrollbar */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* track color */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #ffed00;
  /* scrollbar handle */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ffed00;
  /* handle on hover */
}

h1
{
  /* font-family: "Cinzel", serif; */
  /* font-family: "Josefin Sans", sans-serif; */
  /* font-family: "Philosopher", sans-serif; */

  font-weight: 600;
  /* font-style: normal; */
font-family: 'Sephir', sans-serif;
                                                


  /* font-size: auto; */
  /* letter-spacing: 1px; */


}
h2{
   font-size: 2.4rem;
     font-weight: 600;
 font-family: 'Sephir', sans-serif;
 /* letter-spacing: 2px; */
}
h3,
h4,
h5,
h6 {


  font-weight: 600;
 font-family: 'Sephir', sans-serif;
                                                
  font-size: 1.4rem;
  /* letter-spacing: 2px; */


}

p,
span,
strong,
div,
a {
font-family: 'Glacial Indifference', sans-serif;
  font-weight: auto;

}
a:hover{
  color: rgb(70, 70, 70) !important;
  cursor: pointer;
}
.contact-btn-section {
  button {
    color: currentColor;
  }

  .button {
    align-items: center;
    background: 0 0;
    border: none;
    border-radius: 6.25rem;
    color: var(--color-surface-white);
    cursor: pointer;
    display: inline-flex;
    font-size: 1.2rem;
    font-weight: 600;
    gap: 0.363636em;
    justify-content: center;
    letter-spacing: -0.01em;
    line-height: 1.04545;
    overflow: hidden;
    padding: 0.9375rem 1.5rem;
    position: relative;
    text-decoration: none;
    word-break: break-word;
    text-decoration: none;
  }

  @media (hover: hover) {
    .button.button--stroke:hover {
      color: var(--color-just-black);
      text-decoration: none;
    }
  }

  .button--stroke:after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .button--stroke:after {
    border: 0.125rem solid var(--color-surface-white);
    border-radius: 6.25rem;
    content: "";
    pointer-events: none;
  }

  .button__label {
    position: relative;
    text-align: center;
    transition: color 50ms var(--ease-in-out-quart);
  }

  .button--stroke:hover .button__label {
    transition: color 0.15s var(--ease-in-out-quart);
  }

  .button__flair {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
  }

  .button--stroke .button__flair {
    transform: scale(0);
    transform-origin: 0 0;
    will-change: transform;
  }

  .button__flair:before {
    aspect-ratio: 1/1;
    background-color: var(--color-surface-white);
    border-radius: 50%;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 170%;
  }

}

/* navbar  */
#header {}

.lazy-img {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.lazy-img.loaded {
  opacity: 1;
}

.black-blur {
  /* background: rgb(255, 255, 255); */

  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  /* border: 1px solid #ffed0034; */
  /* box-shadow: 0 1px 3px rgba(128, 128, 128, 0.432); */
}

.nav .active {
  color: #000000;
  background-color: var(--color-primary);

  font-weight: 600;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  padding: 5px;

}

.nav-links a {
  padding: 5px 30px;
  border-radius: 50px;
  font-weight: 600;
}

.nav-links {
  .group a {
    border-radius: 0px !important;

  }
}

@media only screen and (max-width: 1120px) {
  .nav a {
    font-size: 12px;
  }

  .logo {
    width: 120px;
  }
}

@media only screen and (max-width: 930px) {
  .nav a {
    font-size: 8px;
  }

  .logo {
    width: 100px;

  }
}

@media only screen and (max-width: 800px) {
  .logo {
    width: 80px;

  }
}

@media only screen and (max-width: 760px) {
  .logo {
    width: 130px;

  }
}

.blur-bg {
  background: rgba(255, 255, 255, 0.247);

  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  border: 1px solid #5e5700;
}

.hero-round {
  padding: 10px;
}

.hero-round video {
  border-radius: 100px;

}

/* hero crausal  */
/* #f9fafb */
.top-section {
  /* background-color: #ec5e0c; */
  color: rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  background: url(https://d2rdhxfof4qmbb.cloudfront.net/wp-content/uploads/2023/05/ar.europeanwriterstour.com_-1536x864.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}






video {
  transition: opacity 0.3s ease-in-out;
}

video[loading] {
  opacity: 0;
}

video[loaded] {
  opacity: 1;
}

.plan-card {
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 40px 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 15px rgba(128, 128, 128, 0.322);

  h3 {
    cursor: text;
  }

  p {
    cursor: text;
  }
}

/* .plan-card:hover{
    border: 1px solid var(--color-primary);
  } */
body {
  scroll-behavior: smooth;
  /* Fallback for smooth scrolling */
}

.brick {
  opacity: 0;
  /* Hidden until triggered */
  transform: translateY(50px);
  /* Start position for slide-up */

}

.brick:hover video {}

.brick:hover .overlay-bg {
  opacity: 0.5;
  /* Darken overlay on hover */
}

.overlay {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  /* Text readability */
}



/* srqw */






.wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.wrapper:focus {
  outline: 0;
}

.clash-card {
  background: white;
  display: inline-block;
  margin: auto;
  border-radius: 19px;
  position: relative;
  text-align: center;
  box-shadow: -1px 15px 30px -12px black;
  z-index: 9;
}

.clash-card__image {
  position: relative;
  height: 60px;
  margin-bottom: 35px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}



.clash-card__image--giant img {
  width: 190px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%);
}


.clash-card__unit-name {
  font-size: 26px;
  color: black;
  font-weight: 900;
  margin-bottom: 5px;
}

.clash-card__unit-description {
  padding: 20px;
  margin-bottom: 10px;

}

.top-section {
  .travel-item {
    position: absolute;
    z-index: 10;
  }

  #suitcase {
    width: 80px;
    top: 20%;
    left: 10%;
  }

  #plane {
    width: 100px;
    top: 40%;
    right: 15%;
  }

  #passport {
    width: 60px;
    top: 60%;
    left: 20%;
  }

  /* Container for scroll effect */
  .content {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: #333;
  }
}

.my-scroll-natimation {




  .scroll-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding: 5rem 2rem;
  }

  .scroll-text {
    font-size: 4rem;
    white-space: nowrap;
    font-weight: bold;
    color: black;

  }

  .scroll-text strong:nth-child(odd) {
    color: #ffed00;
    margin: 0 15px;
  }
}






.iti {
  width: 100%;
  color: black !important;
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  color: black !important;

}

html,
body {
  overflow-x: hidden;
}

#fscrollBtn {

  .shine {
    position: relative;
    overflow: hidden;
    background-color: var(--color-primary);
    cursor: pointer !important;
  }

  .shine:hover {
    background-color: var(--color-secondary);
  }

  .shine::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2));
    animation: shine 2s infinite;
    transform: skewX(-20deg);
  }

  @keyframes shine {
    0% {
      left: -75%;
    }

    100% {
      left: 125%;
    }
  }

  .arrow-move {
    transition: transform 0.3s ease;
  }

  .btn:hover .arrow-move {
    transform: translateX(6px);
  }

}

.whatsapp-btn:hover {
  color: #ffffff !important;
}

/* sasta hliday travel page */

/* @import url("https://fonts.googleapis.com/css2?family=Lobster&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"); */





.wrapper,
.content {
  position: relative;
  width: 100%;
  z-index: 1;
}

.intro {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000000;
}

.intro h1 {
  font-size: 2rem;
  font-family: "Roboto", serif;
}

.intro p {
  font-size: 8rem;
  font-family: "Lobster", system-ui;
  font-weight: bolder;
}

.content {
  overflow-x: hidden;
}

.content .section {
  width: 100%;
  height: 100vh;
}

.content .section.hero-section {
  /* background-image: url(https://images.pexels.com/photos/2745258/pexels-photo-2745258.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; */
  background-color: rgb(255, 255, 255);
}

.image-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  perspective: 500px;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: relative;
  z-index: 1;
}

.about-section {
  padding: 150px 30px;
  height: auto;
}

.about-section p {
  position: relative;
  color: rgb(0, 0, 0);
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

@media (max-width: 575.98px) {
  .intro h1 {
    font-size: 1.5rem;
  }

  .intro p {
    font-size: 4rem;
  }
}



/* Subscribe button styles */
.subscribe-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}

/* SVG inside subscribe button */
.subscribe-btn svg {
  height: 60px;
  width: 60px;
}




