@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Bold.eot");
  src: url("fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Gilroy-Bold.woff2") format("woff2"),
    url("fonts/Gilroy-Bold.woff") format("woff"),
    url("fonts/Gilroy-Bold.ttf") format("truetype"),
    url("fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Medium.eot");
  src: url("fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/Gilroy-Medium.woff2") format("woff2"),
    url("fonts/Gilroy-Medium.woff") format("woff"),
    url("fonts/Gilroy-Medium.ttf") format("truetype"),
    url("fonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Light.eot");
  src: url("fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/Gilroy-Light.woff2") format("woff2"),
    url("fonts/Gilroy-Light.woff") format("woff"),
    url("fonts/Gilroy-Light.ttf") format("truetype"),
    url("fonts/Gilroy-Light.svg#Gilroy-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Regular.eot");
  src: url("fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/Gilroy-Regular.woff2") format("woff2"),
    url("fonts/Gilroy-Regular.woff") format("woff"),
    url("fonts/Gilroy-Regular.ttf") format("truetype"),
    url("fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Gilroy", sans-serif !important;
  background-color: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #003e88 !important;
}

.text-primary {
  color: #003e88 !important;
  font-size: 52px;
}

.text-success {
  color: #5cb85c !important;
}

.btn-success {
  background-color: #63c132;
  border: none;
}

.btn-success:hover {
  background-color: #52a627;
}

.btn-outline-success {
  border-color: #63c132;
  color: #63c132;
}

.btn-outline-success:hover {
  background-color: #63c132;
  color: #fff;
}

.banner-section {
  background: radial-gradient(
    498.71% 176.74% at 50% 38.63%,
    #fff 17.55%,
    #e0f3ff 78.42%,
    #fff 100%
  );
}

.event-section {
  background-color: #f7fcff;
}

.about-section .card {
  background: #fff;
}

.footer {
  background-color: #f0faff;
  border-top: 1px solid #e1ecf4;
}

blockquote {
  /* color: #003e88; */
  font-size: 30px !important;
}

.btn-read-more {
  border-radius: 48.034px;
  border: 0.775px solid #559814;
  background: #fff;
  box-shadow: 0 2.326px 0 0 rgba(255, 255, 255, 0.21) inset,
    12.404px 22.482px 6.977px 0 rgba(0, 0, 0, 0),
    8.528px 14.729px 6.977px 0 rgba(0, 0, 0, 0.01),
    4.651px 8.528px 5.427px 0 rgba(0, 0, 0, 0.05),
    2.326px 3.876px 3.876px 0 rgba(0, 0, 0, 0.09),
    0.775px 0.775px 2.326px 0 rgba(0, 0, 0, 0.1);
  display: inline-flex;
  padding: 13.45px 23.057px;
  justify-content: center;
  align-items: center;
  gap: 9.607px;
  color: #60a51e;
  text-align: center;
  font-size: 23.057px;
  font-weight: 600;
}

