* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Archivo", sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #666;
    overflow-x: hidden !important;

}

p {
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    color: #666666;
}

hr { margin:2rem 0; }

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5.h4,
h6,.h6 {
    color: #333333;
    font-family: "Archivo", sans-serif;
    margin: 0 0 30px 0 ;
}

h3 a { color:#333333; }

h4 {
    font-weight: 500;
}

a,
a:hover,
a:focus {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    outline: none;
    color:#FFF; 
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: outside none none;
    list-style-type: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.button_second {
    border: 1px solid #EC1818;
    background: #faf1e5;
    color: #EC1818;
    font-weight: 700;
    font-size: 13px;
    line-height: 55px;
    padding: 0px 35px;
    height: 43px;
    line-height: 43px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 45px;
    box-shadow: 0 0 40px rgba(207, 117, 0, 0.15);
    text-transform: uppercase;
}

.button_second:hover {
    background: #EC1818;
    color: #ffffff;
}


.p-0 {
    padding: 0;
}

.p-l {
    padding-left: 0
}

.p-r {
    padding-right: 0;
}

.particles {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.trusted-logo{
	display:flex;
	gap:20px;
	justify-content:center;
	 align-items: center;
}

.trusted-logo img{
	width:120px;
	object-fit:cover;
	filter: brightness(0) invert(1);
}

.reviews-logo img{
	width:100px;
	object-fit:cover;
	filter: brightness(0) invert(0);
}

.section_title {
    text-align: center;
    width: 80%;
    margin: 0px auto 60px;
}

.section_title span {
   
    font-size: 35px;
    color: #EC1818;
}

.section_title h2 {
    font-size: 45px;
    font-weight: 700;
    padding-top: 10px;
}

.section_title p {
    width: 80%;
    margin: 15px auto 0;
}

.section_title img {
    margin-top: 25px;
}








/*=========== {  Pagination Style} ===========*/
.pagination_blog {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
}

.pagination_blog ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagination_blog ul li {
    margin: 0 7px;
    height: 43px;
    width: 43px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #6a7a83;
    cursor: pointer;
}

.pagination_blog ul li a {
    color: #666666;
    font-size: 18px;
    font-weight: 500;
}

.pagination_blog ul li a i:before {
    color: #6a7a83;
    font-size: 14px;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pagination_blog ul li.current {
    border: 1px solid #EC1818;
    background: #faf1e5;
}

.pagination_blog ul li.current a {
    color: #EC1818;
}


.heading_font.single-page h2{
	font-size:20px;
	font-weight:600;
	margin-bottom:15px;
	
}




/*=========={ Header Section }==============*/
header {
    background-image: url("../images/banner.jpg");
    min-height: 930px;
    background-size: 100% 100%;
    position: relative;
    z-index: 99;
    overflow: hidden;
    background-position:center;
}

header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.top-rit .top-rit-btns span {
    font-size: 18px;
    color: #fff;
    
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    position: relative;
    padding-left: 57px;
}

.top-rit .top-rit-btns span a {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin: 0;
}

.top-rit .top-rit-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.top-rit .top-rit-btns span a:before {
    position: absolute;
    content: "";
    background-image: url(../images/sprites.webp);
    background-repeat: no-repeat;
    background-position: -242px -10px;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    filter: brightness(0) saturate(100%) invert(17%) sepia(95%) saturate(4992%) hue-rotate(356deg) brightness(99%) contrast(104%);

}

header .navbar-brand    { position: absolute;
    top: 50%;
    left: 30px;
transform: translateY(-50%); }

.navbar.navbar-expand-lg{
	display:block;
}

header a.scroll_down {
    position: absolute;
    left: 50%;
    bottom: -70px;
    transform: translateX(-50%);
}

header .navbar img {
    width: 175px;
}

header .navbar {
    padding: 15px 30px;
    position: relative;
    z-index: 1;
    margin-top: 15px;
	margin-left:-15px;
	margin-right:-15px; 
    border-radius: 4px;
}

header .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px;
}

header .navbar .nav-item .nav-link {
    padding: 0px 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

header .navbar .nav-item .nav-link.active,
header .navbar .nav-item .nav-link:hover {
    color: #EC1818;
}

header .navbar .contact_number span {
    color: #333;
    font-weight: 400;
    margin-left: 50px;
}

header .nav_book_btn a {
    position: relative;
    color: #fff;
    font-size: 15px;
    margin-top: 0px;
    margin-left: 30px;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
    background: transparent;
    width: 15px;
    display: block;
}

header .nav_book_btn a:hover {
    border: none;
}

header .intro-wrapper {
    text-align: left;
}

header .intro-wrapper .intro-text {
    margin-top: 110px;
}

header .intro-wrapper .intro-text .welcome_shape {
    width: 187px;
}

header .intro-wrapper .intro-text span {
    font-size: 45px;
    color: #EC1818;
    display: inherit;
    margin: 0px 0 5px;

}

header .intro-wrapper .intro-text h1 {
    font-size: 70px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 36px;
}

header .intro-wrapper .intro-text p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    opacity: 0.8;
}


.font-size-35{
	font-size:35px;
	line-height:38px;
	font-style:italic;
	color:#EC1818;
}
/*======== Header Search =======*/
header .nav_book_btn {
    position: relative;
}

header .search-icon {
    font-size: 15px;
    color: #EC1818;
    border: 0;
    outline: none;
    width: 46px;
    cursor: pointer;
}

header .search-toggle .search-icon.icon-close {
    display: none;
}

header .search-toggle.opened .search-icon.icon-search {
    display: none;
}

header .search-toggle.opened .search-icon.icon-close {
    display: block;
}

header .search-container {
    transition: all 0.3s;
    max-height: 0;
    overflow: hidden;
    background-color: #eee;
    position: absolute;
    right: 0;
    top: 40px;
}

header .search-container.opened {
    max-height: 100px;
}

header .search-container form {
    display: flex;
}

header .search-container input[type="text"] {
    outline: none;
    width: 290px;
    background-color: inherit;
    border: 0;
    background: #fff;
    font-size: 15px;
    padding: 0px 30px;
    font-weight: 600;
    height: 46px;
    line-height: 46px;
}

header .search-container .search-icon {
    vertical-align: middle;
}

header .search-container form button {
    background: transparent;
}
 


.btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}

.swin-btn {
    flex: 1 1 220px;
    max-width: 260px;
    
    height: 45px;
    padding: 0 20px;
    border-radius: 6px;
    background-color: #EC1818;
    border: 1px solid #EC1818;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition:
        background-color 0.4s ease,
        color 0.4s ease,
        transform 0.3s ease,
        box-shadow 0.4s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

/* Shine Effect */
.swin-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0.2) 100%);
    transform: skewX(-20deg);
    transition: left 0.5s ease;
    z-index: 2;
}

/* Hover Effect */
.swin-btn:hover::before {
    left: 130%;
}

.swin-btn:hover {
    background-color: #ffffff;
    color: #333;

    box-shadow: 0 10px 30px rgba(226, 18, 18, 0.3);
}

