body {
    background-color: #4d4d4d;
    font-family: 'FontSemiBold';
}
#marker {
    display: none;
}
.navbar {
    padding: 1rem;
    width: 100%;
    background-color: rgb(49, 49, 49)!important;
    color: white;
    box-shadow: rgb(0, 0, 0) 0px 0px 15px -5px;
    height: 6rem;
    position: relative;
}
.langBlock {
    position: absolute;
}
.navbar-brand {
    pointer-events: none;
}
.langFlag {
    width: 2rem;
}
.langImg2 {
    display: none;
}

.langBtn {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translate(0rem, -50%);
    border-style: solid;
    border-width: thin;
    color: white;
    border-color: white;
    font-weight: bold;
    font-family: 'FontSemiBold';
}
.langBtn:hover {
    border-style: solid;
    border-width: thin;
    color: white;
    border-color: white;
    font-weight: bold;
}
.langBtn:focus {
    border-style: solid;
    border-width: thin;
    color: white;
    border-color: white;
    font-weight: bold;
}
.langBtn:active {
    border-style: solid;
    border-width: thin;
    color: white;
    border-color: white;
    font-weight: bold;
}
.logo {
    height: 8rem;
    border-radius: 75px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translate(-50%, 0);
}
.logo2 {
    height: 5rem;
    border-radius: 50px;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translate(0, -50%);
}
.headText {
    color:white;
    padding: 5rem 0 2rem;
    text-align: center;
    font-family: 'FontBold';
}
.menuBox {
    max-width: 911px;
    padding: 1rem 0 5rem;
}
.menuBox2 {
    max-width: 911px;
    padding: 8rem 0 5rem;
    height: 100vh;
}
.linkBtn {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    position: relative;
    background-color: black;
}
.buttonImg {
    width: 100%;
    height: 25rem;
    object-fit: cover;
    border-radius: 12px;
    transition: 0.8s;
    opacity: 0.8;
}
.linkBtn:hover > .buttonImg{
    transform: scale(1.1);
    width: 100%;
    object-fit: cover;
    height: 25rem;
    transition: 0.8s;
}
.menuText {
    font-weight: bold;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 2rem;
    letter-spacing: 3px;
}
.menuText2 {
    font-weight: bold;
    color: white;
    width: 100%;
    font-size: 2rem;
    letter-spacing: 3px;
    padding: 15rem 0 25rem;
}
.selectBox {
    padding: 0 30px;
    max-width: 500px;
    width: 100%;
    margin: auto;
}
.selectBlock {
    position: relative;
    background: #4d4d4d;
    color: white;
    width: 100%;
    padding: 0 30px;
    margin: auto;
    border-radius: 12px;
}
.reservH1 {
    color: white;
}
.selectButton {
    padding: 10px;
    font-size: 14px;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    overflow: hidden;
    line-height: normal;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border: 2px solid rgb(49, 49, 49);
    color: rgb(255, 255, 255);
    background: rgb(66, 66, 66);
    width: 100%;
    border-radius: 4px;
}
.form-select {
    background: #969595;
    color: white;
}
.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .0);
}
.option {
    background-color: #c0c0c0;
    color: #000;
}
.form-select option:hover {
    background-color: #b0b0b0;
}
.form-select-custom {
    background-color: #c0c0c0;
    color: #000;
}
footer {
    padding-top: 4rem;
}
.footerText {
    font-size: 0.7rem;
    margin: 0;
    padding: 0 0.5rem;
    color: white;
    text-decoration: none;
}
.footerText2 {
    border-left-style: solid;
    border-left-width: thin;
    border-left-color: white;
    padding: 0 10px;
    font-size: 0.7rem;
    margin: 0;
}
.footerStyle {
    padding: 1rem;
    width: 100%;
    background-color: rgb(49, 49, 49);
    box-shadow: rgb(0, 0, 0) 0px 0px 15px -5px;
}
.footerStyle2 {
    max-width: 1080px;
}
#footerRule {
    position: absolute;
    bottom: 0;
}
ul {
    list-style-type: none;
}
.dropdown-menu {
    min-width: fit-content!important;
}
.footerItems {
    text-align: center;
    color: white;
    padding: 2rem 0;
    display: inline-flex;
}
.footerItem1 {
    display: inline-block;
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: white;
}
.socialBox {
    display: inline-flex;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translate(0px, -50%);
}
.socialIcon1 {
    width: 1.5rem;
}
.socialIcon2 {
    width: 1.5rem;
}
.footerCenter {
    position: relative;
}
@media screen and (max-width:1199px) {
    .footerCenter {
        text-align: center;
    }
    .footerItems {
        margin-bottom: 0;
        display: block;
    }
    .footerText2 {
        border-style: none;
        padding: 0.5rem 0 0 ;
    }
    .footerItem1 {
        border-style: none;
        padding: 0.5rem 0;
    }
}
@media screen and (max-width: 1650px) {
    .menuText {
        font-size: 2rem;
    }
}
@media screen and (max-width: 1320px) {
    .menuText {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 1199px) {
    .footerItems {
        padding: 1rem 0px;
    }
    .socialBox {
        position: relative;
        right: 0;
        transform: translate(0, 0);
        top: 0;
    }
    .logo2 {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0);
    }
}
@media screen and (max-width: 1120px) {
    .menuBox {
        padding: 1rem 7rem 5rem;
    }
    .menuBox2 {
        height: auto;
    }
}
@media screen and (max-width: 850px) {
    .menuText {
        font-size: 1.2rem;
    }
    .menuBox {
        padding: 1rem 1rem 5rem;
    }
    .menuBox2 {
        padding: 13rem 1rem 5rem;
    }
}
@media screen and (max-width: 580px) {
    .buttonImg {
        height: 15rem;
    }
    .linkBtn:hover > .buttonImg{
        height: 15rem;
    }
}
@media screen and (max-width:480px) {
    .menuBox2 {
        height: 100vh;
    }
}
@media screen and (max-width:450px) {
    .buttonImg {
        height: 12rem;
    }
    .linkBtn:hover > .buttonImg{
        height: 12rem;
    }
}
@media screen and (max-width: 370px) {
    .logo {
        height: 7rem;
    }
    .navbar {
        height: 5rem;
    }
}