html {
    overflow-x: hidden !important;
}

body {
    font-family: "BPG Mrgvlovani Caps 2010";
    color: white;
    line-height: normal;
    font-size: 12px;

}

p {
    font-family: "BPG Mrgvlovani";
}

.img-fluid {
    width: 100%;
    height: 100%;
    display: block;
}

* {
    transition: color 0.4s ease;
    transition: background-color 0.4s ease;
}

:root {
    --primary-color: #AAB79E;
    --border-radius: 5px;
}

@media (min-width: 1200px) {
    .landing.searched .weather {
        margin-bottom: 50px;
    }

    .container {
        max-width: 1191px;
    }
}

@media (min-width: 1350px) {
    .container {
        max-width: 1264px;
    }
}


/*     header start         */
.main__header {
    top: 50px;
    z-index: 10;

}

.main__header nav {
    padding: 0 70px;
}

.authorization button {
    width: 150px;
    height: 45px;
    border-radius: 5px;
}

.authorization a:first-child button {
    background-color: var(--primary-color);
    transition: all 0.4s ease;
}

.authorization a:first-child button:hover {
    background-color: #88957C;
    transition: all 0.4s ease;
}

.authorization button {
    background-color: white;
    transition: all 0.4s ease;
}

.authorization button:hover {
    background-color: #A42601;
    transition: all 0.4s ease;
}

nav a.active,
#navbarSupportedContent a.active {
    color: var(--primary-color) !important;
}

nav a:hover {
    color: var(--primary-color) !important;
    transition: all 0.4s ease;
}

.language {
    position: relative;
    font-family: 'BPG ExtraSquare Mtavruli';
}

.language::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: white;
    left: 49%;
}










/*     header end         */


/*     index start         */


.logo-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 53px;
    font-family: 'Broadway';
    z-index: 5;
    padding-left: 70px;
}

.reservation__container {
    height: 370px;
    width: 315px;

    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 25px 30px;
}

.main__right {
    padding: 135px 132px 0 68px;

}

.main__right>* {
    position: relative;
    z-index: 5;
}

.reservation__container h1 {
    font-family: 'Gilroy GEO';
}




.landing {
    background-color: var(--primary-color);
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: 100vh;
}

.overlay {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.7));
}

.main__img__wrapper {
    border: 2px solid white !important;

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    border-bottom: 0;



    min-height: 728px;
    min-height: calc(100vh - 70px);
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
}

.searched .main__img__wrapper {
    border-bottom: 0 !important;
}


.form__inputs input {
    width: 100%;
    height: 100%;
    border: none;
    height: 40px;
    padding-left: 20px;
    border-radius: 5px;
}

.reservation__container>* {
    margin-bottom: 8px;
}

.reservation__container label {
    font-family: 'BPG ExtraSquare Mtavruli';
}

.search {
    height: 40px;
    width: 130px;
    display: block;
    margin: 15px auto 0 auto;
    color: white;
    background-color: black;
    border-radius: 5px;
}

.weather {
    padding: 20px;
    border: 1px solid white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-family: 'BPG ExtraSquare Mtavruli';
}

.credits a {
    color: var(--primary-color) !important;
}

.m-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}


.reservation table {
    width: 995px;
    max-width: 90vw;
    color: black;
    margin: 0 auto;

}

.reservation table p,
.reservation table span {
    font-family: 'BPG Mrgvlovani Caps 2010';
}

.reservation table thead {
    height: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

}

.reservation table thead td {
    background-color: var(--primary-color);
    vertical-align: middle;
    color: white;
    min-width: 100px;

}

.reservation table thead a {
    font-size: 10px;
}

.reservation table thead .termed {
    min-width: 160px;
}

.reservation table thead td:first-child {
    border-top-left-radius: 10px;
}

.reservation table thead td:last-child {
    border-top-right-radius: 10px;
}

.reservation table td {
    padding: 20px;
}

