@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&family=Montserrat:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap");
@font-face {
  font-family: "MyCustomFont";
  src: local("MyCustomFont"), url("../fonts/FieldsDisplay-Medium.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  list-style: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1270px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.container-full {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.container-1240 {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.large-container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
}

body {
  overflow-x: hidden !important;
}

.no-scroll {
  overflow: hidden; /* This prevents scrolling */
  height: 100%; /* You might need to restrict the height */
}

.main {
  position: relative;
  overflow-x: hidden;
}
.main .main-wrapper {
  background-image: url(../img/Mask\ group.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0A3148;
  height: 788px;
  position: relative;
  border: 1px solid transparent;
  transition: all 0.5s ease;
}
.main .navbar {
  position: fixed;
  width: 100%;
  height: 159px;
  z-index: 999;
  display: flex;
  width: 100% !important;
  background-color: transparent;
  transition: all 0.5s ease;
  left: 0;
}
.main .navbar .navbar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.main .navbar .navbar-wrapper .logo-side {
  display: flex;
  align-items: center;
}
.main .navbar .navbar-wrapper .logo-side img {
  width: 180px;
  height: 96px;
  transition: all 0.5s ease;
}
.main .navbar .navbar-wrapper .logo-side ul {
  display: flex;
  margin-left: 70px;
}
.main .navbar .navbar-wrapper .logo-side ul .close-btn {
  display: none;
}
.main .navbar .navbar-wrapper .logo-side ul .box {
  display: none;
}
.main .navbar .navbar-wrapper .logo-side ul .home {
  display: none;
}
.main .navbar .navbar-wrapper .logo-side ul .back {
  display: none;
}
.main .navbar .navbar-wrapper .logo-side ul .log-btn {
  display: none;
}
.main .navbar .navbar-wrapper .logo-side ul li {
  padding-left: 20px;
  padding-right: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  height: 50px;
  background-color: transparent;
  height: 50px !important;
}
.main .navbar .navbar-wrapper .logo-side ul li:hover {
  text-decoration: none;
}
.main .navbar .navbar-wrapper .logo-side ul li .inner-menu-a {
  display: none;
}
.main .navbar .navbar-wrapper .logo-side ul li a {
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.main .navbar .navbar-wrapper .logo-side ul li .go {
  display: none;
}
.main .navbar .navbar-wrapper .logo-side ul li .login {
  display: none;
}
.main .navbar .navbar-wrapper .logo-side ul #aboutA {
  position: relative !important;
  height: 100%;
  transition: all 0.3s ease;
}
.main .navbar .navbar-wrapper .logo-side ul #aboutA:hover {
  background-color: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease;
  border-right: none;
}
.main .navbar .navbar-wrapper .logo-side ul #aboutA:hover a {
  color: rgb(10, 49, 72);
  transition: all 0.3s ease;
  border: none !important;
}
.main .navbar .navbar-wrapper .logo-side ul #aboutA:hover .dropdown-about {
  opacity: 1;
  pointer-events: fill;
}
.main .navbar .navbar-wrapper .logo-side ul #aboutA .dropdown-about {
  border-radius: 4px;
  transition: all 0.3s ease;
  transform: translateX(-20px);
  display: flex;
  background-color: #fff;
  width: 330px;
  height: 417px;
  position: fixed;
  top: 103px;
  opacity: 0;
  pointer-events: none;
  justify-content: space-between;
}
.main .navbar .navbar-wrapper .logo-side ul #aboutA .dropdown-about .wrapper {
  display: flex;
  flex-direction: column;
  width: 330px;
  margin-top: 23px;
}
.main .navbar .navbar-wrapper .logo-side ul #aboutA .dropdown-about .wrapper h1 {
  font-size: 24px;
  font-weight: 500;
  font-family: "MyCustomFont", sans-serif;
  color: rgb(10, 49, 72);
  margin-top: 27px;
  padding-left: 27px;
  margin-bottom: 23px;
}
.main .navbar .navbar-wrapper .logo-side ul #aboutA .dropdown-about .wrapper div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 43px;
  padding-left: 27px;
  padding-right: 27px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
}
.main .navbar .navbar-wrapper .logo-side ul #aboutA .dropdown-about .wrapper div img {
  width: 19px;
  display: flex;
}
.main .navbar .navbar-wrapper .logo-side ul #aboutA .dropdown-about .wrapper div:hover {
  background-color: #D35976;
  color: #fff;
}
.main .navbar .navbar-wrapper .logo-side ul #aboutA .dropdown-about .wrapper div:hover img path {
  fill: #fff;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE {
  position: relative !important;
  height: 100%;
  transition: all 0.3s ease;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE:hover {
  background-color: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease;
  border-right: none;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE:hover a {
  color: rgb(10, 49, 72);
  transition: all 0.3s ease;
  border: none !important;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE:hover .dropdown-experiance {
  opacity: 1;
  pointer-events: fill;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE .dropdown-experiance {
  border-radius: 4px;
  transition: all 0.3s ease;
  transform: translateX(-301px);
  display: flex;
  background-color: #fff;
  width: 1086px;
  height: 618px;
  position: fixed;
  top: 103px;
  opacity: 0;
  pointer-events: none;
  justify-content: space-between;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE .dropdown-experiance .dr-list {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: space-between;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE .dropdown-experiance .dr-list .drop-part:nth-child(2) {
  background-color: rgba(211, 89, 118, 0.1);
}
.main .navbar .navbar-wrapper .logo-side ul #menuE .dropdown-experiance .dr-list .drop-part:nth-child(3) {
  background-color: #0A3148;
  padding-left: 27px;
  display: flex;
  flex-direction: column;
  padding-left: 27px;
  padding-right: 27px;
  color: #fff;
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE .dropdown-experiance .dr-list .drop-part:nth-child(3) h1 {
  padding: 0;
  color: #fff;
  font-size: 24px;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE .dropdown-experiance .dr-list .drop-part:nth-child(3) img {
  width: 270px !important;
  height: 239px !important;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 23px;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE .dropdown-experiance .dr-list .drop-part:nth-child(3) p {
  max-width: 270px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-top: 31px;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE .dropdown-experiance .dr-list .drop-part:nth-child(3) a {
  padding: 10px 8px;
  border-radius: 4px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  background-color: #D35976;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  margin-top: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE .dropdown-experiance .dr-list .drop-part:nth-child(3) a:hover {
  border: 2px solid #D35976;
  color: #D35976;
  background-color: transparent;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE .dropdown-experiance .dr-list .drop-part h1 {
  font-size: 24px;
  font-weight: 500;
  font-family: "MyCustomFont", sans-serif;
  color: rgb(10, 49, 72);
  margin-top: 27px;
  padding-left: 27px;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE .dropdown-experiance .dr-list .drop-part h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "MyCustomFont", sans-serif;
  color: rgb(10, 49, 72);
  margin-top: 27px;
  padding-left: 27px;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE .dropdown-experiance .dr-list .drop-part .co-1 {
  display: flex;
  flex-direction: column;
  width: 330px;
  margin-top: 23px;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE .dropdown-experiance .dr-list .drop-part .co-1 div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 43px;
  padding-left: 27px;
  padding-right: 27px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE .dropdown-experiance .dr-list .drop-part .co-1 div img {
  width: 19px;
  display: flex;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE .dropdown-experiance .dr-list .drop-part .co-1 div:hover {
  background-color: #D35976;
  color: #fff;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE .dropdown-experiance .dr-list .drop-part .co-1 div:hover img path {
  fill: #fff;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE .dropdown-experiance .dr-list .drop-part span {
  padding-left: 27px;
  margin-bottom: 19px;
  margin-top: 23px;
  display: flex;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #D35976;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE .dropdown-experiance .dr-list .drop-part .co-2 {
  width: 436px;
  padding-left: 27px;
  padding-bottom: 27px;
  display: flex;
  flex-direction: column;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE .dropdown-experiance .dr-list .drop-part .co-2 div {
  margin-bottom: 11px;
  color: rgb(10, 49, 72);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.main .navbar .navbar-wrapper .logo-side ul #menuE .dropdown-experiance .dr-list .drop-part .co-2 p {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 7px;
}
.main .navbar .navbar-wrapper .logo-side ul #destinations {
  position: relative !important;
  height: 100%;
  transition: all 0.3s ease;
}
.main .navbar .navbar-wrapper .logo-side ul #destinations:hover {
  background-color: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease;
  border: none;
}
.main .navbar .navbar-wrapper .logo-side ul #destinations:hover a {
  color: rgb(10, 49, 72);
  transition: all 0.3s ease;
  border: none;
}
.main .navbar .navbar-wrapper .logo-side ul #destinations:hover .dropdown-destenation {
  opacity: 1;
  pointer-events: fill;
}
.main .navbar .navbar-wrapper .logo-side ul #destinations .dropdown-destenation {
  border-top-left-radius: none !important;
  border-radius: 4px !important;
  transition: all 0.3s ease;
  transform: translateX(-20px);
  display: flex;
  background-color: #fff;
  width: 1086px;
  height: 618px;
  position: fixed;
  top: 103px;
  opacity: 0;
  pointer-events: none;
  justify-content: space-between;
}
.main .navbar .navbar-wrapper .logo-side ul #destinations .dropdown-destenation .dr-list {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: space-between;
}
.main .navbar .navbar-wrapper .logo-side ul #destinations .dropdown-destenation .dr-list .drop-part:nth-child(2) {
  background-color: rgba(211, 89, 118, 0.1);
}
.main .navbar .navbar-wrapper .logo-side ul #destinations .dropdown-destenation .dr-list .drop-part:nth-child(3) {
  background-color: #0A3148;
  padding-left: 27px;
  display: flex;
  flex-direction: column;
  padding-left: 27px;
  padding-right: 27px;
  color: #fff;
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.main .navbar .navbar-wrapper .logo-side ul #destinations .dropdown-destenation .dr-list .drop-part:nth-child(3) h1 {
  padding: 0;
}
.main .navbar .navbar-wrapper .logo-side ul #destinations .dropdown-destenation .dr-list .drop-part:nth-child(3) img {
  width: 270px !important;
  height: 239px !important;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 23px;
}
.main .navbar .navbar-wrapper .logo-side ul #destinations .dropdown-destenation .dr-list .drop-part:nth-child(3) p {
  max-width: 270px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-top: 31px;
}
.main .navbar .navbar-wrapper .logo-side ul #destinations .dropdown-destenation .dr-list .drop-part:nth-child(3) a {
  padding: 10px 8px;
  border-radius: 4px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  background-color: #D35976;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  margin-top: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .navbar .navbar-wrapper .logo-side ul #destinations .dropdown-destenation .dr-list .drop-part:nth-child(3) a:hover {
  border: 2px solid #D35976;
  color: #D35976;
  background-color: transparent;
}
.main .navbar .navbar-wrapper .logo-side ul #destinations .dropdown-destenation .dr-list .drop-part h1 {
  font-size: 24px;
  font-weight: 500;
  font-family: "MyCustomFont", sans-serif;
  color: rgb(10, 49, 72);
  margin-top: 27px;
  padding-left: 27px;
}
.main .navbar .navbar-wrapper .logo-side ul #destinations .dropdown-destenation .dr-list .drop-part .co-1 {
  display: flex;
  flex-direction: column;
  width: 330px;
  margin-top: 23px;
}
.main .navbar .navbar-wrapper .logo-side ul #destinations .dropdown-destenation .dr-list .drop-part .co-1 div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 43px;
  padding-left: 27px;
  padding-right: 27px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
}
.main .navbar .navbar-wrapper .logo-side ul #destinations .dropdown-destenation .dr-list .drop-part .co-1 div img {
  width: 19px;
  display: flex;
}
.main .navbar .navbar-wrapper .logo-side ul #destinations .dropdown-destenation .dr-list .drop-part .co-1 div:hover {
  background-color: #D35976;
  color: #fff;
}
.main .navbar .navbar-wrapper .logo-side ul #destinations .dropdown-destenation .dr-list .drop-part .co-1 div:hover img path {
  fill: #fff;
}
.main .navbar .navbar-wrapper .logo-side ul #destinations .dropdown-destenation .dr-list .drop-part span {
  padding-left: 27px;
  margin-bottom: 19px;
  margin-top: 23px;
  display: flex;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #D35976;
}
.main .navbar .navbar-wrapper .logo-side ul #destinations .dropdown-destenation .dr-list .drop-part .co-2 {
  width: 436px;
  padding-left: 27px;
  padding-bottom: 27px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
