@font-face {
    font-family: 'Nouveau';
    src: url("../fonts/RightGrotesk-SpatialBlack.otf");
}

@font-face {
    font-family: 'Nouveau';
    src: url("../fonts/RightGrotesk-Medium.otf");
}


@font-face {
    font-family: 'Sofia-Pro-Regular';
    src: url("../fonts/Sofia-Pro-Regular-Az.otf");
}

@font-face {
    font-family: 'Sofia-Pro-Medium';
    src: url("../fonts/Sofia-Pro-Medium-Az.otf");
}

@font-face {
    font-family: 'Sofia-Pro-Semibold';
    src: url("../fonts/Sofia-Pro-Semi-Bold-Az.otf");
}

@font-face {
    font-family: 'Nouveau';
    src: url("../fonts/CELTG___.TTF");
}


/* common-css-start */
:root {
    --color-black: #4E4E4E;
    --color-mainblack: #222222; 
    --color-white: #ffffff;
    --color-orange: #710100; 
    --color-charcolblack: #404040;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;

}

body {
    overflow-x: hidden;
    font-family: 'Sofia-Pro-Regular';
    background: hsl(36.87deg 38.6% 57.84%);
}

section {
    position: relative;
}

html.myClass {
    overflow: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    display: inline-block;
}


p {
    margin: 0;
    font-family: 'Sofia-Pro-Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: var(--color-mainblack);
}

.sub-heading {
    font-family: 'Nouveau';
    font-size: 40px;
    letter-spacing: 0.03em;
    color: var(--color-mainblack);
    line-height: normal;
}

.main-heading {
    margin-bottom: 25px;
    color: var(--color-white);
    font-family: 'Nouveau';
    font-size: 54px;
    line-height: 124%;
    letter-spacing: 0.02em;
}

.sub-heading span {
    color: #c8a461;
}

.section-heading {
    position: relative;
    z-index: 2;
}

.btn-all {
    line-height: normal;
    padding: 15px 25px;
    outline: none;
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    background: #FF6826;
    font-family: 'Sofia-Pro-Medium';
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--color-white);
    background-color: var(--color-white);
}

.btn-all span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
}

.btn-all:hover span {
    color: var(--color-black);
}

.btn-all::before,
.btn-all::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.btn-all::before {
    content: "";
    background: var(--color-orange);
    width: 125%;
    left: -13%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.btn-all:hover::before {
    transform: translate3d(100%, 0, 0);
}

.section-span {
    font-family: 'Sofia-Pro-Regular';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #5e6656;
    margin-bottom: 15px;
    display: block;
}


/* common-css-end */



/*header-css-start*/
.sticky-header {
    position: fixed;
    width: 100%;
    box-shadow: 0px 0px 30px -5px #3a3a3a;
    animation: goDown 0.5s ease-in-out forwards;
    background-color: var(--color-black);
}

.header.sticky-header .header-box .navbar-nav .nav-link {
    color: var(--color-white);
}

.header.sticky-header .btn-all {
    background-color: var(--color-orange);
}

.header.sticky-header .btn-all::before {
    background: var(--color-white);
}

.header.sticky-header .btn-all span {
    color: var(--color-black);
}

.header.sticky-header .btn-all:hover span {
    color: var(--color-white);
}

.header-btn {
    line-height: 0;
    margin-left: 40px;
}

.header.sticky-header .navbar-brand {
    width: 80px;
}

.header.sticky-header .navbar-brand img {
    width: 100%;
}

@keyframes goDown {
    0% {
        top: -60px;
    }

    100% {
        transform: translateY(0px);
    }
}

header.header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
}

.header .header-box .navbar-nav .nav-link {
    padding: 0 !important;
    line-height: normal;
    transition: all 0.3s;
    font-size: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--color-white);
    font-family: 'Sofia-Pro-Semibold';
}

