/* 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;
}

/* Banner Block */

.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 550px;
    background-image: url(../images/banner-joob-main.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    text-align: center;
    border-top: 4px solid #7f7a58;
    border-bottom: 4px solid #eeeeee;
    position: relative;
}

.banner .dark-overlay{
	background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-content{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 2;
    background-color: #00000087;
    padding: 20px;
    border-radius: 10px;
}

.banner-content h1 {
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
}

.banner-content h2 {
    font-size: 17px;
    margin: 10px 0;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.4px;
}

/* Content Block 2 */

.text-block {
  padding-top: 90px;
}

.text-block h2, .trust-us-joob h2, .reviews-joob h2, .center-blocks-joob 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: #7f7f5f;
}

.title-decorated h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-radius: 50%;
    background: #7f7f5f;
}

.text-block span {
    color: #bf2616;
}

.text-block p {
    color: #0f1d2a;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.4px;
    text-align: center;

}

/* Content Block 3 */

.trust-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.left .row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.item {
    display: flex;
    flex-direction: row;
    text-align: center;
    min-width: 300px;
    padding: 15px;
    gap:20px;
}

.items-content{
	text-align: left;
}

.trust-content .icon{
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    color: #2f261c;
    position: relative;
    display: block;
    border: 2px solid #bf2616;
    border-radius: 50%;
    padding: 20px;
}

.trust-content .left i:before{
    position: absolute;
    top: 8px;
    left: 12px;
}

.trust-content .left .item:nth-child(2) i:before{
    top: 11px;
    left: 10px;
}

.trust-content .left .row:nth-child(2) .item:first-child i:before{
    top: 8px;
    left: 16px;
}

.trust-content .item h3{
	padding-top: 6px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 1em 0;
    color: #2f2f2f;
    text-transform: uppercase;
}

.trust-content .item p{
	color: #6d6d6d;
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.4px;
}

.trust-content .tabs {
  display: flex;
  gap: 2px;
}

.trust-content .tabs i{
  margin-right: 4px;
  font: normal normal normal 14px / 1 FontAwesome;
}

.trust-content .tab {
    background: #f7f7f7;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: none !important;
    border-top: none;
    border-radius: 0;
    padding: 12px 20px;
    color: #2f2f2f;
    position: relative;
    cursor: pointer;
}

.trust-content .tab.active{
	color: #bf2616;
    border-left-color: #dcdcdc;
    border-right-color: #dcdcdc;
    background: #fff;
}

.trust-content .tab.active:before {
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
}

.trust-content .tab.active:after {
    background: #bf2616;
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 3px;
}

.tab-content{
	padding: 30px 28px;
    border: 1px solid #dcdcdc;
    background: #fff;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
}

.tab-content .tab-item {
  display: none;
}

.tab-content .tab-item.active {
  display: flex;
  gap:20px;
}

.tab-content img{
	padding: 6px;
    background-color: #e5e5e5;
    border: 1px solid #cecece;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 204px;
    height: 178px;
    object-fit: cover;
}

.tab-content p{
	color: #6d6d6d;
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.4px;
}

/* Content Block 4 */

.reviews-joob{
	  background: #5d767d78;
    overflow: hidden;
    border-bottom: 1px solid #bf2616;
    padding: 60px 0;
}

.reviews-joob h2{
	margin-bottom: 0;
}

.owl-carousel{
	    cursor: pointer;
    margin-top: 20px;
    box-shadow: 0 2px 10px #2e5b7c;
    border-radius: 10px;
}

.owl-carousel .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 300px; 
  background: #f7f7f7;
  padding: 20px;
  padding-top: 0;
  border-radius: 8px;
}

.owl-carousel blockquote{
    padding: 70px 100px 0 100px;
    font-size: 20px;
    font-family: "Roboto", Sans-serif;
    line-height: 36px;
    margin: 0 0 20px;
    color: #6d6d6d;
    font-style: italic;
    position: relative;
}

.owl-carousel blockquote:before {
    position: absolute;
    left: 50%;
    margin-left: -19px;
    top: 0;
    font-size: 49px;
    display: block;
    content: "\f10d";
    font-family: 'FontAwesome';
    color: #51656c;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.owl-carousel .slide h3 {
    font-size: 16px;
    color: #555;
    font-style: italic;
    letter-spacing: 0.4px;
}