/* Unified active state */
.swin-btn.active {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #ffffff;
}

.swin-btn.active:hover {
    background-color: #EC1818;
    border: 1px solid #EC1818;
    color: #fff;
    
    box-shadow: 0 10px 30px rgba(226, 18, 18, 0.3);
}

@media screen and (max-width: 600px) {
    .swin-btn {
        flex: 1 1 100%;
        max-width: 100%;
    }
}



section {     padding: 100px 0; }



.about_us {
    background: #ffffff;
    padding: 100px 0;
    background-size: cover;
}
 

.about_us .our_story {
    text-align: left;
    padding-right: 35px;
}

.about_us .our_story h2{
font-size: 45px;
    font-weight: 700;
    padding-top: 10px;	
} 

.about_us .our_story span,
.Platforms-sec span{
    color: #EC1818;
    font-size: 35px;
}
.platform-logos { text-align:center; }
.platform-logos a {margin:0 15px; display:inline}
.platform-logos a:hover img { margin-top:-5px;}
.platform-logos img { height:36px; width:auto; transition:all 0.5 ease-in-out;   }

.color-red{
	 color: #EC1818!important;
}

.about_us .our_story h3,
.Platforms-sec h2,
.Platforms-sec h3{
    color: #333;
    margin-top: -6px;
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 700;
	padding-top:10px;
}

.Platforms-sec h3{
	font-size:26px;
}

.about_us .our_story p {
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0 0 0;
    width: 97%;
}

.about_us .our_story .story_shape {
    width: 150px;
}

.about_us .our_story .story_banner {
    margin: 0px auto;
    align-items: center;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}

.about_us .our_story .swin-btn {
    border: 1px solid #EC1818;
    background: #EC1818;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
}

.about_us .our_story .swin-btn:hover {
    background: #fff;
    border: 1px solid #EC1818;
    color: #EC1818;
}

.about_us .our_story_banner {
    position: relative;
}

.our_story_banner img {
    width: 100%;
}

.about_us .since_date {
    position: absolute;
    top: -110px;
    right: 0;
    z-index: 1;
    text-align: right;
}

.about_us .since_date span {
    font-size: 20px;
    color: #EC1818;
}

.about_us .since_date h3 {
    font-size: 130px;
    color: #EC1818;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
}


.about_us .about_content_video {
    padding-top: 70px;
    margin-top: -90px;
    margin-bottom: -100px;
    margin-left: -27px;
}

.about_us .images_shape {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 300px;
}

.about_us .images_shape .video_view_btn.home iframe{
	width: 775px;
    height: 450px;
}

.about_us .images_shape .video_view_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about_us .images_shape .video_view_btn a {
    z-index: 1;
    height: 95px;
    width: 95px;
    background: #ffffff;
    display: block;
    text-align: center;
    line-height: 95px;
    border-radius: 50%;
    font-size: 40px;
    color: #333;
    padding-left: 8px;
}








.about_us.style-two .content_wrapper:last-child div {
    display: block;
}

.about_us.style-two .about_content_video,
.about_us.style-two .since_date {
    display: none !important;
}

.about_us.style-two .our_story {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.about_us.style-two .content_wrapper:nth-child(2n+1) .our_story_banner {
    margin-left: -100px;
}

.about_us.style-two .content_wrapper:nth-child(2n+1) .our_story {
    padding-right: 0px;
    padding-left: 175px;
}

.about_us.style-two .our_story {
    padding-right: 175px;
}

.about_us.style-two .about_content_video {
    display: none;
}

.about_us.style-two .since_date {
    display: none;
}

.about_us.style-two .content_wrapper {
    margin-bottom: 250px;
}

.about_us.style-two .our_story_banner img {
    width: auto;
}

.about_us.style-two .content_wrapper:nth-child(2n+2) .our_story_banner {
    left: -100px;
}

.about_us.style-two .our_story_banner {
    border-radius: 8px;
    overflow: unset;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-right: -100px;
}

.about_us.style-two .content_wrapper:nth-child(2n+2) {
    margin-bottom: 80px;
}

.about_us.style-two .content_wrapper:nth-child(2n+1) {
    display: flex;
    flex-direction: row-reverse;
}

.about_us.style-two .button_second {
    border: none;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #dd9933;
    padding: 0;
    height: 20px;
    line-height: 20px;
    border-radius: 0px;
    position: relative;
    color: #dd9933;
    text-transform: capitalize;
    font-family: 'Cardo', serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
}

.about_us.style-two .button_second:before {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    top: 2px;
    right: -20px;
}

.about_us.style-two .button_second:hover {
    color: #dd9933;
}

.about_us.style-two .our_story span {
    font-family: 'Cardo', serif;
    font-style: italic;
    font-size: 25px;
}

.about_us.style-two .our_story h3 {
    font-family: 'Cardo', serif;
}

.about_us.style-two .our_story p {
    font-family: 'Josefin Sans', sans-serif !important;
    color: #212529;
}


.services.blog-sec{
	padding:100px 0!important;
}


.services {
    background: #fcf9f3;
    padding: 100px 0 100px;
    position: relative;
}

.services .shape {
    position: absolute;
    left: 0;
    top: 0;
}

.services .services_style_one .services_wrapper {
    z-index: 2;
    position: relative;
}

.services .services_style_one .services_wrapper .sevice_banner {
    background: #222222;
    overflow: hidden !important;
    margin-bottom: 30px;
}

.services .services_style_one .services_wrapper .sevice_banner i {
    display: none;
}

.services .services_style_one .services_wrapper .sevice_banner img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.services .services_style_one .services_wrapper:hover .sevice_banner img {
    opacity: 0.5;
    transform: scale(1.2, 1.2) rotate(-5deg);
    transition: all 0.3s ease-in-out;
}

.services .services_style_one .services_wrapper .services_content h3 {
    margin-bottom: 25px;
}

.services .services_style_one .services_wrapper .services_content .service_title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    color: #333;
}

.services .services_style_one .services_wrapper .services_content .service_title:hover,
.services .services_style_one .services_wrapper .services_content .service_title:active {
    color: #EC1818;
}

.services .services_style_one .services_wrapper .services_content p {
    margin: 0;
    font-weight: 400;
}

.services .services_style_one .services_wrapper .services_content .view_button {
    padding-top: 20px;
    border-top: 1px solid #ededed;
    display: none;
}