.header .header-box .navbar-nav .nav-link.dropdown-toggle::after {
    border: none;
    content: "\f107";
    vertical-align: 0;
    font-size: 14px;
    font-family: "FontAwesome";
    line-height: normal;
    transition: all 0.3s;
}

.header .header-box .navbar-nav {
    gap: 34px;
}

.header #navbarSupportedContent {
    gap: 40px;
    justify-content: end;
}

.header-box .navbar-brand {
    width: 100px;
}

.header-box .navbar-brand img {
    width: 100%;
}

/*header-css-end*/
/* banner-section-css-start */
.banner-card {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 840px;
    display: flex;
    align-items: center;
    padding: 100px 0;
    justify-content: center;
}

.banner-card:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    margin-left: auto;
    z-index: 1;
    height: 100%;
    background: linear-gradient(90deg, #000102 0%, rgba(23, 12, 0, 0.8) 17.17%, rgba(23, 12, 0, 0.651054) 32.66%, rgba(23, 12, 0, 0.63) 63.78%, rgba(23, 12, 0, 0.48) 83.42%, rgba(23, 12, 0, 0.36) 100%);
}

.banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.banner-btn .btn-all {
    background: var(--color-white);
}

.adventure-awaits-btnbx .btn-all {
    background: var(--color-orange);
}

.adventure-awaits-btnbx .btn-all span {
    color: #fff;
}

/* 21/04/2025 */
.shape-box {
    width: 100%;
    position: absolute;
    z-index: 9;
    bottom: -50px;
    left: 0;
    right: 0;
    transform: rotatex(180deg); 
    border: none;
}
 

.shape-box img  , .shape-box svg , .shape-box svg path {
    width: 100%;
    object-fit: cover;
}
.shape-box svg path {
    fill: #710100;
}


.shape-box-2 {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: -60px;
    left: 0;
    right: 0;
    border: none ;
    transform: rotatex(180deg);
    background: hsl(36.87deg 38.6% 57.84%);
}
 

.shape-box-2 img  , .shape-box-2 svg , .shape-box-2 svg path {
    width: 100%;
    object-fit: cover;
}
.shape-box-2  svg path {
    fill: #710100;
}
/* 21/04/2025 end*/


/* .banner-btn .btn-all:last-child::before {
    background: var( --color-charcolblack);
} */
.banner-btn .btn-all::before {
    background: var(--color-orange);
}

.banner-btn .btn-all span {
    color: var(--color-white);
}

.banner-btn .btn-all:hover span {
    color: var(--color-black);
}

.banner-content p {
    width: 34%;
    margin: 0 auto;
    font-size: 22px;
    line-height: 145%;
    text-align: center;
    color: var(--color-white);
}

.banner-content .section-heading {
    text-align: center;
}

.banner-content {
    width: 100%;
}

.banner-content .section-heading {
    text-align: left;
}

/* banner-section-css-end */


/* =======explore-section-start======== */
/* .explore-section .section-heading {
    width: 80%;
    margin: 0px auto 50px;
}
.explore-section {
    padding: 80px 0;
}
.explore-section .section-heading .sub-heading {
    margin-bottom: 15px;
}
.explore-content h4 {
    font-family: 'SchibstedGrotesk-ExtraBold';
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    color: #222;
    margin: 15px 0;
    text-transform: uppercase;
}

.explore-content p {
    font-family: 'Sofia-Pro-Regular'; 
    font-weight: 400;
    font-size: 16px;
    line-height: 150%; 
    color: #4b4b4b;
    margin-bottom: 20px;
}

.explore-btn a { 
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    color: #222;
    border-bottom: 2px solid #222;
    padding-bottom: 5px;
}

.explore-content {
    text-align: left;
    padding: 15px 0;
}
.explore-span {
    display: inline-block;
    padding: 10px;
    background: var(--color-orange);
    line-height: normal;
    color: var(--color-white);
    font-size: 13px;
    font-family: 'SchibstedGrotesk-ExtraBold';
    text-transform: uppercase;
}

.explore-image {
    width: 100%;
    overflow: hidden;
    height: 305px;
}
.explore-image img {
    width: 100%;
    transition: all 0.5s;
    height: 100%;
    object-fit: cover;
}
.explore-image:hover img{
  transform:scale(1.1);
} */