.owl-carousel .slide h3:before {
    content: "—";
    margin-right: 4px;
}

/* Arrows */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: none;
  justify-content: space-between;
  transform: translateY(-50%);
}

.owl-nav button {
    position: absolute;
    font-size: 14px!important;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 4px black;
    line-height: 52px;
    margin-top: -30px;
    background: #46545f!important;
    color: #fff!important;
  cursor: pointer;
  webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.owl-nav button i{
	font-size: 17px;
}

.owl-nav button:hover {
    background: #fff !important;
    color: #2f2f2f !important;
    border: 4px solid #cdb692 !important;
}

.owl-nav button.owl-prev {
  left: 15px;
}

.owl-nav button.owl-next {
  right: 15px;
}

/* Show arrows on hover */
.owl-carousel:hover .owl-nav {
  display: flex;
}

/* Центровані блоки */

.center-blocks-joob {
  padding: 40px 0;
  padding-bottom: 100px;
}

.center-blocks-joob .choice-hotel{
	display: flex;
    justify-content: center;
    gap: 30px;
}

.block {
    max-width: 460px;
    background: #fff;
    padding: 40px;
    box-shadow: 0 2px 10px #273654;
    text-align: center;
    border-radius: 10px;
}

.block img {
    padding: 4px;
    background-color: #27365461;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    border-radius: 10px;
}

.block h3{
	font-family: 'Oswald', sans-serif;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 1em 0;
    color: #2e5b7c;
    text-transform: uppercase;
    font-size: 18px;
}

.block p{
	color: #0f1d2a;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.4px;
    text-align: center;
    margin-bottom: 20px;
}

.block a{
	text-decoration: none;
	transition: all .3s;
}

.block a:hover h3{
	color: #bf2616;
}

.block button{
	  background-color: #55758d;
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    padding: 14px 25px 14px 25px;
    border: none;
    cursor: pointer;
    transition: all .3s

}


.block button:hover {
    background-color: #cdb692;
}


/* 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;
    }

    .banner-content h1 {
    	font-size: 35px;
	}

	.banner-content h2 {
	    font-size: 16px;
	    line-height: 22px;
	}

	.banner {
		height: 425px;
	}

	.text-block {
    	padding-top: 50px;
	}

	.text-block p{
		padding: 0 100px;
	}

	.trust-content {
	   gap: 0px;
	}

	.left .row {
		gap: 5px;
	}

	.item {
       min-width: 287px;
       padding: 11px;
	}

	.tab-content .tab-item.active {
    	display: block;
	}

	.tab-content img{
		max-width: 100%;
	}

	.copyright-right{
		margin-right: 20px;
	}
}

@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;
  }
}

@media (max-width: 768px) {
  

  .trust-content {
    grid-template-columns: 1fr;
  }

  .left .row {
    gap: 5px;
    justify-content: center;
  }

  .item {
     max-width: 350px;
   }

   .tab-content .tab-item.active{
   	display: flex;
   }

  .block {
    max-width: 335px;
   }

   .block img {
   	   max-width: 255px;
   }

   .owl-nav {
   	 display: flex;
   }

   .owl-carousel blockquote {
	    font-size: 18px;
	    line-height: 28px;
	}

  .footer-top {
  	   grid-template-columns: 220px 1fr;
   }

   .copyright-right {
        margin-right: 50px;
    }

}

@media (max-width: 480px) {
    .banner-content h1 {
    	font-size: 28px;
  	}

	.banner-content h2 {
	  font-size: 13px;
	}

	.banner-content {
	  left: 20%;
	  transform: translate(-12%, -50%);
	}

    .text-block h2, .trust-us-joob h2, .reviews-joob h2, .center-blocks-joob h2 {
        font-size: 24px;
    }

    .text-block p {
        padding: 0 0px;
    }

    .left .row {
       flex-wrap: wrap;
    }

    .tab-content .tab-item.active {
       flex-wrap: wrap;
    }

    .owl-carousel blockquote {
        font-size: 13px;
        line-height: 22px;
        padding: 49px 40px 0 40px;
    }
    .center-blocks-joob .choice-hotel{
   	    flex-wrap: wrap;
    }

    .block {
    	padding: 10px;
  	}

   .block p {
       font-size: 13px;
	}

	.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;
    }
}
