@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/CreatoDisplay-Black.woff2') format('woff2'),
        url('../fonts/CreatoDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/CreatoDisplay-Bold.woff2') format('woff2'),
        url('../fonts/CreatoDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/CreatoDisplay-BlackItalic.woff2') format('woff2'),
        url('../fonts/CreatoDisplay-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/CreatoDisplay-BoldItalic.woff2') format('woff2'),
        url('../fonts/CreatoDisplay-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/CreatoDisplay-MediumItalic.woff2') format('woff2'),
        url('../fonts/CreatoDisplay-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/CreatoDisplay-Medium.woff2') format('woff2'),
        url('../fonts/CreatoDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/CreatoDisplay-Thin.woff2') format('woff2'),
        url('../fonts/CreatoDisplay-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/CreatoDisplay-Light.woff2') format('woff2'),
        url('../fonts/CreatoDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/CreatoDisplay-ExtraBold.woff2') format('woff2'),
        url('../fonts/CreatoDisplay-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/CreatoDisplay-Italic.woff2') format('woff2'),
        url('../fonts/CreatoDisplay-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/CreatoDisplay-LightItalic.woff2') format('woff2'),
        url('../fonts/CreatoDisplay-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/CreatoDisplay-Regular.woff2') format('woff2'),
        url('../fonts/CreatoDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/CreatoDisplay-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/CreatoDisplay-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/CreatoDisplay-ThinItalic.woff2') format('woff2'),
        url('../fonts/CreatoDisplay-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
body {
    /* font-family: 'Inter', sans-serif; */
    font-family: 'Creato Display';
}
.main_header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}
.main_header .navbar {
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 25px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link.active:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 5px;
    margin: 0px;
    border: none;
    display: block;
    background: #D62828;
}
.navbar-brand img {
    max-height: 30px;
}
.prebooking_btn {
    background: #D62828;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
}
.theme_btn {
    display: inline-block;
    text-align: center;
    background: #D62828;
    font-size: 14px;
    color: #fff;
    padding: 12px 24px;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    letter-spacing: 1.2px;
    border: none;
}
.theme_btn.btn_large {
    padding: 12px 48px;
}
.theme_btn.secondary {
    background-color: #5932E6;
}
.theme_btn + .theme_btn {
    margin-left: 10px;
}
.home_banner figure {
    position: relative;
    aspect-ratio: 16/8;
    display: block;
    margin: 0;
}
.home_banner figure:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/pattern-5.png) center no-repeat;
    background-size: cover;
    content: '';
}
.home_banner figure img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16/8;
    object-fit: cover;
    margin: 0;
}
.home_banner figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9;
    color: #fff;
}
.home_banner figcaption h1 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
}
.home_banner figcaption h4 {
    font-size: 18px;
    margin: 35px 0 45px;
}
.search_box {
    position: relative;
    line-height: 43px;
    display: block;
    height: 70px;
    width: 100%;
    border-radius: 5px 5px 5px 5px;
    box-shadow: inherit;
    font-size: 16px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 10px 15px 10px 60px;
    color: #fff;
    background-color: #16041b;
    border: none;
}
.search_box:focus {
    box-shadow: none;
    outline: none;
}
.search_form .form-group {
    position: relative;
}
.search_form .form-group:before {
    position: absolute;
    content: '';
    left: -3px;
    top: 50%;
    width: 3px;
    height: 28px;
    transform: translateY(-50%);
    border-radius: 20px 0px 0px 20px;
    background-color: #D62828;
}
.search_form .theme_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 12px;
}
.search_form .form-group img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 20px;
    height: 20px;
}
.service_section {
    background: #2C0735;
    color: #fff;
    margin-top: -100px;
    position: relative;
    z-index: 9;
}
.service_wrapper {
    padding: 100px 0;
    padding-right: 100px;
    background-color: #16041b;
    border-radius: 0 10px 10px 0;
    position: relative;
}
.service_wrapper:before {
    background-color: #16041b;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: 100%;
    content: '';
}
.service_wrapper:after {
    width: calc(100% - 100px);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    background: #D62828;
    content: '';
}
.service_section h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
}
.service_section p {
    font-size: 18px;
    line-height: 32px;
    margin: 0;
    color: #b1b6c0;
}
.service_block h4 {
    font-size: 32px;
    margin-bottom: 32px;
}
.service_block figure {
    margin-bottom: 32px;
}
.service_block figure svg, .service_block figure img {
    width: 60px;
    height: 60px;
}
.about_section {
    display: block;
    padding: 100px 0;
    background: #2C0735;
    color: #fff;
}
.about_section h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
}
.about_section p {
    font-size: 18px;
    line-height: 32px;
    margin: 30px 0 0;
    color: #b1b6c0;
}
.about_section ul {
    margin: 30px 0 20px;
    padding: 0;
}
.about_section ul li {
    display: block;
    padding-left: 40px;
    margin-bottom: 25px;
    font-size: 18px;
    color: #b1b6c0;
    position: relative;
}
.about_section ul li:last-child {
    margin: 0;
}
.about_section ul li:before {
    position: absolute;
    content: '\f00c';
    left: 0px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    background-color: #fff;
    font-family:var(--fa-style-family,"Font Awesome 6 Free");
    font-weight:var(--fa-style,900);
    box-shadow: 0px 4px 26px rgba(72, 89, 121, 0.19);
}
.about_section img {
    max-width: 100%;
}
.packages_section {
    display: block;
    padding: 100px 0;
    background: url(../images/pattern-2.png) top left repeat-x;
}
.packages_section h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
}
.tab_btns {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    position: relative;
    padding: 5px 5px;
    display: inline-block;
    background-color: #eef0f4;
}
.tab_btns .tab_btn {
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    padding: 8px 60px;
    border-radius: 5px;
    transition: all 500ms ease;
    color: #000;
}
.tab_btns .tab_btn.active {
    background: #fff;
}
.tab_content {
    padding: 40px 0;
}
.inner_content {
    position: relative;
    background-color: #fff;
    border: 1px solid #ededef;
}
.price_box {
    transform: scale(0.5,1);
    padding: 0;
}
.price_box_inner {
    position: relative;
    padding: 30px 30px;
    border-right: 1px solid #ededef;
}
.price_box:last-child .price_box_inner {
    border: none;
}
.tab {
    position: relative;
    display: none;
}
.tab.active-tab .price_box {
    transform: scale(1,1);
}
.price_box_title {
    position: relative;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
}
.price_box_price {
    position: relative;
    font-weight: 900;
    line-height: 1em;
    color: #000;
    font-size: 30px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 3px dashed #eceef8;
}
.price_box_price sub {
    position: relative;
    top: -4px;
    font-size: 18px;
    margin-right: 5px;
}
.price_box_price sup {
    position: relative;
    font-size: 16px;
    color: rgba(0,0,0, 0.50);
    margin-left: 5px;
}
.default_skill_item {
    position: relative;
    margin-bottom: 40px;
}
.default_skill_title {
    position: relative;
    font-weight: 600;
    color: #000;
    font-size: 12px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.default_skill_item span {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 12px;
    color: #000;
}
.price_box_inner ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.price_box_inner ul li {
    position: relative;
    line-height: 26px;
    color: #000;
    font-size: 14px;
    padding-left: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}
.price_box_inner ul li.supported:before {
    position: absolute;
    content: "\f058";
    left: 0px;
    top: 0px;
    font-weight: 700;
    color: #5932E6;
    font-family:var(--fa-style-family,"Font Awesome 6 Free");
    font-weight:var(--fa-style,900);
}
.price_box_inner ul li.not-supported:before {
    position: absolute;
    content: "\f057";
    left: 0px;
    top: 0px;
    font-weight: 700;
    color: #D62828;
    font-family:var(--fa-style-family,"Font Awesome 6 Free");
    font-weight:var(--fa-style,900);
}
.testimonial_section {
    display: block;
    padding: 100px 0;
    overflow-x: hidden;
}
.testimonial_section h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
}
.testimonial_wrapper {
    position: relative;
    padding: 60px 0px;
    border-top: 1px solid #ededef;
    border-bottom: 1px solid #ededef;
}
.testimonial_inner {
    display: block;
    padding-right: 100px;
    border-right: 2px solid #eceef8;
}
.testimonial_inner h6 {
    position: relative;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
}
.testimonial_inner p {
    position: relative;
    line-height: 28px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.testimonial_inner .text_meta {
    position: relative;
    opacity: 0.60;
    color: #000;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
}
.rating_meta .fa {
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background-color: #00b67a;
}
.testimonial_slider {
    overflow: visible;
}
.host_section {
    display: block;
    padding: 220px 0;
    background: url(../images/host.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}
.host_section:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/pattern-5.png) center no-repeat;
    background-size: cover;
    content: '';
}
.host_section .container {
    position: relative;
    z-index: 9;
    text-align: center;
    color: #fff;
}
.host_section h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 30px 0 45px;
}
.host_section h6 {
    position: relative;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.faq_section {
    padding: 100px 0;
    display: block;
    background-color: #F7F7FA;
}
.faq_section h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 30px 0 45px;
}
.faq_section p {
    font-size: 18px;
    line-height: 32px;
    margin: 30px 0 0;
    color: #5F6168;
    font-weight: 500;
}
.faq_section p a {
    color: #000;
}
.faq_heading {
    position: relative;
    cursor: pointer;
    font-weight: 700;
    padding: 30px 0px;
    padding-right: 60px;
    line-height: 30px;
    font-size: 24px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    border-bottom: 1px solid rgba(0,0,0, 0.07);
    background: transparent url(../images/plus.svg) center right no-repeat;
}
.faq_heading.active {
    background: transparent url(../images/minus.svg) center right no-repeat;
}
.faq_content {
    width: 100%;
    line-height: 26px;
    font-size: 16px;
    color: #5f6168;
    padding: 20px 0;
    display: none;
    font-weight: 500;
}
.news_section {
    padding: 100px 0;
    display: block;
    background-color: #F7F7FA;
}
.news_section h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 45px;
}
.blog_wrapper {
    display: block;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ededef;
}
.blog_wrapper figure {
    aspect-ratio: 16/9;
    width: 100%;
    border-radius: 5px;
    margin: 0;
}
.blog_wrapper figure img {
    aspect-ratio: 16/9;
    width: 100%;
    border-radius: 5px;
}
.blog_wrapper figcaption {
    position: relative;
    padding: 30px 20px;
}
.blog_wrapper figcaption h5 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    margin: 10px 0 0;
}
.blog_wrapper figcaption h5 a {
    text-decoration: none;
    color: #000;
}
.news_meta {
    position: relative;
    opacity: 0.70;
    font-size: 12px;
    text-transform: uppercase;
    color: #5932E6;
}
.info_section {
    display: block;
    background-color: #F7F7FA;
}
.info_block {
    display: block;
    position: relative;
    border-radius: 15px;
    padding: 45px 42px 48px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0, 0.07);
}
.info_title {
    position: relative;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #82848b;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 14px;
}
.info_block h4 {
    position: relative;
    color: #000;
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
}
.info_block i {
    font-size: 30px;
    color: #D62828;
}
.call {
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-size: 28px;
}
.call span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background-color: #D62828;
    margin-right: 20px;
}