/* =======explore-section-end======== */
/* =======================================================video-section-start============================================= */
.video-section {
    height: 82vh;
    display: flex;
    align-items: center;
}

.video-vbox {
    position: relative;
    z-index: 1;
    height: 100%;
}

.video-vbox .video-img {
    margin-bottom: 0;
    width: 100%;
    height: 82vh;
    background-attachment: fixed;
}

.video-vbox .video-img img,
.video-vbox .video-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


.video-vbox .video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 22px;
    height: 24px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 24px;
}

.video-vbox .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-vbox .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}

.video-vbox .video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-vbox .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-vbox .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 22px solid #000000;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-card-inner {
    width: 50%;
    z-index: 9;
    position: relative;
    margin-left: auto;
}

.video-content p {
    color: var(--color-white);
    margin: 10px 0;
    font-size: 16px;
    font-family: 'Sofia-Pro-Medium';
}

.video-btns .btn-all {
    background: var(--color-white);
    color: var(--color-white);
}

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

.video-btns .btn-all::before {
    background: var(--color-orange);
}

.video-btns .btn-all:hover span {
    color: var(--color-orange);
}

/* =======================================================video-section-end============================================= */
/* =======================================================napkin-section-start============================================= */
.napkin-section {
    padding: 80px 0 0;
}
.napkin-image {
    width: 100%;
    border-right: 6px solid var(--color-orange);
    border-radius: 16px;
    overflow: hidden;
}

.napkin-image img {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.napkin-box {
    padding: 0px 45px;
}

.napkin-box .sub-heading {
    font-weight: 400;
    font-size: 32px;
    line-height: 141%;
    color: #000;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-orange);
}

.napkin-box .sub-heading {
    margin-bottom: 20px;
}

ss .napkin-flx {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.napkinflxleft {
    flex: 0 0 10%;
    position: relative;
}

.napkin-flx h6 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}

.napkinflxright p {
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
}

.napkin-box .sub-heading {
    margin-bottom: 30px;
}

.napkin-box p {
    font-size: 16px;
    margin-bottom: 10px;
}

.napkin-btns {
    margin-top: 25px;
}

.napkin-btns .btn-all {
    background: var(--color-white) !important;
    color: var(--color-white) !important;
}

.napkin-btns .btn-all::before {
    background: var(--color-orange) !important;
}

.napkin-btns .btn-all:hover span {
    color: var(--color-orange);
}

/* =======================================================napkin-section-end============================================= */
/* =======================================================staff-section-start============================================= */
.staff-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.staff-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.staff-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.staff-section {
    padding: 80px 0;
    /* background: #f3f3f3; */
}

.staff-section .container-fluid {
    padding: 0 50px;
}

.staff-section .section-heading {
    margin-bottom: 35px;
}

.staff-content {
    padding: 15px 0;
    border-bottom: 1px solid var(--color-orange);
}

.staff-content h4 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
    font-family: 'Sofia-Pro-Semibold';
}

.staff-content p {
    font-size: 16px;
    line-height: normal;
    font-family: 'Sofia-Pro-Regular';
}

.staff-image:hover img {
    transform: scale(1.1);
}

/* =======================================================staff-section-end============================================= */

.footer {
    width: 100%;
    height: auto;
    background-color: #710100;
    padding-top: 0;
    position: relative;
}
.footer .footer-item:last-child .footer-content p {
    font-family: 'Sofia-Pro-Regular' !important;
    color: var(--color-white);
    text-transform: capitalize;
}

.footer a.navbar-brand {
    margin-bottom: 20px;
    display: block;
}

