html,body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Cormorant Garamond;
}

p {
  font-family: "Montserrat Alternates";
  font-size: 19px;
}

.book-btn {
  background-color: transparent;
  width: 150px;
  color: white;
  font-family: Monsterrat Alternates;
  font-weight: 600;
  border: 1px solid white;
  border-radius: 0;
  padding: 12px 25px;
}

.book-btn:hover {
  background-color: rgb(255, 255, 255);
  width: 150px;
  color: black;
  font-family: Monsterrat Alternates;
  font-weight: 600;
  padding: 12px 25px;
}

.navbar {
  background-color: white !important;
  box-shadow: none;
}

.navbar li a {
  color: rgb(58, 123, 160);
  font-family: Syne;
  font-size: 18px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  margin-left: 8px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.navbar-brand img {
  max-width: 100px;
  height: auto;
}

.navbar li a.active {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(58, 123, 160);
  color: rgb(58, 123, 160) !important;
}

.navbar li a:hover {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(58, 123, 160);
  transition-duration: 0.6s;
}

.dropdown-item:hover {
  color: rgb(1, 6, 14);
  background-color: white;
  scale: 1;
}

.carousel-1 {
  background-image: url("https://api.intermedia-web.com/getSavedAsset/bluewave/bluewave.al/bluewave.al_2026-02-24_12-38-50-377/image/car-1.jpg");
  background-position-x: 0%;
  background-position-y: 90%;
  background-size: cover !important;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.255);
  background-blend-mode: multiply;
  height: 900px;
}

.carousel-3 {
  background: url('../image/dhome-dyshe/P1057880.jpg')rgba(0, 0, 0, 0.349);
}

.carousel-2 {
  background-image: url("https://api.intermedia-web.com/getSavedAsset/bluewave/bluewave.al/bluewave.al_2026-02-24_12-38-50-377/image/dhome-dyshe/P1057880.jpg");
  background-position-x: 0%;
  background-position-y: 90%;
  background-size: cover !important;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.35);
  background-blend-mode: multiply;
  height: 900px;
}