.services .services_style_one .services_wrapper .services_content .view_button a {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase !important;
    display: block;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.services .services_style_one .services_wrapper .services_content .view_button a:hover,
.services .services_style_one .services_wrapper .services_content .view_button a:active {
    color: #EC1818;
}

.services .services_style_one .services_wrapper .services_content .view_button a i {
    margin-left: 5px;
    color: #EC1818;
}


.services .services_style_four .services_wrapper:before {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.services .services_style_four .services_wrapper {
    z-index: 2;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.services .services_style_four .services_wrapper .sevice_banner {
    background: #222222;
    overflow: hidden !important;
    margin-bottom: 30px;
}

.services .services_style_four .services_wrapper .sevice_banner i {
    display: none;
}

.services .services_style_four .services_wrapper .sevice_banner img {
    width: 100%;
	height:400px;
    object-fit: fill;
    transition: all 0.3s ease-in-out;
}

.services .services_style_four .services_wrapper:hover .sevice_banner img {
    opacity: 0.5;
    transform: scale(1.2, 1.2) rotate(-5deg);
    transition: all 0.3s ease-in-out;
}

.services .services_style_four .services_wrapper .services_content {
    position: absolute;
    bottom: 0;
    padding: 40px;
}

.services .services_style_four .services_wrapper .services_content h3 {
    margin-bottom: 10px;
}

.services .services_style_four .services_wrapper .services_content .service_title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    color: #ffffff;
}

.services .services_style_four .services_wrapper .services_content .service_title:hover,
.services .services_style_four .services_wrapper .services_content .service_title:active {
    color: #EC1818;
}

.services .services_style_four .services_wrapper .services_content p {
    margin: 0;
    font-weight: 400;
    color: #ffffff;
}

.services .services_style_four .services_wrapper .services_content .view_button {
    padding-top: 20px;
    border-top: 1px solid #ededed;
    display: none;
}

.services .services_style_four .services_wrapper .services_content .view_button a {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase !important;
    display: block;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.services .services_style_four .services_wrapper .services_content .view_button a:hover,
.services .services_style_four .services_wrapper .services_content .view_button a:active {
    color: #EC1818;
}

.services .services_style_four .services_wrapper .services_content .view_button a i {
    margin-left: 5px;
    color: #EC1818;
}

.recent-post-img img{
	height:270px;
	object-fit:cover;
}
 



/*=======[Gallery Style One]========*/


.theme-one.gallery_area .full_gallery_view {
    display: flex;
    justify-content: space-between;
}

.theme-one.gallery_area .full_gallery_view .section_title {
    margin: 0 0 60px 0;
    text-align: left;
}

.theme-one.gallery_area .full_gallery_view .section_title p {
    margin: 0;
    margin-top: 15px;
}




.gallery_area.style-one .full_gallery_view {
    display: none;
}

.gallery_area.style-one .container {
    max-width: 100%;
    padding: 0;
}

.gallery_area.style-one .gallery-wrapper img {
    width: 100%;
}

.gallery_area.style-one .gallery-wrapper figure {
    width: 25%;
    float: left;
    margin: 0px;
    position: relative;
    overflow: hidden;
}

.gallery_area.style-one .gallery-wrapper figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(226, 18, 18, 0.7);
    transition: .3s ease;
    visibility: hidden;
    opacity: 0;
    left: 0;
}

.gallery_area.style-one .gallery-wrapper figure figcaption {
    padding: 30px;
    position: absolute;
    left: 0;
    top: 60%;
    height: auto;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    transition: .5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

.gallery_area.style-one .gallery-wrapper figure figcaption h3 {
    display: none;
}

.gallery_area.style-one .gallery-wrapper figure figcaption p {
    display: none;
}

.gallery_area.style-one .gallery-wrapper figure figcaption a i {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    height: 100%;
    width: 100%;
}

.gallery_area.style-one .gallery-wrapper figure:hover:before {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg) scale(1);
    width: 100%;
    left: 0;
}

.gallery_area.style-one .gallery-wrapper figure:hover figcaption {
    visibility: visible;
    opacity: 1;
    top: 50%;
}




/*=======[Gallery Style two]========*/
.gallery_area.style-two {
    padding: 100px 0;
}

.gallery_area.style-two .full_gallery_view {
    display: none;
}

.gallery_area.style-two .gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -7px;
}

.gallery_area.style-two .gallery-wrapper figure {
    width: calc(33.333% - 14px);
    margin: 7px;
    position: relative;
    overflow: hidden;
    height: 280px; /* Set a fixed height to make overlay and image behave predictably */
    cursor: pointer;
}

.gallery_area.style-two .gallery-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Correct fit */
    object-position: center; /* Center image */
    display: block;
    transition: transform 0.3s ease;
}

.gallery_area.style-two .gallery-wrapper figure:before {
    background: rgba(255, 33, 79, 0.9);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transition: .3s ease;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 1;
}

.gallery_area.style-two .gallery-wrapper figure:hover:before {
    visibility: visible;
    opacity: 1;
}

.gallery_area.style-two .gallery-wrapper figure figcaption {
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    z-index: 2;
}

.gallery_area.style-two .gallery-wrapper figure figcaption h3,
.gallery_area.style-two .gallery-wrapper figure figcaption p {
    display: none;
}

.gallery_area.style-two .gallery-wrapper figure figcaption .port-view {
      position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%, -50px);
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 26px;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 3;
}

.gallery_area.style-two .gallery-wrapper figure:hover .port-view {
    opacity: 1;
	  background: rgba(255, 33, 79, 0.9);
}

.gallery_area.style-two .gallery-wrapper figure:hover img {
    transform: scale(1.05); 
}




/*=======[Gallery Style Three]========*/
.theme-one.gallery_area.style-three {
    padding: 100px 0;
}

.theme-one.gallery_area.style-three .section_title span {
 
    font-size: 25px !important;
}

.theme-one.gallery_area.style-three p {
    width: 100%;
    padding-right: 30%;
    display: none;
}

.gallery_area.style-three .container-fluid {
    max-width: 1140px;
}
.gallery_area.style-three .gallery-wrapper figure {
    width: 24%;
    float: left;
    margin: 0 3px 6px;
    position: relative;
    overflow: hidden;
    height: 197px; /* container height */
}

.gallery_area.style-three .gallery-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Correct: fill container without stretching */
    object-position: center; /* Center image inside container */
    display: block;
}


.gallery_area.style-three .gallery-wrapper figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(226, 18, 18, 0.7);
    transition: .3s ease;
    visibility: hidden;
    opacity: 0;
    left: 0;
}

.gallery_area.style-three .gallery-wrapper figure figcaption {
    padding: 30px;
    position: absolute;
    left: 0;
    top: 60%;
    height: auto;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    transition: .5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

.gallery_area.style-three .gallery-wrapper figure figcaption h3 {
    display: none;
}

.gallery_area.style-three .gallery-wrapper figure figcaption p {
    display: none;
}

.gallery_area.style-three .gallery-wrapper figure figcaption a i {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    height: 100%;
    width: 100%;
}

.gallery_area.style-three .gallery-wrapper figure:hover:before {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg) scale(1);
    width: 100%;
    left: 0;
}

.gallery_area.style-three .gallery-wrapper figure:hover figcaption {
    visibility: visible;
    opacity: 1;
    top: 50%;
}

.gallery_area.style-three .gallery-wrapper figure:nth-child(1) img {
    height: auto;
    width: 100%;
}

.gallery_area.style-three .gallery-wrapper figure:nth-child(1) {
    width: 50%;
    height: 402px;
}

.gallery_area.style-three .gallery-wrapper figure:nth-child(4) {
    width: 24%;
    height: 400px;
}

.gallery_area.style-three .gallery-wrapper figure:nth-child(4) img {
    height: 100%;
    width: auto;
}