footer {
    display: block;
    padding: 220px 0 0;
    background: #16041b;
    color: #fff;
    margin-top: -100px;
}
.footer_logo {
    max-height: 50px;
    margin-bottom: 20px;
}
.footer_text {
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 14px;
}
footer h5 {
    position: relative;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.6;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer ul li {
    display: block;
    margin-bottom: 15px;
}
footer ul li a {
    display: inline-block;
    vertical-align: top;
    color: #b1b6c0;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
.footer_bottom {
    position: relative;
    padding: 25px 0px;
    border-top: 1px solid rgba(255,255,255, 0.07);
    margin-top: 50px;
}
.footer_bottom ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer_bottom ul li {
    margin: 0;
    margin-left: 20px;
}
footer ul.social  {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.inner_banner {
    display: block;
    padding: 200px 0;
    background: url(../images/banner.jpeg) center no-repeat;
    background-size: cover;
    position: relative;
}
.inner_banner:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/pattern-5.png) center no-repeat;
    background-size: cover;
    content: '';
}
.inner_banner .container {
    position: relative;
    z-index: 9;
    color: #fff;
}
.inner_banner h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 30px;
}
.breadcrumb {
    color: #fff;
    margin: 0;
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.breadcrumb-item a {
    color: #D62828;
    text-decoration: none;
}
.about_wrapper {
    display: block;
    padding: 100px 0;
    font-size: 18px;
    line-height: 32px;
    color: #5F6168;
    font-weight: 500;
}
.about_wrapper img.about_image {
    aspect-ratio: 16/7;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.blog_container {
    display: block;
    padding: 100px 0;
}
.blog_container img {
    max-width: 100%;
    width: 100%;
}
.sidebar__blog {
    padding: 40px 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    border: 1px solid rgba(0,0,0,0.07);
}
.sidebar__blog h3 {
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 600;
}
.postsearch__box {
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 5px;
    background: #fff url(../images/search.svg) center right 10px no-repeat;
    width: 100%;
    padding: 24px;
    line-height: 20px;
    padding-right: 40px;
}
.postsearch__box:focus {
    outline: none;
    box-shadow: none;
}
.category__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.category__list li {
    display: block;
    margin-bottom: 16px;
}
.category__list li:last-child {
    margin-bottom: 0;
}
.category__list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    line-height: 22px;
    color: #82848b;
    position: relative;
    text-decoration: none;
}
.category__list li a:hover {
    color: #037D9C;
}
.tag__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.tag__list li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
}
.tag__list li a {
    display: block;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 5px;
    background: #fff;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 22px;
    color: #82848b;
    text-decoration: none;
}
.tag__list li a:hover {
    border-color: #D62828;
    background-color: #D62828;
    color: #fff;
}
.recent__post__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.recent__post__list li {
    display: block;
    margin-bottom: 24px;
}
.recent__post__list li:last-child {
    margin-bottom: 0;
}
.recent__post__list li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.recent__post__list li a figure {
    width: 80px;
    aspect-ratio: 1/1;
    border-radius: 10px;
    margin: 0;
    margin-right: 12px;
    max-width: 80px;
    flex: 0 0 100%;
}
.recent__post__list li a figure img {
    width: 80px;
    aspect-ratio: 1/1;
    border-radius: 10px;
    object-fit: cover;
}
.recent__post__list li a figcaption h5 {
    color: #111;
    font-size: 15px;
    line-height: 1.2;
    margin: 0 0 5px;
}
.recent__post__list li a figcaption h6 {
    color: #898989;
    font-size: 13px;
    line-height: 1.2;
    margin: 0;
}