.carousel-1,.carousel-2,.carousel-3 {
  background-size: cover!important;
  background-position: 0% 90%;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel-caption {
  bottom: 30%;
}

.button {
  width: 200px;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  position: relative;
  display: block;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  cursor: pointer;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
}

.button:hover .wave {
  top: -120px;
}

.text {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 600;
}

.wave {
  width: 200px;
  height: 200px;
  background-color: rgb(39, 169, 255);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 50px inset;
  position: absolute;
  left: 0px;
  top: -70px;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.wave::before, a .wave::after {
  width: 200%;
  height: 200%;
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -75%);
}

.wave::before {
  border-top-left-radius: 45%;
  border-top-right-radius: 45%;
  border-bottom-right-radius: 45%;
  border-bottom-left-radius: 45%;
  background-color: rgb(5, 129, 179);
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: wave;
}

.wave::after {
  border-top-left-radius: 40%;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  border-bottom-left-radius: 40%;
  background-color: rgba(20, 20, 20, 0.5);
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: wave;
}

.main-btn {
  background-color: rgb(32, 133, 163);
  color: white;
  padding: 12px 40px;
  border-radius: 0px;
  font-family: "Montserrat Alternates";
}

.main-btn:hover {
  background-color: rgb(13, 105, 133);
  color: white;
}

.home-banner {
  margin-top: 140px;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/bluewave/bluewave.al/bluewave.al_2026-02-24_12-38-50-377/image/P1040123.jpg");
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 460px;
}

.banner-grid {
  display: flex;
  justify-content: center;
  align-content: center;
}

.room-box {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.fac-row {
  background-color: rgb(5, 129, 179);
  width: 200px;
  padding-top: 12px;
  padding-right: 25px;
  padding-bottom: 12px;
  padding-left: 25px;
}

.slider-header {
  color: #01060e;
}

.offers {
  margin-top: 120px;
  margin-right: 0px;
  margin-bottom: 120px;
  margin-left: 0px;
  padding-top: 120px;
  padding-right: 0px;
  padding-bottom: 120px;
  padding-left: 0px;
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 16%, rgb(245, 243, 236) 16%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.activities {
  margin-top: 120px;
  margin-right: 0px;
  margin-bottom: 120px;
  margin-left: 0px;
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
}

.spaces-section {
  margin: 120px 0;
  padding: 120px 0;
  background: linear-gradient(90deg, rgba(255,255,255,1) 16%, rgba(245,243,236,1) 16%);
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 16%, rgb(245, 243, 236) 16%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.testimonials {
  background-image: url("https://api.intermedia-web.com/getSavedAsset/bluewave/bluewave.al/bluewave.al_2026-02-24_12-38-50-377/image/car-1.jpg");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-blend-mode: multiply;
  height: 600px;
  padding-top: 60px;
  padding-right: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
}

.footer {
  background-color: rgb(34, 58, 104) !important;
}

.footer-nav li {
  display: inline;
}

.rooms-banner {
  background: url('../image/dhome-dyshe/P1057880.jpg')rgba(0, 0, 0, 0.4);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 65%;
  background-blend-mode: multiply;
  height: 340px;
  display: flex;
  align-items: center;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/bluewave/bluewave.al/bluewave.al_2026-02-24_12-38-50-377/image/dhome-dyshe/P1057880.jpg");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.4);
  background-position-x: 0px;
  background-position-y: 65%;
}

.rooms {
  margin: 120px 0;
}

.gallery-banner {
  background: url('../image/car-1.jpg')rgba(0, 0, 0, 0.4);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 65%;
  background-blend-mode: multiply;
  height: 340px;
  display: flex;
  align-items: center;
}

.about-banner {
  background: url('../image/P1057938.jpg')rgba(0, 0, 0, 0.4);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 65%;
  background-blend-mode: multiply;
  height: 340px;
  display: flex;
  align-items: center;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/bluewave/bluewave.al/bluewave.al_2026-02-24_12-38-50-377/image/P1057938.jpg");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.4);
  background-position-x: 0px;
  background-position-y: 65%;
}

.contact-banner {
  background: url('../image/P1040123.jpg')rgba(0, 0, 0, 0.4);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 65%;
  background-blend-mode: multiply;
  height: 340px;
  display: flex;
  align-items: center;
}

.facilities-banner {
  background: url('../image/car-2.jpg')rgba(0, 0, 0, 0.4);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 65%;
  background-blend-mode: multiply;
  height: 340px;
  display: flex;
  align-items: center;
}

.attractions-banner {
  background: url('../image/25m-1.jpg')rgba(0, 0, 0, 0.4);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 25%;
  background-blend-mode: multiply;
  height: 340px;
  display: flex;
  align-items: center;
}

.box-09 {
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 16%, rgb(245, 243, 236) 16%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.plazh-01 {
  background: url('../image/Foto me dimensione/gjipe-1.jpg')rgba(0, 0, 0, 0.534);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 85%;
  background-blend-mode: multiply;
  height: 340px;
  display: flex;
  align-items: center !important;
  justify-content: center;
  border-radius: 1%;
}

.guides {
  background: url('../photos/guides-bg.jpg') rgba(0, 0, 0, 0.628);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed !important;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 200px;
  margin-top: 70PX;
}

.map {
  background: url('../photos/map.png');
  background-color: #223A68;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 30px;
  position: relative;
  margin-top: -100px;
}

.image-container1 {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.image-container1 img {
  width: 100%;
  height: auto;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.301);
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.image-container1:hover .overlay1 {
  opacity: 0.9;
}

.image-container1:hover img {
  opacity: 0.9;
  scale: 1.02;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.text2 {
  padding: 10px;
  background: #223A68;
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 26px;
  letter-spacing: 2px;
  opacity: 1 !important;
}

.box1 {
  padding: 15px;
  background: #223A68;
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  opacity: 1;
}

.boat-explore {
  padding-top: 150px;
  padding-bottom: 100px;
}

.card-info1 {
  position: relative;
  background: white;
  border-radius: 20px;
  font-family: "Bonheur Royale", cursive;
  font-size: 25px;
  font-weight: 500;
  width: 150px;
  text-align: center;
  margin-bottom: -50px;
  z-index: 100;
  margin-left: 255px;
  margin-top: 10px;
  color: #FFB700;
  -webkit-box-shadow: 10px 10px 21px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 21px -3px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 21px -3px rgba(0,0,0,0.75);
}

.tour-content {
  position: relative;
  padding: 35px;
  margin-top: -70px;
  background: white;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 30%;
}

.tour-content1 {
  position: relative;
  padding: 35px;
  margin-top: -70px;
  background: white;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 30%;
}

.tour-wrapper {
  -webkit-box-shadow: 10px 10px 21px -3px #223A68;
  -moz-box-shadow: 10px 10px 21px -3px #223A68;
  box-shadow: 10px 10px 21px -3px #223A68;
  border-radius: 20px;
}

.tour-data {
  padding: 20px;
}

.rooms-section {
  margin-top: 100px;
}

.room-box-01 {
  text-align: center;
  position: relative;
  padding: 20px;
  background-color: black;
  margin-top: -120px;
  margin-left: -20px;
  width: 300px;
}

.rooms-section   .img-box {
  box-sizing: content-box;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.rooms-section  .img-box:hover img {
  transform: scale(1.2);
  transition: 1s;
}

.rooms-section  .image-col:hover .room-box {
  background-color: #223A68 !important;
}

a {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  color: white;
}

.rooms-section.info-section {
  margin-top: 100px;
}

.rooms-section.image1 {
  z-index: 10;
}

.rooms-section.color-bg {
  position: relative;
  background: #53624E;
  height: 600px;
  margin-top: -600px;
  z-index: 1;
}

.rooms-section.image2 {
  position: relative;
  margin-top: -150px;
}

.rooms-section .text-col1 {
  padding-left: 330px;
  padding-right: 60px;
  margin-top: 100px;
}

.facilities-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.facilities-section h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: rgb(0, 51, 102);
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.facility-card {
  background-color: #ffffff;
  padding: 25px 20px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.facility-card:hover {
  transform: translateY(-5px);
}

.facility-icon {
  font-size: 1.8rem;
  color: #0077cc;
  margin-bottom: 15px;
}

.facility-title {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #005599;
  font-weight: bold;
}

.facility-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.facility-list li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.facility-list li::before {
  content: "•";
  color: rgb(0, 119, 204);
  position: absolute;
  left: 0px;
}

.mobile-logo {
  display: none;
}

.navi {
  z-index: 10 !important;
  background-color: white;
}

.navi-logo {
  width: 100px;
}

.color1 {
  color: rgb(58, 123, 160) !important;
}

.section1 {
  margin-top: -100px;
  z-index: 1 !important;
}

.section2 {
  margin-top: 80px;
}

.stili1 {
  color: rgb(34, 34, 90);
}

.color2 {
  color: rgb(5, 5, 14);
}

.image1 {
  margin-left: 160px;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(91, 128, 168);
  border-right-color: rgb(91, 128, 168);
  border-bottom-color: rgb(91, 128, 168);
  border-left-color: rgb(91, 128, 168);
}

.image2 {
  width: 450px;
  margin-top: -100px;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
}

.stilih2 {
  font-size: 130px;
  color: rgba(173, 142, 96, 0.247);
}

.stilip {
  margin-top: -30%;
  padding-left: 45px;
  font-weight: 600;
  font-size: 22px;
  color: black;
}

.color3 {
  color: white;
}

.stili2 {
  font-style: italic;
}

.stil-width {
  width: 340px;
}

.stili3 {
  margin-top: 100px;
  margin-right: 0px;
  margin-bottom: 100px;
  margin-left: 0px;
  font-size: 18px;
  color: rgb(122, 122, 122);
}

.color4 {
  color: rgb(121, 121, 121);
}

.size {
  font-size: 16px;
}

.color5 {
  color: rgb(15, 53, 93);
}

.gene {
  color: rgb(15, 53, 93);
  font-weight: 600;
}

.section3 {
  margin-top: 180px;
  margin-right: 0px;
  margin-bottom: 180px;
  margin-left: 0px;
}

.stili4 {
  font-weight: 500;
  font-size: 30px;
}

.color6 {
  color: rgba(216, 177, 94, 0.796);
}

.width2 {
  width: 150px;
}

.fonti {
  font-size: 17px;
}

.width3 {
  width: 160px;
}

.width4 {
  width: 380px;
}

.color7 {
  background-color: rgb(34, 58, 104);
}

.width5 {
  width: 180px;
}

.stil-margin {
  margin-top: -10px;
}

.h1-stil {
  color: #2c51979d;
  font-size: 50px;
  font-weight: 700;
}

.ee {
  padding: 130px 0px;
}

.image3 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.histori {
  color: #2c51979d;
  font-size: 50px;
  font-weight: 700;
}

.himar {
  color: #14241e;
  font-size: 29px;
}

.hr-stil {
  border-top: 1px solid black;
  margin-top: 70px;
}

.color8 {
  color: #14241e;
}

.vish-stil {
  color: #14241e;
  font-size: 29px;
}

.p-vish {
  font-size: 18px;
  color: #7a7a7a;
}

.hr-vish {
  border-top: 1px solid black;
  margin-top: 70px;
}

.hr-1 {
  border-top: 1px solid black;
  margin-top: 70px;
}

.span1 {
  color: #14241e;
  font-size: 29px;
}

.p1 {
  font-size: 18px;
  color: #7a7a7a;
}

.tour1 {
  background: #223A68;
  color: white;
}

.item-owl {
  width: 422.806px;
  margin-right: 25px;
}

.h-6 {
  color: white;
  font-size: 14px;
  line-height: normal;
}

.h-1 {
  color: #fbfdff9d;
  font-size: 60px;
  font-weight: 900;
}

.section7 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.beah {
  color: #2c51979d;
  font-size: 50px;
  font-weight: 700;
}

.owl1 {
  transform: translate3d(-2239px, 0px, 0px);
  transition: 0.25s;
  width: 3583px;
}

.owl2 {
  width: 422.806px;
  margin-right: 25px;
}

.testi {
  color: rgba(216, 177, 94, 0.796);
}

.booki {
  background-color: rgb(0, 205, 245);
  width: 200px;
}

.color9 {
  color: rgb(122, 122, 122);
}

.image6 {
  margin-left: 160px;
  border: 5px solid #5b80a8;
}

.image7 {
  width: 450px;
  margin-top: -100px;
  border: 5px solid white;
}

html, body {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant Garamond";
}

.main-btn {
  background-color: rgb(32, 133, 163);
  color: white;
  padding-top: 12px;
  padding-right: 40px;
  padding-bottom: 12px;
  padding-left: 40px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  font-family: "Montserrat Alternates";
}

.rooms-section .img-box {
  box-sizing: content-box;
  overflow-x: hidden;
  overflow-y: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.rooms-section .img-box:hover img {
  transform: scale(1.2);
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.rooms-section .image-col:hover .room-box {
  background-color: rgb(34, 58, 104) !important;
}

.navi {
  z-index: 10 !important;
  background-color: white;
}

.c4538 {
  border: 0;
}

.styled-h1-9d8wq6 {
  align-self: center;
  text-align: center;
  color: rgb(3, 2, 2);
}

.cropped-image {
  object-fit: cover !important;
  object-position: center !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: block !important;
}

.cropped-image-parent,
*:has(.cropped-image) {
  overflow: hidden !important;
  position: relative !important;
}

.cropped-image-parent, :has(.cropped-image) {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  position: relative !important;
}

.c9440 {
  border: 0;
}

@keyframes wave{0%{transform:translate(-50%, -75%) rotate(0deg);}100%{transform:translate(-50%, -75%) rotate(300deg);}}

@media only screen and (max-width: 687px) {
  .navbar {
    background-color: rgb(15, 53, 93) !important;
  }
  .nav-logo {
    width: 160px !important;
  }
  .home-header {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
  }
  .about-side-img {
    margin-top: 20px !important;
    margin-right: 0px !important;
    margin-bottom: 20px !important;
    margin-left: 0px !important;
  }
}

@media (max-width: 600px) {
  .fact-box {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .carousel-1 {
    background-image: url("https://api.intermedia-web.com/getSavedAsset/bluewave/bluewave.al/bluewave.al_2026-02-24_12-38-50-377//image/P1040080.jpg"), initial;
    background-repeat: initial, initial;
    background-attachment: initial, initial;
    background-origin: initial, initial;
    background-clip: initial, initial;
    background-color: rgba(0, 0, 0, 0.255);
    background-blend-mode: multiply;
    background-size: cover !important;
    background-position-x: 0%;
    background-position-y: 90%;
    height: 700px;
  }
  .carousel-2 {
    background-image: url("https://api.intermedia-web.com/getSavedAsset/bluewave/bluewave.al/bluewave.al_2026-02-24_12-38-50-377//image/dhome-dyshe/P1040104.jpg"), initial;
    background-repeat: initial, initial;
    background-attachment: initial, initial;
    background-origin: initial, initial;
    background-clip: initial, initial;
    background-color: rgba(0, 0, 0, 0.35);
    background-blend-mode: multiply;
    background-size: cover !important;
    background-position-x: 0%;
    background-position-y: 90%;
    height: 700px;
  }
  .carousel-caption {
    bottom: 15%;
  }
  .img-09 {
    display: none;
  }
  .plazh-01 h1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 45px !important;
  }
}

@media screen and (max-width: 430px) {
  .offers .col-md-3 {
    margin-top: auto !important;
    margin-right: auto !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
  }
  .offers .col-md-3 iframe {
    width: 100%;
  }
  .offers {
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 16%, rgb(255, 255, 255) 16%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .text-09 {
    padding-top: 100px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
  }
}

@media (max-width: 687px) {
  .default-logo {
    display: none;
  }
}