/*   Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* 
font-family: 'Inter', sans-serif;
font-family: 'Poppins', sans-serif;
*/
@font-face {
  font-family: Avenir;
  src: url(../fonts/custom/AvenirLTStd-Book.otf);
}
@font-face {
  font-family: Momwritter;
  src: url(../fonts/custom/Mom«t___.ttf);
}
body {
  font-family: 'Inter', sans-serif;
  font-weight: 400; 
  color: #666666;
  font-size: 16px; }

  
button {
  cursor: pointer; }

a:focus,
.button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  color: inherit;
  text-decoration: none; }

a,
button {
  color: inherit;
  outline: medium none; }

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0; }

 
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif; 
  color: #1d2172;
  margin-top: 0px; 
  font-weight: 500;
  text-transform: normal;
 }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }

h1 {
  font-size: 40px;
  font-weight: 500; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }

 img{
  max-width: 100%;
 }

 
/* default-css END 
================================== */
 





.constant-head {}

.constant-head a {
    display: block;
    max-width: 300px;
    margin: 60px auto;
}

.const_login {
    text-align: center;
    padding-top: 180px;
}

.const_login form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.const_login form label {
    font-weight: 500;
    font-size: 17px;
}

.const_login form label input {
    margin-left: 20px;
    height: 45px;
    width: 300px;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 10px;
}

.const_login form button {
    display: block;
    padding: 11px 20px;
    border: none;
    border-radius: 5px;
    margin-left: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #F4A52B;
}
.const_login form.notMatched  label input {
  border: 1px solid red;
  background: #ffdede;
}
.airport-list ul {
  max-width: 600px;
  margin: auto;
  border-radius: 30px;
  background: #212A37;
  color: #fff;
  overflow: hidden;
  padding-bottom: 40px;
  position: relative;
}
.airport-list ul::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  left: 50%;
  background: #fff;
  transform: translateX(-50%);
}
.airport-list {
  margin-top: 100px;
  margin-bottom: 50px;
}

.airport-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 10px 0;
}

.airport-list ul li > div {
  width: 50%;
}

.airport-list ul li > div h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0;
}

.airport-list ul li > div span {
  font-size: 20px;
}

.airport-list ul li > div a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 45px;
  background: #F4A52B;
  border-radius: 7px;
}
.airport-list ul li:nth-child(even){
  background-color: #2E3846;
}
.airport-list ul li:nth-child(odd){
  background-color: #39465A;
}
.airport-list ul li:first-child{
  background-color: #212A37;
}

.const_product {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.const_product > img {
  display: block;
  width: 100%;
}

.const_product a {
  position: absolute;
  top: 20px;
  right: 35px;
  z-index: 99;
  width: 20px;
  color: #fff;
  font-size: 34px;
}
.const_product a i{
 
}
.const_product h5 {
  font-size: 20px;
  color: #212A37;
  padding: 20px 34px;
}
div#ImgsModal .modal-dialog,
div#ImgsModal2 .modal-dialog,
div#ImgsModal3 .modal-dialog,
div#ImgsModal4 .modal-dialog,
div#ImgsModal5 .modal-dialog,
div#ImgsModal6 .modal-dialog {
  max-width: 540px;
}
div#ImgsModal,
div#ImgsModal2,
div#ImgsModal3,
div#ImgsModal4,
div#ImgsModal5,
div#ImgsModal6 {
  padding-left: 0 !important;
}



/*   */




.belved-wrp {
  background: url(../img/belvedere/image2.png);
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.belved-wrp:before {
  content: "";
  background: url(../img/belvedere/ractangle.png);
  background-color: #0000007a;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
a.belved-btn {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 5px 15px;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  color: #000;
  font-family: Avenir;
}

a.belved-btn i {
  margin-right: 5px;
}

.belved-contents {
  display: flex;
  align-items: center;
  padding: 150px 0;
  flex-wrap: wrap;
}

.belved-contents-left {
  width: 43%;
  text-align: center;
  padding-right: 100px;
}

.belved-contents-left img {margin-bottom: 35px;}

.belved-contents-left p {
  color: #fff;
  font-family: Avenir;
}

.belved-contents-right {
  width: 57%;
}

.belved-contents-right ul {
  display: flex;
  flex-wrap: wrap;
}

.belved-contents-right ul li {
  width: 50%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.belved-contents-right ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.belved-contents-right ul li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: Avenir;
}
.modal-dialog {
  max-width: 100%;
  background: none;
  border: none;
}
.modal-dialog .const_login {
  margin: 0;
  padding: 0; 
  background: none;
}
.modal-content { 
  background-color: transparent;
  border: none;
  border-radius: 0; 
}
.modal-dialog .const_login label {
  color: #fff;
}

.modal-dialog .const_login button {
  background: #1C9BD3;
}
.hotels-wrp {
  background: #000;
  min-height: 100vh; 
  padding-top: 95px;
}

.hotels-wrp .pa-top {
  text-align: center;
}

.hotels-wrp .pa-top h4 {
  color: #fff;
  font-weight: 700;
  font-family: 'Inter';
  font-size: 34px;
}

.hotels-wrp .pa-top span,.hotels-wrp .pa-top p {
  display: block;
  font-family: Avenir;
  color: #fff;
  letter-spacing: 11px;
  margin-bottom: 70px;
}

.hotels-wrp .pa-top p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 8px;
}

.hotels-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 100px;
}

