@font-face {
    font-family: "Montserrat Bold";
    src: url(./Montserrat-Bold.ttf);
}
@font-face {
    font-family: "Montserrat Regular";
    src: url(./Montserrat-Regular.ttf);
}
@font-face {
    font-family: "Montserrat Medium";
    src: url(./Montserrat-Medium.ttf);
}
@font-face {
  font-family: "Montserrat Semi-Bold";
  src: url(./Montserrat-SemiBold.ttf);
}
body h1{
    font-family: "Montserrat Bold"!important;
}
body p{
    font-family: "Montserrat Regular"!important;
}
body a{
    font-family: "Montserrat Medium"!important;
}
body{
  overflow-x: hidden;
}

.headerMenu {
  display: flex;
  justify-content: space-around;
  margin-top: 1.5%!important;
}
.headerMenu a{
  color:#27c0e8;
}
.headerMenu a:hover {
  text-decoration: none;
}

.hamburger {
  display: none; /* Hide hamburger by default */
  font-size: 24px;
  cursor: pointer;
}

.mobileMenu {
  display: none; /* Hide mobile menu by default */
  flex-direction: column;
  position: absolute; /* Absolute positioning */
  top: 5%; /* Adjust based on your layout */
  left: 0; /* Align it to the left */
  background-color: white; /* Change as needed */
  width: 100%;
  z-index: 1000; /* Ensure it's on top */
  animation: slideIn 0.3s ease; /* Animation */
}

.mobileMenu a {
  padding: 10px;
  text-align: center;
  border-top: 1px solid #ccc; /* Optional separator */
}

.socialMediaLogo{
  text-align: center;
}
.socialMediaLogo a{
  text-decoration: none;
}
.socialMediaLogo a:hover{
  text-decoration: none;
}
@keyframes slideIn {
  from {
      transform: translateY(-20px);
      opacity: 0;
  }
  to {
      transform: translateY(0);
      opacity: 1;
  }
}
.fotoja{
    width: 50%;
}
.prishtinaCity{
    display:flex;
}
.prishtinaText{
    width: 50%;
    color: #0eaacc;
    margin-top:7%;
    margin-left:2%;
    font-size: large;
}
.prishtinaText pre{
    font-size: 50px!important;
    font-family: "Montserrat Bold";
}
.buttonDiscover{
    background-color: #08A9CC!important;
    border-color: #08A9CC!important;
}
.prishtinaStats{
  margin-top: 10%; 
  justify-content: space-between; 
  width: 80%;
}
.airBnb{
    background-color: #07A9CB;
    color: white;
    text-align: center;
    padding-bottom: 15%;
}
.airBnbPic{
    justify-content: space-around;
}
.livingPic{
    display: flex;
    justify-content: space-between;    
    margin-top: -11%;
}
.imgLicingPic{
    width: 30%;
}

.imgLicingPic img{
    border-radius: 30px;    
    height: 110%;
    width: 129%;
}

.firstImgLiving{
  margin-top:5%;
  margin-left:-20%
}
.secondImgLiving{
  width: 100%; 
  height: 100%!important;
}
.thirdImgLiving{
  margin-top:5%;
  margin-left:23%;
}
.picCostumize{
  margin-top: -3%;
}

.information{
    margin-top: 20%;
}
.textInfo{
    text-align: center;
    margin-bottom: 10%;
}
.cardInfo{
    display: flex;
    justify-content: space-around;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 10%;
}
.card{
    
    border-radius: 30px!important;
}
.cardInfo .card{
    transition: transform 0.3s ease, background-color 0.3s ease!important;
}
.card img {
  transition: opacity 0.3s ease-in-out;
}
.cardInfo .card:hover {
    transform: translateY(-30px)!important;; /* Moves the card up by 30px */
    background-color: #2F69B3!important;; /* Change the background color on hover */
    color: white !important;;
  }
  .card:hover a{
    color: white !important; /* Ensure the link color changes on hover */
  }