.post__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.post__list li {
    display: block;
    margin-bottom: 24px;
    padding: 20px 20px;
    border-radius: 30px;
    border: 1px solid #f8f8f9;
}
.post__list li:last-child {
    margin-bottom: 0;
}
.post__list li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
}
.post__list li a figure {
    width: 100%;
    max-width: 315px;
    flex: 0 0 100%;
    margin: 0;
    margin-right: 24px;
}
.post__list li a figure img {
    width: 100%;
    aspect-ratio: 315/367;
    border-radius: 20px;
    object-fit: cover;
}
.post__list li a figcaption {
    flex: 1 0 0%;
}
.post__list li a figcaption h6 {
    color: #898989;
    font-size: 15px;
    line-height: 1.2;
    margin: 0 0 8px;
    text-transform: uppercase;
    font-weight: 500;
}
.post__list li a figcaption h3 {
    color: #111;
    font-size: 24px;
    margin: 30px 0 0;
    font-weight: 600;
}
.post__list li a figcaption p {
    font-size: 16px;
    line-height: 28px;
    color: #82848b;
    position: relative;
    margin: 30px 0 50px;
    font-weight: 500;
}
.blog_content p {
    font-size: 16px;
    color: #b0b0b0;
    line-height: 1.4;
    font-weight: 500;
}
.main_form input, .main_form textarea {
    margin-bottom: 24px;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #161540;
}
.main_form label {
    font-size: 14px;
    margin-bottom: 10px;
}
.main_form label span {
    color: #DA2C38;
}
.main_form select {
    margin-bottom: 24px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #161540;
}
.comment_area, .related_news {
    padding: 20px 20px;
    border-radius: 30px;
    border: 1px solid #f8f8f9;
    margin-top: 30px;
}
.comment_area h3, .related_news h3 {
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 600;
}
.news_meta_info {
    padding: 25px 0;
    display: flex;
    align-items: center;
}
.news_meta_info .meta_item {
    display: flex;
    align-items: center;
    margin-right: 24px;
    font-weight: 500;
}
.news_meta_info .meta_item img {
    max-width: 20px;
    flex: 0 0 100%;
    margin-right: 10px;
}
.news_meta_info .meta_item:last-child {
    margin-right: 0;
}
.contact_section {
    padding: 100px 0;
    display: block;
}
.contact_section h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
}
.contact_section h2 img {
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
}
.contact_section iframe {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}
.navbar-toggler {
    margin-right: 10px;
}
.main_header.bg_dark {
    background: rgba(0,0,0, 0.7);
    backdrop-filter: blur(10px);
}

