/* Global Styles */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  box-sizing: border-box;
}

hr.lg {
    margin: 60px 0;
}
hr {
    border-top-color: #eeeeee;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #2e5b7c;
}


.container {
  width: 1170px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

/* header-joob */

.header-joob {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: url(../images/header-bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-joob .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo{
  margin-top: 6px;
}

.logo img{
  max-width: 80px;
}

.menu ul {
  display: flex;
  list-style: none;
  gap: 8px;
}

.menu ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 0 15px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    line-height: 82px;
    font-weight: 400;
    position: relative;
    z-index: 3;
    float: left;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.menu ul li.active a, .menu ul li a:hover{
  background: #ffffff;
  color: #402f20;
}

.menu ul li a:before {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.menu ul li.active a:before, .menu ul li a:hover:before{
  background: #273654;
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  border: 1px solid #cdb692;
  padding: 6px;
}

.burger span {
  display: block;
  width: 25px;
  height: 3px;
  background: #fff;
}

/* Page Heading */

.page-heading{
    background: url(../images/banner-joob-main.webp) no-repeat bottom / 100%;
    border-top: 4px solid #7f7a58;
    border-bottom: 4px solid #eeeeee;
    position: relative;
    z-index: 1;
}

.page-heading:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 59, 93, 0.7);
    content: "";
    z-index: -1;
}

.page-heading .row{
  display: flex;
  justify-content: space-between;
}

.page-heading h1{
    font-size: 24px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    padding: 25px 0;
}

.page-heading .breadcrumb{
    padding: 29px 0;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin: 0;
    list-style: none;

}

.page-heading .breadcrumb a{
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.page-heading .breadcrumb a:hover{
    color: #cdb692;
}

.breadcrumb li {
    display: inline-block;
}

.page-heading .breadcrumb > li + li:before {
    content: "\2022";
    padding-right: 6px;
    padding: 0 5px;
    color: #ccc;
}

.page-heading .breadcrumb li.active{
    color: #b59153;
}

/* Content Block 1 */

.text-block {
  padding-top: 90px;
}

.text-block h2, .list-hotel h2{
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 1.2em;
  margin: 0 0 1em 0;
  color: #2f2f2f;
  text-transform: uppercase;
}

.title-decorated {
    position: relative;
    padding-bottom: 40px;
}

.title-decorated:after {
    margin-left: 14px;
}

.title-decorated:before {
    margin-left: -22px;
}

.title-decorated:before, .title-decorated:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 43px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #dcdcdc;
}

.title-decorated h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-radius: 50%;
    background: #dcdcdc;
}

.text-block span {
    color: #dc2a0b;
}

.text-block p {
    color: #0f1d2a;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.4px;
    text-align: left;

}

.text-block h3{
  padding: 15px 0;
}

.text-block a{
  text-decoration: none;
  color: #bf2616;
}

/* Footer */

footer {
    background: #241e1d;
    color: #ffffff;
}

.footer-top {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 30px;
  padding: 20px 0;
}

.footer-top h3{
  font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 1em 0;
}

.footer-top ul{
  padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.footer-top ul li{
     border-bottom: 1px solid #cdb692;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 8px 0 10px 20px;
    position: relative;
}

.footer-top ul li:hover{
  background: #b59153;
  padding-left: 40px;
}

.footer-top ul li:hover a{
  color: #fff;
}


.footer-top ul li:before{
  position: absolute;
    top: 15px;
    left: 0;
    display: block;
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    color: #627981;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.footer-top ul li:hover:before{
  color: #fff;
    left: 20px;
}

.footer-top ul li a{
  font-family: "Roboto", Sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.4px;
    color: #fff;
    text-decoration: none;
}

.footer-top p {
    color: #babfc0;
    font-size: 14px;
    font-family: "Roboto", Sans-serif;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
}


#footer-copyright-joob{
    border-top: 1px solid #191919;
    background: #404a56;
    font-size: 14px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.footer-bottom li{
  display: inline-block;
}

.footer-bottom ul li:after {
    content: "|";
    color: #cdb692;
}

.footer-bottom ul li:last-child:after{
    content: none;
}

.footer-bottom li a{
  font-size: 14px;
    letter-spacing: 0.4px;
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
     -webkit-transition: 0.2s;
    transition: 0.2s
}

.footer-bottom li a:hover{
  color: #b59153;
}

.footer-bottom li.active a{
  color: #b59153;
}

/* Button top */

#back-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    display: none;
}

#back-top a {
    width: 44px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#back-top a:hover {
    color: #ffffff;
}

#back-top a .fa {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: block;
    font-size: 14px;
    background: #46545f;
    border-radius: 6px;
}

#back-top a:hover .fa {
    background-color: #b59153;
}

/* Cookie */

.cookie-banner .container{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #cdb692;
  color: #fff;
  padding: 15px 20px;
  letter-spacing: 0.4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  font-size: 16px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.cookie-banner a {
    color: #000000;
    font-weight: 600;
}

.cookie-banner .cookie-button{
    background-color: #bf2616;
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
    border: none;
    cursor: pointer;
    transition: all .3s;

}

.cookie-banner .cookie-button:hover {
    background-color: #656f77;
    color: #ffffff;
}

.hidden {
  display: none;
}

/* Media */


@media (max-width: 1024px) {
  .container {
        width: 970px;
    }
}


@media (max-width: 992px){
  .header-joob .container{
    display: block;
  }

  .logo {
    margin-top: 0px;
    padding-top: 5px;
  }

  .menu ul {
    display: none;
    flex-direction: column;
    gap: 0px;
    background: #2f2f2f;
    margin: 0;
  }

  .menu ul.active {
    display: flex;
    margin: 0;
  }

  .menu ul li a{
    line-height: 20px;
    background: none !important;
    color: #fff;
    z-index: 2;
    overflow: hidden;
    font-size: 1em;
    text-decoration: none;
    padding: 12px 15px;
    text-transform: capitalize;
  }

  .menu ul li.active a, .menu ul li a:hover {
    color: #cdb692;
  }

  .menu ul li + li {
       border-top: 1px solid #ffffff8c;
    }

  .burger {
    display: flex;
    float: right;
    margin-top: 23px;
  }

  .text-block h2{
    font-size: 26px;
  }

  .text-block p {
    font-size: 15px;
  }

}

@media (max-width: 768px) {

    .contact-block .row {
      gap: 0px;
      flex-direction: column;
  }

  .contact-joob{
    grid-template-columns: 1fr;
  }

  #contact-form {
    margin: inherit;
}

  .contact-info {
    max-width: 100%;
}

  .contact-block .form-group {
    margin-bottom: 10px;
  }

  ul{
    list-style: none;
  }

  textarea.form-control {
    width: 100%;
  }

  .footer-top {
       grid-template-columns: 220px 1fr;
   }

   .copyright-right {
        margin-right: 50px;
    }

}

@media (max-width: 480px) {
  .page-heading .row {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .page-heading h1 {
    font-size: 18px;
    padding: 10px 0;
  }

  .page-heading .breadcrumb {
    padding: 15px 0;
    padding-top: 0px;
  }

  .footer-top {
        grid-template-columns: auto;
    }

    .footer-bottom{
      flex-wrap: wrap;
      flex-direction: column-reverse;
    }

    .copyright-right {
      margin-right: 0;
      margin-bottom: 8px;
    }

    #back-top {
      bottom: 45px;
  }

    .cookie-banner {
      font-size: 15px;
  }

    .cookie-banner .container {
      flex-direction: column;
  }

}

@media (max-width: 375px) {
    #back-top {
        bottom: 74px;
    }
}