.gallery_area.style-three .gallery-wrapper figure:nth-child(7),
.gallery_area.style-three .gallery-wrapper figure:nth-child(8) {
    width: 24.7%;
    margin-top: -202px !important;
}

.gallery_area.style-three .full_gallery_view .button_second {
    border: 1px solid #dd9933;
    background: #dd9933;
    color: #ffffff;
    font-size: 15px;
    box-shadow: none;
}


/*=======[ Our Today's Menu]========*/
.our_menu.style-two {
    background: #ffffff;
    min-height: 300px;
    padding: 110px 0 65px 0;
    position: relative;
}

.our_menu.style-two .title-heading {
    text-align: center;
    margin-bottom: 40px;
}

.our_menu.style-two .title-heading h2 {
    font-size: 45px;
    color: #000000;
    font-weight: 700;
}

.our_menu.style-two:before {
    display: none;
}

.our_menu.style-two .title-heading img {
    width: 125px;
    margin-top: 30px;
}

.our_menu.style-two .t_menu_btn_wrapper .nav-tabs {
    border: none;
}

.our_menu.style-two .t_menu_btn_wrapper .nav-tabs .nav-item {
    margin-right: 60px;
    transition: all 0.3s ease 0s;

}

.our_menu.style-two .t_menu_btn_wrapper .nav-tabs .nav-item a {
    color: #34485e;
    font-size: 16px;
    text-transform: none;
    padding: 0px;
    position: relative;
    background: transparent;
    border-radius: 50px;
    border: none;
    transition: none;
}

.our_menu.style-two .t_menu_btn_wrapper .nav-tabs .nav-item a:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 10px;
    background: #a7a5a4;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
}

.our_menu.style-two .t_menu_btn_wrapper .nav-tabs .nav-item a.active {
    color: #dd9933;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.our_menu.style-two .t_menu_btn_wrapper .nav-tabs .nav-item a.active:before {
    background: #dd9933;
}

.our_menu.style-two .t_menu_btn_wrapper .nav-tabs .nav-item:last-child a:before {
    display: none;
}

.our_menu.style-two .t_tab_item_content {
    margin-top: 70px;
}

.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper {
    padding-right: 15px;
}

.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single {
    padding-bottom: 50px;
    align-items: center;
}

.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single:last-child {
    margin-bottom: 0px;
}

.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single:hover .t-menu-content h4 a {
    color: #dd9933;
}

.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single .t-menu-item-img {
    width: 120px !important;
}

.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single .t-menu-item-img img {
    width: 100%;
    border-radius: 50%;
}

.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single .t-menu-content {
    padding: 0 30px 0 20px;
    width: 100%;
}

.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single .t-menu-content h4 {
    margin-bottom: 12px;
    border-bottom: none;
    padding-bottom: 0px;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 0;
}

.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single .t-menu-content h4:before {
    position: absolute;
    height: 1px;
    bottom: 4px;
    left: 0;
    content: "";
    width: 100%;
    background: #dd9933;
    z-index: -1;
}

.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single .t-menu-content h4 a {
    z-index: 2;
    background: #f4f0ec;
    padding-right: 15px;
    transition: all 0.2s ease-in-out;
    font-size: 20px;
    color: #212529;
    font-weight: 700;
    font-family: 'Cardo', serif;
}

.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single .t-menu-content h4 span {
    z-index: 2;
    background: #f4f0ec;
    padding-left: 15px;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    color: #dd9933;
    font-weight: 700;
    font-family: 'Cardo', serif;
    font-style: italic;
}

.our_menu.style-two .t_tab_item_content .t-menu-item-wrapper .t-menu-item-single .t-menu-content p {
    font-size: 16px;
    line-height: 20px;
    color: #212529;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
}

.our_menu.style-two .item-img-big img {
    width: 100%;
}







.testimonial {
    padding: 130px 0 60px;
    background: #ffffff;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.testimonial .says_info {
    max-width: 550px;
    margin: 0px auto;
    min-height: 220px;
}

.testimonial .testimonial_single ul {
    justify-content: center;
}

.testimonial .testimonial_single ul li {
    color: #FFBE3E;
}

.testimonial .testimonial_single {
    text-align: center;
    position: relative;
    width: 70px;
}

.testimonial .testimonial_single.slick-current .reviewer_info {
    position: relative;
}

.testimonial .testimonial_single.slick-current .reviewer_info .member-img {
    height: 86px;
    width: 86px;
    margin: 28px auto 30px;
}

.testimonial .testimonial_single.slick-current .reviewer_info .member-img img {
    height: auto;
    width: 100%;
}

.testimonial .testimonial_single.slick-current .reviewer_info .reviewer {
    opacity: 1;
    visibility: visible;
    position: absolute;
    width: 250px;
    left: 0;
    -webkit-transform: translateX(-90px);
    transform: translateX(-90px);
    bottom: -80px;
}

.testimonial .testimonial_single p {
    font-weight: 300;
    font-size: 25px;
    line-height: 40px;
    margin: 30px 0 20px;
    color: #666;
    font-style: italic;
    font-family: "Archivo", sans-serif;
}

.testimonial .testimonial_single .reviewer_info {
    width: 70px;
    margin: 0px auto;
}

.testimonial .testimonial_single .reviewer_info .member-img {
    height: 65px;
    width: 65px;
    overflow: hidden;
    border-radius: 50%;
    margin: 43px auto 30px;

}

.testimonial .testimonial_single .reviewer_info .member-img img {
    height: auto;
    width: 100%;
}

.testimonial .testimonial_single .reviewer_info .reviewer {
    opacity: 0;
    visibility: hidden;
}

.testimonial .testimonial_single .reviewer_info .reviewer h4 {
    font-size: 25px;
    color: #333;
    font-weight: 700;
	margin-bottom:0;
    font-family: "Archivo", sans-serif;
}

.testimonial .testimonial_single .reviewer_info .reviewer span {
    font-weight: 400;
    font-size: 18px;
    color: #EC1818;
    line-height: 30px;
}