#loginModal .modal-content,
#registerModal .modal-content {
	border-radius: 20px;
}
.loginLogo {
	max-width: 140px;
	display: block;
	margin: 0 auto 28px;
}
#loginModal .modal-body,
#registerModal .modal-body {
	padding: 36px;
}
.loginBlock {
	display: block;
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
}
.loginBlock h5 {
	text-align: center;
	color: #888;
	margin-top: 20px;
	margin-bottom: 32px;
	font-weight: 300;
}
.loginBlock p {
	color: #888;
	margin-bottom: 24px;
}
.loginBlock p a {
	color: #000;
}
.form-group {
	margin-bottom: 32px;
}
.form-control {
	background: #f7f7f7;
	width: 100%;
	height: 52px;
	border-radius: 10px;
	border: none;
	padding: 0 20px;
	line-height: 52px;
}
.control-label {
	margin-bottom: 8px;
}
.loginBlock .btn {
	width: 100%;
	height: 58px;
	border-radius: 30px;
	padding: 0 30px;
	background: #000;
	color: #fff;
}
.loginBlock h5 a {
	color: #000;
	text-decoration: none;
}
.loginBlock h5 a:hover {
	color: #FE3200;
	text-decoration: underline;
}
#loginModal .modal-content .btn-close,
#registerModal .modal-content .btn-close {
	position: absolute;
	top: 20px;
	left: auto;
	right: 20px;
	z-index: 999;
}
.remember_area {
	margin-bottom: 24px;
}
.btnArea {
	margin-bottom: 24px;
}
.feature_section {
    display: block;
    padding: 100px 0;
}
.feature_section h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
}
.feature_section p {
    font-size: 18px;
    line-height: 32px;
    margin: 30px 0 0;
}
.feature_heading {
    padding: 24px 0;
    border-bottom: 1px solid #c9c9c9;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    margin: 0;
    background: url(../images/arrow-up-right.svg) center right no-repeat;
    padding-right: 60px;
}
.feature_content {
    width: 100%;
    margin: 0;
    padding: 24px 0;
}
.feature_content p {
    margin: 0 0 16px;
}
.feature_content p:last-child {
    margin: 0;
}


