@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
    font-family: "Open Sans", sans-serif;
}

header {
    padding: 20px 0px 90px 0px;
    background-color: #f7ecdc;
    background-image: url(../images/header-abstract.png);
    background-size: 100%;
    background-position: center 90%;
    background-repeat: no-repeat;
}

header span {
    padding:0px 0px;
}

section {
    padding:80px 0px;
}

ul.countryFlags {
    margin: 0px auto 0px;
    position: absolute;
    display: flex;
    padding: 0;
}

ul.countryFlags li {
    list-style: none;
    margin: 0px 10px;
}

ul.countryFlags li img {
    filter: drop-shadow(0px 2px 2px #dbcebc);
}

.listingOl ul {
    margin: 0px;
    padding: 0px;
}

.listingOl ul li {
    list-style: none;
    margin: 10px 0px 10px 0px;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

.listingOl ul li img {
    width: 40px;
    margin: 0px 10px 0px 0px;
}

.listingOl ul li i{
    font-size: 33px;
    margin: 0px 10px 0px 0px;
    color: #e72e1a;
}

.listingOl ul li span {

}

a.comingSoonbtn:hover {
    background: #666;
    cursor: default;
}

/*.comingSoonbtn {
    padding: 21px 30px !important;
}*/

/*span.comingSoontext {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ababab;
    display: block;
    font-size: 12px;
}*/

.nav-link {
    text-orientation: upright;
    text-transform: uppercase;
    color:#000;
    padding: 10px !important;
}

.carousel-item img {
    width: 100%;
}

.img-fluid-wide {
    width: 100%;
}

.abstract-bg {
    background-color:#e6e6e6;
    background-image:url(../images/section-abstract.png);
    background-repeat:no-repeat;
    background-position:130% 10%;
}

.white-bg {
    background:#fff;
}

.section-content {

}

.section-content h5 {
    font-family: "Playfair Display", serif;
    font-weight:900;
    font-size: 30px;
    padding:15px 0px 35px 0px;
}

.section-content h6 {
    font-family: "Playfair Display", serif;
    font-weight:900;
    font-size: 20px;
    padding:15px 0px 12px;
}

.section-content p {
    font-size:16px;
}

ul.spec-list {
    margin:0px 0px;
    padding:0px;
    overflow:auto;
}

ul.spec-list li {
    list-style: none;
    margin: 20px 0px;
    text-align: left;
    padding-bottom: 20px;
    line-height: 26px;
    border-bottom: 1px dashed #333;
}

ul.spec-list li:last-child {
    border-bottom:none;
}

.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.specification {
    background:#fafcdc;
    padding:2% 12%;
    text-align:center;
    border:1px solid #333;
}

.specification h6 {
    margin-bottom:15px;
    font-size: 20px;
    font-weight: 700;
}

.specification p {
    margin-bottom:40px;
}

.button-big-white {
    border: 2px double #333;
    padding: 20px 90px;
    color: var(--bs-black);
    font-weight: 600;
    text-decoration: none;
    margin: 30px 0px;
    display: inline-block;
}

.button-big-white:hover {
    color: #fff;
    background:#f0161e;
    border: 2px double #f0161e;
}

.button-big-black {
    padding: 30px;
    background: #666666;
    color: var(--bs-white);
    border-radius: 56px;
    font-weight: 600;
    text-decoration: none;
    display: inline-table;
    min-width: 320px;
    margin: 20px 0px;
}

.button-big-black:hover {
    color: #fff;
    background:#000;
}

.inner-page-header {

}

.inner-page-header img {
    width:100%;
}

ul.menu-list {
    margin:0px 0px;
    padding:0px;
    overflow:auto;
    display: flex;
    justify-content: center;
    gap: 30px;
}

ul.menu-list li {
    list-style:none;
    float:left;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 50px;
}


.gallaryBlock img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
}


.contactBlocks {
    margin: 0px 0px 40px;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #efefef;
}

.contactBlocks img {
    margin-bottom: 23px;
}

.contactBlocks h5 {
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 25px;
    padding: 5px 0px 10px 0px;
}

.typeofBook h3 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 24px;
    color: #f0161e;
}


/*FORM STYLE*/

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: inline-block;
    margin-bottom: 9px;
    font-size: 16px;
}

.hotelsName {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.hotelsName h5 {
    padding: 5px 0px 15px 0px;
    margin-bottom: 0;
}

.hotelsName p {
    font-size: 16px;
    margin: 0px;
}


footer {
    background-image:url(../images/footer.jpg);
    background-repeat:repeat;
    padding:70px 0px;
    text-align: center;
}

footer h6 {
    font-weight: 600;
    color: #000;
}

footer a {
    color:#000;
    text-decoration:none;
}

footer a:hover {
    color:#fff;
}

.f-logo {
    padding:0px 0px;
    margin-bottom:0px;
}

ul.footer-social-list {
    padding:0px;
    margin:30px 0px;
    overflow:auto;
    display: flex;
    justify-content: center;
    gap: 20px;
}

ul.footer-social-list li {
    list-style:none;
    float:left;
}

ul.footer-social-list li a {

}

ul.footer-social-list li a img {
    width: 37px;
}


@media screen and (max-width: 768px) {
    ul.countryFlags {
        margin: 0px auto 0px;
        position: absolute;
        display: flex;
        padding: 0;
        right: 0;
        top: 5px;
    }

    header {
        padding: 20px 0px 60px 0px;
        background-position: center 96%;
    }

}


.form-control {
    display: block;
    width: 100%;
    padding: 8px 16px;
    height: calc(2.55rem + 2px);
    color: #212529;
    background-color: #fff;
    border: 1px solid #dae0e5;
    border-radius: 2px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
textarea.form-control {
    height: auto;
}
.theme-color-red {
    color: #f0161e;
}

.btn {
    border-radius: 2px;
}
.theme-btn {
    color: #fff;
    background: #f0161e;
}
.theme-btn:hover,
.theme-btn:active {
    color: #fff;
    background: #f0161e;
}