diff --git a/index.html b/index.html index 2e071a5e..87be0b88 100644 --- a/index.html +++ b/index.html @@ -96,6 +96,38 @@ width: 190%; } } + .gallery-rotate-image .image-container { + display: flex; + flex-wrap: wrap; + gap: 16px; /* Adjust the gap between images */ +} + +.gallery-rotate-image .image-container span { + display: inline-block; +} + +.trip-gallery-container { + display: flex; + flex-wrap: wrap; + gap: 16px; /* Adjust the gap between images */ +} + +.trip-gallery-container .image-container { + display: flex; + flex-direction: column; + align-items: center; +} + +.trip-gallery-container .image-container img { + max-width: 100%; + height: auto; +} + +.btn-container { + display: flex; + justify-content: center; + gap: 8px; /* Adjust the gap between buttons */ +} @@ -578,19 +610,24 @@

Best trip packages

spacing: -0.3, }); -
-
-

- Our trip gallery that will inspire you -

-

- Explore your suitable and dream places around the world. Here you - can find your right destination. -

- +
+
+
+
+
+

+ Our trip gallery that will inspire you +

+

+ Explore your suitable and dream places around the world. Here you + can find your right destination. +

+ +
+
+
-


+