@media(max-width: 575px) {
    .main_header {
        z-index: 99;
    }
    header {
        padding: 16px 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 12px 0;
    }
    .home_banner figure img {
        aspect-ratio: 3/4;
    }
    .home_banner figcaption h1 {
        font-size: 24px;
    }
    .home_banner figcaption h4 {
        margin: 10px 0 16px;
    }
    .home_banner figcaption {
        top: 70%;
    }
    .search_form .theme_btn {
        padding: 12px 24px;
    }
    .prebooking_btn {
        padding: 8px 16px;
    }
    .service_section {
        margin: 0;
    }
    .service_wrapper, .about_section, .packages_section, .testimonial_section, .faq_section, .news_section, .feature_section {
        padding: 24px 0;
    }
    .service_section h2, .about_section h2, .packages_section h2, .testimonial_section h2, 
    .host_section h2, .faq_section h2, .news_section h2, .inner_banner h2, .feature_section h2 {
        font-size: 30px;
        margin-bottom: 16px;
        margin-top: 0;
    }
    .service_block h4 {
        font-size: 20px;
    }
    .service_block figure svg, .service_block figure img {
        width: 40px;
        height: 40px;
    }
    .about_section .theme_btn {
        padding: 8px 14px;
    }
    .tab_btns .tab_btn {
        padding: 8px 24px;
    }
    .testimonial_inner {
        padding-right: 20px;
    }
    .host_section {
        padding: 100px 0;
    }
    .host_section .theme_btn {
        width: 100%;
    }
    .host_section .theme_btn + .theme_btn {
        margin: 0;
        margin-top: 12px;
    }
    .faq_heading {
        padding: 16px 0;
        font-size: 20px;
        padding-right: 30px;
    }
    footer {
        padding-top: 120px;
    }
    .footer_text {
        margin-bottom: 50px;
    }
    footer h5 {
        margin: 24px 0;
    }
    .footer_bottom {
        margin-top: 25px;
        text-align: center;
    }
    .footer_bottom ul {
        justify-content: center;
    }
    .footer_bottom ul li {
        margin: 0 10px;
    }
    .info_block h4 {
        font-size: 20px;
    }
    .info_block {
        padding: 24px;
        margin-bottom: 16px;
    }
    .tab_content {
        padding-top: 0;
    }
    .inner_banner {
        padding: 140px 0;
    }
    .about_wrapper {
        padding: 24px 0;
    }
    .blog_container {
        padding: 24px 0;
    }
    .post__list li a figure {
        margin: 0;
        margin-bottom: 16px;
    }
    .news_meta_info .meta_item {
        margin-right: 10px;
    }
    .blog_wrapper {
        margin-bottom: 20px;
    }
    .feature_heading {
        font-size: 18px;
        padding: 16px 0;
    }
}

@media (min-width: 576px) {
    .col-sm-13 {
        flex: 0 0 auto;
        width: 20%;
    }
}