*{ 
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: media;
  src: url(../fonts/Media-Sans.ttf);
}
@font-face {
  font-family: neueBold;
  src: url(../fonts/NeueKabel-Bold.otf);
}

@font-face {
  font-family: neue;
  src: url(../fonts/NeueKabel-Medium.otf);
  
}
.container{
    max-width : 1400px !important;
}


.reviews-card {
    background-color: #ffffff; 
    padding : 20px 0;
    margin-bottom : 20px;
          
}

.welcome-title {
    text-align: center;
    margin-bottom: 20px;
}

.welcome-title h3 {
    font-size: 30px;
    line-height: 1.2;
}

.welcome-title h3 span {
    background: linear-gradient(180deg, var(--primary-color), var(--secondary-color));
    padding: 0px 10px;
    color: var(--white);
}

.review-img-container img {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.review {
    justify-content: center;
}


.reviews-card {
    overflow: hidden;
}

.welcome-title{
    margin-bottom : 0;
}
@media (max-width : 1200px){
    .review-img-container img{
        width : 70%;
    }
    .reviews-card .review-card .review p{
        font-size : 14px;
    }
    .reviews-card .review-card .review img{
        width : 18px;
        height : 18px;
    }
}
@media (max-width: 768px){
    .reviews-card .row {
        display: flex;
        flex-wrap: nowrap;
    }
    .review-img-container img{
        width : 60%;
    }
    .reviews-card .review-card .review img{
        width : 16px;
        height : 16px;
    }
    .reviews-card .review-card .review p{
        font-size : 14px;
    }
    .reviews-card .row{
        overflow : scroll;
        scrollbar-width: none;
       -ms-overflow-style: none;
    }
    
   .reviews-card .row::-webkit-scrollbar {
    display: none;
   }
}

@media (max-width: 576px) {
    .reviews-card .row {
        display: flex;
        flex-wrap: nowrap;
        overflow : scroll;
        scrollbar-width: none;
       -ms-overflow-style: none;
}

  .reviews-card .row::-webkit-scrollbar {
  display: none;
 } 

.review-img-container img{
        width : 40%;
    }
    .reviews-card .review-card .review img{
        width : 16px;
        height : 16px;
    }
    .reviews-card .review-card .review p{
        font-size : 14px;
    }
}

/* FESTIVAL TRIP SECTION*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

@font-face {
    font-family: media;
    src: url(../fonts/Media-Sans.ttf)
}

@font-face {
    font-family: neueBold;
    src: url(../fonts/NeueKabel-Bold.otf)
}

@font-face {
    font-family: neue;
    src: url(../fonts/NeueKabel-Medium.otf)
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 1vw;
    background-color: #fff;
    scroll-behavior: smooth
}

:root {
    --primary-color: #40e0d0;
    --secondary-color: #36C0B2;
    --seperator: #cecece;
    --border: #d6d6d6;
    --title: #131213;
    --paragraph: #8B8A8B;
    --white: #fff
}

:root {
    --primary-color: #379cf4;
    --secondary-color: #0069ff;
    --background: #f9f9f7;
    --border: #e9e9e9;
    --seperator: #e9e9e9;
    --title: #0f172a;
    --paragraph: #64748b;
    --white: #ffffff
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        top: -50px
    }

    to {
        opacity: 1;
        top: 0
    }
}

.hero-section {
    position: relative;
    height: 75vh;
    margin-top: 50px;
    overflow: hidden
}

.hero-section .overlay-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, .25)
}

.hero-section .my-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero-section .title-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    gap: 2rem;
    transform: translate(-50%, -50%);
    width: -moz-max-content;
    width: max-content
}

#animatedText {
    font-size: 35px;
    font-family: media, sans-serif;
    color: var(--white);
    letter-spacing: 3px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid #40e0d0;
    display: inline-block;
    min-width: 1ch;
    animation: blink .7s step-end infinite alternate
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

.common-heading-wrapper {
    margin-bottom: 3rem;
    overflow: hidden
}

.common-heading-wrapper h3 {
    color: #e5e5e5;
    color: rgba(15, 23, 42, .15);
    font-family: neueBold, sans-serif;
    font-size: 55px;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 600
}

.common-heading-wrapper h4 {
    color: var(--title);
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-top: -38px
}

.common-heading-wrapper .line-x {
    height: 5px;
    width: 10%;
    display: block;
    background-color: var(--secondary-color);
    border-radius: 50px;
    margin-left: -24px
}

.common-heading-wrapper .left-title {
    width: -webkit-fill-available
}

.common-heading-wrapper .see-all-btn {
    background: var(--secondary-color);
    color: var(--white);
    font-family: poppins, sans-serif;
    font-size: 18px;
    transition: all .1s ease-in-out;
    border: 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    line-height: normal;
    gap: 5px;
    padding: 8px 8px;
    position: relative;
    cursor: pointer;
    text-decoration: none
}

.common-heading-wrapper .see-all-btn:hover {
    background: #0a9e88;
    color: #fff
}

.common-heading-wrapper .see-all-btn:hover svg {
    position: relative;
    right: 0
}

.common-heading-wrapper .see-all-btn svg {
    width: 26px;
    height: 26px;
    transition: all .7s ease;
    position: absolute;
    right: -30px
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

@keyframes bannermove {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.hero-common-banner {
    position: relative
}

.hero-common-banner img {
    width: 100%;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 7rem
}

.hero-common-banner .overlay {
    background-color: rgba(0, 0, 0, .68);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero-common-banner h3 {
    text-align: center;
    color: var(--white);
    font-size: 42px;
    font-family: neueBold, sans-serif;
    margin: 0;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 30px) !important
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

@keyframes moveImage {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 10px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@media only screen and (min-width:320px) and (max-width:520px) {
    .hero-section {
        margin-top: 60px;
        height: auto
    }

    .hero-section .overlay-bg {
        height: 97%
    }

    .hero-section .my-video {
        height: auto
    }

    #animatedText {
        font-size: 22px;
        height: 25px;
        margin-bottom: 20px
    }

    .common-heading-wrapper h3 {
        font-size: 26px
    }

    .common-heading-wrapper h4 {
        font-size: 20px;
        margin-top: -18px
    }

    .common-heading-wrapper .see-all-btn {
        font-size: 15px;
        width: 100px
    }

    .common-heading-wrapper .see-all-btn svg {
        display: none
    }

    .common-heading-wrapper .line-x {
        width: 25%;
        margin-left: -12px
    }

    .hero-common-banner img {
        height: 200px;
        margin-top: 60px
    }

    .hero-common-banner h3 {
        font-size: 34px;
        width: 100%
    }
}

@media only screen and (min-width:520px) and (max-width:768px) {
    .hero-section {
        margin-top: 60px;
        height: auto
    }

    .hero-section .overlay-bg {
        height: 97%
    }

    .hero-section .my-video {
        height: auto
    }

    #animatedText {
        font-size: 22px;
        height: 25px;
        margin-bottom: 20px
    }

    .common-heading-wrapper h3 {
        font-size: 26px
    }

    .common-heading-wrapper h4 {
        font-size: 20px;
        margin-top: -18px
    }

    .common-heading-wrapper .see-all-btn {
        font-size: 15px;
        width: 100px
    }

    .common-heading-wrapper .see-all-btn svg {
        display: none
    }

    .common-heading-wrapper .line-x {
        width: 25%;
        margin-left: -12px
    }

    .hero-common-banner img {
        height: auto
    }
}

@keyframes currentSlide {
    0% {
        opacity: 1
    }

    45% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    95% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.explore-wrapper {
    padding: 5rem 0
}

.explore-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 14px rgba(0, 0, 0, .15);
    border: 1px solid #e4e4e4;
    overflow: hidden;
    padding: 12px;
    transition: transform .35s ease
}

.explore-card:hover {
    transform: translateY(-6px);
    cursor: pointer
}

.explore-slider {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}


@media (max-width : 768px){
     .explore-slider {
         max-height : 180px !important;
     }
}

@keyframes slide-ltr-anim {
    0% {
        transform: translateX(0)
    }

    35% {
        transform: translateX(-50%)
    }

    55% {
        transform: translateX(-50%)
    }

    90% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slide-rtl-anim {
    0% {
        transform: translateX(-50%)
    }

    35% {
        transform: translateX(0)
    }

    55% {
        transform: translateX(0)
    }

    90% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(-50%)
    }
}

.festival-trips {
    padding: 3vmax 0
}

.festival-trips .video-overlay-wrapper {
    position: relative
}

.festival-trips .video-overlay-wrapper .my-video {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px
}

.festival-trips .video-overlay-wrapper .overlay-bg {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: rgba(0, 0, 0, .2)
}

.festival-trips .video-overlay-wrapper .title-wrapper {
    position: absolute;
    top: 25%;
    left: 40px
}

.festival-trips .title-wrapper h3 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 5px
}

.festival-trips .title-wrapper p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px
}

.festival-trips .explore-btn {
    background: #ff0;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    font-size : 15px;
}

.festival-slider-wrapper {
    margin-top: -5rem;
    display: flex;
    align-items: center;
    position: relative;
}


.festival-slider {
    display: flex;
    gap: 20px;
    overflow: hidden;
    scroll-behavior: smooth;
}

.festival-card {
    min-width: 260px;
    max-width: 260px;
    height: 340px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
}

.festival-card img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.festival-card .card-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(transparent, rgba(0, 0, 0, .7))
}

.festival-card h3 {
    color: #fff;
    margin-bottom: 5px
}

.festival-card p {
    color: #fff;
    font-size: 14px
}

.slider-btn {
    background: #fff;
    border: none;
    font-size: 30px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 40%;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
}

.prev-btn {
    left: -10px
}

.next-btn {
    right: -10px
}


@media (max-width : 576px){
    .festival-trips .title-wrapper h3 {
        font-size : 38px;
    }
  }


/*PLACES VIBES HOVER*/

.vibes-wrapper {
  padding: 5rem 0;
}
.vibes-row {
  row-gap: 30px;
}
.vibes-card {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0 0 14px 2px rgba(83, 83, 83, 0.17);
  transition: all 0.3s ease;
}
.vibes-img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.vibes-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.vibes-overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  cursor: pointer;
}
.vibes-card:hover .vibes-overlay {
  bottom: 0;
}
.vibes-title {
  font-size: 22px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 600;
}
.vibes-subtitle {
  font-size: 16px;
  margin-top: 8px;
  font-family: Poppins, sans-serif;
  color: #fff;
}