.footer-heading {
    font-family: 'Sofia-Pro-Regular';
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    color: var(--color-white);
    margin-bottom: 10px;
}

.footer ul {
    list-style: none;
}

.footer-content .navbar-brand {
    width: 180px;
    margin: 0 auto 20px;
}

.footer .footer-content {
    width: 100%;
    height: auto;
    position: relative;
}

.footer .footer-content p, .footer .footer-content a {
    line-height: normal;
    font-family: 'Sofia-Pro-Semibold';
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--color-white);
}

.footer-list li {
    margin-bottom: 5px;
}

.footer .footer-content a:hover,
.footer .footer-list .active a {
    transition: 0.5s all;
    color: var(--color-orange);
}

.footer .contact-list li {
    margin-bottom: 14px;
}

.footer .contact-list li:last-child {
    margin-bottom: 0px;
}

.footer .contact-list p svg path {
    fill: var(--color-white);
}

.footer .contact-list a {
    color: var(--color-white);
    margin-left: 5px;
}

.footer .contact-list p {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--color-white);
}

 

.footer .footer-item:last-child .footer-content {
    margin-top: 30px;
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-top: 1px solid #d2d2d2;
}

.footer .social-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer .social-icon a {
    color: var(--color-white);
    font-size: 20px;
}

/*footer-css-end*/

.header .header-box .navbar-nav .nav-link:hover:after {
    transform: rotate(180deg);
}



/* ======================blog-section-start-css================= */


/* .blog-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url(../images/news-letter-vector.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 330px;
    z-index: 1;
} */

.blog-main {
    position: relative;
    z-index: 9;
}

.blog-card {
    width: 100%;
    height: 100%;
    background: #bd9d6a;
}
.date-box {
    padding: 22px;
    text-align: center;
}

.date-box a {
    font-family: 'Sofia-Pro-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    color: #4e4e4e;
}

.blog-image a {
    display: block;
}

.blog-image a img {
    width: 100%;
    object-fit: cover;
}

.blog-content {
    padding: 15px 25px 25px;
    text-align: center;
}

.blog-card h4 {
    font-family: 'Nouveau';
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-white);
    margin-bottom: 20px;
}

.blog-card h4 a {
    color: inherit;
}

.blog-content p {
    font-size: 16px;
    line-height: 144%;
    color: var(--color-white);
    margin-bottom: 20px;
}


.blog-content>a {
    font-family: 'Nouveau';
    font-weight: 900;
    font-size: 16px;
    line-height: 344%;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    color: var(--color-orange);
}


.blog-main .owl-stage-outer {
    padding-bottom: 30px;
}
.blog-section {
    margin: 0;
    background-color: var(--color-orange);
    padding-bottom: 75px;
}

.blog-section .sub-heading {
    margin-bottom: 40px;
}


.blog-section .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
}

.blog-section .owl-nav button {
    background:var(--color-orange) !important; 
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}
.btn-box a {
    border: 1px solid;
}

.blog-section .owl-nav .owl-prev {
    left: -4rem;
}

.blog-section .owl-nav .owl-next {
    right: -4rem;
}

.blog-section .owl-nav button i {
    color: var(--color-white);
}

/* ======================blog-section-end-css================= */

/* ================================================================================clients-start================================================================================= */
.clients-cardimage {
    height: 60px;
}

.clients-cardimage img {
    height: 100%;
    object-fit: contain;
    filter: saturate(0);
    transition: all 0.5s;
}
.clients-cardimage:hover img {
    filter: saturate(1);
}

.client-section {
    padding: 150px 0 100px;
    background: #f6f6f6;
}

.client-section .sub-heading {
    margin-bottom: 40px;
    text-align: center;
}
/* ================================================================================clients-end================================================================================= */
/*=============================================================extra-banner-css-start==============================================================================  */
.extra-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 125px 0;
    height: 500px;
    display: flex;
    align-items: center;
}