.reservation table thead td:nth-child(3),
.reservation table thead td:nth-child(5) {
    background-color: #E6E6E6;
    color: black;
}

.reservation table thead td:first-child {
    border-right: 2px solid white;
}

.reservation table .fa-angle-right {
    margin-right: 10px;
}

.reservation table p:not(:first-child) {
    margin-top: 10px;
}

.reservation table tbody p,
.reservation table tbody span {
    font-size: 10px;
}

table .flexed {
    display: flex;
    align-items: center;
    gap: 15px;
}

table tr td.type {
    min-width: 380px;
}

.main__color {
    color: var(--primary-color);
}

.red__color {
    color: #E9426A;
}

.w-155 {
    min-width: 155px !important;
    text-align: center;
}

.reservation table a {
    text-decoration: underline !important;
}

.room {
    width: 37px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-radius: 5px;
    margin: 0 auto;
}

.room span {
    font-family: 'BPG ExtraSquare Mtavruli' !important;
    font-size: 18px !important;
}

.price {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-radius: 5px;
    margin: 0 auto;
    width: 130px;
    height: 40px;
    background-color: #3A3A3A;
    color: white;
}

.reservation table button {
    width: 130px;
    height: 40px;
    background-color: #E6E6E6;
    transition: all 0.4s ease;
    border-radius: 5px;
}

.reservation table .buttoned {
    text-align: end;
    vertical-align: middle;
    padding-right: 0;
}

.reservation table button:hover {
    background-color: #FFCF9E;
}

.reservation table tbody>tr td:first-child {
    border-right: 2px solid black;
}

.reservation table tbody>tr:not(:last-child) {
    border-bottom: 2px solid black;
}



.closed {
    max-height: 0;
    overflow: hidden;
    transition: all 1s ease;
}

.opened {
    max-height: 5000px;
}




.person img,
.person span {
    display: inline-block;
    vertical-align: middle;
    font-family: 'BPG ExtraSquare Mtavruli' !important;
}

.landing.searched {
    min-height: unset !important;
    padding-bottom: unset !important;
}

.landing.searched .main__img__wrapper {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}

.landing.searched .credits {
    display: none !important;
}



/*     index end         */


/*     footer start         */
footer {
    height: 70px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer span {
    opacity: 0.64;
}

footer span a {
    opacity: 1 !important;
}




/*     footer end         */






/*     kotejebi start         */
.cottage__container {
    align-items: flex-start !important;
    position: relative;
    align-content: flex-start;
    margin-top: 27px;
}

.cottage__container a {
    flex: 1 1 47%;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cottage__container a img {
    height: 200px;
    object-fit: cover;
}

.cottage__container::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: white;
    opacity: 51%;
    top: -24px;
}


/*     kotejebi end         */


/*     kotejebi__inner start         */
.content {
    width: 315px;
    max-width: 100%;
    font-size: 14px;
    font-family: 'BPG Mrgvlovani';
}

.content ul li:not(:last-child) {
    margin-bottom: 9px;
}

.cottage__inner .gallery::after {
    position: absolute;
    content: 'კოტეჯი 1';
    top: -32px;
    z-index: 15;
}

.cottage__inner .gallery::before {
    width: calc(100% - 84px);
    right: 0;
    position: absolute;
    content: '';
    height: 1px;
    background-color: white;
    opacity: 51%;
    top: -24px;
}

.cottage__inner .overlay,
.cottage .overlay,
.contact .overlay,
.avtorizacia .overlay {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8));
}
.cottage__inner .overlay,
.galerea .overlay,
.cottage .overlay,
.mainlanding .overlay,
.avtorizacia .overlay {
   display: none;
}

.gallery {
    position: relative;
}

.gallery__container {
    gap: 30px;
}

.gallery__container a {
    flex: 1 1 30%;
}

.cottage__inner .main__img__wrapper {
    background-image: url('../img/bigbackground.png') !important;
}



/*     kotejebi__inner end         */


/* contact start */

.input__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    width: 443px;
    max-width: 100%;
}

