

.navbar-brand img {
    width: auto;
    height: 100px;
    margin-top: 3px;
}

  @media (max-width: 991px) {
    .navbar-brand img {
        margin-top: 0px;
        height: 70px;
    }
        .navbar {
        min-height: 110px;
    }
  }

nav.navbar.bootsnav .btn {
    margin: 29px 10px 0 0px;
}
@media (min-width: 991px) {
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 43px 18px 30px 0px;
    }
}


.blog .wrapper {
    min-height: 400px;
}
.blog-image {
    height: 470px;
}

.rates-box-new {
    width: calc(49% - 20px);
    display: inline-block;
    vertical-align: top;
    margin: 15px 7px;
    box-shadow: 0px 0px 30px rgba(52, 52, 52, 0.25);
}

.rates-top {
    background-color: #184d68 ;
    padding: 25px 20px;
}
.rates-bottom {
    padding: 20px 15px;
}
.rates-top h3{
    color: #fff ;
    font-size: 30px;
}
.circle-bg {
  width: 90%;
  margin-left: 5%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-position: top;
}

.team-info {
    width: calc(33% - 20px);
    display: inline-block;
    vertical-align: top;
    margin: 15px 7px;
    border: 1px solid #d5ebf6;
    padding: 15px 0 15px 0;
}
.team-info h3 {
    font-family: "Cuprum", sans-serif;
    font-size: 30px;
}

@media (max-width: 991px) {
.rates-box-new {
    width: calc(100% - 0px);
    margin: 10px 0px;
} 
.rates-top h3{
    font-size: 25px;
}
.team-info {
    width: calc(49% - 20px);
}
}

@media (max-width: 768px) {
  .blog-image {
    height: 250px;
}  
.blog .wrapper {
    min-height: 350px;
}
.team-info {
    width: calc(100% - 0px);
    margin: 15px 0px;
}
}




.hero-video {
  position: relative;
  height: 100vh;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 991px) {
  .hero-video {
    height: 88vh;
  }
  .hero-video h1 {
    font-size: 38px !important;
        line-height: 38px !important;
        margin-bottom: 15px;
  }
}
.hero-video .back {
  background-color: rgba(52, 52, 52, 0.4);
  height: 100%;
  z-index: 2;
}

.hero-video .container-fluid,
.hero-video .row,
.hero-video .col-md-12 {
  height: 100%;
}

.hero-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.hero-video .hero-text {
  position: absolute;
  left: 50%;
  top: 33vh; /* razmak od dna */
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  color: #fff;
  width: 100%;
}
@media (max-width: 768px) {
  .hero-video .hero-text {
    top: 22vh;
  }
}
.padd {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .padd {
    padding: 0 15px;
  }
}


.hero-video .btn {
  margin: 15px 5px;
  color: #fff;
  min-width: 290px;
}
@media (max-width: 768px) {
  .hero-video .btn {
    margin: 4px 5px;
  }
}
.hero-video h1 {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.hero-video h2 {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .hero-video h2 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
  }
}

.under-box {
  background-color: rgba(14, 46, 62, .5);
  z-index: 8;
  border-radius: 8px;
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
  margin: 0 auto;
  padding: 30px 15px 10px 15px;
  max-width: 1000px;
}
.under-box h3 {
  font-size: 35px;
  line-height: 35px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(52, 52, 52, 0.25);
  font-family: "Cuprum", sans-serif;
}