.extra-banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(341deg, #00000000, #0000006b 40%, #000000);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.extra-banner .section-heading {
    width: 40%;
    position: relative;
    z-index: 4;
}

.extra-banner .section-heading .sub-heading {
    color: var(--color-white);
}

/*=============================================================extra-banner-css-start==============================================================================  */
/*=============================================================team-building-page-css-start==============================================================================  */
.team-building-section {
    padding: 70px 0 0;
}

.team-building-section .team-building-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 30px;
}

.team-building-section .team-building-image {
    width: 100%;
}

.team-building-section .team-building-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.team-building-section .team-building-content {
    padding: 20px 0;
    border-bottom: 1px solid #a7a7a7;
}

.team-building-item a {
    display: block;
}

.team-building-content h4 {
    font-size: 20px;
    line-height: normal;
    color: var(--color-black);
}

/*=============================================================team-building-page-css-end==============================================================================  */

/* ================================================================================contact-us-section-start================================================================================= */






.contact-us-section {
    padding: 80px 0 0;
    overflow: hidden;
}


.contact-form .formflx {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.contact-us-form .form-group {
    width: 100%;
    margin-bottom: 20px;
}
.contact-us-form .form-group input {
    background: transparent;
    border: 1px solid var(--color-white);
    border-radius:0 !important;
    font-family: 'Sofia-Pro-Medium';
    font-weight: 400;
    font-size: 14px;
    height: 46px;
    line-height: 107%;
    color: #ffffffb3;
    flex: auto;
    box-shadow: none;
    outline: none;
    flex: 0 0 100%;
    width: 100%;
    padding: 10px 15px;
}

.contact-form  .wpcf7-form-control-wrap .wpcf7-radio {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Hide calendar icon in Chrome, Safari for date & datetime-local */
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

/* Hide arrow (spinner) in Firefox for time */
input[type="time"] {
  -moz-appearance: textfield;
}

/* Optional: Remove the native styles completely */
input[type="date"],
input[type="datetime-local"],
input[type="time"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.contact-form  .wpcf7-spinner { 
    display: block !important; 
}
.contact-form label {
    margin-bottom: 10px;
    font-family: 'Sofia-Pro-Regular';
    color: var(--color-white);
    width: 100%;
}
.contact-form .form-group textarea {
	border-radius:0;
    width: 100%;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: 107%;
    color: #2e2e2eb3;
    height: 100%;
    flex: auto;
    box-shadow: none;
    outline: none;
    padding: 15px;
    resize: none;
    border: 1px solid var(--color-white);
}



.s-iconsboxright ul li img, .s-iconsboxright ul li i {
    color: #000;
}
.contact-form .btn-all {
    background: #710100;
    color: var(--color-white) !important;
    border: 1px solid #710100;
    margin-bottom: 1rem;
}

.contact-form .btn-all::before {
    background: var(--color-orange) !important;
}

.contact-form .btn-all:hover span {
    color: var(--color-orange);
}

.contact-form .form-group.textareabox {
    height: 150px !important;
}

.contact-form .form-group.textareabox textarea {
    height: 100%;
    padding: 15px;
}

.contact-us-mian {
    margin-top: 40px;
}

.contact-us-section .sub-heading {
    margin-bottom: 60px;
}

.contact-social-infoflx {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-direction: column;
    border: 1px solid var(--color-white);
    padding: 40px 30px;
    width: 100%;
}

.svg-content a {
    font-weight: 400;
    font-size: 16px;
    line-height: 107%;
    color: var(--color-white) !important;
}

.svg-box {
    width: 30px;
    height: 30px;
}

.svg-box svg {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.svg-box svg path {
    fill: var(--color-white);
}

.contact-social-info {
    display: flex;
    gap: 54px;
    justify-content: space-between;
    margin-bottom: 50px;
}

.s-iconsbox {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 30px;
}

.s-iconsboxleft svg path {
    fill: black;
}

.s-iconsboxleft svg {
    width: 25px;
    height: 25px;
}

.s-iconsboxleft {
    display: none;
}

.s-iconsboxright ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.contact-us-main {
    width: 80%;
    margin: 0 auto;
}


.contact-us-main [type="radio"]:checked,
.contact-us-main [type="radio"]:not(:checked) {
    /*position: absolute;*/
    /*left: -9999px;*/
}

.contact-us-main [type="radio"]:checked+label,
.contact-us-main [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'Sofia-Pro-Regular';
}

.contact-us-main [type="radio"]:checked+label:before,
.contact-us-main [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.contact-us-main [type="radio"]:checked+label:after,
.contact-us-main [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--color-orange);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.contact-us-main [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.contact-us-main [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.contact-form label br {
    display: none;
}

/* ================================================================================contact-us-section-end================================================================================= */


/*=============================================================about-us-page-css-start==============================================================================  */
#about_page_section {
    position: relative;
    padding: 80px 0;
}

.about-page-heading-list {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
}

.about-page-heading-list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.about-page-heading-list ul li {
    margin: 0 0.5rem;
}

.about-page-heading-list .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--color-black);
    font-family: 'Sofia-Pro-Medium';
    transition: all 0.3s ease;
    border: none;
}

.about-page-heading-list .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--color-white);
    background-color: var(--color-orange);
    border: none !important;
    text-decoration: none;
    border-radius: 0;
}

.about-page-content p {
    margin-bottom: 1.5rem;
    color: var(--color-white);
}

.about-page-content p strong {
    color: var(--color-black);
}

.about-page-content p a {
    color: var(--color-black);
    text-decoration: underline;
}

.about-page-content img {
    object-fit: cover;
    width: 100%;
}

.about-page-content {
    padding-right: 1rem;
}

.about-page-content h3 {
    margin-bottom: 0.7rem;
    color: var(--color-black);
    font-family: 'SchibstedGrotesk-ExtraBold';
    font-size: 22px;
}

.about-page-tab-section {
    position: relative;
/*     padding: 80px 0; */
}

#about_page_section .accordion-item {
    border-radius: 0 0 0 0 !important;
    background: transparent;
}

#about_page_section .accordion-item .accordion-button {
    border-radius: 0 0 0 0 !important;
    font-family: 'Sofia-Pro-Medium';
}