.input__container input,
.input__container textarea {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.51);
    background: transparent;
    color: white;
    outline: none;
    font-family: 'BPG Mrgvlovani';
    resize: none;
}

.input__container input::placeholder,
.input__container textarea::placeholder {

    opacity: 1;
}

.input__container input {
    height: 40px;
    padding-left: 15px;
}

.input__container textarea {
    padding-left: 15px;
    padding-top: 10px;
}

.contact h1 {
    font-size: 16px;
}

.input__container button {
    height: 40px;
    width: 143px;
    border-radius: 5px;
    color: white;
    background-color: #AAB79E;
}

.cardd {
    width: 282px;
    min-height: 359px;
    background-color: rgba(170, 183, 158, 0.65);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border-radius: 10px;
    padding: 20px;
}

.contact iframe {
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

.authorized button {
    height: 45px;
    width: 214px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-radius: 10px;
    transition: all 0.4s ease;
}

.authorized button:hover {
    background-color: #A42601;
    transition: all 0.4s ease;
}

.contact .main__right,
.avtorizacia .main__right {
    padding: 170px 68px 0 68px;
}



.small__footer {
    z-index: 12;
    color: rgba(255, 255, 255, 0.64);

}

/* contact end */

/* authorization start */


.avtorizacia .main__right>div:first-child::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: white;
    opacity: 51%;
    top: -46px;
}



.avtorizacia input:not([type="checkbox"]),
.avtorizacia select {
    height: 40px;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.51);
    background: transparent;
    color: white;
    outline: none;
    font-family: 'BPG Mrgvlovani';
    resize: none;
}

.avtorizacia option,
.avtorizacia option:hover {
    background-color: var(--primary-color);
    color: white;
}

.avtorizacia input::placeholder {
    opacity: 1;
}

.avtorizacia input[type="checkbox"] {
    border: 1px solid rgba(255, 255, 255, 0.51);
    background: transparent;
    color: white;
    width: 15px;
    height: 15px;
}

.transparent-checkbox {
    position: absolute;
    opacity: 0;
}

.transparent-checkbox+label {
    display: flex;
    gap: 20px;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.51);
    border-radius: 5px;

}

.transparent-checkbox+label::before {
    content: '\2713';
    display: block;
    width: 15px;
    height: 15px;
    background-color: transparent;
    visibility: hidden;
    border-radius: 5px;
    font-size: 12px;
    padding-left: 3px;
    padding-top: 1px;

}

.transparent-checkbox:checked+label {
    background-color: var(--primary-color);

}

.transparent-checkbox:checked+label::before {
    visibility: visible;
}

.transparent-checkbox:checked+label::before {
    content: '\2713';
    /* Unicode checkmark symbol */
    padding-left: 3px;
    padding-top: 1px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
}

.avtorizacia button {
    color: white;
    background-color: var(--primary-color);
    transition: all 0.4s ease;
    height: 40px;
    padding: 0 70px;
    border-radius: 5px;
}

.avtorizacia button:hover {
    background-color: #88957C;
    transition: all 0.4s ease;

}

.roundedd {
    border: 1px solid white;
    border-radius: 50%;
    width: 28px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 33px auto;
}

.social__login a {
    height: 40px;
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.51);
    border-radius: 5px;
    gap: 18px;
}

.half__line {
    width: 1px;
    margin: 0 53px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.51);
}

.flex1 {
    flex: 1;
}

.avtorizacia input:required {
    position: relative;
    min-width: 200px;
}

.fifqi::after {
    position: absolute;
    content: '*';
    top: 5px;
    right: 10px;
}

.gap-40 {
    gap: 40px;
}




.drop-down {}

.drop-down .selected a {
    height: 40px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    text-decoration: none;
    color: white;

}

.drop-down .selected a span {
    cursor: pointer;
    display: block;
    padding: 5px;
}

.drop-down .option {
    position: relative;
}