.card-title{
    margin-top: 5%;
    margin-bottom: 0%!important;
    margin-left:3%
}
.discoverNowButtonCardInfo{
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.card-text{
    margin-bottom:4%!important;
    margin-left:3%;
}
.rentInfo{
  padding:2.25rem!important;
}
.rentInfo h5{
  margin-left:0!important;
  margin-bottom: 7%!important;
}
.rentInfo p{
  margin-left:0!important;
  font-size: 15px!important;
}
.carousel-item {
    display: flex;
    justify-content: center;
  }
  .carousel-item .card {
    flex: 1;
    margin: 0 10px; /* Space between cards */
    max-width: 18rem; /* Ensure cards do not exceed this width */
    height: 368px;
  }
  .carousel-inner {
    display: flex;
  }
  .carousel-control-prev,
  .carousel-control-next {
    /*background-color: black; /* Set background color to black */
    width: 5%; /* Adjust width as needed */
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-image: none; /* Remove default icons */
  }
  .carousel-control-prev::before,
  .carousel-control-next::before {
    content: ''; /* Clear default content */
    display: block;
    width: 30px; /* Adjust size as needed */
    height: 30px; /* Adjust size as needed */
    background-color: white; /* Set icon color to white */
    clip-path: polygon(50% 0%, 0% 50%, 50% 100%, 100% 50%); /* Create arrow shape */
  }
  .carousel-control-next::before {
    transform: rotate(90deg); /* Rotate to create right arrow */
  }
  .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")!important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
}
.carousel-control-prev::before, .carousel-control-next::before {
    content: none!important;
}
.carousel-control-next-icon {
    filter: invert(1) grayscale(100)!important;
}
.carousel-control-prev {
    left: 8%!important;
}
.carousel-control-next {
    right: 8%!important;
}

.cardAirbnb {    
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 4px!important;
  }


  .carouselTextInPic{
    background-color: #ffffff;
    border-radius: 7%;
    width: 95%;
    margin:3%;
    color:black;
  }
  .carouselTextInPic h5{
    font-family: "Montserrat Semi-Bold";
  }
  .carouselTextInPic p{
    font-family: "Montserrat Regular";
    font-size:15px;
  }
  .rating p{
    font-family: "Montserrat Medium"!important;
  }
  .container1 {
    display: flex;
    justify-content: space-between; /* Even spacing between items */
    gap: 20px; /* Optional, for space between divs */
    padding: 2% 20% 0% 20%;
}
  .droneService {
    position: relative; /* Needed to position text at the bottom */
    flex: 1; /* Ensure the items take up equal space */
    height: 350px; /* Set a fixed height for the items */
    background-size: cover; /* Make the background image cover the entire div */
    background-position: center; /* Center the image */
    border-radius: 50px;
}

.text {
    position: absolute;
    bottom: 3%;
    border-radius: 41px;
    left: 2%;
    width: 96%;
    background-color: #EDF1F0;
    color: black;
    padding: 6% 6% 2% 6%;
    font-size: 18px;
}
.text p{
    font-size:13px;
}
  .ap1{
    background-image: url('../assets/images/livingroom1.jpg')!important; /* Update the path as needed */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
  }
  .ap2{
    background-image: url('../assets/images/livingroom2.jpg')!important; /* Update the path as needed */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    color: white; /* Optional: ensures text stands out against the background */
  }
  .ap3{
    background-image: url('../assets/images/livingroom3.jpg')!important; /* Update the path as needed */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    color: white; /* Optional: ensures text stands out against the background */
  }
  .ap4{
    background-image: url('../assets/images/livingroom1.jpg')!important; /* Update the path as needed */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    color: white; /* Optional: ensures text stands out against the background */
  }
  .ap5{
    background-image: url('../assets/images/livingroom2.jpg')!important; /* Update the path as needed */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    color: white; /* Optional: ensures text stands out against the background */
  }
  .ap6{
    background-image: url('../assets/images/livingroom3.jpg')!important; /* Update the path as needed */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    color: white; /* Optional: ensures text stands out against the background */
  }
#customCarousel{
    margin-bottom:10%;
}