.testimonial ul.slick-dots {
    position: absolute;
    top: 40%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonial ul.slick-dots li .pager_item {
    height: 10px;
    width: 10px;
    background: #ff5a2c;
    margin: 15px 0;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonial ul.slick-dots .slick-active .pager_item {
    height: 25px;
    width: 10px;
    background: #092ace;
    border-radius: 10px;
}







.testimonial.style-two {
    background-image: url("../images/testimonial_banner.jpg");
    background-size: cover;
}

.testimonial.style-two .section_title span {
    font-family: 'Cardo', serif;
    font-style: italic;
    font-size: 25px !important;
}

.testimonial.style-two .section_title h2 {
    font-family: 'Cardo', serif;
}

.testimonial.style-two .section_title p {
    font-family: 'Josefin Sans', sans-serif !important;
    display: none;
}

.testimonial.style-two .says_info {
    min-height: auto;
}

.testimonial.style-two .testimonial_content {
    position: relative;
}

.testimonial.style-two .testimonial_content {
    padding-top: 65px;
}

.testimonial.style-two .testimonial_content:before {
    background-image: url("../images/quite_icon.png");
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    height: 58px;
    width: 65px;
}

.testimonial.style-two .testimonial_single ul {
    display: none !important;
}

.testimonial.style-two .testimonial_single .reviewer_info .member-img {
    display: none;
}

.testimonial.style-two .testimonial_single p {
    font-family: 'Cardo', serif;
}

.testimonial.style-two .testimonial_single .reviewer_info .reviewer h4 {
    font-family: 'Cardo', serif;
    text-transform: uppercase;
}

.testimonial.style-two .testimonial_single .reviewer_info .reviewer span {
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 20px;
}

.testimonial.style-two .testimonial_single.slick-current .reviewer_info .reviewer {
    width: 355px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
}

.light_version.about .testimonial.style-two {
    background: url("../images/menu_bg.jpg") !important;
}




 


.count-text .counter {
    font-size: 27px;
    color: #333;
}

.count-text span {
    color: #fa573a;
    font-size: 19px;
}




/*========== Footer Style CSS ==========*/
footer {
    background-image: url("../images/footer_bg.jpg");
    padding-top: 90px;
}
footer .container  { padding:0 30px; }
footer h2,
footer p,
footer li,
footer a {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

footer h3 { color: #EC1818;}

footer .footer_col_hed h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 35px;
    font-weight: 700;
}

.footer-title p {
    padding-right: 50px;
}

footer img.f_logo {
    margin-bottom: 30px;
    max-width: 175px;
    position: relative;
}

footer ul li {
    padding-bottom: 10px;
    color: #ee9982;
    font-size: 16px;
}

footer ul li a {
	padding:0.25rem 0 !important; 
    color: #ffffff;
    font-size: 15px;
}

footer ul li a:hover {
    color: #EC1818;
}

footer ul li:last-childe {
    padding-bottom: 0px;
}

footer .footer_col_hed ul li i {
    padding-right: 10px;
    font-size: 16px;
    color: #ee9982;
}

 ul.recent_post li {
    display: inline-grid;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
	 width:100%; 
}
footer ul.recent_post li {
border-bottom:1px solid #494949;
}	

ul.recent_post li span {
    font-size: 15px;
    color: #EC1818;
	display:block; 
}

ul.recent_post li a {
    padding-bottom: 3px;
}

ul.recent_post li a:hover  {     color: #EC1818; } 
 ul.recent_post li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

footer ul.address li {
    display: inline-grid;
}

footer ul.address li span {
    font-size: 15px;
    color: #EC1818;
    text-transform: uppercase;
    padding-bottom: 5px;
}

footer ul.address li p {
    font-size: 15px;
}

footer ul.address li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

footer .footer-bottom {
    background: #242424;
    padding: 22px 0px;
    margin-top: 50px;
}

footer .footer-bottom p {
    color: #ffffff;
    margin: 0;
    line-height: 32px;
    font-size: 14px;

}

footer .footer-bottom ul li {
    padding-bottom: 0px;
}

footer .footer-bottom ul li:first-child {
    padding-left: 0px;
}

footer .icon-bottom {
    margin: 0 0 0 -20px;
}

footer .icon-bottom li {
    display:inline-block; 
}


footer .icon-bottom li:first-child {
    margin-left: 0px;
}


footer .icon-bottom li:last-child {
    margin-right: 0px;
}

footer .icon-bottom li i {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
}
 




footer.style-one .footer_info {
    display: none;
}

footer.style-two {
    background-image: url("../images/footer_bg_2.jpg");
}

footer .footer_info {
    text-align: center;
    padding-bottom: 70px;
}

footer .footer_info .info_block h4 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 15px;
    font-family: 'Cardo', serif;
}

footer .footer_info .info_block ul {
    margin-bottom: 30px;
}

footer .footer_info .info_block ul li {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 300;
    padding: 0;
    line-height: 26px;
}

footer.style-two .footer-bottom {
    background: rgba(255, 255, 255, 0.05);
    margin-top: 100px;
}

footer.style-two .footer_col_hed {
    display: none;
}

footer.style-two .footer-title {
    text-align: center;

}

footer.style-two .footer-title .navbar-brand img {
    margin: 0;
    z-index: 1;
}

footer.style-two .footer-title .navbar-brand {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

footer.style-two .footer-title .navbar-brand:before {
    position: absolute;
    content: "";
    background: #3c3e42;
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

footer.style-two .footer-title .navbar-brand:after {
    position: absolute;
    content: "";
    background: #0b0e13;
    height: 75px;
    width: 230px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

footer.style-two .footer-title p {
    width: 60%;
    margin: 0px auto;
    font-family: 'Josefin Sans', sans-serif !important;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
}






/*=============== About Page =================*/
header.header_inner .intro-wrapper .intro-text a.btn.other-page:first-child:before {
    display: none;
}

header.header_inner .intro-wrapper .intro-text h1 {
    margin-bottom: 15px;
    font-size: 58px;
}

header.header_inner .intro-wrapper .intro-text p {
    display: none;
}

header.header_inner .intro-wrapper .intro-text p.homecopy {
    display: block;
}

header.header_inner .intro-wrapper .intro-text a.btn.other-page:before {
    content: "\f054";
    left: -28px;
    position: absolute;
    top: -17px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

header.header_inner .intro-wrapper .intro-text a.btn.other-page.active {
    margin-left: 40px;
}

header.header_inner .intro-wrapper .intro-text a.btn.other-page {
    line-height: 55px;
    padding: 0;
    height: auto;
    background: transparent;
    border: none;
    border-radius: 0;
    display: inline;
    position: relative;
    color: #fff;
    font-size: 20px;
    margin-top: 51px;
    box-shadow: none;
    font-weight: 400;
    text-transform: uppercase;
}

header.header_inner .intro-wrapper .intro-text {
    margin: 110px 0;
}




/* ========= Accordions Style  ==========*/

.faqs-sec {
    padding: 100px 0 80px;
}

.panel-group {
    margin-bottom: 30px;
}

.accordion-style1 .panel {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin-top: 15px !important;
    transition: box-shadow 0.3s ease;
}

.panel-group .panel {
    border: 1px solid #ddd;
}

.accordion-style1.panel-group .panel-heading {
    border: none;
    background-color: #f9f9f9;
    border-radius: 8px 8px 0 0;
}

.accordion-style1 .panel-heading {
    padding: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.accordion-style1 .panel-heading:hover {
    background-color: #f0f0f0;
}

.accordion-style1 .panel-title {
    padding-right: 30px;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    transition: color 0.3s ease;
}

.accordion-style1 a:hover {
    text-decoration: none;
    color: #007BFF;
}

.panel-group .panel-heading>a {
    position: relative;
    display: block;
    color: #333;
    font-size: 18px;
}

.panel-group .panel-heading>a:before {
    float: right !important;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-size: 14px;
    color: #888;
    transition: transform 0.3s ease;
}

.panel-group .panel-heading>a.collapsed:before {
    content: "\f067";
    transform: rotate(0deg);
}

.panel-group .panel-heading>a:hover,
.panel-group .panel-heading>a:active,
.panel-group .panel-heading>a:focus {
    text-decoration: none;
    color: #007BFF;
}

.accordion-style1.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #eee;
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}

.font-size-12 {
    font-size: 22px;
	font-weight:600;
}

.text-color-7 {
    color: #000;
}

.border-style-21 {
    border-bottom: 1px solid #e0e0e0 !important;
}

/*=============== About Team Section ==================*/

.our_chefs {
        padding: 220px 0 100px;
}

.info_banner_three {
    overflow: hidden;
}

.info_banner_three .container-fluid {
    padding: 0;
}

.info_banner_three .items_wrapper {
    padding: 0;
}

.info_banner.row{
	align-items:center;
}

.info_banner_three .info_banner img {
	   width: 80%; /* reduce size */
    border: 6px double #e63946;
    border-radius: 15px;
    transform: skewY(-2deg);
    box-shadow: 0 8px 15px rgba(230, 57, 70, 0.3);
    transition: all 0.3s ease-in-out;
    display: block;
    margin: 0 auto;
}

.info_banner_three .info_banner img:hover {
    transform: skewY(0deg) scale(1.05);
}




.info_banner_three .info_banner .style-seven {
    display: none;
}

.info_banner_three .info_banner .banner_content {
    height: auto;
    padding: 6% 8%;
    text-align: left;
    position: relative;
}

.info_banner_three .info_banner .banner_content:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 15px;
    margin-left: -15px;
    z-index: 9;
}

.info_banner_three .info_banner a {
    height: auto;
    display: block;
    overflow: hidden;
}

.info_banner_three .info_banner .banner_content span {
    margin-top: 40px;
    width: 40%;
    height: 1px;
    display: inline-block !important;
}

.info_banner_three .info_banner .banner_content h2 {
    width: 100%;
    line-height: 30px;
    margin: 0px auto 25px;
}

.background-color-6 {
    background-color: #fcf9f3;
}

.font-size-8 {
    font-size: 25px;
}

.text-color-8 {
    color: #232323;
}

.background-color-9 {
    background-color: #ff214f;
}

.info_banner_three .info_banner .banner_content:after {
    border-color: rgba(245, 245, 245, 0);
    border-top-color: #f5f5f5;
}

/*============ Tours =============*/


.pb-80 {
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}


.bg-blue:nth-child(even)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #f7f7f7;
    z-index: -1;
}

.bg-blue:nth-child(even) {
    position: relative;
}

.tours-sec .section_title {
    width: 85%;
}




/*============ Video Section =============*/
.video-sec{
    padding: 120px 0 80px 0;
}

.video-sec .video-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(226, 18, 18, 0.4);
    padding: 25px;
    margin-bottom: 60px;
    transition: transform 0.3s ease;
}

.video-sec .video-card:hover {
    transform: translateY(-4px);
}

.video-sec .video-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000;
    position: relative;
}

.video-sec .video-title::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #EC1818;
    border-radius: 2px;
}

.video-sec .video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 12px;
    overflow: hidden;
    background-color: #000;
}

.video-sec .video-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    top: 0;
    left: 0;
}