.drop-down .options ul {
    background: white;
    display: none;
    list-style: none;

    position: absolute;
    color: black;
    z-index: 20;
    left: 0px;
    top: 40px;
    width: auto;
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
}

.drop-down .selected span.value,
.drop-down .options span.value {
    display: none;
}

.drop-down .options ul li a {
    padding: 5px;
    display: block;
    text-decoration: none;
    color: white;
    padding-left: 15px;
}

.drop-down .options ul li:hover {
    background-color: var(--primary-color);
}










/* authorization end */



/* piradi start */
.profile {
    position: relative;
    width: 330px;
    height: 231px;
    box-shadow: 1px 1px 8px rgb(0, 0, 0, 0.18);
    border-radius: 10px;
    padding: 20px 30px;
    background-color: white;
    margin-left: 40px;
}

.profile>* {
    padding-left: 40%;
}

.profile p,
.profile a {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #717171 !important;
}

.profile__pic {
    left: -40px;
    top: -18px;
    padding-left: 0;
}

.profile__pic img:first-child {
    width: 177px;
    height: 177px;
}

.profile__pic img:last-child {
    position: absolute;
    right: 20px;
    bottom: 10%;
}

.piradi .gap30 {
    gap: 30px;
}

.piradi table {
    color: white;
}

.piradi .reservation table td {
    padding: 10px;
    font-size: 10px;
}

.piradi .reservation table tbody>tr td:first-child {
    border-right: 2px solid white;
}

.piradi .reservation table tbody>tr:not(:last-child) {
    border-bottom: 2px solid white;
}

.apartment {
    font-family: 'BPG Mrgvlovani' !important;
}

.piradi .w-155 {
    min-width: 115px !important;
}

.piradi .reservation table {
    width: 677px;
}

.piradi .main__right {
    padding: 135px 68px 0 68px;
    gap: 30px;
    flex-wrap: wrap;
}

.piradi .reservation table thead td {
    min-width: 80px;
}

.piradi .reservation table .type {
    min-width: 318px;
}

.piradi .price {
    width: 80px;
    background-color: var(--primary-color);

}

.piradi .room {
    border-color: white;
}

.piradia .person img {
    filter: invert(100%);
}



/* piradi end */

/* tqveni__javshani start */
.reservation .javshani table thead td:nth-child(3),
.reservation .javshani table thead td:nth-child(5) {
    background-color: var(--primary-color) !important;
    color: white !important;
}

.reservation .javshani table thead td:first-child {
    border-right: 0;
}

.javshani>p {
    color: white;
    font-family: 'BPG Mrgvlovani Caps 2010';
    font-size: 14px;
}

.javshani {
    width: 995px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
}

.reservation .javshani table tbody>tr td:first-child {
    border-right: 0;
}

.reservation .javshani table tbody>tr td:first-child img {
    border-radius: 5px;
}

.reservation .javshani table tbody>tr {
    background-color: #F8F8F8;
    border: none;
}

.javshani thead td:not(:first-child) {
    text-align: center;
}

.javshani td {
    font-size: 14px;
    max-height: 100px !important;
}

.javshani table i {
    font-size: 20px;
    cursor: pointer;
}

.transfer {
    background-color: #F8F8F8;
    color: black;
    padding: 20px;

}


.transfer__parent {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.transfer__parent.heighted {
    max-height: 2000px;
}

.javshani .transparent-checkbox+label {
    border: 1px solid black;
    border-radius: 50%;
}

.javshani .transparent-checkbox+label::before {
    padding-left: 2px;
    padding-top: 2px;
}

.tranfer__line {
    height: 1px;
    margin: 15px 0;
    width: 100%;
    background-color: #CFCFCF;
}

.transfer textarea {
    border: 1px solid #CFCFCF;
    background-color: white;
    resize: none;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 16px;
}

#close {
    font-size: 12px;
    font-family: 'BPG Mrgvlovani Caps 2010';
    cursor: pointer;
}