#about_page_section .accordion-button:not(.collapsed) {
    color: white;
    background-color: #404040;
    box-shadow: none;
    font-family: 'Sofia-Pro-Medium';
}

#about_page_section .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.accordion-header {
    border: none !important;
    padding: 0 !important;
}

.accordion-header:before, .accordion-header:after {
    display: none !important;
}

 
.accordion-button::after {
    filter: invert(0);
}


.accordion-button:not(.collapsed)::after {
    filter: invert(1);
}


.accordion-button:not(.collapsed) {
    background-color: var(--color-orange) !important;
    color: white !important;
}

.about-section-discription {
    margin-top: 3rem;
    text-align: center;
    padding: 0 1rem;
}

.about-section-discription p a {
    color: black;
    text-decoration: underline;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1050px;
    }
}










div#banner-video-box {
    position: relative;
    z-index: 2;
}

#banner-video-box .video-container {
    position: relative;
    width: 100%;
    background: var(--color-black);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

#banner-video-box video {
    width: 100%;
    display: block;
}

#banner-video-box .controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
}

#banner-video-box .controls button {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    margin: 0 10px;
}

#banner-video-box input[type="range"] {
    flex: 1;
    margin: 0 10px;
    accent-color: var(--color-orange);
}

#banner-video-box #timestamp {
    color: var(--color-white);
    font-size: 14px;
    font-family: 'Sofia-Pro-Regular';
}

#banner-video-box .controls-btn {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translatex(-50%);
}