/*============ Table Section =============*/
.call-to-action {
    background: url("../images/book_table.jpg");
    padding: 130px 0;
    position: relative;
    background-size: cover;
    z-index: 0;
}

.call-to-action .section_title {
    width: 75%;
    margin: 0 auto;
}

.call-to-action .section_title h2 {
    color: #ffffff;
}

.call-to-action .section_title p {
    color: #ffffff;
    margin-top: 20px;
    padding: 0 7%;
    margin-bottom: 0;
}

.call-to-action.style-two {
    background: url("../images/book_table_1.jpg");
    background-size: cover;
}

.call-to-action.style-two .section_title {
    width: 59%;
}

.call-to-action.style-two .section_title h2 {
    color: #212529;
    font-family: 'Cardo', serif;
}

.call-to-action.style-two .section_title p {
    color: #212529;
    margin-top: 20px;
    padding: 0;
    margin-bottom: 0;
    font-family: 'Josefin Sans', sans-serif !important;
    width: 100%;
}

.call-to-action.style-two span {
    font-size: 25px;
    font-family: 'Cardo', serif;
    font-style: italic;
    margin-bottom: 20px;
}

.call-to-action.style-two .swin-btn {
    font-family: 'Josefin Sans', sans-serif !important;
    background: #dd9933;
    border: 1px solid #dd9933;
}

.call-to-action.style-two .swin-btn:hover {
    color: #ffffff;
}











/*============ Counter Area =============*/
.number_count {
    background: #ffffff url("../images/count_bg.jpg") no-repeat scroll center center/cover;
    padding: 200px 0;
}


.number_count .count_item_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.number_count .counters-item {
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;

}

.number_count .counters-item img {
    vertical-align: middle;
    border-style: none;
    width: 60px;
}

.number_count .counters-item .user-rating {
    padding: 25px 0 15px;
}

.number_count .counters-item .user-rating span {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 60px;
    font-family: "Archivo", sans-serif;
    font-style: normal;
}

.number_count .counters-item span {
    font-size: 25px;
    font-style: italic;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
}





/*=========== Contact Page CSS ============= */

.contact_info_wrapper {
    padding: 100px 0;
    background: #f5f6fa;
}

.contact_info_wrapper .section_title {
    text-align: left;
    width: 100%;
    margin: 0px auto 40px;
}

.contact_info_wrapper .sub-title {
    position: relative;
    padding-bottom: 30px;
}

.contact_info_wrapper .sub-title:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100px;
    left: 0;
    bottom: 0;
    background: #ff9500;
}

.contact_info .h4{
	font-size:20px;
}

.touch_banner {
    padding-top: 50px;
    padding-left: 90px;
}

.touch_banner img {
    max-width: 690px;
}

.contact_info_wrapper .sub-title {
    text-align: left;
    margin: 0px auto 40px;
}

.contact_info_wrapper .contact_form_wrapper .form-group label {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #38455d;
    font-family: 'Poppins', 'sans-serif', sans-serif;
    margin-bottom: 7px;
}

.contact_info_wrapper .contact_form_wrapper .form-group {
    margin-bottom: 20px;
    padding: 0 0 0 15px;
}

.contact_info_wrapper .contact_form_wrapper .form-group input,
.contact_info_wrapper .contact_form_wrapper .form-group textarea {
    height: 44px;
    background: #fafafa;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    color: #263341;
    font-size: 13px;
    padding: 0 30px;
    font-family: 'Open suns', 'sans-serif', sans-serif;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact_info_wrapper .contact_form_wrapper .form-group input:focus,
.contact_info_wrapper .contact_form_wrapper .form-group textarea:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #efd0a9;
    background: #fdf8f2;
    color: #333;
}

.contact_info_wrapper .contact_form_wrapper .form-group textarea {
    height: 145px;
    padding-top: 20px;
    padding-left: 25px;
}

.contact_info_wrapper .contact_form_wrapper .submit-btn button {
    height: 54px;
    padding: 0 70px;
    font-size: 15px;
    margin-top: 25px;
}