.hotel-blk {
  width: 48%;
  margin-top: 30px;
  text-align: center;
  color: #fff;
}

.hotel-blk img {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

.hotel-blk p {
  letter-spacing: 6px;
  margin-bottom: 25px;
}

.hotel-blk a {
  display: block;
  width: max-content;
  margin: auto;
  text-decoration: none;
  padding: 10px 15px;
  background: #1C9BD3;
  border-radius: 8px;
  font-family: poppins;
}
.hotels-wrp a.bw-logo {
  display: block;
  max-width: 100px;
  position: absolute;
  top: 50px;
  left: 35px;
}
.hotel-content {
  text-align: center;
}

.hotel-content img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.hotel-content  h5 {
  color: #fff;
  letter-spacing: 6px;
  font-family: Avenir;
}

.hotel-content p {
  max-width: 200px;
  margin: 45px auto;
  color: #fff;
  font-size: 14px;
  font-family: Avenir;
}

.hotel-content ul {
  max-width: 90%;
  margin: auto;
}

.hotel-content ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-family: Avenir;
  font-size: 15px;
  text-align: left;
  margin-top: 10px;
}
.hotel-content ul li span{
  width: 33%;
}
.hotel-content ul li span:nth-child(2){
  text-align: center;
}
.hotel-content ul li span:nth-child(3){
  text-align: right;
}
.hotel-content a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 20px;
  font-size: 14px;
}

.hotel-content a i {
  margin-right: 20px;
  font-size: 30px;
}

















/*   */







.dosarul-head {}

.dosarul-head a {
    display: block;
    text-align: left;
    max-width: 150px;
    margin-top: 50px;
}

.dosarul-content {}

.dosarul-content h3 {
    font-family: Momwritter;
    color: #C74141;
    text-align: center;
    font-size: 35px;
    margin-bottom: 15px;
}

.dosarul-content h4 {
    display: block;
    text-align: center;
    font-family: Momwritter;
    font-size: 30px;
    color: #fff;
    margin-bottom: 50px;
}

.dosarul-wrp {
    background: #000;
    min-height: 100vh;
    padding-bottom: 50px;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #0000;
}




div#accordionExample {
  background: #1D1D1D;
  border: 1px solid #707070;
}

.accordion-item > button {
  color: #fff;
  font-family: Avenir;
  font-size: 18px;
  text-transform: uppercase;
  border-top: 1px solid #707070 !important;
}
.accordion-body {
  padding: 10px;
  padding-top: 0;
  padding-left: 60px;
  color: #fff;
}
.accordion-item > button:after {
  display: none;
}
.accordion-item > button:before {
    content: "+";
    width: 35px;
    text-align: left;
    font-weight: 600;
    font-size: 22px;
}
.accordion-button:not(.collapsed):before {
  content: "-";
  position: relative;
  top: -3px;
}















main.belveds,main.constants form {
  position: relative;
}

main.belveds .hotels-wrp,
main.belveds.giveAccess .const_login,
main.constants.giveAccess .const_login {
  display: none;
}
main.belveds.giveAccess .hotels-wrp,
main.constants.giveAccess .airport-list {
  display: block;
}
main.belveds .const_login {
  min-height: 100vh;
  background: #000;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.belveds .const_login form{
  position: relative;
}
main.belveds .const_login label {
  color: #fff;
}

main.belveds .const_login button {
  background: #1c9bd3;
}
form.error:after {
  content: "wrong password";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: red;
  font-size: 18px;
}
main.constants .airport-list {
  display: none;
}