/* who-we-are-section-css-start */
.who-we-are-section {
    padding: 100px 0 0px;
    background: #710100;
}
.who-we-image {
    width: 100%;
    border-left: 6px solid var(--color-orange);
    border-radius: 16px;
    overflow: hidden;
}

.who-we-are-content p {
    margin-bottom: 1rem;
}

.who-we-image img {
    width: 100%;
    object-fit: cover;
}

.who-we-are-content .sub-heading {
    margin-bottom: 35px;
    color: var(--color-white);
}
.who-we-are-content p {
    width: 80%;
    line-height: 167%;
    color: var(--color-white);
}

.who-we-are-section .shape-box {
    transform: unset !important;
    position: relative;
    background: hsl(36.87deg 38.6% 57.84%);
}
/* who-we-are-section-css-end */
/* .adventure-awaits-section */
.adventure-awaits-section {
    padding: 104px 0;
}
.adventure-awaits-section .sub-heading {
    color: var(--color-white);
}
.adventure-awaits-section .section-heading {
    text-align: center;
    margin-bottom: 50px;
}

/* .adventure-awaits-card {
    border: 1px solid #e8e9eb;
    width: 100%;
    height: 100%;
    box-shadow: 0 7px 16px 0 rgba(189, 189, 189, 0.1), 0 30px 30px 0 rgba(189, 189, 189, 0.09), 0 67px 40px 0 rgba(189, 189, 189, 0.05), 0 120px 48px 0 rgba(189, 189, 189, 0.01), 0 187px 52px 0 rgba(189, 189, 189, 0);
    background: var(--color-white);
} */

/* .adventure-awaits-image a {
    width: 100%;
}

.adventure-awaits-image a img {
    width: 100%;
    object-fit: cover;
} */
.awaits-para {
    margin: 30px 0 0;
    text-align: center;
}

.awaits-para p {
    font-family: 'Nouveau';
    font-size: 20px;
    color: #710100;
    line-height: 180%;
    font-weight: 700;
}
.adventure-awaits-image a {
    width: 100%;
    height: 270px;
}
.adventure-awaits-image a img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.adventure-awaits-content {
    padding: 25px 25px 0;
    text-align: center;
}
.adventure-awaits-content .adventure-span {
    font-family: 'Nouveau';
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.06em;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #FF6826;
    display: block;
}

.adventure-awaits-content h4 {
    font-family: 'Sofia-Pro-Medium';
    font-weight: 500;
    font-size: 24px;
    line-height: 133%;
    text-transform: uppercase;
    text-align: center;
    color: #222;
    margin: 32px 0 28px;
}

.adventure-awaits-content h4 a {
    color: inherit;
    width: 80%;
    margin: 0 auto;
}

.adventure-awaits-section .container-fluid {
    padding: 0 50px;
}

.adventure-awaits-content p {
    line-height: 156%;
    color: #4e4e4e;
}

.adventure-awaits-btnbx {
    line-height: normal;
    position: relative;
    top: 30px;
}

.adventure-awaits-btnbx .btn-all::before {
    background: var(--color-black);
}

/* .adventure-awaits-section end */
/* team-bulding-main-section */
.team-bulding-main-bx-link a {
    display: flex;
    justify-content: space-between;
    font-family: 'Nouveau';
    font-size: 18px;
    line-height: 160%;
    color: var(--color-white);
}

.team-bulding-main-bx-image a {
    display: block;
}

.team-bulding-main-bx-image a img {
    width: 100%;
    object-fit: cover;
}

.team-bulding-main-bx-link {
    padding: 25px 0;
}

 

.team-bulding-main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 42px;
}
 

