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


body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 1.08rem;
}

a {
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

a:hover {
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    letter-spacing: 0;
}

.bold {
    font-weight: 700;
}

.heading-text.heading-section p {
    font-size: 1.5rem;
    font-weight: 500;
}

#mainMenu nav > ul > li > a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: normal;
    text-transform: none;
}

#footer .widget .widget-title, #footer .widget h4 {
    font-size: 1.1rem;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: none;
    color: #000;
}

.text-primary:hover {
    color: #f45e22 !important;
}

.text-mini p, .text-mini li, .text-mini a {
    font-size: 0.9rem;
}

.text-mini h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.text-mini h4 {
    font-size: 1.1rem;
    font-weight:800;
}

.heading-text.heading-section h2 {
    position: relative;
    font-size: 3.3rem;
    line-height: 4rem;
    margin-bottom: 60px;
    font-weight: 400 !important;
    letter-spacing: 0;
}

.input-group-append .btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.logo {
    height: 55px;
    width: auto;
}

.form-control {
    border-width: 2px;
}

.form-group label {
    font-weight: 700 !important;
}

.double_side {
    padding: 0;
    border-radius: 15px;
    border: 1px solid #ccc;
    min-height: 300px;
    position: relative;
}

.double_side .col {
    border-radius: 15px;
    height: 100%;
    padding: 0;
    margin: 0
}

.double_side .logo {
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin-left: -25px;
    margin-top: -25px;
    background-image: url('/img/favicon.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.double_side .col.image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    min-height: 300px;
    height: 100%;;
}

.double_side .content {
    padding: 20px 20px 20px 60px;
}

.card-body {
    padding: 50px;
}

.card-body h1, h1 {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 2.5rem;
}

.card.radius {
    border-radius: 10px;
}

.card_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    width: 100%;
}

.card.radius .card_image {
    border-radius: 10px 10px 0 0;
}

.card.radius .card-footer {
    border-radius: 0 0 10px 10px
;
}

.post-item {
    border-radius: 20px !important;
}

.post-item .post-item-description .post-meta-date, .post-item .post-item-description .post-meta-comments, .post-item .post-item-description .post-meta-category {
    color: #959595;
}

label.d-inline {
    cursor: pointer;
}

div.breadcrumb.bordered {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    padding: 5px 10px;
    margin-top: 15px
}

.breadcrumb-item.active {
    font-weight: 600;
    letter-spacing: 0;
}

.notify {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: fit-content;
    z-index: 1;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 43px !important;
    padding-top: 6px;
    border: 1px solid #e4e6ef !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

.cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.main_image {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
}

.img_thumb {
    width: 100%;
    border-radius: 7px;
    display: block;
    position: relative;
    border: 1px solid #e8e8e8;
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

.all_img {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    font-size: 1.5rem;
}



.img_thumb:hover {
    filter: brightness(1.4);
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}


.btn.inline {
    margin-top: 30px;
}

.img-circle {
    border-radius: 100%;
}

.header-extras > ul > li > a:not(.btn) i, .header-extras > ul > li .topbar-dropdown > .title i {
    font-size: 20px;
    color: #2250fc;
}

.reservation-form-over {
    top: -205px;
    z-index: 10;
    overflow: inherit;
    background-color: #2250fc;
    border-radius: 8px;
    padding: 40px 30px;
    color: #fff;
}

.reservation-form-over label {
    color: #fff;
    font-size: 1.2rem;
}

.reservation-form-over .form-control, .reservation-form-over .select2-selection  {
    font-size: 20px;
    height: 60px !important;
    border-color: transparent;
}

.reservation-form-over .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    padding-left: 20px;
}

.reservation-form-over .select2-selection__arrow {
    height: 47px !important;
    width: 30px !important;
}

.reservation-form-over .btn {
    font-size: 1.3rem !important;
}

.reservation-form-over .btn-primary {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
    color: #fff !important;
}

.reservation-form-over .btn-primary:hover {
    background-color: transparent!important;
    border-color: #fff !important;
}

.container .reservation-form-over {
    margin-bottom: -205px;
}

.blog_card {
    padding: 0;
    margin: 0
}

.blog_card .image {
    width: 65%;
    display: inline-block;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog_card .content {
    width: 55%;
    display: inline-block;
    margin-left: -20%;
}

.blog_card .content .body {
    padding: 40px 30px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
}

.blog_card .content .body h1 {
    font-size: 1.7rem;
    margin: 0;
}

.blog_card .content .body h2 {
    font-size: 0.85rem;
    margin: 0 0 3px 0;
    font-weight: 600;
    color: #344043;
}

.blog_card .content .body p {
    margin: 10px 0 0 0;
}

.blog_card .footer {
    text-align: right;
    margin-top: 20px;
    padding-right: 10px;
}

.blog_card .footer a {
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid;
}

.blog_card .footer a:hover {
    color: #f45e22;
    border-bottom-color: #f45e22;
}

.inside {
    padding: 70px;
}

.inside p {
    font-size: 1.4rem;
}

@media only screen and (max-width: 425px) {
    .main_image {
        height: 300px !important;
    }

    .blog_card .image {
        height: 300px !important;
    }
}

@media only screen and (max-width: 768px) {
    .logo {
        max-width: 250px;
    }

    .main_image {
        height: 300px;
    }

    section {
        padding: 30px 0;
    }

    .inside {
        padding: 0;
    }

}

@media only screen and (max-width: 1024px) {
    .main_image {
        height: 345px !important;
    }

    .reservation-form-over {
        top: -100px;
        padding: 27px 30px;
    }

    .container .reservation-form-over {
        margin-bottom: -100px;
    }

    .reservation-form-over .form-control, .reservation-form-over .select2-selection  {
        font-size: 18px;
        height: 48px !important;
        border-color: transparent;
    }

    .reservation-form-over .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 34px;
        padding-left: 20px;
    }

    .reservation-form-over .select2-selection__arrow {
        height: 36px !important;
        width: 30px !important;
    }

    .reservation-form-over .btn {
        height: 45px !important;
        font-weight: 600 !important;
        font-size: 20px !important;
    }

    .heading-text.heading-section h2 {
        font-size: 2.2rem;
        line-height: 2.3rem;
    }

    .heading-text.heading-section p {
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 2rem;
    }

    .card-body {
        padding: 35px 25px;
    }

    .card-footer {
        padding: 15px;
    }

    .card_image {
        height: 230px;
    }

    .card-body h1 {
        font-size: 1.5rem;
        line-height: 1.8rem;
        padding-bottom: 5px;
        padding-top: 7px;
    }

    .card-body .h4 {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: normal;
        line-height: 20px;
    }

    .blog_card .image {
        display: block;
        width: 100%;
        height: 400px;
    }

    .blog_card .content {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
    }

}

@media only screen and (max-width: 1440px) {
    .main_image {
        height: 480px;
    }
}