.contact_info_wrapper .contact_form_wrapper .submit-btn button:hover {
    background: #EC1818;
    border: 1px solid #EC1818;
    cursor: pointer;
    color: #ffffff;
}

.contact_info_wrapper .contact_info {}

.contact_info_wrapper .contact_info .location_list {
    margin-bottom: 50px;
}

.contact_info_wrapper .contact_info .location_list h4,
.contact_info h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;

}

.contact_info_wrapper .contact_info .location_list ul li,
.contact_info ul li{
    font-size: 15px;
    color: #000;
}

.contact_info_wrapper .contact_info .location_list ul li a,
.contact_info ul li a{
     color: #000;
}

.google_map #map {
    -webkit-box-shadow: 5px 9px 49px 0px rgba(47, 47, 47, 0.08);
    box-shadow: 5px 9px 49px 0px rgba(47, 47, 47, 0.08);
    height: 700px;
    width: 100%;
}

.video-item {
  display: grid;
  gap: 10px;
}

.video-media {
  position: relative;
}

.video-video,
.video-pic {
  aspect-ratio: 16/9;
  width: 100%;
}

.video-pic {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.video-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-btn::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid #EC1818;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 5px; /* optional: moves triangle right for better centering */
}


.video-text p{
  font-size: 18px;
  line-height: 1.4;
	font-weight: 600;
	margin-bottom:40px;
}




/*============================= Home Page Two ==============================*/

.header.style-two h1,
.header.style-two h2,
.header.style-two h3,
.header.style-two h4,
.header.style-two h5,
.header.style-two h6 {
    color: #212529 !important;
    font-family: 'Cardo', serif !important;
}

.header.style-two p {
    color: #212529 !important;
    font-family: 'Josefin Sans', sans-serif !important;
}

.header.style-two .intro-wrapper .intro-text span {
    font-size: 35px;
    font-family: 'Cardo', serif;
    font-style: italic;
    margin-bottom: 20px;
}



.header.style-two a.scroll_down {
    display: block;
}

.header.style-two .scroll_down {
    display: none;
}

.header.style-two .swin-btn {
    font-family: 'Josefin Sans', sans-serif !important;
    border: #dd9933;
    background: #dd9933;
    border: 1px solid #dd9933;
}

.header.style-two .swin-btn.active {
    color: #333333;
    margin-left: 25px;
    border: 1px solid #ffffff;
    background: #ffffff;
}

.header.style-two .swin-btn:hover {
    background: #dd9933;
    border: 1px solid #dd9933;
    color: #ffffff;
}

.header.style-two {
    background-image: url("../images/home_2.png");
    min-height: 1000px;
    background-size: cover;
}

.header.style-two .navbar {
    padding: 40px 0 0;
    position: relative;
    z-index: 1;
}

.header.style-two .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px;
}

.header.style-two .navbar .nav-item .nav-link {
    padding: 0px 21px;
    color: #212529;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    font-family: 'Josefin Sans', sans-serif !important;
}

.header.style-two .navbar .nav-item .nav-link.active,
.header.style-two .navbar .nav-item .nav-link:hover {
    color: #EC1818;
}

.header.style-two .nav_book_btn a {
    position: relative;
    color: #212529;
    font-size: 15px;
    margin-top: 0px;
    margin-left: 30px;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
}

.header.style-two .nav_book_btn a:hover {
    border: none;
}

.header.style-two .row.justify-content-center {
    justify-content: flex-end !important;
}

.header.style-two .intro-wrapper .intro-text {
    margin-top: 130px;
    text-align: left !important;
    padding-left: 50px;
}




/*===================== Services Block ======================*/

.services_block {
    padding: 100px 0 30px;
}

.services_block .analytics_item {
    padding: 0px;
    box-shadow: 0px 0 60px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    margin-bottom: 70px;
}

.services_block .section_title.section_title {
    width: 75%;
}

.services_block .section_title span {
    font-family: 'Cardo', serif;
    font-style: italic;
    font-size: 25px;
}

.services_block .section_title h2 {
    font-family: 'Cardo', serif;
}