.team-bulding-main-top .team-bulding-main-btns {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.team-bulding-main-top .team-bulding-main-btns span {
    width: 42px;
    height: 42px;
    background: var(--color-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.team-bulding-main-top .team-bulding-main-btns span i {
    color: var(--color-white);
}

.team-bulding-main-section .owl-nav {
    display: none;
}
.team-bulding-main-section {
    padding: 50px 0;
}
/* team-bulding-main-section end*/



.footer-list {
    display: flex;
    justify-content: center;
    gap: 38px;
    flex-wrap: wrap;
}

.footer-list li {
    margin: 0;
}
.blog-section .shape-box-2 {
    background: #f6f6f6;
    position: relative;
    top: 0;
}






.service-box {
    text-align: left;
}

.about-page-tab-section .contact-form label {
    display: block;
    text-align: left;
}

.about-page-tab-section .who-we-are-content p {
    width: 100%;
}

.team-bulding-main-top .sub-heading,   .blog-section .sub-heading {
    color: var(--color-white);
    text-transform: capitalize;
}
.who-we-are-section .shape-box-3 {
    width: 100%;
    position: relative;
    z-index: 9;
    bottom: -50px;
    left: 0;
    right: 0;
    transform: unset !important;
    border: none;
    background: #f6f6f6;
}
.who-we-are-section .shape-box-3 svg path {
    fill: var(--color-orange);
}




.blog-card .shape-box-3 {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background: #bd9d6a;
}
.blog-card .shape-box-3 svg {
    height: 100%;
    width: 100%;
    vertical-align: unset;
}

.blog-card .shape-box-3 svg path {
    fill: var(--color-orange);
}

.blog-card .shape-box-2 {
    top: unset;
    bottom: 0;
    width: 100%;
    left: 0;
    transform: unset;
    background: var(--color-orange);
}

.blog-card .shape-box-2 svg path {
    fill: #bd9d6a;
}

.blog-card .shape-box-2 svg {
    height: 100%;
    width: 100%;
    vertical-align: unset;
}
.date-box p {
    color: var(--color-white);
}



.extra-banner .shape-box svg path {
    fill: #bd9d6a;
}
.extra-banner .shape-box {
    position: absolute;
    bottom: -5px;
} 

.about-page-tab-section .who-we-are-section {
    padding: 50px 0;
    background: transparent;
}
.about-page-tab-section .client-section {
    padding: 100px 0;
    background: transparent;
}
#about_page_section .shape-box , .team-building-section .shape-box , .napkin-section .shape-box , .contact-us-section .shape-box  , .single-blog-section .shape-box{
    bottom: 0;
    position: relative;
}

#about_page_section {
    padding-bottom: 0;
}
.contact-us-form .form-group input::placeholder {
    color: #fff;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input {
    accent-color: #710100;
}


.contact-us-section .sub-heading {
    color: var(--color-white);
}

 

.ct-btn .btn-all {
    color: white !important;
}

.contact-us-section .ct-btn .btn-all:hover {
    color: #000;
}

.contact-us-section  .btn-all::before, .contact-us-section  .btn-all::after { 
    z-index: -1;
}
.contact-us-section  .btn-all { 
    z-index: 6;
}
.ct-btn .btn-all:hover {
    color: #000 !important;
}

.s-iconsboxright ul li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-iconsboxright ul li i {
    color: #fff !important;
}

          .location-section {
    padding: 100px 0;
}
.location-image {
    width: 100%;
}

.location-image img {
    width: 100%;
    object-fit: cover;
}
.location-content p {
    font-family: 'Nouveau';
    font-size: 20px;
    color: #710100;
    line-height: 180%;
    font-weight: 700;
    text-transform: capitalize;
}

.location-content ul li {
    font-family: 'Nouveau';
    font-size: 20px;
    color: #710100;
    line-height: 180%;
    font-weight: 700;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.location-content ul {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    justify-content: space-between;
    padding-left: 20px;
}

.location-content ul li:after {
    content: "";
    position: relative;
    width: 10px;
    height: 10px;
    background: #710100;
    left: -1rem;
    display: block;
    top: 0;
    border-radius: 100%;
}


