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

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

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

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


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

@font-face {
    font-family: 'TT Wellingtons Trl Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/TT Wellingtons Trl Regular'),
        url('../fonts/TT Wellingtons Trial Regular.woff') format('woff');
}

@font-face {
    font-family: 'TT Wellingtons Trl DemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/TT Wellingtons Trl DemiBold'),
        url('../fonts/TT Wellingtons Trial DemiBold.woff') format('woff');
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
        url("../fonts/Poppins-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

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

@font-face {
    font-family: 'Helvetica LT';
    src: url('../fonts/HelveticaLT.woff2') format('woff2'),
        url('../fonts/HelveticaLT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Cream Cake';
    src: url('../fonts/CreamCake.woff2') format('woff2'),
        url('../fonts/CreamCake.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Playfair Display Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Playfair Display Regular'),
        url('../fonts/PlayfairDisplay-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Playfair Display Black';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Playfair Display Black'),
        url('../fonts/PlayfairDisplay-Black.woff') format('woff');
}

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

@font-face {
    font-family: 'Seabird Heavy SF';
    src: url('../fonts/SeabirdHeavySFBold.woff2') format('woff2'),
        url('../fonts/SeabirdHeavySFBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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


/*==================Default css start=================*/
* {
    box-sizing: border-box;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit;
}
img{
  height: auto;
}
textarea.form-control {
    resize: none;
    overflow: hidden;
}

figure {
    margin-bottom: 0;
}

html,
body {
    width: 100%;
}

body {
    padding: 0;
    margin: 0;
    background: #fff;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Helvetica';
    color: #000;
    font-weight: normal;
}

.table {
    color: #263a4f;
}

/* body::-webkit-scrollbar {
  display: none;
} */
img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

a,
a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #4d6ef1;
}

h1 {
    font-size: 120px;
}

h2 {
    font-size: 54px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    font-family: 'Helvetica CE';
    font-weight: normal;
    font-size: 15px;
    line-height: inherit;
    color: #000;
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    padding: 0px;
    margin: 0 0 20px 20px;
}

ol {
    padding: 0px 0 20px 20px;
    margin: 0px;
    counter-reset: listitem;
}

li {
    margin: 0 0 10px;
    padding: 0px;
    position: relative;
    padding-left: 0px;
    font-family: 'Helvetica CE';
    font-weight: normal;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
}

li a {
    color: #000;
}

li a:hover {
    color: #4d6ef1;
}

a {
    /* transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s; */
    color: #697565;
}

a:hover {
    /* transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s; */
    color: #000;
}

button {
    padding: 0;
    background-color: transparent;
    border: none;
}

b,
strong {
    font-weight: bold;
}

.btn {
    font-family: 'TT Wellingtons Trl Regular';
    font-weight: normal;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    border-radius: 30px;
    position: relative;
    border: none;
    background: #e30613;
    transition: 1s;
    -webkit-transition: 1s;
    text-transform: capitalize;
    padding: 12px 30px;
}

.btn:hover {
    color: #fff;
    transition: 1s;
    background: #0f1868;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
    display: none;
}

div.offcanvas-backdrop {
    display: inherit;
}

svg path {
    transition: all 0.3s ease-in-out;
}

form .form-control {
    border-radius: 0;
    border: none;
    height: 35px;
    padding: 5px 15px;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 13px;
}

form textarea.form-control {
    height: 100px;
}

.topBtn {
    position: fixed;
    right: 20px;
    bottom: 135px;
    z-index: 1;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 6px rgb(0, 0, 0, 0.16);
    color: #e30613;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topBtn:hover {
    background: #0f1868;
    color: #fff;
}
.whatsapp {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    text-align: center;
}
.main-heading {
    margin-bottom: 30px;
    text-align: center;
}

.main-heading h3 {
    color: #25303d;
    font-family: 'TT Wellingtons Trl DemiBold';
    font-size: 36px;
}

.main-heading h3 .regular-text {
    font-family: 'TT Wellingtons Trl Regular';
    font-weight: normal;
}

.main-heading .line {
    background: #e30613;
    display: block;
    width: 77px;
    height: 3px;
    margin: 15px auto;
}

.main-heading p {
    font-family: 'Helvetica CE';
    font-weight: normal;
    color: #000;
    font-size: 15px;
    max-width: 1050px;
    margin: 0 auto 15px;
}

.extra-text {
    text-align: center;
    margin-bottom: 30px;
}

.extra-text h4 {
    color: #000;
    font-family: 'Helvetica';
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.extra-text p {
    color: #000;
    font-family: 'Helvetica CE';
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 15px;
}

.owl-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav button span {
    display: none;
}

.owl-carousel .owl-nav button {
    background-color: #fff !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 7px rgb(0, 0, 0, 0.22) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-nav button:hover {
    background-color: #ffde00 !important;
}

.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -30px;
}

.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: -30px;
}

.owl-carousel .owl-nav button:hover {
    box-shadow: 3px 6px 10px rgb(0, 0, 0, 0.44) !important;
}

.tour-card {
    border-radius: 10px;
    overflow: hidden;
}

.tour-card .tour-image {
    position: relative;
    margin-bottom: -30px;
    border-radius: 10px;
    overflow: hidden;
}

.tour-card .tour-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

/* .tour-card .tour-image:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
} */

.tour-card .tour-image .tour-days {
    color: #fff;
    font-family: 'Helvetica';
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    position: absolute;
    bottom: 40px;
    left: 30px;
}

.tour-card .tour-dtl {
    background: #fff;
    border-radius: 10px;
    padding: 20px 8px 15px;
    position: relative;
    z-index: 1;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

.tour-card .tour-dtl h5 {
    color: #000;
    font-family: 'Helvetica';
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 5px;
}

.tour-card .tour-dtl .rating {
    text-align: center;
    color: #949494;
    font-family: 'Helvetica CE';
    font-weight: normal;
    font-size: 14px;
    flex-grow: 1;
}

.tour-card .tour-dtl .rating i {
    color: #ffcc43;
}

.tour-card .tour-dtl .facilities {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 15px 0 30px;
}

.tour-card .tour-dtl .facilities span {
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0, 0.7);
    font-size: 10px;
    font-family: 'Helvetica';
    font-weight: bold;
    text-transform: uppercase;
}

.tour-card .tour-dtl .facilities span img {
    margin-right: 3px;
}

.tour-card .tour-dtl img {
    width: auto;
    height: auto;
}

.tour-card .tour-dtl .booking-tour {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.tour-card .tour-dtl .booking-tour .book-btn {
    border: 1px solid #949494;
    color: #949494;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Helvetica';
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    border-radius: 30px;
    position: relative;
    transition: 1s;
    -webkit-transition: 1s;
    text-transform: capitalize;
    padding: 6px 10px;
}

.tour-card .tour-dtl .booking-tour .book-btn:hover {
    background: #0f1868;
    border-color: #0f1868;
    color: #fff;
}

.tour-card .tour-dtl .booking-tour .book-btn img {
    margin-left: 3px;
}

.tour-card .tour-dtl .booking-tour .book-btn:hover img {
    filter: brightness(0) invert(1);
}

.owl-flex {
    padding-top: 20px;
}

.owl-flex .owl-nav {
    top: 35%;
    padding: 0 5px;
}

.new-slide .owl-nav {
    position: inherit;
    transform: inherit;
    width: 60px;
    margin: 0 auto;
}
.speaktous {
    position: fixed;
    right: 10px;
    bottom: 76px;
    width: 81px;
    z-index: 1;
    animation: zoom-in-zoom-out 2s ease-out infinite;
  }

  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(1, 1);
    }
  }
/*==================Default css start=================*/
table
 {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 16px;
    font-weight: 400;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
table th
 {
    background-color: #0f1868;
    padding: 12px 10px;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
table td {
    border: 1px solid #ddd;
    padding: 12px 10px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}

/* faq section start */
 .faq-section {padding: 60px 0px;}
 .faq-section .accordion {max-width: 1167px;margin:40px  auto 0px;}
 .faq-section .accordion-item {margin-bottom: 15px;border: 0;border: 1px solid rgb(212, 212, 212); border-radius: 5px;overflow: hidden;}
 .faq-section .accordion-item:hover {border-color: #6cb1db;}
 .faq-section .accordion-item:last-child {margin-bottom: 0px;}
 .faq-section .accordion-button {color:rgb(18, 18, 19);padding:15px 55px 15px 30px;font-size: 20px;line-height: 24px;font-family: "Mukta", sans-serif;}
 .faq-section .accordion-button:not(.collapsed) {background-color: transparent;}
 .faq-section .accordion-button:not(.collapsed) {color:#025698;box-shadow: none;}
 .faq-section .accordion-button::after {width: 32px;height: 32px;background-color: #6cb1db;background-position: center center;border-radius: 50%;background-image: url(../images/arrow-down.png);background-size: 14px 9px; position: absolute;right: 11px; top: 11px;}
 .faq-section .accordion-body {padding:15px 10px 15px 30px;}
 .faq-section .accordion-body a {color: rgb(164, 206, 15);}
 .faq-section .accordion-body a:hover {color: rgb(2, 87, 151);}
 :is(.faq-section) :is(.accordion-body) :is(p, h1, h2, h3, h4, h5, h6, li, div, span) {color: rgb(69, 69, 69);}
 .faq-section .accordion-body p { line-height: 26px; }
/* faq section end */