/* TRAVEL COMPANION*/

.tb-section {
    background-color: var(--background);
    padding: 80px 15px;
}

.tb-container {
    max-width: 1600px;
    margin: 0 auto
}

.tb-heading {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 60px;
    color: var(--title)
}

.tb-row {
    display: grid;
    gap: 30px;
    margin-bottom: 30px
}

.tb-row-three {
    grid-template-columns: repeat(3, 1fr)
}

.tb-row-two {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto
}

.tb-card {
    background-color: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 28px;
    display: flex;
    gap: 20px;
    align-items: flex-start
}

.tb-card-icon {
    min-width: 56px;
    display: flex;
    justify-content: center;
    align-items: center
}

.tb-icon-img {
    width: 48px;
    height: 48px
}

.tb-card-content {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.tb-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--title)
}

.tb-card-text {
    font-size: 15px;
    line-height: 1.6;
    color: var(--paragraph);
    margin: 0
}

@media (max-width:992px) {
    .tb-row-three {
        grid-template-columns: 1fr
    }

    .tb-row-two {
        grid-template-columns: 1fr;
        max-width: 100%
    }
}

@media (max-width:576px) {
    .tb-heading {
        font-size: 26px
    }

    .tb-card {
        padding: 22px
    }

    .tb-card-title {
        font-size: 15px
    }

    .tb-card-text {
        font-size: 14px
    }
    .tb-row {
        gap : 10px;
        margin-bottom : 10px;
    }
    .tb-icon-img{
        width : 45px;
        height : 45px;
    }
}