#close i {
    font-size: 15px;
    color: #9E3011;
}

#cost {
    margin-left: 15px;
    color: var(--primary-color);
}

.javshnis__dasruleba>p {
    color: white;
}

.javshnis__dasruleba button {
    height: 50px;
    width: 250px;
    border-radius: 5px;
    transition: all 0.4s ease;
    font-size: 12px;
}

.javshnis__dasruleba button:first-child {
    background-color: #E6E6E6;
    color: black;
}

.javshnis__dasruleba button:last-child {
    background-color: var(--primary-color);
    color: white;
}

.javshnis__dasruleba button:last-child:hover {
    background-color: #95A585;

}

.javshnis__dasruleba button:first-child:hover {
    background-color: #FFCF9E;
    transition: all 0.4s ease;
}

.table__scroll {
    overflow: scroll;
}



/* tqveni__javshani end */

.w-240 {
    width: 240px;
}

.w-220 {
    width: 220px;
}

.w-150 {
    width: 150px;
}

.w-120 {
    width: 120px;
}

.reservation_box {
    font-family: "BPG Mrgvlovani Caps 2010";
    background-color: #e9ecef;
    color: black;
    padding: 15px;
    border-radius: 15px;
    font-size: 12px;
    justify-content: space-between;
    margin-top: 24px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.reservation_box div {
    text-align: center;
}

.br {
    border-right: 1px solid #d4d4d4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: normal;
    padding-right: 15px;
}

.br:last-child {
    border: none;
    padding-right: 0;
    width: unset;
}

.br #submit_check_btn {
    cursor: pointer;
    width: 131px;
    height: 40px;
    background-color: var(--primary-color);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: white;
}

.br #submit_check_btn:hover {
    background-color: #88957C;
    transition: all 0.4s ease;
}
.check_in_day {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #707070;
  }













/*
.comment_{
    color:#707070;
}

  .booking_title {
    margin-bottom: 30px;
  }
  .booking_item {
    z-index: 1;
    padding-bottom: 15px;
    border-radius: 15px 15px 0 0;
  }
  .booking_room_img {
    width: 220px;
    height: 146px;
  }
  .booking_room_img img {
    border-radius: 5px;
  }
  
  .room_tipe {
    border-radius: 5px 0 0 0;
  }
  
  .booking_room_type {
    width: 350px;
  }
  .booking_room_type::after {
    content: none !important;
  }
  .accomodation_,
  .sum_block {
    padding: 0 60px;
    justify-content: center;
  }
  
  .select_serivce {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .booking_status {
    border-radius: 0 5px 0 0;
  }
  
  .transfer_block {
    background-color: #f8f8f8;
    padding: 20px;
  }
  .transfer_block .form-group {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 1rem;
  }
  .transfer_block .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .transfer_block .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    color:  var(--primary-color);
    display: flex;
    align-items: center;
  }
  
  .transfer_block .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid  var(--primary-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
      inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 50%;
  }
  
  .transfer_block .form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
    border: solid  var(--primary-color);
    border-radius: 50%;
  }
  
  .comment_ {
    font-size: 12px;
    margin-bottom: 1rem;
  }
  .txtarea_block {
    margin-bottom: 20px;
  }
  .txtarea_block textarea {
    width: 100%;
    height: 78px;
    overflow-y: scroll;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    padding: 15px;
  }
  .txtarea_block textarea::-webkit-scrollbar {
    display: none;
  }
  .close_btn {
    font-size: 12px;
  }
  .close_btn i {
    font-size: 22px;
    color:  var(--primary-color);
  }
  .price_block {
    font-size: 14px;
    text-align: end;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .price_block span {
    color:  var(--primary-color);
  }
  .booking_end_block p {
    font-size: 14px;
    text-align: end;
    margin-bottom: 20px;
    line-height: normal;
  }
  .booking_btns {
    justify-content: flex-end;
  }
  .booking_btn {
    width: 235px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .registration_info{
    background-color: var(--primary-color);
  } */