.footer{
  background-color: #1b1b1b;
  color: white;
  justify-content: space-around;
  padding-top: 6%;
  padding-bottom: 6%;
}
.footerText{
  width: 50%;
  position: relative;
  left: 7%;
}
.footerInput{
  width:50%;
  position: relative;
}
.inputGroup{
  width: 50%!important;
}
.buttonContactUsFooter{
  margin-top:3%;
  background-color: #27c0e8;
  color: white;
  border: none;
  border-radius: 10px;
  padding:1% 3% 1% 3%;
}
@media screen and (max-width: 1024px) {
  .prishtinaText{
    margin-top:3%;
  }
  .prishtinaText pre {
    font-size: 36px !important;
  }
  .prishtinaText p {
    font-size: 14px;
  }
  .container1 {
    padding: 2% 9% 0% 9%;
  }
  .carousel-control-prev {
    left: -3% !important;
}
.carousel-control-next {
  right: -3% !important;
}
}
@media screen and (max-width: 768px) {
    
  .headerMenu{
      justify-content: space-between;
      font-size: 13px;  
  }
  .text-block {
      bottom: 18%;
  }
  .text-block-second-pic{
      right:0%;
  }
  .prishtinaText pre{
    font-size: xx-large!important;
  }
  .prishtinaText{
    font-size: small!important;
  }
  .prishtinaStats{
    width: 100%;
  }
  .prishtinaStats h1{
    font-size:large;
  }
  .airBnbText p{
    font-size: medium!important;
  }
  .container1{
    flex-direction: column;
    height: 1000px;
  }
  .droneService{
    width: 55%;
  }
  .carousel-control-prev {
    left: -2% !important;
  }
  .carousel-control-next {
    right: 2% !important;
  }
  .livingPic{
    flex-direction: column;
  }
  .imgLicingPic img {
    width: 100%;
  }
  .firstImgLiving{
    margin-left:0%;

  }
  .thirdImgLiving{
    margin-left:0%;
  }
  .livingPic{
    align-items: center;
  }
  .imgLicingPic{
    width: 82%;
    margin-top: 4%;
  }
  .cardInfo{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cardInfo .card{
    margin-bottom: 15%;
  }
  .justify-content-center{
    flex-direction: column;
    align-items: center;
  }
  .justify-content-center .card{
    margin-bottom: 3%;
  }
  .footer {
    flex-direction: column;
    align-items: center;
  }
  .prishtinaText button{
    font-size: small;
  }
}
@media (max-width: 600px) {
  .headerMenu {
      display: none; /* Hide header menu on small screens */
  }
  .hamburger {
      display: block; /* Show hamburger icon */
      margin-right: 5%;
  }
  .mobileMenu {
      display: none; /* Still hidden until toggled */
  }
  .socialMediaLogo{
    padding: 0% !important;
    text-align: left;
  }
  .socialMediaLogo img{
    margin-top:2%;
  }
  .colLogo{
    padding-right:0%!important
  }
  .prishtinaCity{
    flex-direction: column;
    text-align: center;
  }
  .fotoja{
    width: 100%;
  }
  .prishtinaText{
    width: 98%;
    padding-left: 0%;
    margin-bottom: 4%;
  }
  .airBnbText p {
    font-size: small!important;
  }
  .textInfo h1{
    font-size: large!important;
  }
  .textInfo pre{
    font-size: small!important;
  }
  .livingPic{
    flex-direction: column;
  }
  .prishtinaStats{
    width: 98%;
  }
  .imgLicingPic img {
    width: 100%;
  }
  .firstImgLiving{
    margin-left:0%;

  }
  .droneService{
    width: 85%;
  }
  .carousel-control-prev {
    left: 1% !important;
  }
  .carousel-control-next {
    right: 1% !important;
  }
  .thirdImgLiving{
    margin-left:0%;
  }
  .livingPic{
    align-items: center;
  }
  .imgLicingPic{
    width: 90%;
    margin-top: 4%;
  }
  .footerText{
    width: 86%;
    left:3%
  }
  .footerInput{
    width: 86%;
    left:3%
  }
  .inputGroup{
    width: 70%!important;
  }
  .buttonContactUsFooter{
    width: 50%;
  }
}

 