.under-box h4 {
  color: #fff;
  font-size: 25px;
  letter-spacing: 2px;
  text-shadow: 0px 0px 5px rgba(52, 52, 52, 0.25);
  font-weight: 400;
}
@media (max-width: 768px) {
.under-box {
    bottom: 20px;
    padding: 20px 15px 10px 15px;
}
.under-box h3 {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 1px;
}
.under-box h4 {
  color: #fff;
  font-size: 21px;
  letter-spacing: 1px;
}
}
.index-cards {
    .card{
      display: inline-block;
      width: calc(33% - 40px);
      margin: 15px 18px;
      background:#fff;
      padding:40px 28px;
      position:relative;
      min-height:500px;
      box-shadow: 0px 0px 30px rgba(52, 52, 52, 0.25);
      vertical-align: top;
    }
    .number{
      font-size:42px;
      color:#2f9ad0;
      font-weight:300;
      margin-bottom:20px;
    }
    .line{
      width:100%;
      height:1px;
      background:#d8dee3;
      margin-bottom:40px;
    }
    .image{
      position:absolute;
      top:60px;
      right:-20px;
      width:75%;
      height:170px;
      overflow:hidden;
    }

    .image img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
      border-radius: 4px;
    }

    .card h2{
      margin-top: 170px;
      font-family: "Cuprum", sans-serif;
      font-size:46px;
      line-height:1.05;
      margin-bottom:25px;
      max-width:260px;
    }
    .card p {
      width: 80%;
    }
    .arrow-div{
      position:absolute;
      right:-22px;
      bottom:00px;
    }
    .arrow{
      transform:translateY(-50%);
      width:50px;
      height:50px;
      border-radius:50%;
      background:#2f9ad0;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-size:30px;
    }
    .arrow:hover {
      background:#184d68;
    }

}

@media (max-width: 1050px) {
    .index-cards .card{
      display: inline-block;
      width: calc(100% - 0px);
      margin: 15px 0px;
      min-height:auto;
    }
    .index-cards .image{
      height:220px;
      right: 20px;
      width: 63%;
      top: 30px;
    }
    .index-cards .card h2{
      margin-top: 190px;
      font-size:30px;
      margin-bottom:10px;

    }
    .index-cards .arrow-div{
      bottom:-10px;
      right: 15px;
    }
}
.attractions {
    .card{
      display: inline-block;
      width: calc(25% - 20px);
      margin: 15px 7px;
      background:#fff;
      padding:40px 20px 20px 20px;
      position:relative;
      min-height:590px;
      box-shadow: 0px 0px 30px rgba(52, 52, 52, 0.25);
      vertical-align: top;
    }
    .image{
      position:absolute;
      top:0px;
      right:0px;
      width:100%;
      height:330px;
      overflow:hidden;
    }

    .image img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
      border-radius: 4px;
    }

    .card h2{
      margin-top: 320px;
      font-family: "Cuprum", sans-serif;
      font-size:36px;
      line-height:1.05;
      margin-bottom:15px;

    }
    .card p {
      width: 100%;
    }
    .arrow-div{
      position:absolute;
      right: 20px;
      top:330px;
    }
    .arrow{
      transform: translateY(-50%) rotate(90deg);
      width:50px;
      height:50px;
      border-radius:50%;
      background: #fff;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#2f9ad0;
      font-size:36px;
      box-shadow: 0px 0px 8px rgba(52, 52, 52, 0.35);
    }
    .arrow:hover {
      background:#184d68;
    }

}
@media (max-width: 1150px) {
    .attractions .card{
      display: inline-block;
      width: calc(50% - 20px);
    }
}
@media (max-width: 991px) {
    .attractions .card{
      display: inline-block;
      width: calc(100% - 0px);
      margin: 15px 0px;
      min-height:auto;
    }
    .attractions .image{
      height:250px;
    }
    .attractions .card h2{
      margin-top: 240px;
      font-size:30px;
      margin-bottom:10px;

    }
    .attractions .arrow-div{
      top:250px;
    }
}
.services-left-text {
  padding: 0;
}

.services-left-text .services-img {
  margin-left: 45vw;
}

@media screen and (max-width: 991px) {
  .services-left-text .services-img {
    margin-left: 0;
  }
}
.services-left-text .services-img2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .services-left-text .services-img2 {
    height: 240px;
    display: block;
  }
}
.services-left-text .services-text {
  padding: 110px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #edf2f7;
  margin-left: -45vw;
}

@media screen and (max-width: 991px) {
  .services-left-text .services-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
  }
}