.btn-read-more:hover {
  border-radius: 48.034px;
  border: 0.775px solid #559814;
  background: linear-gradient(180deg, #fff 29.26%, #efffdf 109.12%);
  box-shadow: 0 2.326px 0 0 rgba(255, 255, 255, 0.21) inset,
    12.404px 22.482px 6.977px 0 rgba(0, 0, 0, 0),
    8.528px 14.729px 6.977px 0 rgba(0, 0, 0, 0.01),
    4.651px 8.528px 5.427px 0 rgba(0, 0, 0, 0.05),
    2.326px 3.876px 3.876px 0 rgba(0, 0, 0, 0.09),
    0.775px 0.775px 2.326px 0 rgba(0, 0, 0, 0.1);
  display: inline-flex;
  padding: 13.45px 23.057px;
  justify-content: center;
  align-items: center;
  gap: 9.607px;
  color: #60a51e;
  text-align: center;
  font-size: 23.057px;
  font-weight: 600;
}

.title {
  font-size: 52px;
  color: #00458c;
}

.subtitle {
  color: #33384b;
  font-size: 25px;
  font-weight: 400;
  line-height: 36px;
}

.place p {
  color: var(--text-light, #33384b);
  font-size: 18.406px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}

.tour-box {
  border-radius: 24px;
  background: radial-gradient(
    99.09% 106.43% at 71.46% 107.89%,
    rgba(174, 226, 238, 0.8) 0%,
    rgba(234, 251, 255, 0.2) 49.3%,
    #eafbff 100%
  );
  padding: 0px 20px;
}

.tour-box .left {
  padding: 20px;
}
.tour-box .left img {
  border-radius: 16px;
  mix-blend-mode: darken;
}
.tour-box .right img {
  mix-blend-mode: darken;
}

.event-section .col-md-9 {
  width: 70%;
}

.event-section .col-md-3 {
  width: 30%;
}

.btnStarted {
  border-radius: 61px;
  border: 1px solid #559814;
  background: linear-gradient(180deg, #7bc534 8.63%, #62ae1a 104.17%);
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.21) inset,
    16px 29px 9px 0 rgba(0, 0, 0, 0), 11px 19px 9px 0 rgba(0, 0, 0, 0.01),
    6px 11px 7px 0 rgba(0, 0, 0, 0.05), 3px 5px 5px 0 rgba(0, 0, 0, 0.09),
    1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 26px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  height: 64px;
  cursor: pointer;
  padding: 0 24px;
  white-space: nowrap;
}

.tour-box .btn {
  position: absolute;
  bottom: -54px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
}
.cto-box {
  border-radius: 24px;
  background: linear-gradient(289deg, #d7fbec 40.59%, #c1edfe 99.08%);
  padding: 13px;
  height: 520px;
  display: flex;
  padding-right: 0;
}
.cto-box h4 {
  position: absolute;
  width: 200px;
  font-size: 30px;
  z-index: 1;
  left: 22px;
  top: 22px;
  font-weight: 700;
}

.cto-box .cto-img {
  width: 300px;
  /* float: right; */
  text-align: right;
  position: relative;
  top: 20px;
  z-index: 0;
  margin-left: auto;
}

.cto-box .btnStarted {
  border-radius: 14px;
  /* white-space: pre-line; */
  line-height: 28px;
  font-size: 24px;
  height: 80px;
  margin-bottom: 12px;
}

.btn-box {
  position: absolute;
  bottom: 0;
  width: 94%;
}

.cto-box .btnStarted span {
  display: inline-block;
  width: 270px;
  white-space: normal;
}

.event-section {
  background: linear-gradient(0deg, #fff 36.51%, #f2f8fe 100%);
  box-shadow: 0 3px 4px 0 rgba(42, 47, 51, 0.08) inset;
}

.points-list h6 {
  font-size: 20px;
}

.points-list h6 span {
  font-size: 24px;
  font-weight: 600;
}

.points-list {
  width: 90%;
}

.title-b {
  font-size: 34px;
}

.points-b li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.trail-hero img {
  position: absolute;
  top: -80px;
  width: 77%;
}

.cta-a {
  background-image: url(img/call-to-action-bg.png);
  background-size: contain;
  border-radius: 22px;
  gap: 30px;
  align-items: center;
  padding: 25px 30px;
  margin-top: 12px;
  /* height: 180px; */
  overflow: hidden;
  /* background: red; */
  z-index: 1;
  position: relative;
  background-repeat: no-repeat;
}

.cta-a h5 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 32px !important;
}
.insight-section {
  background: linear-gradient(0deg, #fff 36.51%, #f2f8fe 100%);
  box-shadow: 0 3px 4px 0 rgba(42, 47, 51, 0.08) inset;
  position: relative;
}

.insight-section:after {
  content: "";
  position: absolute;
  bottom: 27px;
  background: linear-gradient(0deg, #f2f8fe 0%, #fff 100%);
  width: 100%;
  height: 100px;
}

.f-des {
  font-size: 32px;
}

.wrap-layout .wrap-layout-area {
  display: flex;
  flex-direction: column;
  border-radius: 19px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.wrap-layout .gridInner {
  padding: 18px;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gridInner-content {
  display: flex;
  flex-direction: column;
  gap: 5.4px;
  width: 100%;
  text-align: left;
}
.wrap-layout .wrap-layout-area .icon {
  margin-top: auto;
}

.wrap-layout .wrap-layout-area::after {
  background-image: url(img/wrap-layout-1.png);
  content: " ";
  width: 100%;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: color-burn;
}

.wrap-layout .wrap-layout-area .gridTitle {
  color: #33384b;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.053px;
  text-transform: capitalize;
}

.wrap-layout .wrap-layout-b {
  height: 225px;
}

.wrap-layout .wrap-layout-1 {
  background-color: #d7f4e9;
}

.wrap-layout .wrap-layout-2 {
  background-color: #fff1d7;
}

.wrap-layout .wrap-layout-3 {
  background-color: #d7edff;
}

.wrap-layout .wrap-layout-4 {
  background-color: #e9e1fb;
}

.wrap-layout .wrap-layout-5 {
  background-color: #fff1d7;
}

.wrap-layout .wrap-layout-6 {
  background-color: #d7f4f3;
}

.countList {
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.countBx .countList > div {
  border-left: 1px solid #032d6031;
  min-width: 140px;
  padding: 0 0px 0 30px;
}

.countBx .countList > div.count1 {
  border-left: none;
}

.countBx .countList > div {
  width: 200px;
}
.countBx .title {
  color: rgba(10, 18, 46, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  min-height: 56px;
  display: flex;
  align-items: center;
}

.countBx .number {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
}

.countBx .count1 .number {
  color: #e36889;
}
.countBx .count2 .number {
  color: #16b1d4;
}
.countBx .count3 .number {
  color: #8265eb;
}
.countBx .count4 .number {
  color: #52a2f5;
}

.countBx .count5 .number {
  color: #e3684c;
}

.countBx .count6 .number {
  color: #49c7b2;
}

.about-section {
  background: linear-gradient(180deg, #fff 80%, #d1e5ee 100%);
}

.why-choose-us {
  border-radius: 24px;
  border: 1px solid #d9eaf1;
  background: linear-gradient(
    184deg,
    #f2f8fe 3.4%,
    rgba(255, 255, 255, 0.23) 44.94%
  );
  padding: 20px;
  padding-bottom: 0;
}

.footerBox1 .map {
  position: absolute;
  left: 126px;
  top: 20px;
  z-index: -1;
}
.footerBox1 {
  position: relative;
}

.footerLeftLogo .companyLogo {
  margin-bottom: 25px;
}

.contactDetails,
.contactDetails ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contactDetails ul {
  gap: 20px;
  margin-left: 0;
  padding-left: 0;
}
.contactDetails ul {
  gap: 10px 30px;
  margin-bottom: 0;
  padding-left: 0;
}

.contactDetails ul li {
  color: #3b4158;
  font-weight: 600;
  list-style: none;
}
footer {
  background-repeat: repeat-x;
  border-top: 1px solid rgb(41 72 100 / 20%);
  background-position: top;
  padding-top: 20px;
}

.footer-link {
  text-align: center;
  border-top: 1px #d4dae0 solid;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

/* --Side panel-- */
/* Off-canvas panel styles */
.overlay-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
  z-index: 1040;
}

.overlay-backdrop.show {
  opacity: 1;
  pointer-events: auto;
}

.overlay-panel {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: min(890px, 100%);
  max-width: 100%;
  transform: translateX(100%);
  transition: transform 350ms cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 1050;
  display: flex;
  align-items: stretch;
  pointer-events: none;
}

.overlay-panel.show {
  transform: translateX(0);
  pointer-events: auto;
}

.overlay-content {
  background: #fff;
  box-shadow: -8px 0 24px rgba(15, 23, 42, 0.12);
  padding: 28px;
  width: 100%;
  overflow-y: auto;
}

.overlay-close {
  background: transparent;
  border: none;
  font-size: 47px;
  line-height: 1;
  position: absolute;
  top: -3px;
  right: 12px;
  cursor: pointer;
  right: 20px;
}
.title-a{
      font-size: 41px;
}
/* small responsive tweak */
@media (max-width: 576px) {
  .overlay-content {
    padding: 20px;
  }
}

.para h1,
.parah2,
.para h3 {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
}

.para p {
  margin-bottom: 8px;
}

.para ul {
  margin-bottom: 10px;
}

.para li {
  margin-bottom: 4px;
}

.para blockquote {
  border-left: 4px solid #007bff;
  padding-left: 10px;
  /* font-style: italic; */
  margin: 8px 0;
  margin-bottom: 30px;
  font-weight: 600;
}

.para strong {
  color: #000;
}

.banner-img img {
  width: 100%;
}

.tour-box-img {
  width: 85%;
}

.logoList {
  display: flex;
  align-items: center;
}
.marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
}
.marquee-content {
  display: inline-flex;
  animation: marquee 35s linear infinite;
  gap: 40px;
  align-items: center;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  } /* move by half of total width */
}

.container.logoBx {
  padding: 0px 16px;
  overflow: hidden;
}

.para h2 {
  font-weight: 600;
}

.error {
  color: #dc3545;
  font-size: 12px;
  margin-top: 4px;
  display: none;
  position: absolute;
  bottom: -17px;
}

.tour-box-img.usa {
  margin-bottom: 10px;
  mix-blend-mode: darken;
  width: fit-content;
}

.date-usa {
  padding-left: 30px;
}

.tour-box.usa {
  height: 300px;
  background: url(img/tour-bg.jpg) no-repeat;
  padding-top: 14px;
  background-size: cover;
  /* max-width: 400px; */
  width: 100%;
}

.date-usa-b {
  padding-left: 20px;
}

.cont-box {
  border-radius: 24px;
  background: linear-gradient(150deg, #d2ebfb 18.48%, #e9f6ff 96.95%);
  padding: 10px 20px;
}

.tour-box-img.usa {
  margin-bottom: 10px;
  mix-blend-mode: darken;
  width: 85%;
}

.tour-box.b .btn {
  position: absolute;
  bottom: -44px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 270px;
  font-size: 18px;
  padding: 0 !important;
  height: 55px;
}

.tour-box.b .btn img {
  width: 25px;
}

.tour-box.b .tour-box-img {
  width: 80%;
  mix-blend-mode: darken;
  height: 88px;
  object-fit: contain;
}
.date-usa.b {
  padding-left: 0px;
  margin-top: 10px;
}

.date-usa.b .place p {
  font-size: 16px;
}

.tour-box.usa.b {
  height: 285px;
  background: url(img/tour-bg.jpg) no-repeat;
  padding-top: 14px;
  background-size: cover;
  /* max-width: 400px; */
  width: 100%;
}

.country-name {
  position: absolute;
  top: -15px;
  left: 20px;
  font-size: 16px;
  font-weight: 600;
  background-color: #f88d41;
  border-radius: 100px;
  padding: 2px 10px;
  color: #fff;
  width: 90px;
  text-align: center;
}
.country-name.b {
  background-color: #cc4db5;
}

.city-img {
  position: absolute;
  right: 21px;
}

.city-img.b {
  position: absolute;
  right: 0px;
}
.city-img.c {
  position: absolute;
  right: 0px;
}

#toaster {
  position: fixed;
  width: 100%;
  z-index: 10000;
  text-align: center;
  color: #fff;
  padding-top: 12px;
  height: 50px;
}

.hidden {
  transition: all 0.3s ease-in-out;
  top: -51px;
}

.open {
  transition: all 0.3s ease-in-out;
  top: 0px;
}

.city-name {
  width: 132px;
  mix-blend-mode: darken;
}

.city-name.b {
  width: 88px;
  mix-blend-mode: darken;
}

.city-name.c {
  width: 112px;
  mix-blend-mode: darken;
}

.tour-box.b .place p {
  line-height: 20px;
}

.gridInner-content p {
  font-size: 17px;
}