.main .navbar .navbar-wrapper .logo-side ul #destinations .dropdown-destenation .dr-list .drop-part .co-2 div {
  margin-bottom: 11px;
  color: rgb(10, 49, 72);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.main .navbar .navbar-wrapper .contact-side {
  display: flex;
  align-items: center;
}
.main .navbar .navbar-wrapper .contact-side span {
  display: flex;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0A3148;
  transition: all 0.5s ease;
}
.main .navbar .navbar-wrapper .contact-side span img {
  width: 62px;
  margin-top: 10px;
}
.main .navbar .navbar-wrapper .contact-side a {
  padding: 10px 8px;
  border-radius: 4px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  background-color: #D35976;
  margin-left: 18px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.main .navbar .navbar-wrapper .contact-side a:hover {
  border: 2px solid #D35976;
  color: #D35976;
  background-color: transparent;
}
.main .navbar .navbar-wrapper .contact-side .menu-btn {
  display: none;
}
.main .sticky {
  background-color: rgba(10, 49, 72, 0.9);
  height: 120px;
  top: 0;
  left: 0;
  padding-top: 0;
  display: flex;
  width: 100% !important;
  align-items: center;
  transition: all 0.5s ease;
}
.main .sticky .navbar-wrapper {
  width: 100%;
}
.main .sticky .navbar-wrapper .logo-side img {
  width: 130px;
  height: 69px;
  transition: all 0.5s ease;
}
.main .sticky .navbar-wrapper #destinations .dropdown-destenation {
  top: 80px !important;
}
.main .sticky .navbar-wrapper #menuE .dropdown-experiance {
  top: 80px !important;
}
.main .sticky .navbar-wrapper #aboutA .dropdown-about {
  top: 80px !important;
}
.main .sticky .navbar-wrapper .contact-side span {
  color: #fff;
  transition: all 0.5s ease;
}
.main .header {
  margin-top: 110px;
  position: relative;
}
.main .header .header-wrapper {
  display: flex;
  width: 100%;
}
.main .header .header-wrapper .right .egg-img {
  position: absolute;
  top: -200px;
  right: -30px;
  z-index: 0;
  width: 100%;
  max-width: 800px;
  height: 900px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 46% 57% 59% 35%/70% 66% 34% 33%;
  transform: rotate(180deg);
  overflow: hidden;
}
.main .header .header-wrapper .right .egg-img img {
  transform: rotate(180deg);
}
.main .header .header-wrapper .right .egg-img .vec {
  display: none;
}
.main .header .header-wrapper .right span {
  position: absolute;
  right: 314px;
  bottom: 107px;
}
.main .header .header-wrapper .right span img {
  width: 176px !important;
  position: absolute;
}
.main .header .header-wrapper .left h1 {
  font-family: "MyCustomFont", sans-serif;
  font-weight: 500;
  font-size: 55px;
  max-width: 570px;
  margin-top: 156px;
  color: #fff;
  margin-bottom: 50px;
}
.main .header .header-wrapper .left input {
  height: 50px;
  max-width: 450px;
  width: 100%;
  border-radius: 4px;
  border: none;
  outline: none;
}
.main .collection {
  width: 100%;
  margin-top: -200px;
  height: -moz-fit-content;
  height: fit-content;
}
.main .collection h3 {
  font-family: "MyCustomFont", sans-serif;
  font-size: 35px;
  font-weight: 500;
  max-width: 340px;
  margin-top: 57px;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
}
.main .collection .your-slider4 {
  display: flex;
  justify-content: space-between !important;
  gap: 20px !important;
  flex-direction: column;
  position: static;
  width: 1270px;
  margin-right: auto;
  margin-left: auto;
}
.main .collection ul .slick-dots li {
  display: none;
}
.main .collection ul .slick-dots li.slick-active button:before {
  background-color: #D35976;
}
.main .collection ul .slide-4 {
  border-radius: 4px;
  max-width: 305px;
  box-sizing: border-box;
  position: relative;
  margin: 10px;
  width: 100%;
}
.main .collection ul .slide-4 img {
  border-radius: 4px;
  width: 100% !important;
}
.main .collection ul .slide-4 h2 {
  font-family: "MyCustomFont", sans-serif;
  color: #404040;
  font-size: 24px;
  padding-top: 20px;
  font-weight: 500;
  width: 100%;
  padding-bottom: 21px;
  border: 1px solid #D8DADA;
  border-top: none;
  display: flex;
  justify-content: center;
  margin-top: -1px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.gallery {
  margin-top: 93px;
}
.gallery .gallery-wrapper h2 {
  font-family: "MyCustomFont", sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #0A3148;
  margin-bottom: 15px;
}
.gallery .gallery-wrapper .gappery-frame {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  padding-bottom: 98px;
}
.gallery .gallery-wrapper .gappery-frame .item {
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(236, 231, 231, 0.2509803922);
  border-radius: 4px !important;
}
.gallery .gallery-wrapper .gappery-frame .item .title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  padding: 20px;
  font-family: "MyCustomFont", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  transition: all 0.8s ease;
}
.gallery .gallery-wrapper .gappery-frame .item:hover .title {
  opacity: 0;
}
.gallery .gallery-wrapper .gappery-frame .item:hover .info {
  opacity: 1;
}
.gallery .gallery-wrapper .gappery-frame .item:hover .info h3, .gallery .gallery-wrapper .gappery-frame .item:hover .info p, .gallery .gallery-wrapper .gappery-frame .item:hover .info a {
  opacity: 1 !important;
}
.gallery .gallery-wrapper .gappery-frame .item img {
  border-radius: 4px !important;
}
.gallery .gallery-wrapper .gappery-frame .item .info {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-bottom: 42px;
  padding-left: 38px;
  padding-right: 38px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(255, 255, 255, 0.1), #000;
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  border-radius: 4px !important;
  transition: all 0.8s ease;
  z-index: 1;
}
.gallery .gallery-wrapper .gappery-frame .item .info h3 {
  font-size: 24px;
  font-weight: 500px;
  color: #fff;
  font-family: "MyCustomFont", sans-serif;
  margin-bottom: 13px;
  opacity: 0;
  transition: all 1 ease;
}
.gallery .gallery-wrapper .gappery-frame .item .info p {
  font-size: 16px;
  font-weight: 500px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 22px;
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 1s;
}
.gallery .gallery-wrapper .gappery-frame .item .info a {
  padding: 12px 22px;
  border-radius: 4px;
  background-color: #D35976;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: 2px solid transparent;
  transition: all 1.2s ease;
  display: flex;
  width: -moz-fit-content !important;
  width: fit-content !important;
  opacity: 0;
  transition-delay: 2s;
}
.gallery .gallery-wrapper .gappery-frame .up {
  display: flex;
  gap: 19px;
  flex-wrap: wrap;
}
.gallery .gallery-wrapper .gappery-frame .up .item {
  padding: 0 !important;
  width: 303px;
  max-height: 330px;
}
.gallery .gallery-wrapper .gappery-frame .up .item img {
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .gallery-wrapper .gappery-frame .up .item:first-child {
  width: 623px;
}
.gallery .gallery-wrapper .gappery-frame .up .item:first-child img {
  width: 100%;
  height: 330px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .gallery-wrapper .gappery-frame .bottom {
  display: flex;
  gap: 19px;
  flex-wrap: wrap;
}
.gallery .gallery-wrapper .gappery-frame .bottom .item {
  width: 303px;
  max-height: 330px;
  gap: 19px;
}
.gallery .gallery-wrapper .gappery-frame .bottom .item img {
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .gallery-wrapper .gappery-frame .bottom .item:last-child {
  width: 623px;
}
.gallery .gallery-wrapper .gappery-frame .bottom .item:last-child img {
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}

.carusel-first .carusel-first-wrapper {
  padding-bottom: 100px;
}
.carusel-first .carusel-first-wrapper .carusel-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.carusel-first .carusel-first-wrapper .carusel-header h2 {
  color: #0A3148;
  font-family: "MyCustomFont", sans-serif;
  font-size: 35px;
  font-weight: 500;
}
.carusel-first .carusel-first-wrapper .carusel-header a {
  padding: 12px 22px;
  border-radius: 4px;
  background-color: #D35976;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.carusel-first .carusel-first-wrapper .carusel-header a:hover {
  border: 2px solid #D35976;
  background-color: transparent;
  color: #D35976;
}
.carusel-first .carusel-first-wrapper .view2 {
  display: none;
}
.carusel-first .carusel-first-wrapper .slider-wrapper {
  position: relative;
  z-index: 1;
}
.carusel-first .carusel-first-wrapper .slider-wrapper .buttons {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 0;
}
.carusel-first .carusel-first-wrapper .slider-wrapper .buttons .prev-btn {
  left: -35px;
}
.carusel-first .carusel-first-wrapper .slider-wrapper .buttons .next-btn {
  right: -35px;
}
.carusel-first .carusel-first-wrapper .slider-wrapper .buttons .slider-btn {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carusel-first .carusel-first-wrapper .slider-wrapper .slick-dots {
  margin-bottom: -40px !important;
}
.carusel-first .carusel-first-wrapper .slider-wrapper .slick-dots li button::before {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  border: 2px solid #D35976 !important;
  content: "";
  opacity: 1 !important;
  transition: all 0.3s ease;
}
.carusel-first .carusel-first-wrapper .slider-wrapper .slick-dots li.slick-active button:before {
  background-color: #D35976;
}
.carusel-first .carusel-first-wrapper .your-slider {
  display: flex;
  justify-content: space-between;
  justify-content: space-between !important;
}
.carusel-first .carusel-first-wrapper .your-slider .slide {
  width: 305px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 368px;
}
.carusel-first .carusel-first-wrapper .your-slider .slide .inner {
  width: 305px;
  margin-right: auto;
  margin-left: auto;
  height: 368px;
  display: flex;
  flex-direction: column;
  border: 1px solid #D8DADA;
  border-radius: 4px;
}
.carusel-first .carusel-first-wrapper .your-slider .slide .inner img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
}
.carusel-first .carusel-first-wrapper .your-slider .slide .inner h3 {
  max-width: 253px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  font-weight: 500;
  color: #404040;
  font-family: "MyCustomFont", sans-serif;
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.roberto-mobile {
  display: none;
}

.roberto {
  position: relative;
  display: flex;
  justify-content: center;
  height: 587px;
  margin-top: 99px;
  overflow-x: hidden;
}
.roberto img {
  position: absolute;
  z-index: -1;
}
.roberto .roberto-wrapper {
  position: relative;
  display: flex;
  width: 100%;
}
.roberto .roberto-wrapper img {
  position: absolute;
  top: 0;
  left: 30%;
}
.roberto .roberto-wrapper .info {
  margin-top: 125px;
}
.roberto .roberto-wrapper .info h2 {
  font-family: "MyCustomFont", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 18px;
}
.roberto .roberto-wrapper .info h1 {
  font-family: "MyCustomFont", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 55px;
  margin-bottom: 20px;
}
.roberto .roberto-wrapper .info p {
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 34px;
  max-width: 460px;
}
.roberto .roberto-wrapper .info a {
  padding: 12px 22px;
  border-radius: 4px;
  background-color: #D35976;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.roberto .roberto-wrapper .info a:hover {
  border: 2px solid #D35976;
  background-color: transparent;
  color: #D35976;
}

.experiance {
  margin-top: 128px;
  padding-bottom: 121px;
}
.experiance .experiance-wrapper h2 {
  font-family: "MyCustomFont", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 10px;
  color: #0A3148;
}
.experiance .experiance-wrapper .album-items {
  display: flex;
  flex-direction: column;
  gap: 130px;
}
.experiance .experiance-wrapper .odd-album {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
.experiance .experiance-wrapper .odd-album .left h1 {
  font-family: "MyCustomFont", sans-serif;
  color: #0A3148;
  font-weight: 500;
  font-size: 55px;
  margin-bottom: 25px;
}
.experiance .experiance-wrapper .odd-album .left p {
  font-family: "DM Sans", sans-serif;
  color: #0A3148;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 34px;
  max-width: 460px;
}
.experiance .experiance-wrapper .odd-album .left a {
  padding: 12px 22px;
  border-radius: 4px;
  background-color: #D35976;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.experiance .experiance-wrapper .odd-album .left a:hover {
  border: 2px solid #D35976;
  background-color: transparent;
  color: #D35976;
}
.experiance .experiance-wrapper .odd-album .right .images {
  display: flex;
  width: 700px;
  position: relative;
}
.experiance .experiance-wrapper .odd-album .right .images img {
  width: 241px;
  height: 281px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  box-shadow: 9px 4px 8px 0px rgba(0, 0, 0, 0.2509803922);
}
.experiance .experiance-wrapper .odd-album .right .images img:first-child {
  left: 0;
  transform: rotateZ(-7.6deg);
}
.experiance .experiance-wrapper .odd-album .right .images img:nth-child(2) {
  left: 230px;
  top: -20px;
}
.experiance .experiance-wrapper .odd-album .right .images img:nth-child(3) {
  right: 0;
  transform: rotateZ(2deg);
}
.experiance .experiance-wrapper .even-album {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
.experiance .experiance-wrapper .even-album .right h1 {
  font-family: "MyCustomFont", sans-serif;
  color: #0A3148;
  font-weight: 500;
  font-size: 55px;
  margin-bottom: 25px;
}
.experiance .experiance-wrapper .even-album .right p {
  font-family: "DM Sans", sans-serif;
  color: #0A3148;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 34px;
  max-width: 460px;
}
.experiance .experiance-wrapper .even-album .right a {
  padding: 12px 22px;
  border-radius: 4px;
  background-color: #D35976;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.experiance .experiance-wrapper .even-album .right a:hover {
  border: 2px solid #D35976;
  background-color: transparent;
  color: #D35976;
}
.experiance .experiance-wrapper .even-album .left .images {
  display: flex;
  width: 700px;
  position: relative;
}
.experiance .experiance-wrapper .even-album .left .images img {
  width: 241px;
  height: 281px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  box-shadow: 9px 4px 8px 0px rgba(0, 0, 0, 0.2509803922);
}
.experiance .experiance-wrapper .even-album .left .images img:first-child {
  left: 0;
  transform: rotateZ(-6.6deg);
}
.experiance .experiance-wrapper .even-album .left .images img:nth-child(2) {
  left: 230px;
  top: -20px;
}
.experiance .experiance-wrapper .even-album .left .images img:nth-child(3) {
  right: 0;
  transform: rotateZ(2deg);
}

.travel {
  background-color: #FCF3F5;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow-x: hidden;
}
.travel .travel-wrapper h2 {
  font-family: "MyCustomFont", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 42px;
  color: #0A3148;
}
.travel .slider-wrapper {
  position: relative;
  z-index: 1;
}
.travel .slider-wrapper .buttons {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 0;
}
.travel .slider-wrapper .buttons .p-btn {
  left: 1px;
}
.travel .slider-wrapper .buttons .n-btn {
  right: 1px;
}
.travel .slider-wrapper .buttons .slider-btn {
  background-color: transparent;
  outline: none;
  cursor: pointer;
  position: absolute !important;
  z-index: -3;
  display: flex;
  align-items: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  justify-content: center;
  border: 1px solid #D8DADA !important;
  background-color: rgba(255, 255, 255, 0.7);
}
.travel .slider-wrapper .slick-dots {
  margin-bottom: -30px !important;
  max-width: 1270px;
  margin-right: auto;
  margin-left: auto;
  gap: 7px !important;
}
.travel .slider-wrapper .slick-dots li {
  gap: 7px !important;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.travel .slider-wrapper .slick-dots li button {
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  margin: 0 !important;
}
.travel .slider-wrapper .slick-dots li button::before {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  border: 1px solid #153146 !important;
  content: "";
  opacity: 1 !important;
  transition: all 0.3s ease;
  gap: 1px !important;
}
.travel .slider-wrapper .slick-dots li.slick-active button:before {
  background-color: #D35976;
  border: 1px solid #D35976 !important;
}
.travel .slider-wrapper .your-slider2 {
  background-color: #FCF3F5;
  width: 100%;
}
.travel .slider-wrapper .your-slider2 .slide2 {
  margin-right: 30px;
  width: -moz-fit-content;
  width: fit-content;
  height: 390px;
  background-color: #fff;
  border: 1px solid #D8DADA;
  border-radius: 4px;
}
.travel .slider-wrapper .your-slider2 .slide2 .inner {
  padding: 50px 40px;
  max-width: 390px;
  width: 390px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.travel .slider-wrapper .your-slider2 .slide2 .inner .stars {
  display: flex;
  gap: 1px;
  margin-bottom: 16px;
}
.travel .slider-wrapper .your-slider2 .slide2 .inner h3 {
  font-family: "DM Sans", sans-serif;
  color: #153146;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 19px;
}
.travel .slider-wrapper .your-slider2 .slide2 .inner p {
  font-family: "DM Sans", sans-serif;
  color: #0A3148;
  font-weight: 400;
  font-size: 16px;
}
.travel .slider-wrapper .your-slider2 .slide2 .inner span {
  color: #0A3148;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.carusel-second {
  overflow-x: hidden;
}
.carusel-second .carusel-second-wrapper {
  padding-bottom: 85px;
  padding-top: 67px;
}
.carusel-second .carusel-second-wrapper .carusel-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.carusel-second .carusel-second-wrapper .carusel-header h2 {
  color: #0A3148;
  font-family: "MyCustomFont", sans-serif;
  font-size: 35px;
  font-weight: 500;
}
.carusel-second .carusel-second-wrapper .carusel-header a {
  padding: 12px 22px;
  border-radius: 4px;
  background-color: #D35976;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.carusel-second .carusel-second-wrapper .carusel-header a:hover {
  border: 2px solid #D35976;
  background-color: transparent;
  color: #D35976;
}
.carusel-second .carusel-second-wrapper .mobile-btn {
  display: none;
}
.carusel-second .carusel-second-wrapper .slider-wrapper {
  position: relative;
  z-index: 1;
}
.carusel-second .carusel-second-wrapper .slider-wrapper .buttons {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 0;
}
.carusel-second .carusel-second-wrapper .slider-wrapper .buttons .l-btn {
  left: -35px;
}
.carusel-second .carusel-second-wrapper .slider-wrapper .buttons .r-btn {
  right: -35px;
}
.carusel-second .carusel-second-wrapper .slider-wrapper .buttons .slider-btn {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carusel-second .carusel-second-wrapper .slider-wrapper .slick-dots {
  margin-bottom: -40px !important;
}
.carusel-second .carusel-second-wrapper .slider-wrapper .slick-dots li button::before {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  border: 2px solid #D35976 !important;
  content: "";
  opacity: 1 !important;
  transition: all 0.3s ease;
}
.carusel-second .carusel-second-wrapper .slider-wrapper .slick-dots li.slick-active button:before {
  background-color: #D35976;
}
.carusel-second .carusel-second-wrapper .your-slider3 {
  width: 1270px;
  justify-content: space-between;
  justify-content: space-between !important;
}
.carusel-second .carusel-second-wrapper .your-slider3 .slide3 {
  width: 305px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  display: flex;
}
.carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner {
  width: 305px !important;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}
.carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner .main-img {
  width: 100% !important;
  margin-right: auto;
  margin-left: auto;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner .info-slide {
  padding: 23px 23px 31px 23px;
  border-right: 1px solid #D8DADA;
  border-bottom: 1px solid #D8DADA;
  border-left: 1px solid #D8DADA;
  border-radius: 4px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner .info-slide .tags {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner .info-slide .tags span {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: flex;
  align-items: center;
  margin-right: 18px;
}
.carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner .info-slide .tags .icon {
  width: 16px;
  margin-right: 10px;
}
.carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner .info-slide h3 {
  font-size: 24px;
  font-weight: 500;
  color: #404040;
  font-family: "MyCustomFont", sans-serif;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner .info-slide p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.second-join .join-wrapper form {
  gap: 12px !important;
}
.second-join .join-wrapper form button {
  max-width: 160px !important;
  width: 160px;
}

.join {
  background-color: #D35976;
  padding-top: 45px;
  padding-bottom: 80px;
  position: relative;
  width: 100vw !important;
  overflow-x: hidden !important;
  overflow: hidden;
}
.join .bcg-img {
  position: absolute;
  width: 100%;
}
.join .join-wrapper {
  position: relative;
  z-index: 3;
}
.join .join-wrapper h1 {
  font-family: "MyCustomFont", sans-serif;
  font-weight: 500;
  font-size: 35px;
  text-align: center;
  color: #fff;
  margin-bottom: 37px;
}
.join .join-wrapper p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  color: #fff;
  border: 1px solid transparent;
}
.join .join-wrapper form {
  margin-top: 65px;
  flex-wrap: wrap;
  max-width: 986px;
  display: flex;
  gap: 60px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}
.join .join-wrapper form input {
  max-width: 287px;
  width: 100%;
  height: 47px;
  padding-left: 23px;
  border-radius: 4px;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #0A3148;
  outline: none;
  border: 1px solid #D8DADA;
}
.join .join-wrapper form input::-moz-placeholder {
  color: #B4B4B4;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.join .join-wrapper form input::placeholder {
  color: #B4B4B4;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.join .join-wrapper form button {
  max-width: 287px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  height: 47px;
  border-radius: 4px;
  background-color: #0A3148;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 700;
  border: none;
  cursor: pointer;
}

.footer-mobile {
  display: none;
}

footer {
  background-color: #0A3148 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
footer h3 {
  border-bottom: none !important;
  outline: none !important;
}
footer p {
  position: static !important;
}
footer .footer-wrapper {
  padding-top: 84px;
  padding-bottom: 100px;
  position: relative;
  z-index: 3;
}
footer .footer-wrapper .footer-list {
  display: flex;
  justify-content: space-between;
}
footer .footer-wrapper .footer-list .list-item {
  min-width: 242px;
}
footer .footer-wrapper .footer-list .list-item p {
  max-width: 300px;
  margin-top: 36px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}
footer .footer-wrapper .footer-list .list-item h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 21px;
}
footer .footer-wrapper .footer-list .list-item .nav-list {
  padding-top: 24px;
  border-top: 1px solid #D35976 !important;
}
footer .footer-wrapper .footer-list .list-item .nav-list a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 12px;
  display: inline-block;
}
footer .footer-wrapper .social-media {
  margin-top: 128px;
  display: flex;
  gap: 20px;
  margin-bottom: 27px;
}
footer .footer-wrapper .auther {
  width: 100%;
  display: flex !important;
  justify-content: space-between !important;
}
footer .footer-wrapper .auther p {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}

.none {
  opacity: 0;
  pointer-events: none;
}

.sticy-nav {
  position: sticky;
  overflow-x: hidden;
  top: 0;
  background-color: rgb(255, 255, 255);
  z-index: 4;
  transition: all 0.2s ease;
  margin-top: 40px;
  left: 0;
}
.sticy-nav .sticynav-wrapper {
  padding-bottom: 20px;
  padding-top: 20px;
}
.sticy-nav .sticynav-wrapper ul {
  display: flex;
  gap: 30px;
  padding-left: 55px;
  padding-right: 55px;
  width: 100vw;
  overflow: auto;
}
.sticy-nav .sticynav-wrapper ul::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.sticy-nav .sticynav-wrapper ul li {
  flex: 0 0 auto;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: relative;
  height: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sticy-nav .sticynav-wrapper ul li::before {
  content: "";
  display: flex;
  width: 100% !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: transparent;
  margin-top: 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.sticy-nav .sticynav-wrapper ul li:hover {
  color: #D35976;
}
.sticy-nav .sticynav-wrapper ul .active {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: relative;
  color: #D35976;
}
.sticy-nav .sticynav-wrapper ul .active::before {
  content: "";
  display: flex;
  width: 100% !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #D35976;
  margin-top: 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.highligh {
  padding-bottom: 50px;
}
.highligh .icon-titles {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 50px 0 25px;
}
.highligh .discoverr__h2 {
  font-family: "MyCustomFont", sans-serif;
  font-weight: 500;
  font-size: 45px;
  color: #0A3148;
  line-height: 1.3;
}
.highligh .check-btn {
  display: flex;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: rgb(255, 255, 255);
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background-color: #c56177;
  transition: all 0.3s ease;
  border-radius: 4px;
  overflow: hidden;
}
.highligh .check-btn:hover {
  border: 1px solid rgb(197, 97, 119);
  background-color: rgb(255, 255, 255);
  color: rgb(197, 97, 119);
}
.highligh .icon-titles__item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.highligh .icon-titles__text {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #0A3148;
  font-weight: 400;
}
.highligh .discoverr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 55px;
  flex-wrap: wrap;
}
.highligh .highs {
  flex-basis: 66%;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 355px;
  padding-bottom: 55px !important;
  border-bottom: 1px solid rgb(231, 233, 233);
}
.highligh .highs__box {
  max-width: 620px;
  width: 100%;
}
.highligh .highs__h4 {
  font-family: "MyCustomFont", sans-serif;
  font-weight: 500;
  font-size: 35px;
  color: #0A3148;
}
.highligh .highs__nav {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
}
.highligh .highs__title,
.highligh .highs__nums {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #0A3148;
  font-weight: 400;
}
.highligh .highs__stars {
  display: flex;
  align-items: center;
}
.highligh .highs__list {
  width: 100% !important;
  margin-top: 24px;
}
.highligh .highs__item {
  padding-left: 17px;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  color: #0A3148;
  font-weight: 400;
  max-width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.highligh .highs__item::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #0A3148;
  position: absolute;
  border-radius: 100%;
  top: 10px;
  left: 0;
}
.highligh .price-check {
  flex-basis: 33%;
  padding: 45px 35px !important;
  border: 1px solid rgba(174, 180, 180, 0.3);
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}
.highligh .price-check__header {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #0A3148;
  font-weight: 400;
}
.highligh .price-check__price {
  font-weight: 700;
  font-size: 25px;
}
.highligh .price-check__main {
  margin: 32px 0 30px;
  border: 1px solid rgba(174, 180, 180, 0.3);
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.highligh .price-check__line {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 18px;
  padding-left: 18px;
}
.highligh .price-check__line:last-child {
  margin-bottom: 20px;
  border-top: 1px solid rgba(174, 180, 180, 0.3);
  padding-top: 10px;
}
.highligh .price-check__h5 {
  display: block;
  margin-bottom: 3px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: #0A3148;
  font-weight: 700;
}
.highligh .price-check__footer {
  background-color: transparent;
}
.highligh .price-check__value {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #0A3148;
  font-weight: 400;
}
.highligh .accom-nav {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 35px 0;
}
.highligh .day__btn {
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #D8DADA;
  padding: 2px 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #0A3148;
  cursor: pointer;
}
.highligh .day__btn.active {
  background-color: #0A3148;
  color: #fff;
}

.mein-section {
  position: relative;
  min-height: 385px;
  overflow: hidden;
  background-color: rgb(21, 49, 70);
}
.mein-section .mein-section-wrapper nav {
  background-color: transparent;
  position: relative;
  z-index: 2;
  margin-top: 25px;
}
.mein-section .mein-section-wrapper nav .navbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side {
  display: flex;
  align-items: center;
}
.mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side .hamburger {
  width: 26px;
  display: none;
}
.mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side img {
  width: 107px;
}
.mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side ul {
  display: flex;
  gap: 47px;
  margin-left: 49px;
}
.mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side ul .close-btn {
  display: none;
}
.mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side ul li a {
  font-family: "DM Sans", sans-serif;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}
.mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side ul .log-btn {
  display: none;
}
.mein-section .mein-section-wrapper nav .navbar-wrapper .contact-side {
  display: flex;
  align-items: center;
  gap: 30px;
}
.mein-section .mein-section-wrapper nav .navbar-wrapper .contact-side .search {
  border: 1px solid rgb(255, 255, 255);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.mein-section .mein-section-wrapper nav .navbar-wrapper .contact-side .tel {
  font-family: "DM Sans", sans-serif;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}
.mein-section .mein-section-wrapper nav .navbar-wrapper .contact-side .login {
  font-family: "DM Sans", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 16px;
  padding: 14px 33px;
  border-radius: 4px;
  background-color: rgb(211, 89, 118);
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.mein-section .mein-section-wrapper nav .navbar-wrapper .contact-side .login:hover {
  border: 1px solid rgb(211, 89, 118);
  background-color: transparent;
  color: rgb(211, 89, 118);
}
.mein-section .mein-section-wrapper .header .header-wrapper {
  padding-top: 70px;
}
.mein-section .mein-section-wrapper .header .header-wrapper .sale {
  display: flex;
  margin-bottom: 14px;
}
.mein-section .mein-section-wrapper .header .header-wrapper .sale span {
  padding: 6px 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  border-radius: 4px;
}
.mein-section .mein-section-wrapper .header .header-wrapper .sale .amount {
  color: rgb(255, 255, 255);
  background-color: rgb(211, 89, 118);
}
.mein-section .mein-section-wrapper .header .header-wrapper h1 {
  font-family: "MyCustomFont", sans-serif;
  font-size: 50px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin-bottom: 13px;
}
.mein-section .mein-section-wrapper .header .header-wrapper .additional-in {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
.mein-section .mein-section-wrapper .header .header-wrapper .additional-in span {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-right: 19px;
  display: flex;
  align-items: center;
}
.mein-section .mein-section-wrapper .header .header-wrapper .additional-in span img {
  margin-right: 9px;
  height: 16.5px;
}
.mein-section .mein-section-wrapper .header .header-wrapper p {
  max-width: 457px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: rgb(255, 255, 255);
}
.mein-section .mein-section-wrapper .header .header-wrapper .main-img {
  position: absolute;
  max-width: 741px;
  width: 100%;
  top: 0;
  height: 685px;
  right: 28px;
  border-radius: 57% 43% 60% 40%/55% 44% 56% 45%;
  overflow: hidden;
  top: -180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mein-section .mein-section-wrapper .header .header-wrapper .main-img .loca {
  display: none;
}
.mein-section .mein-section-wrapper .header .header-wrapper .main-img img {
  width: 100%;
  transform: scale(1.3);
  position: relative;
}

.itinerary {
  padding-top: 70px;
}
.itinerary .itinerary-wrapper h1 {
  font-size: 30px;
  font-family: "MyCustomFont", sans-serif;
  font-weight: 500;
  color: rgb(10, 49, 72);
  margin-bottom: 30px;
}
.itinerary .itinerary-wrapper .seasons {
  margin-bottom: 35px;
  display: flex;
  gap: 12px;
}
.itinerary .itinerary-wrapper .seasons span {
  display: block;
  font-size: 14px;
  padding: 15px 20px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: rgb(21, 49, 70);
  border: 1px solid rgb(216, 218, 218);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.itinerary .itinerary-wrapper .seasons span:hover {
  background-color: rgb(21, 49, 70);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(21, 49, 70);
}
.itinerary .itinerary-wrapper .seasons .active {
  background-color: rgb(21, 49, 70);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(21, 49, 70);
}
.itinerary .itinerary-wrapper .arrive {
  border: 1px solid rgba(174, 180, 180, 0.3);
  display: flex;
  border-radius: 4px;
}
.itinerary .itinerary-wrapper .arrive img {
  max-width: 406px;
  -o-object-fit: cover;
     object-fit: cover;
}
.itinerary .itinerary-wrapper .arrive .info {
  padding: 60px;
}
.itinerary .itinerary-wrapper .arrive .info h2 {
  color: rgb(10, 49, 72);
  font-weight: 500;
  font-size: 25px;
  font-family: "MyCustomFont", sans-serif;
  margin-bottom: 19px;
}
.itinerary .itinerary-wrapper .arrive .info p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgb(10, 49, 72);
  margin-bottom: 12px;
}

.choose {
  padding-top: 70px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-position: 100%;
  position: relative;
}
.choose .bcg-img-1 {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.1;
  pointer-events: none;
}
.choose .choose-wrapper h1 {
  color: rgb(10, 49, 72);
  font-size: 35px;
  font-weight: 500;
  font-family: "MyCustomFont", sans-serif;
}
.choose .choose-wrapper ul {
  display: flex;
  margin-top: 42px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
.choose .choose-wrapper ul li {
  max-width: 286px;
  width: 100%;
  height: 285px;
  position: relative;
  gap: 0;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.choose .choose-wrapper ul li .choose-img {
  position: relative;
  width: 100%;
  height: 224px;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.choose .choose-wrapper ul li .info {
  border: 1px solid rgb(216, 218, 218);
  display: flex;
  padding: 22px 56px 19px 56px;
  transform: translateY(-10px);
  position: relative;
  z-index: 1;
  gap: 14px;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: all 0.3s ease;
  background-color: rgb(255, 255, 255);
}
.choose .choose-wrapper ul li .info h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: rgb(21, 49, 70);
  transform: translateX(17px);
  transition: all 0.3s ease;
}
.choose .choose-wrapper ul li .info img {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  transform: translateX(-17px);
}
.choose .choose-wrapper ul li .info:hover {
  background-color: rgb(211, 89, 118);
  border: 1px solid rgb(211, 89, 118);
}
.choose .choose-wrapper ul li .info:hover h2 {
  transform: translateX(0px);
  color: rgb(255, 255, 255);
}
.choose .choose-wrapper ul li .info:hover img {
  opacity: 1;
  transform: translateX(0px);
}

.experiences {
  padding-top: 50px;
  padding-bottom: 45px;
  position: relative;
  z-index: 2;
}
.experiences .experiences-wrapper .bottom a {
  display: none;
}
.experiences .experiences-wrapper .top-m {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
.experiences .experiences-wrapper .top-m h1 {
  color: rgb(10, 49, 72);
  font-size: 35px;
  font-weight: 500;
  font-family: "MyCustomFont", sans-serif;
}
.experiences .experiences-wrapper .top-m a {
  padding: 14px 34px;
  border-radius: 4px;
  border: 1px solid rgb(202, 89, 124);
  color: rgb(202, 89, 124);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
}
.experiences .experiences-wrapper .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.experiences .experiences-wrapper .top h1 {
  color: rgb(10, 49, 72);
  font-size: 35px;
  font-weight: 500;
  font-family: "MyCustomFont", sans-serif;
}
.experiences .experiences-wrapper .top a {
  padding: 14px 34px;
  border-radius: 4px;
  border: 1px solid rgb(202, 89, 124);
  color: rgb(202, 89, 124);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
}
.experiences .experiences-wrapper .slider-wrapper {
  display: none;
}
.experiences .experiences-wrapper .experiences-list {
  margin-top: 40px;
  display: flex;
  gap: 13px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.experiences .experiences-wrapper .experiences-list .list-item {
  max-width: 404px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  background-color: rgb(255, 255, 255);
}
.experiences .experiences-wrapper .experiences-list .list-item .sale {
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
  gap: 13px;
  pointer-events: none;
  flex-direction: column;
}
.experiences .experiences-wrapper .experiences-list .list-item .sale span {
  padding: 6px 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  border-radius: 4px;
}
.experiences .experiences-wrapper .experiences-list .list-item .sale .pop {
  color: rgb(197, 97, 119);
  background-color: rgb(255, 255, 255);
}
.experiences .experiences-wrapper .experiences-list .list-item .sale .name {
  color: rgb(255, 255, 255);
  background-color: rgb(21, 49, 70);
}
.experiences .experiences-wrapper .experiences-list .list-item .sale .amount {
  color: rgb(255, 255, 255);
  background-color: rgb(211, 89, 118);
}
.experiences .experiences-wrapper .experiences-list .list-item .ex-img {
  width: 100%;
  height: 216px;
  -o-object-fit: cover;
     object-fit: cover;
}
.experiences .experiences-wrapper .experiences-list .list-item .ex-info {
  padding: 30px 30px 35px 30px;
  transform: translateY(0px);
  border-bottom: 1px solid rgb(231, 233, 233);
  border-left: 1px solid rgb(231, 233, 233);
  border-right: 1px solid rgb(231, 233, 233);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.experiences .experiences-wrapper .experiences-list .list-item .ex-info h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: rgb(21, 49, 70);
  margin-bottom: 10px;
}
.experiences .experiences-wrapper .experiences-list .list-item .ex-info .additional-in {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
.experiences .experiences-wrapper .experiences-list .list-item .ex-info .additional-in span {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgb(21, 49, 70);
  margin-right: 19px;
  display: flex;
  align-items: center;
}
.experiences .experiences-wrapper .experiences-list .list-item .ex-info .additional-in span img {
  margin-right: 9px;
  height: 16.5px;
}
.experiences .experiences-wrapper .experiences-list .list-item .ex-info ul {
  display: flex;
  flex-direction: column;
  list-style: disc !important;
  padding-bottom: 31px;
  border-bottom: 1px solid #E6E6E6;
  flex: 1;
}
.experiences .experiences-wrapper .experiences-list .list-item .ex-info ul li {
  display: flex;
  align-items: center;
  color: rgb(21, 49, 70);
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 4px;
}
.experiences .experiences-wrapper .experiences-list .list-item .ex-info ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: flex;
  margin-right: 11px;
  border-radius: 50%;
  background-color: rgb(21, 49, 70);
}
.experiences .experiences-wrapper .experiences-list .list-item .ex-info .price {
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 19px;
}
.experiences .experiences-wrapper .experiences-list .list-item .ex-info .price h4 {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgb(21, 49, 70);
}
.experiences .experiences-wrapper .experiences-list .list-item .ex-info .price .current-price {
  display: flex;
  gap: 10px;
  align-items: center;
}
.experiences .experiences-wrapper .experiences-list .list-item .ex-info .price .current-price .discount {
  color: rgb(159, 159, 159);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-decoration: line-through;
}
.experiences .experiences-wrapper .experiences-list .list-item .ex-info .price .current-price .current {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: rgb(197, 97, 119);
}
.experiences .experiences-wrapper .experiences-list .list-item .ex-info .price .current-price .no-discount {
  color: rgb(21, 49, 70);
}
.experiences .experiences-wrapper .experiences-list .list-item .ex-info a {
  display: flex;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: rgb(255, 255, 255);
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background-color: rgb(197, 97, 119);
  transition: all 0.3s ease;
  border-radius: 4px;
}
.experiences .experiences-wrapper .experiences-list .list-item .ex-info a:hover {
  border: 1px solid rgb(197, 97, 119);
  background-color: rgb(255, 255, 255);
  color: rgb(197, 97, 119);
}

.best-time {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}
.best-time .bcg-img-1 {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.1;
  pointer-events: none;
}
.best-time .best-time-wrapper h1 {
  color: rgb(10, 49, 72);
  font-size: 35px;
  font-weight: 500;
  font-family: "MyCustomFont", sans-serif;
  margin-bottom: 35px;
}
.best-time .best-time-wrapper .accomidation {
  display: flex;
  gap: 44px;
}
.best-time .best-time-wrapper .accomidation .amenities {
  border: 1px solid rgba(174, 180, 180, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 56%;
  padding: 40px;
  border-radius: 4px;
}
.best-time .best-time-wrapper .accomidation .amenities .info {
  display: flex;
  flex-direction: column;
}
.best-time .best-time-wrapper .accomidation .amenities .info h2 {
  font-family: "MyCustomFont", sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: rgb(10, 49, 72);
  margin-bottom: 30px;
}
.best-time .best-time-wrapper .accomidation .amenities .info span {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: rgb(10, 49, 72);
  margin-bottom: 11px;
  display: flex;
  align-items: center;
}
.best-time .best-time-wrapper .accomidation .amenities .info span img {
  width: 20px;
  margin-right: 15px;
}
.best-time .best-time-wrapper .accomidation .amenities a {
  padding: 14px 34px;
  border-radius: 4px;
  border: 1px solid rgb(202, 89, 124);
  color: rgb(202, 89, 124);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 50px;
}
.best-time .best-time-wrapper .seasons {
  margin-bottom: 35px;
  display: flex;
  gap: 12px;
}
.best-time .best-time-wrapper .seasons span {
  display: block;
  font-size: 14px;
  padding: 15px 20px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: rgb(21, 49, 70);
  border: 1px solid rgb(216, 218, 218);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.best-time .best-time-wrapper .seasons span:hover {
  background-color: rgb(21, 49, 70);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(21, 49, 70);
}
.best-time .best-time-wrapper .seasons .active {
  background-color: rgb(21, 49, 70);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(21, 49, 70);
}
.best-time .best-time-wrapper .season-tag {
  border: 1px solid rgb(231, 233, 233);
  padding-bottom: 50px;
  border-radius: 4px;
  border-top-left-radius: 4px;
  position: relative;
  background-color: rgb(255, 255, 255);
}
.best-time .best-time-wrapper .season-tag .img-collection {
  margin-bottom: 50px;
}
.best-time .best-time-wrapper .season-tag .img-collection .custom-img {
  width: 100%;
  height: auto;
  display: block;
}
.best-time .best-time-wrapper .season-tag .img-collection .grid-images {
  margin-top: -280px;
  position: relative;
  z-index: 2;
}
.best-time .best-time-wrapper .season-tag .img-collection .grid-images__link {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.best-time .best-time-wrapper .season-tag .img-collection .grid-images__loc {
  position: relative;
}
.best-time .best-time-wrapper .season-tag .img-collection .grid-images__camera {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.best-time .best-time-wrapper .season-tag .img-collection .grid-images__see {
  min-width: 78px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.best-time .best-time-wrapper .season-tag .img-collection .grid-images__wrapper {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}
.best-time .best-time-wrapper .season-tag .img-collection .grid-images__left {
  position: relative;
  flex-basis: 66%;
  max-height: 420px;
  overflow: hidden;
}
.best-time .best-time-wrapper .season-tag .img-collection .grid-images__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.best-time .best-time-wrapper .season-tag .img-collection .grid-images__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 420px;
  overflow: hidden;
  flex-basis: 34%;
}
.best-time .best-time-wrapper .season-tag .img-collection .grid-images__image {
  min-height: 210px;
}
.best-time .best-time-wrapper .season-tag h2 {
  font-size: 30px;
  font-weight: 500;
  font-family: "MyCustomFont", sans-serif;
  margin-left: 50px;
  margin-bottom: 18px;
  color: rgb(10, 49, 72);
}
.best-time .best-time-wrapper .season-tag p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgb(10, 49, 72);
  margin-left: 50px;
  margin-right: 50px;
}

.best-places {
  padding-top: 45px;
  padding-bottom: 45px;
}
.best-places .best-places-wrapper h1 {
  color: rgb(10, 49, 72);
  font-size: 35px;
  font-weight: 500;
  font-family: "MyCustomFont", sans-serif;
  margin-bottom: 40px;
}
.best-places .best-places-wrapper .gappery-frame {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}
.best-places .best-places-wrapper .gappery-frame .item {
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(236, 231, 231, 0.2509803922);
  border-radius: 4px !important;
}
.best-places .best-places-wrapper .gappery-frame .item .title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  padding: 20px;
  font-family: "MyCustomFont", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  transition: all 0.8s ease;
}
.best-places .best-places-wrapper .gappery-frame .item:hover .title {
  opacity: 0;
}
.best-places .best-places-wrapper .gappery-frame .item:hover .info {
  opacity: 1;
}
.best-places .best-places-wrapper .gappery-frame .item:hover .info h3,
.best-places .best-places-wrapper .gappery-frame .item:hover .info p,
.best-places .best-places-wrapper .gappery-frame .item:hover .info a {
  opacity: 1 !important;
}
.best-places .best-places-wrapper .gappery-frame .item img {
  border-radius: 4px !important;
}
.best-places .best-places-wrapper .gappery-frame .item .info {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-bottom: 42px;
  padding-left: 38px;
  padding-right: 38px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(255, 255, 255, 0.1), #000;
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  border-radius: 4px !important;
  transition: all 0.8s ease;
  z-index: 1;
}
.best-places .best-places-wrapper .gappery-frame .item .info h3 {
  font-size: 24px;
  font-weight: 500px;
  color: #fff;
  font-family: "MyCustomFont", sans-serif;
  margin-bottom: 13px;
  opacity: 0;
  transition: all 1 ease;
}
.best-places .best-places-wrapper .gappery-frame .item .info p {
  font-size: 16px;
  font-weight: 500px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 22px;
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 1s;
}
.best-places .best-places-wrapper .gappery-frame .item .info a {
  padding: 12px 22px;
  border-radius: 4px;
  background-color: rgb(211, 89, 118);
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: 2px solid transparent;
  transition: all 1.2s ease;
  display: flex;
  width: -moz-fit-content !important;
  width: fit-content !important;
  opacity: 0;
  transition-delay: 2s;
}
.best-places .best-places-wrapper .gappery-frame .up {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.best-places .best-places-wrapper .gappery-frame .up .item {
  padding: 0 !important;
  width: 313px;
  max-height: 340px;
}
.best-places .best-places-wrapper .gappery-frame .up .item img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
.best-places .best-places-wrapper .gappery-frame .up .item:first-child {
  width: 589px;
}
.best-places .best-places-wrapper .gappery-frame .up .item:first-child img {
  width: 100%;
  height: 340px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.tips {
  padding-top: 45px;
  padding-bottom: 90px;
}
.tips .tips-wrapper h1 {
  color: rgb(10, 49, 72);
  font-size: 35px;
  font-weight: 500;
  font-family: "MyCustomFont", sans-serif;
  margin-bottom: 40px;
}
.tips .tips-wrapper ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}
.tips .tips-wrapper ul li {
  max-width: 396px;
  width: 100%;
  padding: 50px 45px 60px 45px;
  border-radius: 4px;
  border: 1px solid rgb(231, 233, 233);
}
.tips .tips-wrapper ul li h2 {
  font-family: "MyCustomFont", sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: rgb(10, 49, 72);
  margin-bottom: 25px;
}
.tips .tips-wrapper ul li p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgb(10, 49, 72);
}

@media (max-width: 1322px) {
  .container-1240 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .header .container-1240 {
    padding-right: 0;
    padding-left: 0;
  }
  .header .container-1240 .header-text {
    padding-right: 35px;
    padding-left: 35px;
  }
  .carusel-first {
    overflow-x: hidden;
  }
  .carusel-first .carusel-first-wrapper {
    padding-bottom: 100px;
  }
  .carusel-first .carusel-first-wrapper .carusel-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .carusel-first .carusel-first-wrapper .carusel-header h2 {
    color: #0A3148;
    font-family: "MyCustomFont", sans-serif;
    font-size: 35px;
    font-weight: 500;
  }
  .carusel-first .carusel-first-wrapper .carusel-header a {
    padding: 12px 22px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .carusel-first .carusel-first-wrapper .carusel-header a:hover {
    border: 2px solid #D35976;
    background-color: transparent;
    color: #D35976;
  }
  .carusel-first .carusel-first-wrapper .slider-wrapper {
    position: relative;
    z-index: 1;
  }
  .carusel-first .carusel-first-wrapper .slider-wrapper .buttons {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 0;
    display: none;
  }
  .carusel-first .carusel-first-wrapper .slider-wrapper .buttons .prev-btn {
    left: -35px;
  }
  .carusel-first .carusel-first-wrapper .slider-wrapper .buttons .next-btn {
    right: -35px;
  }
  .carusel-first .carusel-first-wrapper .slider-wrapper .buttons .slider-btn {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .carusel-first .carusel-first-wrapper .slider-wrapper .slick-dots {
    margin-bottom: -40px !important;
    max-width: 77vw;
    margin-right: auto;
    margin-left: auto;
  }
  .carusel-first .carusel-first-wrapper .slider-wrapper .slick-dots li button::before {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    border: 2px solid #D35976 !important;
    content: "";
    opacity: 1 !important;
    transition: all 0.3s ease;
  }
  .carusel-first .carusel-first-wrapper .slider-wrapper .slick-dots li.slick-active button:before {
    background-color: #D35976;
  }
  .carusel-first .carusel-first-wrapper .your-slider {
    display: flex;
    width: 1270px;
    justify-content: space-between;
    justify-content: space-between !important;
  }
  .carusel-first .carusel-first-wrapper .your-slider .slide {
    width: 305px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 368px;
  }
  .carusel-first .carusel-first-wrapper .your-slider .slide .inner {
    width: 305px;
    margin-right: auto;
    margin-left: auto;
    height: 368px;
    display: flex;
    flex-direction: column;
    border: 1px solid #D8DADA;
    border-radius: 4px;
  }
  .carusel-first .carusel-first-wrapper .your-slider .slide .inner img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 285px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .carusel-first .carusel-first-wrapper .your-slider .slide .inner h3 {
    max-width: 253px;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    font-weight: 500;
    color: #404040;
    font-family: "MyCustomFont", sans-serif;
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mein-section .mein-section-wrapper .header .header-wrapper h1 {
    position: relative;
    z-index: 2;
  }
  .mein-section .mein-section-wrapper .header .header-wrapper p {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 1320px) {
  .container {
    padding-right: 80px;
    padding-left: 80px;
  }
  .main .header .header-wrapper .right .egg-img {
    width: 600px;
    height: 700px;
    top: -100px;
  }
  .experiance {
    margin-top: 128px;
    padding-bottom: 52px;
  }
  .experiance .experiance-wrapper h2 {
    font-family: "MyCustomFont", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 10px;
    color: #0A3148;
  }
  .experiance .experiance-wrapper .album-items {
    display: flex;
    flex-direction: column;
    gap: 130px;
  }
  .experiance .experiance-wrapper .odd-album {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
  }
  .experiance .experiance-wrapper .odd-album .left h1 {
    font-family: "MyCustomFont", sans-serif;
    color: #0A3148;
    font-weight: 500;
    font-size: 55px;
    margin-bottom: 25px;
  }
  .experiance .experiance-wrapper .odd-album .left p {
    font-family: "DM Sans", sans-serif;
    color: #0A3148;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 34px;
    max-width: 460px;
  }
  .experiance .experiance-wrapper .odd-album .left a {
    padding: 12px 22px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .experiance .experiance-wrapper .odd-album .left a:hover {
    border: 2px solid #D35976;
    background-color: transparent;
    color: #D35976;
  }
  .experiance .experiance-wrapper .odd-album .right .images {
    display: flex;
    width: 700px;
    position: relative;
  }
  .experiance .experiance-wrapper .odd-album .right .images img {
    width: 241px;
    height: 281px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    box-shadow: 9px 4px 8px 0px rgba(0, 0, 0, 0.2509803922);
  }
  .experiance .experiance-wrapper .odd-album .right .images img:first-child {
    left: 0;
    transform: rotateZ(-7.6deg);
  }
  .experiance .experiance-wrapper .odd-album .right .images img:nth-child(2) {
    left: 230px;
    top: -20px;
  }
  .experiance .experiance-wrapper .odd-album .right .images img:nth-child(3) {
    right: 0;
    transform: rotateZ(2deg);
  }
  .experiance .experiance-wrapper .even-album {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    gap: 20px;
  }
  .experiance .experiance-wrapper .even-album .right h1 {
    font-family: "MyCustomFont", sans-serif;
    color: #0A3148;
    font-weight: 500;
    font-size: 55px;
    margin-bottom: 25px;
  }
  .experiance .experiance-wrapper .even-album .right p {
    font-family: "DM Sans", sans-serif;
    color: #0A3148;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 34px;
    max-width: 460px;
  }
  .experiance .experiance-wrapper .even-album .right a {
    padding: 12px 22px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .experiance .experiance-wrapper .even-album .right a:hover {
    border: 2px solid #D35976;
    background-color: transparent;
    color: #D35976;
  }
  .experiance .experiance-wrapper .even-album .left .images {
    display: flex;
    width: 700px;
    position: relative;
  }
  .experiance .experiance-wrapper .even-album .left .images img {
    width: 241px;
    height: 281px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    box-shadow: 9px 4px 8px 0px rgba(0, 0, 0, 0.2509803922);
  }
  .experiance .experiance-wrapper .even-album .left .images img:first-child {
    left: 0;
    transform: rotateZ(-6.6deg);
  }
  .experiance .experiance-wrapper .even-album .left .images img:nth-child(2) {
    left: 230px;
    top: -20px;
  }
  .experiance .experiance-wrapper .even-album .left .images img:nth-child(3) {
    right: 0;
    transform: rotateZ(2deg);
  }
  .travel {
    background-color: #FCF3F5;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow-x: hidden;
  }
  .travel .travel-wrapper h2 {
    font-family: "MyCustomFont", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 41px;
    color: #0A3148;
  }
  .travel .slider-wrapper {
    position: relative;
    z-index: 1;
  }
  .travel .slider-wrapper .buttons {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    align-items: center;
    justify-content: space-between;
    z-index: 0;
  }
  .travel .slider-wrapper .buttons .p-btn {
    left: 1px;
  }
  .travel .slider-wrapper .buttons .n-btn {
    right: 1px;
  }
  .travel .slider-wrapper .buttons .slider-btn {
    background-color: transparent;
    outline: none;
    cursor: pointer;
    position: absolute !important;
    z-index: -3;
    display: flex;
    align-items: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    justify-content: center;
    border: 1px solid #D8DADA !important;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .travel .slider-wrapper .slick-dots {
    margin-bottom: -30px !important;
    width: 100vw;
    position: absolute;
    left: -80px;
    margin-right: auto;
    margin-left: auto;
    gap: 7px !important;
  }
  .travel .slider-wrapper .slick-dots li {
    gap: 7px !important;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .travel .slider-wrapper .slick-dots li button {
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    margin: 0 !important;
  }
  .travel .slider-wrapper .slick-dots li button::before {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    border: 1px solid #153146 !important;
    content: "";
    opacity: 1 !important;
    transition: all 0.3s ease;
    gap: 1px !important;
  }
  .travel .slider-wrapper .slick-dots li.slick-active button:before {
    background-color: #D35976;
    border: 1px solid #D35976 !important;
  }
  .travel .slider-wrapper .your-slider2 {
    background-color: #FCF3F5;
    width: 100%;
  }
  .travel .slider-wrapper .your-slider2 .slide2 {
    margin-right: 30px;
    width: -moz-fit-content;
    width: fit-content;
    height: 390px;
    background-color: #fff;
    border: 1px solid #D8DADA;
    border-radius: 4px;
  }
  .travel .slider-wrapper .your-slider2 .slide2 .inner {
    padding: 50px 40px;
    max-width: 390px;
    width: 390px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .travel .slider-wrapper .your-slider2 .slide2 .inner .stars {
    display: flex;
    gap: 1px;
    margin-bottom: 16px;
  }
  .travel .slider-wrapper .your-slider2 .slide2 .inner h3 {
    font-family: "DM Sans", sans-serif;
    color: #153146;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 19px;
  }
  .travel .slider-wrapper .your-slider2 .slide2 .inner p {
    font-family: "DM Sans", sans-serif;
    color: #0A3148;
    font-weight: 400;
    font-size: 16px;
  }
  .travel .slider-wrapper .your-slider2 .slide2 .inner span {
    color: #0A3148;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
  }
  .carusel-second .carusel-second-wrapper {
    padding-bottom: 85px;
    padding-top: 67px;
  }
  .carusel-second .carusel-second-wrapper .carusel-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .carusel-second .carusel-second-wrapper .carusel-header h2 {
    color: #0A3148;
    font-family: "MyCustomFont", sans-serif;
    font-size: 35px;
    font-weight: 500;
  }
  .carusel-second .carusel-second-wrapper .carusel-header a {
    padding: 12px 22px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .carusel-second .carusel-second-wrapper .carusel-header a:hover {
    border: 2px solid #D35976;
    background-color: transparent;
    color: #D35976;
  }
  .carusel-second .carusel-second-wrapper .slider-wrapper {
    position: relative;
    z-index: 1;
  }
  .carusel-second .carusel-second-wrapper .slider-wrapper .buttons {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    z-index: 0;
  }
  .carusel-second .carusel-second-wrapper .slider-wrapper .buttons .l-btn {
    left: -35px;
  }
  .carusel-second .carusel-second-wrapper .slider-wrapper .buttons .r-btn {
    right: -35px;
  }
  .carusel-second .carusel-second-wrapper .slider-wrapper .buttons .slider-btn {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .carusel-second .carusel-second-wrapper .slider-wrapper .slick-dots {
    margin-bottom: -40px !important;
  }
  .carusel-second .carusel-second-wrapper .slider-wrapper .slick-dots li button::before {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    border: 2px solid #D35976 !important;
    content: "";
    opacity: 1 !important;
    transition: all 0.3s ease;
  }
  .carusel-second .carusel-second-wrapper .slider-wrapper .slick-dots li.slick-active button:before {
    background-color: #D35976;
  }
  .carusel-second .carusel-second-wrapper .your-slider3 {
    justify-content: space-between;
    justify-content: space-between !important;
  }
  .carusel-second .carusel-second-wrapper .your-slider3 .slide3 {
    width: 305px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    display: flex;
  }
  .carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner {
    width: 305px !important;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
  }
  .carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner .main-img {
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner .info-slide {
    padding: 23px 23px 31px 23px;
    border-right: 1px solid #D8DADA;
    border-bottom: 1px solid #D8DADA;
    border-left: 1px solid #D8DADA;
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  .carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner .info-slide .tags {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
  }
  .carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner .info-slide .tags span {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    margin-right: 18px;
  }
  .carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner .info-slide .tags .icon {
    width: 16px;
    margin-right: 10px;
  }
  .carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner .info-slide h3 {
    font-size: 24px;
    font-weight: 500;
    color: #404040;
    font-family: "MyCustomFont", sans-serif;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
  }
  .carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner .info-slide p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
  }
}
@media (max-width: 1180px) {
  .main .header .header-wrapper .right .egg-img {
    width: 600px;
    height: 700px;
    top: -100px;
    border-radius: 46% 57% 59% 35%/70% 66% 34% 33%;
  }
  .main .header .header-wrapper .left h1 {
    font-family: "MyCustomFont", sans-serif;
    font-weight: 500;
    font-size: 45px;
    max-width: 440px;
    margin-top: 156px;
    color: #fff;
    margin-bottom: 50px;
  }
  .main .header .header-wrapper .left input {
    height: 50px;
    max-width: 450px;
    width: 100%;
    border-radius: 4px;
    border: none;
    outline: none;
  }
  .experiance {
    margin-top: 70px;
  }
  .experiance .experiance-wrapper h2 {
    font-family: "MyCustomFont", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 10px;
    color: #0A3148;
  }
  .experiance .experiance-wrapper .album-items {
    padding-top: 70px;
    border-top: 1px solid #D35976;
    display: flex;
    flex-direction: column;
    gap: 130px;
  }
  .experiance .experiance-wrapper .odd-album {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    flex-direction: column-reverse;
    margin-bottom: 0px;
    height: 700px;
  }
  .experiance .experiance-wrapper .odd-album .left h1 {
    font-family: "MyCustomFont", sans-serif;
    color: #0A3148;
    font-weight: 500;
    font-size: 55px;
    margin-bottom: 25px;
  }
  .experiance .experiance-wrapper .odd-album .left p {
    font-family: "DM Sans", sans-serif;
    color: #0A3148;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 34px;
    max-width: 460px;
  }
  .experiance .experiance-wrapper .odd-album .left a {
    padding: 12px 22px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .experiance .experiance-wrapper .odd-album .left a:hover {
    border: 2px solid #D35976;
    background-color: transparent;
    color: #D35976;
  }
  .experiance .experiance-wrapper .odd-album .right {
    display: flex;
  }
  .experiance .experiance-wrapper .odd-album .right .images {
    display: flex;
    width: 700px;
    position: relative;
  }
  .experiance .experiance-wrapper .odd-album .right .images img {
    width: 241px;
    height: 281px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    box-shadow: 9px 4px 8px 0px rgba(0, 0, 0, 0.2509803922);
  }
  .experiance .experiance-wrapper .odd-album .right .images img:first-child {
    left: 0;
    transform: rotateZ(-7.6deg);
  }
  .experiance .experiance-wrapper .odd-album .right .images img:nth-child(2) {
    left: 230px;
    top: -20px;
  }
  .experiance .experiance-wrapper .odd-album .right .images img:nth-child(3) {
    right: 0;
    transform: rotateZ(2deg);
  }
  .experiance .experiance-wrapper .even-album {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    gap: 20px;
    height: 700px;
    flex-direction: column;
  }
  .experiance .experiance-wrapper .even-album .right h1 {
    font-family: "MyCustomFont", sans-serif;
    color: #0A3148;
    font-weight: 500;
    font-size: 55px;
    margin-bottom: 25px;
  }
  .experiance .experiance-wrapper .even-album .right p {
    font-family: "DM Sans", sans-serif;
    color: #0A3148;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 34px;
    max-width: 460px;
  }
  .experiance .experiance-wrapper .even-album .right a {
    padding: 12px 22px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .experiance .experiance-wrapper .even-album .right a:hover {
    border: 2px solid #D35976;
    background-color: transparent;
    color: #D35976;
  }
  .experiance .experiance-wrapper .even-album .left .images {
    display: flex;
    width: 700px;
    position: relative;
  }
  .experiance .experiance-wrapper .even-album .left .images img {
    width: 241px;
    height: 281px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    box-shadow: 9px 4px 8px 0px rgba(0, 0, 0, 0.2509803922);
  }
  .experiance .experiance-wrapper .even-album .left .images img:first-child {
    left: 0;
    transform: rotateZ(-6.6deg);
  }
  .experiance .experiance-wrapper .even-album .left .images img:nth-child(2) {
    left: 230px;
    top: -20px;
  }
  .experiance .experiance-wrapper .even-album .left .images img:nth-child(3) {
    right: 0;
    transform: rotateZ(2deg);
  }
}
@media (max-width: 1100px) {
  #aboutA .dropdown-about {
    display: none !important;
  }
  #menuE .dropdown-experiance {
    display: none !important;
  }
  #destinations .dropdown-destenation {
    display: none !important;
  }
  .main .navbar {
    height: 126px;
    background-color: #0A3148 !important;
  }
  .main .navbar .navbar-wrapper {
    display: flex;
  }
  .main .navbar .navbar-wrapper .logo-side {
    display: flex;
    align-items: center;
  }
  .main .navbar .navbar-wrapper .logo-side img {
    width: 126px;
    height: 67px;
    transition: all 0.5s ease;
  }
  .main .navbar .navbar-wrapper .logo-side ul {
    display: flex;
    margin-left: 0px;
    position: fixed;
    background-color: #fff;
    flex-direction: column;
    align-items: start;
    padding-top: 155px;
    z-index: 10;
    gap: 40px;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow-y: scroll;
    padding-bottom: 50px; /* Height set to 70% of the viewport height */
    width: 100vw; /* Width set to 100% of the viewport width */
    transition: all 0.3s ease;
    background-image: url(../img/png.png);
  }
  .main .navbar .navbar-wrapper .logo-side ul .exit {
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 3;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #fff;
  }
  .main .navbar .navbar-wrapper .logo-side ul .exit .close-btn {
    display: block;
    position: relative;
    margin-right: 32px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    z-index: 10;
  }
  .main .navbar .navbar-wrapper .logo-side ul .exit .back {
    display: block;
    position: relative;
    left: 32px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    color: rgb(194, 203, 209);
    transition: all 0.3s ease;
  }
  .main .navbar .navbar-wrapper .logo-side ul .exit .gray {
    color: rgb(10, 49, 72);
  }
  .main .navbar .navbar-wrapper .logo-side ul .box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    height: 46px;
    position: relative;
  }
  .main .navbar .navbar-wrapper .logo-side ul .box img {
    width: 31px;
    position: absolute;
    top: -10px;
    right: 35px;
  }
  .main .navbar .navbar-wrapper .logo-side ul .box input {
    width: 100%;
    height: 46px;
    border-right: none;
    border-top: none;
    border-left: none;
    outline: none;
    border-bottom: 2px solid rgb(10, 49, 72) !important;
    color: rgb(10, 49, 72);
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none; /* For Firefox */
    appearance: none; /* Standard property */
    border-radius: 0;
  }
  .main .navbar .navbar-wrapper .logo-side ul .box input::-moz-placeholder {
    color: rgb(10, 49, 72);
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
  }
  .main .navbar .navbar-wrapper .logo-side ul .box input::placeholder {
    color: rgb(10, 49, 72);
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
  }
  .main .navbar .navbar-wrapper .logo-side ul .home {
    display: flex;
  }
  .main .navbar .navbar-wrapper .logo-side ul .dropdown-destenation {
    display: none;
  }
  .main .navbar .navbar-wrapper .logo-side ul li {
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-right: none;
  }
  .main .navbar .navbar-wrapper .logo-side ul li:last-child {
    border: none;
  }
  .main .navbar .navbar-wrapper .logo-side ul li .inner-menu-a {
    position: fixed;
    padding-top: 0;
    top: 105px;
    padding-top: 50px;
    height: 88%;
    padding-bottom: 70px; /* Height set to 70% of the viewport height */
    width: 100vw; /* Width set to 100% of the viewport width */
    padding-left: 32px;
    margin-left: 0;
    bottom: 0;
    left: -100%;
    background-color: #fff;
    z-index: 5;
    display: flex;
    flex-direction: column;
    overflow-y: scroll !important; /* Enables vertical scrolling if content overflows */
    transition: all 0.3s ease;
  }
  .main .navbar .navbar-wrapper .logo-side ul li .inner-menu-a .box {
    padding-left: 0 !important;
    margin-bottom: 20px;
  }
  .main .navbar .navbar-wrapper .logo-side ul li .inner-menu-a div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 32px;
  }
  .main .navbar .navbar-wrapper .logo-side ul li .inner-menu-a a {
    color: #000 !important;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
  }
  .main .navbar .navbar-wrapper .logo-side ul li .inner-menu-a .log-btn-i {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 120px !important;
    margin-top: 50px;
    bottom: 0;
    align-items: start;
    background-color: #fff;
  }
  .main .navbar .navbar-wrapper .logo-side ul li .inner-menu-a .log-btn-i h1 {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(10, 49, 72);
  }
  .main .navbar .navbar-wrapper .logo-side ul li .inner-menu-a .log-btn-i h1 a {
    font-family: "DM Sans", sans-serif !important;
    font-size: 20px;
    color: rgb(10, 49, 72) !important;
    font-weight: 700;
  }
  .main .navbar .navbar-wrapper .logo-side ul li .inner-menu-a .log-btn-i .login {
    color: #fff !important;
    padding: 15px 28px;
  }
  .main .navbar .navbar-wrapper .logo-side ul li .inner-on {
    left: 0;
  }
  .main .navbar .navbar-wrapper .logo-side ul li .go {
    width: 31px;
    display: block;
  }
  .main .navbar .navbar-wrapper .logo-side ul li a {
    font-family: "MyCustomFont", sans-serif;
    color: rgb(10, 49, 72);
    font-weight: 500;
    font-size: 35px;
    pointer-events: none;
  }
  .main .navbar .navbar-wrapper .logo-side ul li .login {
    display: flex;
    padding: 10px 8px;
    border-radius: 4px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    background-color: #D35976;
    margin-left: 0px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
  }
  .main .navbar .navbar-wrapper .logo-side ul li .login:hover {
    border: 2px solid #D35976;
    color: #D35976;
    background-color: transparent;
  }
  .main .navbar .navbar-wrapper .logo-side ul .log-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 120px !important;
    margin-top: 50px;
    bottom: 0;
    align-items: start;
    background-color: #fff;
  }
  .main .navbar .navbar-wrapper .logo-side ul .log-btn h1 {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(10, 49, 72);
  }
  .main .navbar .navbar-wrapper .logo-side ul .log-btn h1 a {
    font-family: "DM Sans", sans-serif !important;
    font-size: 20px;
    color: rgb(10, 49, 72);
    font-weight: 700;
  }
.main .navbar .navbar-wrapper .logo-side ul .log-btn #number {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: rgb(10, 49, 72);
}
.main .navbar .navbar-wrapper .logo-side ul .log-btn #number a {
  color: inherit;
  text-decoration: none;
  font: inherit;
  pointer-events: all;
  cursor: pointer;
}
  .main .navbar .navbar-wrapper .logo-side ul .log-btn .login {
    color: #fff !important;
    padding: 15px 28px;
  }
  .main .navbar .navbar-wrapper .logo-side .scroll-none {
    overflow-y: hidden !important;
    padding-bottom: 0px; /* Height set to 70% of the viewport height */
    width: 100vw; /* Width set to 100% of the viewport width */
  }
  .main .navbar .navbar-wrapper .logo-side .active {
    left: 0;
  }
  .main .navbar .navbar-wrapper .contact-side span img {
    width: 62px;
    margin-top: 10px;
  }
  .main .navbar .navbar-wrapper .contact-side .number {
    display: none;
  }
  .main .navbar .navbar-wrapper .contact-side a {
    display: none;
  }
  .main .navbar .navbar-wrapper .contact-side .menu-btn {
    display: block;
    cursor: pointer;
  }
  .main .sticky {
    background-color: rgba(10, 49, 72, 0.9);
    height: 120px;
    top: 0;
    left: 0;
    padding-top: 0;
    display: flex;
    width: 100% !important;
    align-items: center;
    transition: all 0.5s ease;
  }
  .main .sticky .navbar-wrapper {
    width: 100%;
  }
  .main .sticky .navbar-wrapper .logo-side img {
    width: 126px;
    height: 67px;
    transition: all 0.5s ease;
  }
  .main .sticky .navbar-wrapper .contact-side span {
    color: #fff;
    transition: all 0.5s ease;
  }
  .main .header {
    margin-top: 110px;
  }
  .main .header .header-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .main .header .header-wrapper .right .egg-img {
    z-index: 0;
    width: 400px;
    height: 500px;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: flex;
    justify-content: center;
    top: 30px;
    overflow: hidden;
  }
  .main .header .header-wrapper .right .egg-img img {
    transform: rotate(180deg) scale(1.2);
  }
  .main .header .header-wrapper .right span {
    position: absolute;
    right: 214px;
    bottom: 197px;
  }
  .main .header .header-wrapper .right span img {
    width: 106px !important;
    position: absolute;
  }
  .main .header .header-wrapper .left h1 {
    font-family: "MyCustomFont", sans-serif;
    font-weight: 500;
    max-width: 540px;
    margin-top: 156px;
    color: #fff;
    margin-bottom: 50px;
    position: relative;
    z-index: 3;
  }
  .main .header .header-wrapper .left input {
    height: 50px;
    max-width: 450px;
    width: 100%;
    border-radius: 4px;
    border: none;
    outline: none;
    position: relative;
    z-index: 3;
  }
  .main .collection {
    margin-top: -200px;
  }
  .main .collection h3 {
    font-family: "MyCustomFont", sans-serif;
    font-size: 35px;
    font-weight: 500;
    max-width: 340px;
    margin-top: 57px;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    z-index: 3;
  }
  footer {
    background-color: #0A3148;
  }
  footer .footer-wrapper {
    padding-top: 84px;
    padding-bottom: 100px;
    position: relative;
    z-index: 3;
  }
  footer .footer-wrapper .footer-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .footer-wrapper .footer-list .list-item {
    min-width: 142px;
    margin-bottom: 30px;
  }
  footer .footer-wrapper .footer-list .list-item p {
    max-width: 150px;
    margin-top: 36px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
  }
  footer .footer-wrapper .footer-list .list-item h3 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-bottom: 21px;
  }
  footer .footer-wrapper .footer-list .list-item .nav-list {
    padding-top: 24px;
    border-top: 1px solid #D35976;
  }
  footer .footer-wrapper .footer-list .list-item .nav-list a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 12px;
    display: inline-block;
  }
  footer .footer-wrapper .social-media {
    margin-top: 128px;
    display: flex;
    gap: 20px;
    margin-bottom: 27px;
  }
  footer .footer-wrapper .auther {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer .footer-wrapper .auther p {
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    color: #fff;
  }
}
@media (max-width: 928px) {
  .itinerary {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .itinerary .itinerary-wrapper h1 {
    font-size: 30px;
    font-family: "MyCustomFont", sans-serif;
    font-weight: 500;
    color: rgb(10, 49, 72);
    margin-bottom: 30px;
  }
  .itinerary .itinerary-wrapper .seasons {
    margin-bottom: 35px;
    display: flex;
    gap: 12px;
  }
  .itinerary .itinerary-wrapper .seasons span {
    display: block;
    font-size: 14px;
    padding: 10px 12px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    color: rgb(21, 49, 70);
    border: 1px solid rgb(216, 218, 218);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .itinerary .itinerary-wrapper .seasons span:hover {
    background-color: rgb(21, 49, 70);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(21, 49, 70);
  }
  .itinerary .itinerary-wrapper .seasons .active {
    background-color: rgb(21, 49, 70);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(21, 49, 70);
  }
  .itinerary .itinerary-wrapper .arrive {
    border: 1px solid rgba(174, 180, 180, 0.3);
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    justify-content: center;
  }
  .itinerary .itinerary-wrapper .arrive img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .itinerary .itinerary-wrapper .arrive .info {
    padding: 30px;
  }
  .itinerary .itinerary-wrapper .arrive .info h2 {
    color: rgb(10, 49, 72);
    font-weight: 500;
    font-size: 25px;
    font-family: "MyCustomFont", sans-serif;
    margin-bottom: 19px;
  }
  .itinerary .itinerary-wrapper .arrive .info p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgb(10, 49, 72);
    margin-bottom: 12px;
  }
  .discoverr {
    padding-bottom: 50px;
  }
  .discoverr .icon-titles {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 50px 0 25px;
  }
  .discoverr .discoverr__h2 {
    font-family: "MyCustomFont", sans-serif;
    font-weight: 500;
    font-size: 45px;
    color: #0A3148;
    line-height: 1.3;
  }
  .discoverr .check-btn {
    display: flex;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    background-color: #c56177;
    transition: all 0.3s ease;
    border-radius: 4px;
    overflow: hidden;
  }
  .discoverr .check-btn:hover {
    border: 1px solid rgb(197, 97, 119);
    background-color: rgb(255, 255, 255);
    color: rgb(197, 97, 119);
  }
  .discoverr .icon-titles__item {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .discoverr .icon-titles__text {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: #0A3148;
    font-weight: 400;
    width: auto;
  }
  .discoverr .discoverr__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 55px;
    flex-wrap: wrap;
  }
  .discoverr .highs {
    flex-basis: 100%;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    justify-content: flex-start;
    min-height: 355px;
    padding-bottom: 55px !important;
  }
  .discoverr .highs__box {
    max-width: 620px;
    width: 100%;
  }
  .discoverr .highs__h4 {
    font-family: "MyCustomFont", sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #0A3148;
  }
  .discoverr .highs__nav {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 12px;
  }
  .discoverr .highs__title,
  .discoverr .highs__nums {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    color: #0A3148;
    font-weight: 400;
  }
  .discoverr .highs__stars {
    display: flex;
    align-items: center;
  }
  .discoverr .highs__list {
    width: 100% !important;
    margin-top: 24px;
  }
  .discoverr .highs__item {
    padding-left: 17px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: #0A3148;
    font-weight: 400;
    max-width: 100%;
    margin-bottom: 10px;
    position: relative;
  }
  .discoverr .highs__item::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #0A3148;
    position: absolute;
    border-radius: 100%;
    top: 10px;
    left: 0;
  }
  .discoverr .price-check {
    flex-basis: 100%;
    padding: 45px 35px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
  }
  .discoverr .price-check__header {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: #0A3148;
    font-weight: 400;
  }
  .discoverr .price-check__price {
    font-weight: 700;
    font-size: 25px;
  }
  .discoverr .price-check__main {
    margin: 32px 0 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
  }
  .discoverr .price-check__line {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 18px;
    padding-left: 18px;
  }
  .discoverr .price-check__line:last-child {
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .discoverr .price-check__h5 {
    display: block;
    margin-bottom: 3px;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    color: #0A3148;
    font-weight: 700;
  }
  .discoverr .price-check__footer {
    background-color: transparent;
  }
  .discoverr .price-check__value {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: #0A3148;
    font-weight: 400;
  }
  .discoverr .accom-nav {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 35px 0;
  }
  .discoverr .day__btn {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #D8DADA;
    padding: 2px 20px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #0A3148;
    cursor: pointer;
  }
  .discoverr .day__btn.active {
    background-color: #0A3148;
    color: #fff;
  }
  .filter-main {
    padding-bottom: 130px;
    height: 700px;
  }
  .tips {
    padding-top: 5px;
    padding-bottom: 340px;
    overflow-x: hidden;
  }
  .tips .tips-wrapper h1 {
    color: rgb(10, 49, 72);
    font-size: 35px;
    font-weight: 500;
    font-family: "MyCustomFont", sans-serif;
    margin-bottom: 40px;
  }
  .tips .tips-wrapper ul {
    display: flex;
    position: absolute;
    margin-top: 25px;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 15px;
    width: 100vw !important;
    left: 0;
    padding-left: 35px;
    padding-right: 35px;
    scrollbar-width: none;
    overflow-x: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none;
  }
  .tips .tips-wrapper ul::-webkit-scrollbar {
    width: 0.5rem; /* You can adjust this width to make it extremely narrow, effectively hiding it */
  }
  .tips .tips-wrapper ul::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  .tips .tips-wrapper ul li {
    max-width: 306px !important;
    width: 306px !important;
    flex: 0 0 auto; /* Non-growing, non-shrinking with auto basis */
    display: flex;
    flex-direction: column;
    padding: 30px 30px 30px 30px;
    border-radius: 4px;
    border: 1px solid rgb(231, 233, 233);
  }
  .tips .tips-wrapper ul li h2 {
    font-family: "MyCustomFont", sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: rgb(10, 49, 72);
    margin-bottom: 15px;
  }
  .tips .tips-wrapper ul li p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgb(10, 49, 72);
  }
  .experiences {
    overflow: hidden;
  }
  .experiences .experiences-wrapper .experiences-list {
    display: block;
  }
  .experiences .experiences-wrapper .slider-wrapper {
    display: block;
    width: 100vw;
    position: relative;
    z-index: 1;
    margin-top: 30px;
  }
  .experiences .experiences-wrapper .slider-wrapper .buttons {
    display: none;
  }
  .experiences .experiences-wrapper .slider-wrapper .slick-dots {
    margin-bottom: -30px !important;
    position: absolute;
    width: 100vw;
    left: -35px;
    margin-right: auto;
    margin-left: auto;
    gap: 7px !important;
  }
  .experiences .experiences-wrapper .slider-wrapper .slick-dots li {
    gap: 7px !important;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .experiences .experiences-wrapper .slider-wrapper .slick-dots li button {
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    margin: 0 !important;
  }
  .experiences .experiences-wrapper .slider-wrapper .slick-dots li button::before {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    border: 1px solid #153146 !important;
    content: "";
    opacity: 1 !important;
    transition: all 0.3s ease;
    gap: 1px !important;
  }
  .experiences .experiences-wrapper .slider-wrapper .slick-dots li.slick-active button:before {
    background-color: #D35976;
    border: 1px solid #D35976 !important;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 {
    width: 1600px;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 {
    max-width: 395px !important;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    border: 1px solid #D8DADA;
    border-radius: 4px;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner {
    width: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    background-color: rgb(255, 255, 255);
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .sale {
    display: flex;
    position: absolute;
    top: 20px;
    left: 20px;
    gap: 13px;
    pointer-events: none;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .sale span {
    padding: 6px 12px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 13px;
    border-radius: 4px;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .sale .pop {
    color: rgb(197, 97, 119);
    background-color: rgb(255, 255, 255);
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .sale .name {
    color: rgb(255, 255, 255);
    background-color: rgb(21, 49, 70);
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .sale .amount {
    color: rgb(255, 255, 255);
    background-color: rgb(211, 89, 118);
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-img {
    width: 100%;
    height: 216px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info {
    padding: 30px 30px 35px 30px;
    transform: translateY(0px);
    border-bottom: 1px solid rgb(231, 233, 233);
    border-left: 1px solid rgb(231, 233, 233);
    border-right: 1px solid rgb(231, 233, 233);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: rgb(21, 49, 70);
    margin-bottom: 10px;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info .additional-in {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info .additional-in span {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgb(21, 49, 70);
    margin-right: 19px;
    display: flex;
    align-items: center;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info .additional-in span img {
    margin-right: 9px;
    height: 16.5px;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info ul {
    display: flex;
    flex-direction: column;
    list-style: disc !important;
    padding-bottom: 31px;
    border-bottom: 1px solid #E6E6E6;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info ul li {
    display: flex;
    align-items: center;
    color: rgb(21, 49, 70);
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 4px;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    display: flex;
    margin-right: 11px;
    border-radius: 50%;
    background-color: rgb(21, 49, 70);
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info .price {
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 19px;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info .price h4 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgb(21, 49, 70);
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info .price .current-price {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info .price .current-price .discount {
    color: rgb(159, 159, 159);
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-decoration: line-through;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info .price .current-price .current {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: rgb(197, 97, 119);
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info .price .current-price .no-discount {
    color: rgb(21, 49, 70);
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info a {
    display: flex;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: rgb(255, 255, 255);
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    background-color: rgb(197, 97, 119);
    transition: all 0.3s ease;
    border-radius: 4px;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info a:hover {
    border: 1px solid rgb(197, 97, 119);
    background-color: rgb(255, 255, 255);
    color: rgb(197, 97, 119);
  }
  .mein-section {
    position: relative;
    min-height: auto;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    background-color: rgb(21, 49, 70);
  }
  .mein-section .mein-section-wrapper nav {
    background-color: transparent;
    position: relative;
    z-index: 2;
    margin-top: 25px;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side {
    display: flex;
    align-items: center;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side img {
    width: 107px;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side ul {
    display: flex;
    gap: 47px;
    margin-left: 49px;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side ul li a {
    font-family: "DM Sans", sans-serif;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .contact-side {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .contact-side .search {
    border: 1px solid rgb(255, 255, 255);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .contact-side .tel {
    display: none;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .contact-side .login {
    display: none;
  }
  .mein-section .mein-section-wrapper .header {
    position: relative;
  }
  .mein-section .mein-section-wrapper .header .header-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .mein-section .mein-section-wrapper .header .header-wrapper .header-text {
    margin-top: 200px;
    padding-bottom: 45px;
    padding-right: 35px;
    padding-left: 35px;
    position: relative;
    z-index: 2;
  }
  .mein-section .mein-section-wrapper .header .header-wrapper h1 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 13px;
    margin-top: 60px;
  }
  .mein-section .mein-section-wrapper .header .header-wrapper p {
    font-size: 14px;
  }
  .mein-section .mein-section-wrapper .header .header-wrapper .main-img {
    position: absolute;
    max-width: 100%;
    width: 100%;
    top: 30px;
    height: 100%;
    right: 0;
    border-radius: 100% 0% 100% 0%/0% 100% 0% 100%;
    height: 193px;
  }
  .mein-section .mein-section-wrapper .header .header-wrapper .main-img .loca {
    display: flex;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .mein-section .mein-section-wrapper .header .header-wrapper .main-img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 790px) {
  .best-places {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .best-places .best-places-wrapper h1 {
    color: rgb(10, 49, 72);
    font-size: 35px;
    font-weight: 500;
    font-family: "MyCustomFont", sans-serif;
    margin-bottom: 40px;
  }
  .best-places .best-places-wrapper h2 {
    font-family: "MyCustomFont", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #0A3148;
    margin-bottom: 15px;
    max-width: 320px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .best-places .best-places-wrapper .gappery-frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 19px;
    padding-bottom: 8px;
    justify-content: center;
  }
  .best-places .best-places-wrapper .gappery-frame .item {
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(236, 231, 231, 0.2509803922);
    border-radius: 4px !important;
  }
  .best-places .best-places-wrapper .gappery-frame .item .title {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 20px;
    font-family: "MyCustomFont", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: all 0.8s ease;
  }
  .best-places .best-places-wrapper .gappery-frame .item:hover .title {
    opacity: 0;
  }
  .best-places .best-places-wrapper .gappery-frame .item:hover .info {
    opacity: 1;
    pointer-events: fill;
  }
  .best-places .best-places-wrapper .gappery-frame .item:hover .info h3,
  .best-places .best-places-wrapper .gappery-frame .item:hover .info p,
  .best-places .best-places-wrapper .gappery-frame .item:hover .info a {
    opacity: 1 !important;
  }
  .best-places .best-places-wrapper .gappery-frame .item img {
    border-radius: 4px !important;
  }
  .best-places .best-places-wrapper .gappery-frame .item .info {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 22px;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(255, 255, 255, 0.1), #000;
    -webkit-backdrop-filter: blur(0.5rem);
            backdrop-filter: blur(0.5rem);
    border-radius: 4px !important;
    transition: all 0.8s ease;
    z-index: 1;
    pointer-events: none;
  }
  .best-places .best-places-wrapper .gappery-frame .item .info h3 {
    font-size: 18px;
    font-weight: 500px;
    color: #fff;
    font-family: "MyCustomFont", sans-serif;
    margin-bottom: 13px;
    opacity: 0;
    transition: all 1 ease;
  }
  .best-places .best-places-wrapper .gappery-frame .item .info p {
    font-size: 12px;
    font-weight: 500px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 22px;
    opacity: 0;
    transition: all 1s ease;
    transition-delay: 1s;
  }
  .best-places .best-places-wrapper .gappery-frame .item .info a {
    padding: 5px 9px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid transparent;
    transition: all 1.2s ease;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
    opacity: 0;
    transition-delay: 2s;
  }
  .best-places .best-places-wrapper .gappery-frame .up {
    display: flex;
    gap: 19px;
    flex-wrap: wrap;
  }
  .best-places .best-places-wrapper .gappery-frame .up .item {
    padding: 0 !important;
    width: 200px;
    max-height: 330px;
  }
  .best-places .best-places-wrapper .gappery-frame .up .item img {
    width: 100%;
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .best-places .best-places-wrapper .gappery-frame .up .item:first-child {
    width: 419px;
  }
  .best-places .best-places-wrapper .gappery-frame .up .item:first-child img {
    width: 100%;
    height: 230px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery {
    margin-top: 3px;
  }
  .gallery .gallery-wrapper h2 {
    font-family: "MyCustomFont", sans-serif;
    font-size: 22 px;
    font-weight: 500;
    color: #0A3148;
    margin-bottom: 15px;
    max-width: 320px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .gallery .gallery-wrapper .gappery-frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 19px;
    padding-bottom: 98px;
    justify-content: center;
  }
  .gallery .gallery-wrapper .gappery-frame .item {
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(236, 231, 231, 0.2509803922);
    border-radius: 4px !important;
  }
  .gallery .gallery-wrapper .gappery-frame .item .title {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 20px;
    font-family: "MyCustomFont", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: all 0.8s ease;
  }
  .gallery .gallery-wrapper .gappery-frame .item:hover .title {
    opacity: 0;
  }
  .gallery .gallery-wrapper .gappery-frame .item:hover .info {
    opacity: 1;
    pointer-events: fill;
  }
  .gallery .gallery-wrapper .gappery-frame .item:hover .info h3, .gallery .gallery-wrapper .gappery-frame .item:hover .info p, .gallery .gallery-wrapper .gappery-frame .item:hover .info a {
    opacity: 1 !important;
  }
  .gallery .gallery-wrapper .gappery-frame .item img {
    border-radius: 4px !important;
  }
  .gallery .gallery-wrapper .gappery-frame .item .info {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 22px;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(255, 255, 255, 0.1), #000;
    -webkit-backdrop-filter: blur(0.5rem);
            backdrop-filter: blur(0.5rem);
    border-radius: 4px !important;
    transition: all 0.8s ease;
    z-index: 1;
    pointer-events: none;
  }
  .gallery .gallery-wrapper .gappery-frame .item .info h3 {
    font-size: 18px;
    font-weight: 500px;
    color: #fff;
    font-family: "MyCustomFont", sans-serif;
    margin-bottom: 13px;
    opacity: 0;
    transition: all 1 ease;
  }
  .gallery .gallery-wrapper .gappery-frame .item .info p {
    font-size: 12px;
    font-weight: 500px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 22px;
    opacity: 0;
    transition: all 1s ease;
    transition-delay: 1s;
  }
  .gallery .gallery-wrapper .gappery-frame .item .info a {
    padding: 5px 9px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid transparent;
    transition: all 1.2s ease;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
    opacity: 0;
    transition-delay: 2s;
  }
  .gallery .gallery-wrapper .gappery-frame .up {
    display: flex;
    gap: 19px;
    flex-wrap: wrap;
  }
  .gallery .gallery-wrapper .gappery-frame .up .item {
    padding: 0 !important;
    width: 200px;
    max-height: 330px;
  }
  .gallery .gallery-wrapper .gappery-frame .up .item img {
    width: 100%;
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery .gallery-wrapper .gappery-frame .up .item:first-child {
    width: 419px;
  }
  .gallery .gallery-wrapper .gappery-frame .up .item:first-child img {
    width: 100%;
    height: 230px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery .gallery-wrapper .gappery-frame .bottom {
    display: flex;
    gap: 19px;
    flex-wrap: wrap;
  }
  .gallery .gallery-wrapper .gappery-frame .bottom .item {
    width: 200px;
    max-height: 230px;
    gap: 19px;
  }
  .gallery .gallery-wrapper .gappery-frame .bottom .item img {
    width: 100%;
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery .gallery-wrapper .gappery-frame .bottom .item:last-child {
    width: 419px;
  }
  .gallery .gallery-wrapper .gappery-frame .bottom .item:last-child img {
    width: 100%;
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .experiance {
    margin-top: 70px;
  }
  .experiance .experiance-wrapper h2 {
    font-family: "MyCustomFont", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 10px;
    color: #0A3148;
  }
  .experiance .experiance-wrapper .album-items {
    padding-top: 70px;
    border-top: 1px solid #D35976;
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .experiance .experiance-wrapper .odd-album {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    flex-direction: column-reverse;
    margin-bottom: 0px;
    height: 550px;
  }
  .experiance .experiance-wrapper .odd-album .left h1 {
    font-family: "MyCustomFont", sans-serif;
    color: #0A3148;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 25px;
  }
  .experiance .experiance-wrapper .odd-album .left p {
    font-family: "DM Sans", sans-serif;
    color: #0A3148;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 34px;
    max-width: 460px;
  }
  .experiance .experiance-wrapper .odd-album .left a {
    padding: 12px 22px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .experiance .experiance-wrapper .odd-album .left a:hover {
    border: 2px solid #D35976;
    background-color: transparent;
    color: #D35976;
  }
  .experiance .experiance-wrapper .odd-album .right {
    display: flex;
  }
  .experiance .experiance-wrapper .odd-album .right .images {
    display: flex;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .experiance .experiance-wrapper .odd-album .right .images img {
    width: 200px;
    height: 201px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    box-shadow: 9px 4px 8px 0px rgba(0, 0, 0, 0.2509803922);
  }
  .experiance .experiance-wrapper .odd-album .right .images img:first-child {
    left: 0;
    transform: rotateZ(-7.6deg);
  }
  .experiance .experiance-wrapper .odd-album .right .images img:nth-child(2) {
    left: 139px;
    top: -20px;
  }
  .experiance .experiance-wrapper .odd-album .right .images img:nth-child(3) {
    right: 0;
    transform: rotateZ(2deg);
  }
  .experiance .experiance-wrapper .even-album {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    gap: 20px;
    height: 550px;
    flex-direction: column;
  }
  .experiance .experiance-wrapper .even-album .right h1 {
    font-family: "MyCustomFont", sans-serif;
    color: #0A3148;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 25px;
  }
  .experiance .experiance-wrapper .even-album .right p {
    font-family: "DM Sans", sans-serif;
    color: #0A3148;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 34px;
    max-width: 460px;
  }
  .experiance .experiance-wrapper .even-album .right a {
    padding: 12px 22px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .experiance .experiance-wrapper .even-album .right a:hover {
    border: 2px solid #D35976;
    background-color: transparent;
    color: #D35976;
  }
  .experiance .experiance-wrapper .even-album .left {
    display: flex;
  }
  .experiance .experiance-wrapper .even-album .left .images {
    display: flex;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .experiance .experiance-wrapper .even-album .left .images img {
    width: 201px;
    height: 201px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    box-shadow: 9px 4px 8px 0px rgba(0, 0, 0, 0.2509803922);
  }
  .experiance .experiance-wrapper .even-album .left .images img:first-child {
    left: 0;
    transform: rotateZ(-6.6deg);
  }
  .experiance .experiance-wrapper .even-album .left .images img:nth-child(2) {
    left: 139px;
    top: -20px;
  }
  .experiance .experiance-wrapper .even-album .left .images img:nth-child(3) {
    right: 0;
    transform: rotateZ(2deg);
  }
}
@media (max-width: 674px) {
  .sticy-nav .sticynav-wrapper ul {
    padding-left: 25px;
    padding-right: 25px;
  }
  .tips {
    padding-top: 5px;
    padding-bottom: 340px;
    overflow-x: hidden;
  }
  .tips .tips-wrapper h1 {
    color: rgb(10, 49, 72);
    font-size: 25px;
    font-weight: 500;
    font-family: "MyCustomFont", sans-serif;
    margin-bottom: 25px;
  }
  .tips .tips-wrapper ul {
    display: flex;
    position: absolute;
    margin-top: 25px;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 15px;
    width: 100vw !important;
    left: 0;
    padding-left: 25px;
    padding-right: 25px;
    scrollbar-width: none;
    overflow-x: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none;
  }
  .tips .tips-wrapper ul::-webkit-scrollbar {
    width: 0.5rem; /* You can adjust this width to make it extremely narrow, effectively hiding it */
  }
  .tips .tips-wrapper ul::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  .tips .tips-wrapper ul li {
    max-width: 306px !important;
    width: 306px !important;
    flex: 0 0 auto; /* Non-growing, non-shrinking with auto basis */
    display: flex;
    flex-direction: column;
    padding: 30px 30px 30px 30px;
    border-radius: 4px;
    border: 1px solid rgb(231, 233, 233);
  }
  .tips .tips-wrapper ul li h2 {
    font-family: "MyCustomFont", sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: rgb(10, 49, 72);
    margin-bottom: 15px;
  }
  .tips .tips-wrapper ul li p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgb(10, 49, 72);
  }
  .best-places {
    padding-top: 5px;
  }
  .best-places .best-places-wrapper h1 {
    font-size: 25px;
  }
  .best-time .best-time-wrapper h1 {
    font-size: 25px;
  }
  .best-time .best-time-wrapper .accomidation {
    display: flex;
    flex-wrap: wrap;
    gap: 44px;
  }
  .best-time .best-time-wrapper .accomidation .amenities {
    flex-basis: 100%;
  }
  .experiences {
    overflow: hidden;
    padding-top: 0;
  }
  .experiences .experiences-wrapper .top-m {
    margin-top: 40px;
  }
  .experiences .experiences-wrapper .top-m h1 {
    font-size: 25px;
  }
  .experiences .experiences-wrapper .top-m a {
    display: none;
  }
  .experiences .experiences-wrapper .top {
    margin-top: 40px;
  }
  .experiences .experiences-wrapper .top h1 {
    font-size: 25px;
  }
  .experiences .experiences-wrapper .top a {
    display: none;
  }
  .experiences .experiences-wrapper .experiences-list {
    display: block;
  }
  .experiences .experiences-wrapper .bottom a {
    padding: 14px 34px;
    display: flex;
    justify-content: center;
    margin-top: 80px;
    border-radius: 4px;
    border: 1px solid rgb(202, 89, 124);
    color: rgb(202, 89, 124);
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    background-color: rgb(255, 255, 255);
  }
  .experiences .experiences-wrapper .slider-wrapper {
    display: block;
    width: 100vw;
    position: relative;
    z-index: 1;
    margin-top: 30px;
  }
  .experiences .experiences-wrapper .slider-wrapper .buttons {
    display: none;
  }
  .experiences .experiences-wrapper .slider-wrapper .slick-dots {
    margin-bottom: -30px !important;
    position: absolute;
    width: 100vw;
    left: -25px;
    margin-right: auto;
    margin-left: auto;
    gap: 7px !important;
  }
  .experiences .experiences-wrapper .slider-wrapper .slick-dots li {
    gap: 7px !important;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .experiences .experiences-wrapper .slider-wrapper .slick-dots li button {
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    margin: 0 !important;
  }
  .experiences .experiences-wrapper .slider-wrapper .slick-dots li button::before {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    border: 1px solid #153146 !important;
    content: "";
    opacity: 1 !important;
    transition: all 0.3s ease;
    gap: 1px !important;
  }
  .experiences .experiences-wrapper .slider-wrapper .slick-dots li.slick-active button:before {
    background-color: #D35976;
    border: 1px solid #D35976 !important;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 {
    background-color: transparent;
    width: 1320px;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 {
    max-width: 325px !important;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    border: 1px solid #D8DADA;
    border-radius: 4px;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner {
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    background-color: rgb(255, 255, 255);
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .sale {
    display: flex;
    position: absolute;
    top: 20px;
    left: 20px;
    gap: 13px;
    pointer-events: none;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .sale span {
    padding: 6px 12px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 13px;
    border-radius: 4px;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .sale .pop {
    color: rgb(197, 97, 119);
    background-color: rgb(255, 255, 255);
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .sale .name {
    color: rgb(255, 255, 255);
    background-color: rgb(21, 49, 70);
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .sale .amount {
    color: rgb(255, 255, 255);
    background-color: rgb(211, 89, 118);
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-img {
    width: 100%;
    height: 187px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info {
    padding: 30px 30px 35px 30px;
    transform: translateY(0px);
    border-bottom: 1px solid rgb(231, 233, 233);
    border-left: 1px solid rgb(231, 233, 233);
    border-right: 1px solid rgb(231, 233, 233);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: rgb(21, 49, 70);
    margin-bottom: 10px;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info .additional-in {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info .additional-in span {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgb(21, 49, 70);
    margin-right: 19px;
    display: flex;
    align-items: center;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info .additional-in span img {
    margin-right: 9px;
    height: 16.5px;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info ul {
    display: flex;
    flex-direction: column;
    list-style: disc !important;
    padding-bottom: 31px;
    border-bottom: 1px solid #E6E6E6;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info ul li {
    display: flex;
    align-items: center;
    color: rgb(21, 49, 70);
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 4px;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    display: flex;
    margin-right: 11px;
    border-radius: 50%;
    background-color: rgb(21, 49, 70);
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info .price {
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 19px;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info .price h4 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgb(21, 49, 70);
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info .price .current-price {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info .price .current-price .discount {
    color: rgb(159, 159, 159);
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration: line-through;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info .price .current-price .current {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: rgb(197, 97, 119);
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info .price .current-price .no-discount {
    color: rgb(21, 49, 70);
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info a {
    display: flex;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: rgb(255, 255, 255);
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    background-color: rgb(197, 97, 119);
    transition: all 0.3s ease;
    border-radius: 4px;
  }
  .experiences .experiences-wrapper .slider-wrapper .your-slider2 .slide2 .inner .list-item .ex-info a:hover {
    border: 1px solid rgb(197, 97, 119);
    background-color: rgb(255, 255, 255);
    color: rgb(197, 97, 119);
  }
  .choose {
    padding-top: 39px;
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-position: 100%;
    position: relative;
  }
  .choose .bcg-img-1 {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.1;
    pointer-events: none;
    z-index: -1;
  }
  .choose .choose-wrapper h1 {
    color: rgb(10, 49, 72);
    font-size: 25px;
    font-weight: 500;
    font-family: "MyCustomFont", sans-serif;
  }
  .choose .choose-wrapper ul {
    display: flex;
    position: absolute;
    z-index: 1;
    margin-top: 25px;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 15px;
    width: 100vw !important;
    left: 0;
    padding-left: 35px;
    padding-right: 35px;
    overflow-x: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none;
  }
  .choose .choose-wrapper ul::-webkit-scrollbar {
    width: 0.5rem; /* You can adjust this width to make it extremely narrow, effectively hiding it */
  }
  .choose .choose-wrapper ul::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  .choose .choose-wrapper ul li {
    min-width: 145px !important;
    width: 145px !important;
    height: 174px;
    position: relative;
    gap: 0;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
  }
  .choose .choose-wrapper ul li .choose-img {
    position: relative;
    width: 100%;
    height: 135px;
    z-index: 0;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
  }
  .choose .choose-wrapper ul li .info {
    border: 1px solid rgb(216, 218, 218);
    display: flex;
    padding: 10px 0px 9px 0px;
    transform: translateY(-7px);
    position: relative;
    z-index: 1;
    gap: 14px;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    transition: all 0.3s ease;
    background-color: rgb(255, 255, 255);
  }
  .choose .choose-wrapper ul li .info h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: rgb(21, 49, 70);
    transform: translateX(17px);
    transition: all 0.3s ease;
  }
  .choose .choose-wrapper ul li .info img {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    transform: translateX(-17px);
  }
  .choose .choose-wrapper ul li .info:hover {
    background-color: rgb(211, 89, 118);
    border: 1px solid rgb(211, 89, 118);
  }
  .choose .choose-wrapper ul li .info:hover h2 {
    transform: translateX(10px);
    color: rgb(255, 255, 255);
  }
  .choose .choose-wrapper ul li .info:hover img {
    opacity: 1;
    transform: translateX(0px);
  }
}
@media (max-width: 580px) {
  .filter-ex {
    position: relative;
    z-index: 1;
  }
  .mein-section {
    position: relative;
    min-height: auto;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    background-color: rgb(21, 49, 70);
  }
  .mein-section .mein-section-wrapper nav {
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
    margin-top: 0px;
    height: 60px;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side {
    display: flex;
    align-items: center;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side img {
    width: 77px;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side .logo {
    position: absolute;
    left: 0;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side .hamburger {
    display: flex;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side .landing-menu {
    z-index: 6 !important;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side ul {
    display: flex;
    gap: 30px;
    margin-left: 0px;
    position: fixed;
    width: 100vw;
    background-color: rgb(255, 255, 255);
    height: 100vh;
    left: -100%;
    top: 0;
    z-index: 9999 !important;
    flex-direction: column;
    align-items: center;
    padding-top: 150px;
    transition: all 0.3s ease;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side ul .close-btn {
    display: flex;
    position: absolute;
    top: 60px;
    right: 50px;
    width: 22px;
    cursor: pointer;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side ul li a {
    font-family: "MyCustomFont", sans-serif;
    color: rgb(10, 49, 72);
    cursor: pointer;
    font-weight: 500;
    font-size: 35px;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side ul .log-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 120px !important;
    margin-top: 50px;
    bottom: 0;
    z-index: 10;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side ul .log-btn h1 {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(10, 49, 72);
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side ul .log-btn h1 a {
    font-family: "DM Sans", sans-serif !important;
    font-size: 20px;
    color: rgb(10, 49, 72);
    font-weight: 700;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side ul .log-btn .login {
    display: flex;
    padding: 10px 8px;
    border-radius: 4px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    background-color: #D35976;
    margin-left: 0px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side ul .log-btn .login:hover {
    border: 2px solid #D35976;
    color: #D35976;
    background-color: transparent;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .logo-side .manu-ctive {
    left: 0;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .contact-side {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .mein-section .mein-section-wrapper nav .navbar-wrapper .contact-side .search {
    border: none;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 2;
  }
  .mein-section .mein-section-wrapper .header {
    position: relative;
    margin-top: 0;
  }
  .mein-section .mein-section-wrapper .header .header-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .mein-section .mein-section-wrapper .header .header-wrapper .header-text {
    margin-top: 200px;
    padding-bottom: 45px;
    padding-right: 35px;
    padding-left: 35px;
    z-index: 1;
  }
  .mein-section .mein-section-wrapper .header .header-wrapper h1 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 13px;
    margin-top: 31px;
  }
  .mein-section .mein-section-wrapper .header .header-wrapper p {
    font-size: 14px;
  }
  .mein-section .mein-section-wrapper .header .header-wrapper .main-img {
    position: absolute;
    max-width: 100%;
    width: 100%;
    top: 0;
    height: 100%;
    right: 0;
    border-radius: 100% 0% 100% 0%/0% 100% 0% 100%;
    height: 193px;
  }
  .mein-section .mein-section-wrapper .header .header-wrapper .main-img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .best-places .best-places-wrapper h2 {
    font-family: "MyCustomFont", sans-serif;
    font-size: 22 px;
    font-weight: 500;
    color: #0A3148;
    margin-bottom: 15px;
    max-width: 320px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .best-places .best-places-wrapper .gappery-frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    padding-bottom: 8px;
    justify-content: center;
    max-width: 354px;
    margin-right: auto;
    margin-left: auto;
  }
  .best-places .best-places-wrapper .gappery-frame .item {
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(236, 231, 231, 0.2509803922);
    border-radius: 4px !important;
  }
  .best-places .best-places-wrapper .gappery-frame .item .title {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 20px;
    font-family: "MyCustomFont", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: all 0.8s ease;
  }
  .best-places .best-places-wrapper .gappery-frame .item:hover .title {
    opacity: 0;
  }
  .best-places .best-places-wrapper .gappery-frame .item:hover .info {
    opacity: 1;
  }
  .best-places .best-places-wrapper .gappery-frame .item:hover .info h3,
  .best-places .best-places-wrapper .gappery-frame .item:hover .info p,
  .best-places .best-places-wrapper .gappery-frame .item:hover .info a {
    opacity: 1 !important;
  }
  .best-places .best-places-wrapper .gappery-frame .item img {
    border-radius: 4px !important;
  }
  .best-places .best-places-wrapper .gappery-frame .item .info {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(255, 255, 255, 0.1), #000;
    -webkit-backdrop-filter: blur(0.5rem);
            backdrop-filter: blur(0.5rem);
    border-radius: 4px !important;
    transition: all 0.8s ease;
    z-index: 1;
    margin: 0 !important;
  }
  .best-places .best-places-wrapper .gappery-frame .item .info h3 {
    font-size: 18px;
    font-weight: 500px;
    color: #fff;
    font-family: "MyCustomFont", sans-serif;
    margin-bottom: 10px;
    opacity: 0;
    transition: all 1 ease;
  }
  .best-places .best-places-wrapper .gappery-frame .item .info p {
    font-size: 12px;
    font-weight: 500px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 15px;
    opacity: 0;
    transition: all 1s ease;
    transition-delay: 1s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
  }
  .best-places .best-places-wrapper .gappery-frame .item .info a {
    padding: 5px 9px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid transparent;
    transition: all 1.2s ease;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
    opacity: 0;
    transition-delay: 2s;
  }
  .best-places .best-places-wrapper .gappery-frame .up {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
  }
  .best-places .best-places-wrapper .gappery-frame .up .item {
    padding: 0 !important;
    width: 173px;
    max-height: 330px;
  }
  .best-places .best-places-wrapper .gappery-frame .up .item img {
    width: 100%;
    height: 173px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .best-places .best-places-wrapper .gappery-frame .up .item:first-child {
    width: 354px;
  }
  .best-places .best-places-wrapper .gappery-frame .up .item:first-child img {
    width: 100%;
    height: 191px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery {
    margin-top: 3px;
  }
  .gallery .gallery-wrapper h2 {
    font-family: "MyCustomFont", sans-serif;
    font-size: 22 px;
    font-weight: 500;
    color: #0A3148;
    margin-bottom: 15px;
    max-width: 320px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .gallery .gallery-wrapper .gappery-frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    padding-bottom: 98px;
    justify-content: center;
    max-width: 354px;
    margin-right: auto;
    margin-left: auto;
  }
  .gallery .gallery-wrapper .gappery-frame .item {
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(236, 231, 231, 0.2509803922);
    border-radius: 4px !important;
  }
  .gallery .gallery-wrapper .gappery-frame .item .title {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 20px;
    font-family: "MyCustomFont", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: all 0.8s ease;
  }
  .gallery .gallery-wrapper .gappery-frame .item:hover .title {
    opacity: 0;
  }
  .gallery .gallery-wrapper .gappery-frame .item:hover .info {
    opacity: 1;
  }
  .gallery .gallery-wrapper .gappery-frame .item:hover .info h3, .gallery .gallery-wrapper .gappery-frame .item:hover .info p, .gallery .gallery-wrapper .gappery-frame .item:hover .info a {
    opacity: 1 !important;
  }
  .gallery .gallery-wrapper .gappery-frame .item img {
    border-radius: 4px !important;
  }
  .gallery .gallery-wrapper .gappery-frame .item .info {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(255, 255, 255, 0.1), #000;
    -webkit-backdrop-filter: blur(0.5rem);
            backdrop-filter: blur(0.5rem);
    border-radius: 4px !important;
    transition: all 0.8s ease;
    z-index: 1;
    margin: 0 !important;
  }
  .gallery .gallery-wrapper .gappery-frame .item .info h3 {
    font-size: 18px;
    font-weight: 500px;
    color: #fff;
    font-family: "MyCustomFont", sans-serif;
    margin-bottom: 10px;
    opacity: 0;
    transition: all 1 ease;
  }
  .gallery .gallery-wrapper .gappery-frame .item .info p {
    font-size: 12px;
    font-weight: 500px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 15px;
    opacity: 0;
    transition: all 1s ease;
    transition-delay: 1s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
  }
  .gallery .gallery-wrapper .gappery-frame .item .info a {
    padding: 5px 9px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid transparent;
    transition: all 1.2s ease;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
    opacity: 0;
    transition-delay: 2s;
  }
  .gallery .gallery-wrapper .gappery-frame .up {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
  }
  .gallery .gallery-wrapper .gappery-frame .up .item {
    padding: 0 !important;
    width: 173px;
    max-height: 330px;
  }
  .gallery .gallery-wrapper .gappery-frame .up .item img {
    width: 100%;
    height: 173px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery .gallery-wrapper .gappery-frame .up .item:first-child {
    width: 354px;
  }
  .gallery .gallery-wrapper .gappery-frame .up .item:first-child img {
    width: 100%;
    height: 191px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery .gallery-wrapper .gappery-frame .bottom {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
  }
  .gallery .gallery-wrapper .gappery-frame .bottom .item {
    width: 173px;
    max-height: 173px;
    gap: 19px;
  }
  .gallery .gallery-wrapper .gappery-frame .bottom .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery .gallery-wrapper .gappery-frame .bottom .item:last-child {
    width: 354px;
  }
  .gallery .gallery-wrapper .gappery-frame .bottom .item:last-child img {
    width: 100%;
    height: 191px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 700px) {
  .header .left h1 {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }
  .container-1240 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .best-time {
    padding-top: 5px;
    padding-bottom: 45px;
    position: relative;
  }
  .best-time .bcg-img-1 {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.1;
    pointer-events: none;
  }
  .best-time .best-time-wrapper h1 {
    color: rgb(10, 49, 72);
    font-size: 25px;
    font-weight: 500;
    font-family: "MyCustomFont", sans-serif;
    margin-bottom: 35px;
  }
  .best-time .best-time-wrapper .seasons {
    margin-bottom: 35px;
    display: flex;
    gap: 7px;
  }
  .best-time .best-time-wrapper .seasons span {
    display: block;
    font-size: 14px;
    padding: 10px 10px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    color: rgb(21, 49, 70);
    border: 1px solid rgb(216, 218, 218);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .best-time .best-time-wrapper .seasons span:hover {
    background-color: rgb(21, 49, 70);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(21, 49, 70);
  }
  .best-time .best-time-wrapper .seasons .active {
    background-color: rgb(21, 49, 70);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(21, 49, 70);
  }
  .best-time .best-time-wrapper .season-tag {
    border: 1px solid rgb(231, 233, 233);
    padding-bottom: 50px;
    border-radius: 4px;
    border-top-left-radius: 4px;
    position: relative;
    background-color: rgb(255, 255, 255);
  }
  .best-time .best-time-wrapper .season-tag .img-collection {
    margin-bottom: 30px;
  }
  .best-time .best-time-wrapper .season-tag .img-collection .custom-img {
    width: 100%;
    height: auto;
    display: block;
  }
  .best-time .best-time-wrapper .season-tag .img-collection .grid-images {
    margin-top: -280px;
    position: relative;
    z-index: 2;
  }
  .best-time .best-time-wrapper .season-tag .img-collection .grid-images__link {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
  .best-time .best-time-wrapper .season-tag .img-collection .grid-images__loc {
    position: relative;
    width: 77px;
  }
  .best-time .best-time-wrapper .season-tag .img-collection .grid-images__camera {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
  .best-time .best-time-wrapper .season-tag .img-collection .grid-images__camera img {
    width: 22px !important;
  }
  .best-time .best-time-wrapper .season-tag .img-collection .grid-images__see {
    min-width: 78px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 10px;
    text-align: center;
  }
  .best-time .best-time-wrapper .season-tag .img-collection .grid-images__wrapper {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
  }
  .best-time .best-time-wrapper .season-tag .img-collection .grid-images__left {
    position: relative;
    flex-basis: 100%;
    max-height: 420px;
    overflow: hidden;
  }
  .best-time .best-time-wrapper .season-tag .img-collection .grid-images__img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .best-time .best-time-wrapper .season-tag .img-collection .grid-images__right {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    max-height: 420px;
    overflow: hidden;
    flex-basis: 34%;
  }
  .best-time .best-time-wrapper .season-tag .img-collection .grid-images__image {
    min-height: 210px;
  }
  .best-time .best-time-wrapper .season-tag h2 {
    font-size: 22px;
    font-weight: 500;
    font-family: "MyCustomFont", sans-serif;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 15px;
    color: rgb(10, 49, 72);
  }
  .best-time .best-time-wrapper .season-tag p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgb(10, 49, 72);
    margin-left: 25px;
    margin-right: 25px;
  }
  .mein-section .header .header-wrapper .header-text {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .choose .choose-wrapper ul {
    padding-left: 25px;
    padding-right: 25px;
  }
  .main {
    height: 1040px;
  }
  .header {
    margin-top: 110px;
  }
  .header .container {
    padding: 0;
  }
  .header .header-wrapper {
    display: flex !important;
    flex-direction: column-reverse;
    justify-content: space-between;
    height: -moz-fit-content;
    height: fit-content;
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
  }
  .header .header-wrapper .right {
    display: flex;
    position: relative !important;
  }
  .header .header-wrapper .right .egg-img {
    z-index: 0;
    position: relative !important;
    width: 100% !important;
    top: 0px !important;
    right: 0;
    width: 150% !important;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: flex;
    border-radius: 0% 100% 0% 100%/100% 0% 100% 0% !important;
    justify-content: center;
    height: 260px !important;
    margin-top: 0;
    overflow: hidden;
  }
  .header .header-wrapper .right .egg-img .h-img {
    position: absolute;
    transform: rotate(180deg) scale(1) !important;
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% -15rem;
       object-position: 50% -15rem;
    height: 260px;
  }
  .header .header-wrapper .right .egg-img .vec {
    display: flex !important;
    width: 294px !important;
    position: absolute;
    z-index: 5;
    right: 28px;
    bottom: 40px;
  }
  .header .header-wrapper .right span {
    position: absolute;
    right: 214px;
    bottom: 197px;
    display: none;
  }
  .header .header-wrapper .right span img {
    width: 106px !important;
    position: absolute;
  }
  .header .header-wrapper .left {
    padding-left: 35px;
    padding-right: 35px;
  }
  .header .header-wrapper .left h1 {
    font-family: "MyCustomFont", sans-serif;
    font-weight: 500;
    font-size: 32px !important;
    text-align: center;
    max-width: 540px;
    margin-top: 27px !important;
    color: #fff;
    margin-bottom: 30px !important;
    position: relative;
    z-index: 3;
  }
  .header .header-wrapper .left input {
    height: 40px !important;
    max-width: 450px;
    width: 100%;
    border-radius: 4px;
    border: none;
    outline: none;
    position: relative;
    z-index: 3;
  }
  .collection h3 {
    font-size: 22px !important;
    text-align: center !important;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
  }
  .your-slider4 {
    display: flex;
    justify-content: space-between !important;
    gap: 8px !important;
    flex-direction: column;
    position: static;
    width: 723px !important;
    margin-right: auto;
    margin-left: auto;
  }
  ul .slick-dots {
    bottom: 0px;
    position: relative !important;
    text-align: center;
    width: -moz-fit-content !important;
    width: fit-content !important;
    left: 150px;
    display: flex;
  }
  ul .slick-dots li {
    display: flex !important;
    margin: 2px;
  }
  ul .slick-dots li button::before {
    width: 13px !important;
    height: 13px !important;
    border-radius: 50%;
    border: 2px solid #D35976 !important;
    content: "";
    opacity: 1 !important;
    transition: all 0.3s ease;
  }
  ul .slick-dots li.slick-active button:before {
    background-color: #D35976;
  }
  ul .slide-4 {
    border-radius: 4px;
    max-width: 173px !important;
    box-sizing: border-box;
    position: relative;
    margin: 4px !important;
    width: 100%;
  }
  ul .slide-4 img {
    border-radius: 4px;
    width: 100% !important;
  }
  ul .slide-4 h2 {
    font-family: "MyCustomFont", sans-serif;
    color: #404040;
    font-size: 16px !important;
    padding-top: 10px;
    font-weight: 500;
    width: 100%;
    padding-bottom: 21px;
    border: 1px solid #D8DADA;
    border-top: none;
    display: flex;
    justify-content: center;
    margin-top: -1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .carusel-first {
    overflow-x: hidden;
  }
  .carusel-first .carusel-first-wrapper {
    padding-bottom: 100px;
  }
  .carusel-first .carusel-first-wrapper .carusel-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .carusel-first .carusel-first-wrapper .carusel-header h2 {
    color: #0A3148;
    font-family: "MyCustomFont", sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    width: 100%;
  }
  .carusel-first .carusel-first-wrapper .carusel-header a {
    padding: 12px 22px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
    display: none;
  }
  .carusel-first .carusel-first-wrapper .carusel-header a:hover {
    border: 2px solid #D35976;
    background-color: transparent;
    color: #D35976;
  }
  .carusel-first .carusel-first-wrapper .view2 {
    padding: 12px 22px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
  }
  .carusel-first .carusel-first-wrapper .view2:hover {
    border: 2px solid #D35976;
    background-color: transparent;
    color: #D35976;
  }
  .carusel-first .carusel-first-wrapper .slider-wrapper {
    position: relative;
    z-index: 1;
  }
  .carusel-first .carusel-first-wrapper .slider-wrapper .buttons {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 0;
    display: none;
  }
  .carusel-first .carusel-first-wrapper .slider-wrapper .buttons .prev-btn {
    left: -35px;
  }
  .carusel-first .carusel-first-wrapper .slider-wrapper .buttons .next-btn {
    right: -35px;
  }
  .carusel-first .carusel-first-wrapper .slider-wrapper .buttons .slider-btn {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .carusel-first .carusel-first-wrapper .slider-wrapper .slick-dots {
    margin-bottom: -40px !important;
  }
  .carusel-first .carusel-first-wrapper .slider-wrapper .slick-dots li {
    margin: 2px;
  }
  .carusel-first .carusel-first-wrapper .slider-wrapper .slick-dots li button::before {
    width: 13px !important;
    height: 13px !important;
    border-radius: 50%;
    border: 2px solid #D35976 !important;
    content: "";
    opacity: 1 !important;
    transition: all 0.3s ease;
  }
  .carusel-first .carusel-first-wrapper .slider-wrapper .slick-dots li.slick-active button:before {
    background-color: #D35976;
  }
  .carusel-first .carusel-first-wrapper .your-slider {
    display: flex;
    width: 723px;
    justify-content: space-between;
    justify-content: space-between !important;
  }
  .carusel-first .carusel-first-wrapper .your-slider .slide {
    width: 173px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 204px;
  }
  .carusel-first .carusel-first-wrapper .your-slider .slide .inner {
    width: 173px;
    margin-right: auto;
    margin-left: auto;
    height: 204px;
    display: flex;
    flex-direction: column;
    border: 1px solid #D8DADA;
    border-radius: 4px;
  }
  .carusel-first .carusel-first-wrapper .your-slider .slide .inner img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 146px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .carusel-first .carusel-first-wrapper .your-slider .slide .inner h3 {
    max-width: 160px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    font-weight: 500;
    color: #404040;
    font-family: "MyCustomFont", sans-serif;
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .roberto-mobile {
    display: flex;
    flex-direction: column;
  }
  .roberto-mobile .upside {
    position: relative;
    width: 100vw;
    height: 300px;
  }
  .roberto-mobile .upside .ro-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .roberto-mobile .upside .vector {
    position: absolute;
    height: 100%;
    right: 10px;
  }
  .roberto-mobile .upside .roberto-mobile-wrapper {
    position: relative;
    z-index: 3;
    padding-top: 100px;
  }
  .roberto-mobile .upside .roberto-mobile-wrapper h2 {
    font-family: "MyCustomFont", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 8px;
  }
  .roberto-mobile .upside .roberto-mobile-wrapper h1 {
    font-family: "MyCustomFont", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 32px;
  }
  .roberto-mobile p {
    font-family: "DM Sans", sans-serif;
    color: rgb(0, 0, 0);
    font-weight: 400;
    font-size: 16px;
    margin-top: 50px;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 25px;
  }
  .roberto-mobile a {
    padding: 12px 22px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-right: auto;
    margin-left: auto;
  }
  .roberto-mobile a:hover {
    border: 2px solid #D35976;
    background-color: transparent;
    color: #D35976;
  }
  .roberto {
    position: relative;
    display: flex;
    justify-content: center;
    height: 587px;
    margin-top: 99px;
    overflow-x: hidden;
    display: none;
  }
  .roberto .roberto-wrapper {
    position: relative;
    display: flex;
    width: 100%;
  }
  .roberto .roberto-wrapper img {
    position: relative;
    top: 0;
    left: 30%;
  }
  .roberto .roberto-wrapper .info {
    margin-top: 125px;
  }
  .roberto .roberto-wrapper .info h2 {
    font-family: "MyCustomFont", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 18px;
  }
  .roberto .roberto-wrapper .info h1 {
    font-family: "MyCustomFont", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 55px;
    margin-bottom: 20px;
  }
  .roberto .roberto-wrapper .info p {
    font-family: "DM Sans", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 34px;
    max-width: 460px;
  }
  .roberto .roberto-wrapper .info a {
    padding: 12px 22px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .roberto .roberto-wrapper .info a:hover {
    border: 2px solid #D35976;
    background-color: transparent;
    color: #D35976;
  }
  .experiance {
    margin-top: 70px;
  }
  .experiance .experiance-wrapper h2 {
    font-family: "MyCustomFont", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
    color: #0A3148;
    text-align: center;
  }
  .experiance .experiance-wrapper .album-items {
    padding-top: 70px;
    border-top: 1px solid #D35976;
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .experiance .experiance-wrapper .odd-album {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    flex-direction: column-reverse;
    margin-bottom: 0px;
    height: 550px;
  }
  .experiance .experiance-wrapper .odd-album .left h1 {
    font-family: "MyCustomFont", sans-serif;
    color: #0A3148;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 15px;
    text-align: center;
  }
  .experiance .experiance-wrapper .odd-album .left p {
    font-family: "DM Sans", sans-serif;
    color: #0A3148;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 34px;
    max-width: 460px;
    text-align: center;
  }
  .experiance .experiance-wrapper .odd-album .left a {
    padding: 12px 22px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-right: auto;
    margin-left: auto;
  }
  .experiance .experiance-wrapper .odd-album .left a:hover {
    border: 2px solid #D35976;
    background-color: transparent;
    color: #D35976;
  }
  .experiance .experiance-wrapper .odd-album .right {
    display: flex;
  }
  .experiance .experiance-wrapper .odd-album .right .images {
    display: flex;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .experiance .experiance-wrapper .odd-album .right .images img {
    width: 134px;
    height: 156px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    box-shadow: 9px 4px 8px 0px rgba(0, 0, 0, 0.2509803922);
  }
  .experiance .experiance-wrapper .odd-album .right .images img:first-child {
    left: 0;
    transform: rotateZ(-7.6deg);
  }
  .experiance .experiance-wrapper .odd-album .right .images img:nth-child(2) {
    left: 92px;
    top: -20px;
  }
  .experiance .experiance-wrapper .odd-album .right .images img:nth-child(3) {
    right: 0;
    transform: rotateZ(2deg);
  }
  .experiance .experiance-wrapper .even-album {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    gap: 20px;
    height: 550px;
    flex-direction: column;
  }
  .experiance .experiance-wrapper .even-album .right h1 {
    font-family: "MyCustomFont", sans-serif;
    color: #0A3148;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 15px;
    text-align: center;
  }
  .experiance .experiance-wrapper .even-album .right p {
    font-family: "DM Sans", sans-serif;
    color: #0A3148;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 34px;
    max-width: 460px;
    text-align: center;
  }
  .experiance .experiance-wrapper .even-album .right a {
    padding: 12px 22px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-right: auto;
    margin-left: auto;
  }
  .experiance .experiance-wrapper .even-album .right a:hover {
    border: 2px solid #D35976;
    background-color: transparent;
    color: #D35976;
  }
  .experiance .experiance-wrapper .even-album .left {
    display: flex;
  }
  .experiance .experiance-wrapper .even-album .left .images {
    display: flex;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .experiance .experiance-wrapper .even-album .left .images img {
    width: 134px;
    height: 156px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    box-shadow: 9px 4px 8px 0px rgba(0, 0, 0, 0.2509803922);
  }
  .experiance .experiance-wrapper .even-album .left .images img:first-child {
    left: 0;
    transform: rotateZ(-6.6deg);
  }
  .experiance .experiance-wrapper .even-album .left .images img:nth-child(2) {
    left: 92px;
    top: -20px;
  }
  .experiance .experiance-wrapper .even-album .left .images img:nth-child(3) {
    right: 0;
    transform: rotateZ(2deg);
  }
  .travel {
    background-color: #FCF3F5;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 47px;
    padding-bottom: 44px;
    overflow-x: hidden;
  }
  .travel .travel-wrapper h2 {
    font-family: "MyCustomFont", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 42px;
    color: #0A3148;
    text-align: center;
  }
  .travel .slider-wrapper {
    position: relative;
    z-index: 1;
  }
  .travel .slider-wrapper .buttons {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    align-items: center;
    justify-content: space-between;
    z-index: 0;
  }
  .travel .slider-wrapper .buttons .p-btn {
    left: 1px;
  }
  .travel .slider-wrapper .buttons .n-btn {
    right: 1px;
  }
  .travel .slider-wrapper .buttons .slider-btn {
    background-color: transparent;
    outline: none;
    cursor: pointer;
    position: absolute !important;
    z-index: -3;
    display: flex;
    align-items: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    justify-content: center;
    border: 1px solid #D8DADA !important;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .travel .slider-wrapper .slick-dots {
    margin-bottom: -30px !important;
    width: 100vw;
    position: absolute;
    left: -35px;
    margin-right: auto;
    margin-left: auto;
    gap: 7px !important;
  }
  .travel .slider-wrapper .slick-dots li {
    gap: 7px !important;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .travel .slider-wrapper .slick-dots li button {
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    margin: 0 !important;
  }
  .travel .slider-wrapper .slick-dots li button::before {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    border: 1px solid #153146 !important;
    content: "";
    opacity: 1 !important;
    transition: all 0.3s ease;
    gap: 1px !important;
  }
  .travel .slider-wrapper .slick-dots li.slick-active button:before {
    background-color: #D35976;
    border: 1px solid #D35976 !important;
  }
  .travel .slider-wrapper .your-slider2 {
    background-color: #FCF3F5;
    width: 100%;
  }
  .travel .slider-wrapper .your-slider2 .slide2 {
    margin-right: 30px;
    width: -moz-fit-content;
    width: fit-content;
    height: 348px;
    background-color: #fff;
    border: 1px solid #D8DADA;
    border-radius: 4px;
  }
  .travel .slider-wrapper .your-slider2 .slide2 .inner {
    padding: 30px 25px;
    max-width: calc(100vw - 80px);
    width: 315px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .travel .slider-wrapper .your-slider2 .slide2 .inner .stars {
    display: flex;
    gap: 1px;
    margin-bottom: 16px;
  }
  .travel .slider-wrapper .your-slider2 .slide2 .inner h3 {
    font-family: "DM Sans", sans-serif;
    color: #153146;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 19px;
  }
  .travel .slider-wrapper .your-slider2 .slide2 .inner p {
    font-family: "DM Sans", sans-serif;
    color: #0A3148;
    font-weight: 400;
    font-size: 16px;
    max-width: 240px;
  }
  .travel .slider-wrapper .your-slider2 .slide2 .inner span {
    color: #0A3148;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
  }
  .carusel-second .carusel-second-wrapper {
    padding-bottom: 85px;
    padding-top: 67px;
  }
  .carusel-second .carusel-second-wrapper .carusel-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .carusel-second .carusel-second-wrapper .carusel-header h2 {
    color: #0A3148;
    font-family: "MyCustomFont", sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .carusel-second .carusel-second-wrapper .carusel-header a {
    padding: 12px 22px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: none;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .carusel-second .carusel-second-wrapper .carusel-header a:hover {
    border: 2px solid #D35976;
    background-color: transparent;
    color: #D35976;
  }
  .carusel-second .carusel-second-wrapper .mobile-btn {
    padding: 12px 22px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-right: auto;
    margin-left: auto;
    margin-top: 46px;
  }
  .carusel-second .carusel-second-wrapper .mobile-btn:hover {
    border: 2px solid #D35976;
    background-color: transparent;
    color: #D35976;
  }
  .carusel-second .carusel-second-wrapper .slider-wrapper {
    position: relative;
    z-index: 1;
  }
  .carusel-second .carusel-second-wrapper .slider-wrapper .buttons {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    z-index: 0;
  }
  .carusel-second .carusel-second-wrapper .slider-wrapper .buttons .l-btn {
    left: -35px;
  }
  .carusel-second .carusel-second-wrapper .slider-wrapper .buttons .r-btn {
    right: -35px;
  }
  .carusel-second .carusel-second-wrapper .slider-wrapper .buttons .slider-btn {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .carusel-second .carusel-second-wrapper .slider-wrapper .slick-dots {
    margin-bottom: -40px !important;
  }
  .carusel-second .carusel-second-wrapper .slider-wrapper .slick-dots li button::before {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    border: 2px solid #D35976 !important;
    content: "";
    opacity: 1 !important;
    transition: all 0.3s ease;
  }
  .carusel-second .carusel-second-wrapper .slider-wrapper .slick-dots li.slick-active button:before {
    background-color: #D35976;
  }
  .carusel-second .carusel-second-wrapper .your-slider3 {
    width: 723px;
    justify-content: space-between;
    justify-content: space-between !important;
  }
  .carusel-second .carusel-second-wrapper .your-slider3 .slide3 {
    width: 173px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    display: flex;
  }
  .carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner {
    width: 173px !important;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
  }
  .carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner .main-img {
    width: 173px !important;
    margin-right: auto;
    margin-left: auto;
    height: 122px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner .info-slide {
    padding: 17px 17px 17px 17px;
    border-right: 1px solid #D8DADA;
    border-bottom: 1px solid #D8DADA;
    border-left: 1px solid #D8DADA;
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  .carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner .info-slide .tags {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 23px;
  }
  .carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner .info-slide .tags span {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner .info-slide .tags .icon {
    width: 16px;
    margin-right: 10px;
  }
  .carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner .info-slide h3 {
    font-size: 16px;
    font-weight: 500;
    color: #404040;
    font-family: "MyCustomFont", sans-serif;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
  }
  .carusel-second .carusel-second-wrapper .your-slider3 .slide3 .inner .info-slide p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: none;
  }
  .footer-desktop {
    display: none;
    padding-bottom: 0px;
  }
  .footer-mobile {
    display: flex;
    padding-bottom: 0px;
  }
  .footer-mobile .footer-wrapper {
    padding-bottom: 0px;
  }
  .footer-mobile .footer-wrapper .hidden-menu {
    display: flex;
    flex-direction: column;
  }
  .footer-mobile .footer-wrapper .hidden-menu h3 {
    border-bottom: 1px solid rgb(211, 89, 118) !important;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
    cursor: pointer;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    color: #fff;
  }
  .footer-mobile .footer-wrapper .hidden-menu h3 img {
    transition: all 0.4s ease;
  }
  .footer-mobile .footer-wrapper .hidden-menu .active-down img {
    transform: rotate(180deg);
    transition: all 0.4s ease;
  }
  .footer-mobile .footer-wrapper .hidden-menu ul {
    opacity: 0;
    height: 0;
    width: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    padding: 0px;
  }
  .footer-mobile .footer-wrapper .hidden-menu ul li {
    padding-top: 1 4px;
    border-top: 1px solid #D35976;
    border: none;
    display: none;
  }
  .footer-mobile .footer-wrapper .hidden-menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 12px;
    display: inline-block;
  }
  .footer-mobile .footer-wrapper .hidden-menu .active {
    height: auto;
    width: 100%;
    opacity: 1;
    transition: all 0.4s ease;
    pointer-events: fill;
    padding-bottom: 30px;
  }
  .footer-mobile .footer-wrapper .hidden-menu .active li {
    display: block;
  }
  .footer-mobile .footer-wrapper .logo {
    width: 236px !important;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-mobile .footer-wrapper .logo img {
    width: 100%;
  }
  .footer-mobile .footer-wrapper .paragraph {
    max-width: 324px !important;
    display: inline-block;
    text-align: center !important;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    margin-top: 35px;
    margin-bottom: 60px;
  }
  .footer-mobile .footer-wrapper .partner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 44px;
    border-bottom: 1px solid #D35976;
  }
  .footer-mobile .footer-wrapper .social-media {
    margin-top: 57px;
    display: flex;
    justify-content: space-between;
  }
  .footer-mobile .footer-wrapper .social-media img {
    height: 52px;
  }
  .join {
    background-color: #D35976;
    padding-top: 45px;
    padding-bottom: 80px;
    position: relative;
    width: 100vw !important;
    overflow-x: hidden !important;
  }
  .join .bcg-img {
    position: absolute;
    width: 100%;
  }
  .join .join-wrapper {
    position: relative;
    z-index: 3;
  }
  .join .join-wrapper h1 {
    font-family: "MyCustomFont", sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin-bottom: 37px;
  }
  .join .join-wrapper p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    max-width: 970px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    color: #fff;
    border: 1px solid transparent;
    display: none;
  }
  .join .join-wrapper form {
    margin-top: 65px;
    flex-wrap: wrap;
    max-width: 986px;
    display: flex;
    gap: 7px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
  }
  .join .join-wrapper form input {
    max-width: 354px;
    width: 100%;
    height: 40px;
    padding-left: 23px;
    border-radius: 4px;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #0A3148;
    outline: none;
    border: 1px solid #D8DADA;
  }
  .join .join-wrapper form input::-moz-placeholder {
    color: #B4B4B4;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
  }
  .join .join-wrapper form input::placeholder {
    color: #B4B4B4;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
  }
  .join .join-wrapper form button {
    max-width: 185px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    height: 47px;
    border-radius: 4px;
    background-color: #0A3148;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 700;
    border: none;
    cursor: pointer;
    margin-top: 20px;
  }
}
@media (max-width: 460px) {
  .your-slider4 .slick-dots {
    left: 140px;
  }
  .carusel-first .carusel-first-wrapper .your-slider .slick-dots {
    max-width: 86vw;
  }
}
@media (max-width: 430px) {
  .your-slider4 .slick-dots {
    left: 120px;
  }
  .carusel-first .carusel-first-wrapper .your-slider .slick-dots {
    max-width: 84vw;
  }
}
@media (max-width: 424px) {
  .best-places .best-places-wrapper h2 {
    font-family: "MyCustomFont", sans-serif;
    font-size: 22 px;
    font-weight: 500;
    color: #0A3148;
    margin-bottom: 15px;
    max-width: 320px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .best-places .best-places-wrapper .gappery-frame {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap;
    height: 330px;
    gap: 4px;
    padding-bottom: 0px;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 307px;
  }
  .best-places .best-places-wrapper .gappery-frame .item {
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(236, 231, 231, 0.2509803922);
    border-radius: 4px !important;
  }
  .best-places .best-places-wrapper .gappery-frame .item .title {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 20px;
    font-family: "MyCustomFont", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: all 0.8s ease;
  }
  .best-places .best-places-wrapper .gappery-frame .item:hover .title {
    opacity: 0;
  }
  .best-places .best-places-wrapper .gappery-frame .item:hover .info {
    opacity: 1;
  }
  .best-places .best-places-wrapper .gappery-frame .item:hover .info h3,
  .best-places .best-places-wrapper .gappery-frame .item:hover .info p,
  .best-places .best-places-wrapper .gappery-frame .item:hover .info a {
    opacity: 1 !important;
  }
  .best-places .best-places-wrapper .gappery-frame .item img {
    border-radius: 4px !important;
  }
  .best-places .best-places-wrapper .gappery-frame .item .info {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(255, 255, 255, 0.1), #000;
    -webkit-backdrop-filter: blur(0.5rem);
            backdrop-filter: blur(0.5rem);
    border-radius: 4px !important;
    transition: all 0.8s ease;
    z-index: 1;
    margin: 0 !important;
  }
  .best-places .best-places-wrapper .gappery-frame .item .info h3 {
    font-size: 18px;
    font-weight: 500px;
    color: #fff;
    font-family: "MyCustomFont", sans-serif;
    margin-bottom: 10px;
    opacity: 0;
    transition: all 1 ease;
  }
  .best-places .best-places-wrapper .gappery-frame .item .info p {
    font-size: 12px;
    font-weight: 500px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 15px;
    opacity: 0;
    transition: all 1s ease;
    transition-delay: 1s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
  }
  .best-places .best-places-wrapper .gappery-frame .item .info a {
    padding: 5px 9px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 10px !important;
    border: 2px solid transparent;
    transition: all 1.2s ease;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
    opacity: 0;
    transition-delay: 2s;
  }
  .best-places .best-places-wrapper .gappery-frame .up {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
  }
  .best-places .best-places-wrapper .gappery-frame .up .item {
    padding: 0 !important;
    max-width: 150px;
    max-height: 150px;
  }
  .best-places .best-places-wrapper .gappery-frame .up .item img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .best-places .best-places-wrapper .gappery-frame .up .item:first-child {
    max-width: 307px;
  }
  .best-places .best-places-wrapper .gappery-frame .up .item:first-child img {
    width: 100%;
    height: 150px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery-wrapper {
    margin-top: -40px;
  }
  .gallery-wrapper h2 {
    font-family: "MyCustomFont", sans-serif;
    font-size: 22 px;
    font-weight: 500;
    color: #0A3148;
    margin-bottom: 15px;
    max-width: 320px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .gallery-wrapper .gappery-frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    padding-bottom: 98px;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
  .gallery-wrapper .gappery-frame .item {
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(236, 231, 231, 0.2509803922);
    border-radius: 4px !important;
  }
  .gallery-wrapper .gappery-frame .item .title {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 20px;
    font-family: "MyCustomFont", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: all 0.8s ease;
  }
  .gallery-wrapper .gappery-frame .item:hover .title {
    opacity: 0;
  }
  .gallery-wrapper .gappery-frame .item:hover .info {
    opacity: 1;
  }
  .gallery-wrapper .gappery-frame .item:hover .info h3, .gallery-wrapper .gappery-frame .item:hover .info p, .gallery-wrapper .gappery-frame .item:hover .info a {
    opacity: 1 !important;
  }
  .gallery-wrapper .gappery-frame .item img {
    border-radius: 4px !important;
  }
  .gallery-wrapper .gappery-frame .item .info {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(255, 255, 255, 0.1), #000;
    -webkit-backdrop-filter: blur(0.5rem);
            backdrop-filter: blur(0.5rem);
    border-radius: 4px !important;
    transition: all 0.8s ease;
    z-index: 1;
    margin: 0 !important;
  }
  .gallery-wrapper .gappery-frame .item .info h3 {
    font-size: 18px;
    font-weight: 500px;
    color: #fff;
    font-family: "MyCustomFont", sans-serif;
    margin-bottom: 10px;
    opacity: 0;
    transition: all 1 ease;
  }
  .gallery-wrapper .gappery-frame .item .info p {
    font-size: 12px;
    font-weight: 500px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 15px;
    opacity: 0;
    transition: all 1s ease;
    transition-delay: 1s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
  }
  .gallery-wrapper .gappery-frame .item .info a {
    padding: 5px 9px;
    border-radius: 4px;
    background-color: #D35976;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 10px !important;
    border: 2px solid transparent;
    transition: all 1.2s ease;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
    opacity: 0;
    transition-delay: 2s;
  }
  .gallery-wrapper .gappery-frame .up {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
  }
  .gallery-wrapper .gappery-frame .up .item {
    padding: 0 !important;
    max-width: 150px;
    max-height: 150px;
  }
  .gallery-wrapper .gappery-frame .up .item img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery-wrapper .gappery-frame .up .item:first-child {
    max-width: 307px;
  }
  .gallery-wrapper .gappery-frame .up .item:first-child img {
    width: 100%;
    height: 150px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery-wrapper .gappery-frame .bottom {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
  }
  .gallery-wrapper .gappery-frame .bottom .item {
    max-width: 150px;
    max-height: 150px;
  }
  .gallery-wrapper .gappery-frame .bottom .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery-wrapper .gappery-frame .bottom .item:last-child {
    max-width: 307px;
  }
  .gallery-wrapper .gappery-frame .bottom .item:last-child img {
    width: 100%;
    height: 150px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 400px) {
  .your-slider4 .slick-dots {
    left: 100px;
  }
  .carusel-first .carusel-first-wrapper .your-slider .slick-dots {
    max-width: 83vw;
  }
}
@media (max-width: 380px) {
  .your-slider4 .slick-dots {
    left: 95px;
  }
}/*# sourceMappingURL=style.css.map */

.main .navbar .navbar-wrapper .has-mobile-submenu a {
  pointer-events: unset !important;
}
.main .navbar .navbar-wrapper .mobile-submenu {
  display: none;
  margin-left: 0px;
  position: fixed;
  background-color: #fff;
  flex-direction: column;
  align-items: start;
  padding-top: 155px;
  z-index: 10;
  gap: 40px;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  overflow-y: scroll;
  padding-left: 32px;
  padding-bottom: 50px;
  width: 100vw;
  transition: all 0.3s ease;
  background-image: url(../img/png.png);
  width: 100vw;
  background-color: #fff;
  padding-right: 0;
}
.main .navbar .navbar-wrapper .mobile-submenu.active {
  display: flex;
  left: 0;
}
.main .navbar .navbar-wrapper .mobile-submenu ul {
  display: flex;
  position: unset;
  padding: 0;
  width: 100%;
  overflow: auto;
  gap: 18px;
}
.main .navbar .navbar-wrapper .mobile-submenu ul li {
  padding-left: 0;
}
.main .navbar .navbar-wrapper .mobile-submenu .log-btn-i {
  width: 100%;
}