.services_block .analytics_item:before {
    position: absolute;
    content: "";
    background: #0075c9;
    height: 4px;
    width: 0%;
    bottom: 0;
    left: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.services_block .analytics_item:hover:before {
    visibility: visible;
    width: 100%;
}

.services_block .analytics_item h5 {
    margin-bottom: 20px;
}

.services_block .analytics_item h5 a {
    color: #212529;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Cardo', serif !important;
}

.services_block .analytics_item i {
    font-size: 50px;
    color: #dd9933;
    margin-bottom: 35px;
    transition: all 0.3s ease-in-out;
}

.services_block .analytics_item p {
    font-family: 'Josefin Sans', sans-serif !important;
    color: #212529;
}

.services_block .analytics_item .go_link i {
    font-size: 18px;
}

.services_block .analytics_item:hover i {
    color: #212529;
}

.services_block .analytics_item:hover .go_link i {
    padding-left: 10px;
}

.services_block .analytics_item:hover i {
    color: #212529;
}

.services_block.two .go_link {
    display: none;
}

.services_block.three {
    text-align: center;
}

.services_block.three .go_link {
    display: none;
}

.services_block.four {
    text-align: center;
}

.services_block.four .go_link {
    display: none;
}

.services_block.four .analytics_item {
    box-shadow: none;
}

.services_block.four .analytics_item:before {
    display: none;
}










/*============== Our Menu ==============*/
.our_menu.style-two {
    background-image: url("../images/menu_bg.jpg");
    background-size: cover;
}

.our_menu.style-two .section_title span {
    font-family: 'Cardo', serif;
    font-style: italic;
    font-size: 25px !important;
}

.our_menu.style-two .section_title h2 {
    font-family: 'Cardo', serif;
}

.our_menu.style-two .section_title {
    font-family: 'Josefin Sans', sans-serif !important;
}








.services.style-one {
    background: #ffffff;
    padding: 100px 0;
}

.services.style-one .shape {
    display: none;
}

.services.style-one .section_title span {
    font-family: 'Cardo', serif;
    font-style: italic;
    font-size: 25px !important;
}

.services.style-one .section_title h2 {
    font-family: 'Cardo', serif;
}

.services.style-one .section_title p {
    font-family: 'Josefin Sans', sans-serif !important;
    color: #212529;
}


.services.style-one .services_style_one .services_wrapper {
    padding: 20px 20px 30px 20px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.services .services_style_one .services_wrapper .services_content .publish_info {
    padding-bottom: 20px;
}

.services .services_style_one .services_wrapper .services_content .publish_info li {
    color: #212529;
    list-style-type: none;
    font-size: 15px;
}

.services .services_style_one .services_wrapper .services_content .publish_info li i {
    color: #dd9933;
    margin-right: 5px;
    font-size: 13px;
}

.services.style-one .services_style_one .services_wrapper .services_content h3 a {
    font-family: 'Cardo', serif;
    font-size: 20px !important;
    color: #212529 !important;
    font-weight: 700;
    line-height: 30px !important;
}

.services.style-one .services_style_one .services_wrapper .services_content p {
    font-family: 'Josefin Sans', sans-serif !important;
    color: #212529;
}

.services.style-one .services_style_one .services_wrapper .sevice_banner {
    border-radius: 7px !important;
}

.services.style-one .services_style_one .services_wrapper {}















.our_clients.style-one {
    padding: 100px 0;
}

.our_clients.style-one .section_title span {
    display: none;
}

.our_clients.style-one .section_title p {
    display: none;
}

.our_clients.style-one .section_title h2 {
    font-family: 'Cardo', serif;

}

.our_clients.style-one .clients_logo {
    display: flex;
    justify-content: space-around;
}

.our_clients.style-one .clients_logo img {
    width: 100px;
}





/*========= Deafult (Light Version) =========*/
.light_version p {
    font-family: 'Josefin Sans', sans-serif !important;
}

.light_version h1,
.light_version h2,
.light_version h3,
.light_version h4,
.light_version h5,
.light_version h6 {
    color: #212529 !important;
    font-family: 'Cardo', serif !important;
}

.light_version header.header_inner a.scroll_down {
    display: none;
}

.light_version .section_title span {
    font-family: 'Cardo', serif !important;
    font-style: italic;
}

.light_version .section_title h2 {
    font-family: 'Cardo', serif !important;
    padding-top: 15px;
}

.light_version .section_title p {
    font-family: 'Josefin Sans', sans-serif !important;
}


/*========= Header Style (Light Version) =========*/
.light_version header.header_inner {
    background-image: url(../images/light_banner.jpg);
    background-size: cover;
    min-height: auto;
}

.light_version header.header_inner .intro-wrapper .intro-text h2 {
    font-family: 'Cardo', serif;
    color: #212529;
}

.light_version header .intro-wrapper .intro-text span {
    color: #EC1818;
    font-family: 'Cardo', serif;
    font-style: italic;
    font-size: 35px;
    margin-bottom: 15px;
}

.light_version header.header_inner .intro-wrapper .intro-text a.btn.swin-btn {
    font-family: 'Cardo', serif;
    font-weight: 700;
    color: #212529;
}

.light_version header.header_inner .navbar .nav-item .nav-link {
    padding: 0px 21px;
    color: #212529;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    font-family: 'Josefin Sans', sans-serif !important;
}

.light_version header .nav_book_btn a {
    color: #333;
}

.light_version header .navbar .nav-item .nav-link.active {
    color: #EC1818 !important;
}

/*========= About Us (Light Version) =========*/
.light_version .about_us .our_story span {
    color: #EC1818;
    font-family: 'Cardo', serif;
    font-style: italic;
}

.light_version .about_us .our_story h3 {
    font-family: 'Cardo', serif;
    padding-top: 15px;
}

.light_version .about_us .since_date h3 {
    font-family: 'Cardo', serif;
    color: #EC1818 !important;
}

.about_us .images_shape {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 300px;
}


/*========= Number Count (Light Version) =========*/
.light_version .number_count {
    background: #ffffff url(../images/count_banner_light.jpg) no-repeat scroll center center/cover;
    padding: 200px 0;
}

.light_version .number_count .counters-item .user-rating span {
    font-size: 60px;
    font-weight: 700;
    color: #212529;
    line-height: 60px;
    font-family: 'Cardo', serif;
    font-style: normal;
}

.light_version .number_count .counters-item span {
    font-size: 25px;
    font-style: italic;
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 700;
    color: #212529;
}

.light_version .table_reservation .reservation_houre {
    background: #fafafa;
    position: relative;
}

.light_version .table_reservation .reservation_heading ul li {
    font-size: 16px;
    color: rgb(102, 102, 102);
}

.light_version footer .footer_info .info_block h4 {
    color: #ffffff !important;
}

.light_version .team-style-1 figure figcaption .team-member-position .text-small a,
.light_version .team-style-1 figure figcaption .team-member-position .text-extra-small {
    font-family: 'Cardo', serif;
}

.light_version .testimonial .testimonial_single ul {
    display: none !important;
}

.light_version .testimonial .testimonial_single p {
    margin: 0px 0 20px;
    font-style: italic;
    font-family: 'Cardo', serif;
}








/*========= Deafult (Dark Version) =========*/

.dark_version header.header_inner {
    min-height: auto !important;
}

.dark_version header.header_inner .intro-wrapper .intro-text {
    margin: 110px 0 200px !important;
}


.navbar-expand-md { display:block; }
header .navbar { min-height:170px; }
.navbar-brand { float:left; position:relative;  z-index:11;}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) { border-top-right-radius: .25rem; border-bottom-right-radius: .25rem; border-top-left-radius: .25rem; border-bottom-left-radius: .25rem; }

header .navbar:before {
    background: rgba(0, 0, 0, .75);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    backdrop-filter: blur(5px);
    border-radius: 5px;
    z-index: 1;
    box-shadow:0 0 20px rgba(0,0,0,1);
}

header .navbar:after {
    
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-radius: 5px;
    z-index: 1;
    border:1px solid rgba(255,255,255,1); 
    opacity:0.2;
}

header .navbar * { z-index:10; }

.blockquote.style-two blockquote:before {
    content: "\f10d";
    font-weight: 600;
    margin-bottom: 15px;
    position: absolute;
    top: -60px;
    left: -60px;
}
.blockquote.style-two blockquote:before {
    font-family: "Font Awesome 5 Free";
    color: #ff214f;
    font-size: 50px;
}

.tour-detail-sec h3{
    font-size: 26px;
    font-weight: 600;
	margin-bottom:30px;
}

.tour-detail-sec hr{
	margin-top:2rem;
	margin-bottom:2rem;
}

.tour-detail-sec{
	padding:100px 0 70px;
}

.services.video-sec{
	padding: 100px 0 60px!important;
}

.review-wrap {
  margin: 30px auto;
}
.review-wrap:before, .review-wrap:after {
  content: "";
  display: table;
}
.review-wrap:after {
  clear: both;
}

.review {
  background: white;
  border: none;
  box-shadow: 0 1.5px 0 0 rgba(236, 24, 24);
  position: relative;
  color: #666;
  padding: 15px 0;
  margin-bottom: 30px;
}
.review:before, .review:after {
  position: absolute;
  visibility: visible;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}
.review:before {
  border-width: 17px;
  border-top-color: rgba(236, 24, 24);
  bottom: -17px;
  left: 14px;
}
.review:after {
  border-width: 15px;
  border-top-color: #fff;
  bottom: -15px;
  left: 16px;
}
.review strong {
  display: block;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
  color: #333;
}

.review-author {
  display: block;
  line-height: 1.2;
}
.review-author .name {
  color: #EC1818;
	font-size:16px;
}
.review-author strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.review-author .name, .review-author .stars {
  display: block;
  float: left;
}
.review-author .stars {
  display: inline-block;
  margin-left: 20px;
    margin-left: 20px;
    font-size: 16px;
  color: #FFBE3E;
}

.tour-detail-sec .review{
	background-color: #fcf9f3;
}