/* DESTINATION CURRENT*/

.current-wrapper {
    padding: 5rem 0
}

.current-row {
    row-gap: 30px
}

.current-card {
    background-color: #fff;
    box-shadow: 0 0 14px 2px rgba(83, 83, 83, .17);
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    padding: 15px;
    overflow: hidden;
    position: relative
}

.current-img-slider {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden
}

.current-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    border-radius: 10px;
    opacity: 0;
    animation: currentSlide 6s infinite ease-in-out;
    cursor: pointer
}

.current-card-img.img1 {
    animation-delay: 0s
}

.current-card-img.img2 {
    animation-delay: 3s
}

@keyframes currentSlide {
    0% {
        opacity: 1
    }

    45% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    95% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.odd-slide .current-card-img.img1 {
    animation-delay: 0s
}

.odd-slide .current-card-img.img2 {
    animation-delay: 3s
}

.even-slide .current-card-img.img1 {
    animation-delay: 1.5s
}

.even-slide .current-card-img.img2 {
    animation-delay: 4.5s
}

.current-card:hover .current-card-img {
    animation-play-state: paused
}

@keyframes slide-ltr-anim {
    0% {
        transform: translateX(0)
    }

    35% {
        transform: translateX(-50%)
    }

    55% {
        transform: translateX(-50%)
    }

    90% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slide-rtl-anim {
    0% {
        transform: translateX(-50%)
    }

    35% {
        transform: translateX(0)
    }

    55% {
        transform: translateX(0)
    }

    90% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(-50%)
    }
}

@media (max-width : 768px){
    .current-img-slider{
        height : 180px;
    }
}

/* LOCATIONS*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

@font-face {
    font-family: media;
    src: url(../fonts/Media-Sans.ttf)
}

@font-face {
    font-family: neueBold;
    src: url(../fonts/NeueKabel-Bold.otf)
}

@font-face {
    font-family: neue;
    src: url(../fonts/NeueKabel-Medium.otf)
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 1vw;
    background-color: #fff;
    scroll-behavior: smooth
}

:root {
    --primary-color: #40e0d0;
    --secondary-color: #36C0B2;
    --seperator: #cecece;
    --border: #d6d6d6;
    --title: #131213;
    --paragraph: #8B8A8B;
    --white: #fff
}

:root {
    --primary-color: #379cf4;
    --secondary-color: #0069ff;
    --background: #f9f9f7;
    --border: #e9e9e9;
    --seperator: #e9e9e9;
    --title: #0f172a;
    --paragraph: #64748b;
    --white: #ffffff
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        top: -50px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

.common-heading-wrapper {
    margin-bottom: 3rem;
    overflow: hidden
}

.common-heading-wrapper h3 {
    color: #e5e5e5;
    color: rgba(15, 23, 42, .15);
    font-family: neueBold, sans-serif;
    font-size: 55px;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 600
}

.common-heading-wrapper h4 {
    color: var(--title);
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-top: -38px
}

.common-heading-wrapper .line-x {
    height: 5px;
    width: 10%;
    display: block;
    background-color: var(--secondary-color);
    border-radius: 50px;
    margin-left: -24px
}

.common-heading-wrapper .left-title {
    width: -webkit-fill-available
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

@keyframes bannermove {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20px)
    }
}

@keyframes moveImage {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 10px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@media only screen and (min-width:320px) and (max-width:520px) {
    .common-heading-wrapper h3 {
        font-size: 26px
    }

    .common-heading-wrapper h4 {
        font-size: 20px;
        margin-top: -18px
    }

    .common-heading-wrapper .line-x {
        width: 25%;
        margin-left: -12px
    }
}

@media only screen and (min-width:520px) and (max-width:768px) {
    .common-heading-wrapper h3 {
        font-size: 26px
    }

    .common-heading-wrapper h4 {
        font-size: 20px;
        margin-top: -18px
    }

    .common-heading-wrapper .line-x {
        width: 25%;
        margin-left: -12px
    }
}

@keyframes currentSlide {
    0% {
        opacity: 1
    }

    45% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    95% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes slide-ltr-anim {
    0% {
        transform: translateX(0)
    }

    35% {
        transform: translateX(-50%)
    }

    55% {
        transform: translateX(-50%)
    }

    90% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slide-rtl-anim {
    0% {
        transform: translateX(-50%)
    }

    35% {
        transform: translateX(0)
    }

    55% {
        transform: translateX(0)
    }

    90% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(-50%)
    }
}

.location-wrapper {
    padding: 5rem 0
}

.location-row {
    row-gap: 40px;
    text-align: center
}

.location-card {
    display: flex;
    flex-direction: column;
    align-items: center
}

.location-card img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    transition: all .3s ease
}

.location-card img:hover {
    transform: scale(1.08);
    cursor: pointer
}

.location-card p {
    font-family: Poppins, sans-serif;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #000
}

@media (max-width : 768px){
    .location-wrapper {
        padding :32px 0;
    }
}

/*WHY GIC*/
@media (max-width : 1024px){
    .why-gic .common-card{
        max-width : calc(50vh,0px);
    }
}


/*CONTAINER*/

@media (min-width: 576px){
    .container{
        max-width : 600px;
}
}

@media (max-width : 768px){
    .container{
      max-width : 900px;
}
}
@media (min-width: 992px){
    .container{
        max-width : 960px;
    }
}

@media (max-width : 1200px){
    .container {
        max-width : 1140px;
    }
}

