* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: var(--robreg);
}
@font-face {
  font-family: "LexendLight";
  src: url("../fonts/LexendLight.eot");
  src: url("../fonts/LexendLight.eot") format("embedded-opentype"),
    url("../fonts/LexendLight.woff2") format("woff2"),
    url("../fonts/LexendLight.woff") format("woff"),
    url("../fonts/LexendLight.ttf") format("truetype"),
    url("../fonts/LexendLight.svg#LexendLight") format("svg");
}
@font-face {
  font-family: "LexendMedium";
  src: url("../fonts/LexendMedium.eot");
  src: url("../fonts/LexendMedium.eot") format("embedded-opentype"),
    url("../fonts/LexendMedium.woff2") format("woff2"),
    url("../fonts/LexendMedium.woff") format("woff"),
    url("../fonts/LexendMedium.ttf") format("truetype"),
    url("../fonts/LexendMedium.svg#LexendMedium") format("svg");
}
@font-face {
  font-family: "LexendRegular";
  src: url("../fonts/LexendRegular.eot");
  src: url("../fonts/LexendRegular.eot") format("embedded-opentype"),
    url("../fonts/LexendRegular.woff2") format("woff2"),
    url("../fonts/LexendRegular.woff") format("woff"),
    url("../fonts/LexendRegular.ttf") format("truetype"),
    url("../fonts/LexendRegular.svg#LexendRegular") format("svg");
}
@font-face {
  font-family: "LexendBold";
  src: url("../fonts/LexendBold.eot");
  src: url("../fonts/LexendBold.eot") format("embedded-opentype"),
    url("../fonts/LexendBold.woff2") format("woff2"),
    url("../fonts/LexendBold.woff") format("woff"),
    url("../fonts/LexendBold.ttf") format("truetype"),
    url("../fonts/LexendBold.svg#LexendBold") format("svg");
}
@font-face {
  font-family: "RobotoMedium";
  src: url("../fonts/RobotoMedium.eot");
  src: url("../fonts/RobotoMedium.eot") format("embedded-opentype"),
    url("../fonts/RobotoMedium.woff2") format("woff2"),
    url("../fonts/RobotoMedium.woff") format("woff"),
    url("../fonts/RobotoMedium.ttf") format("truetype"),
    url("../fonts/RobotoMedium.svg#RobotoMedium") format("svg");
}
@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular.eot") format("embedded-opentype"),
    url("../fonts/RobotoRegular.woff2") format("woff2"),
    url("../fonts/RobotoRegular.woff") format("woff"),
    url("../fonts/RobotoRegular.ttf") format("truetype"),
    url("../fonts/RobotoRegular.svg#RobotoRegular") format("svg");
}
@font-face {
  font-family: "RobotoLight";
  src: url("../fonts/RobotoLight.eot");
  src: url("../fonts/RobotoLight.eot") format("embedded-opentype"),
    url("../fonts/RobotoLight.woff2") format("woff2"),
    url("../fonts/RobotoLight.woff") format("woff"),
    url("../fonts/RobotoLight.ttf") format("truetype"),
    url("../fonts/RobotoLight.svg#RobotoLight") format("svg");
}
@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/RobotoBold.eot");
  src: url("../fonts/RobotoBold.eot") format("embedded-opentype"),
    url("../fonts/RobotoBold.woff2") format("woff2"),
    url("../fonts/RobotoBold.woff") format("woff"),
    url("../fonts/RobotoBold.ttf") format("truetype"),
    url("../fonts/RobotoBold.svg#RobotoBold") format("svg");
}

:root {
  --roblight: "RobotoLight";
  --robmed: "RobotoMedium";
  --robreg: "RobotoRegular";
  --robbold: "RobotoBold";
  --lexlight: "LexendLight";
  --lexmed: "LexendMedium";
  --lexreg: "LexendRegular";
  --lexbold: "LexendBold";
  --secondcolor: #ffa200;
  --ani: all 0.5s;
}

.main-container {
  padding: 0 8%;
}
section {
  padding: 5% 0;
  overflow: hidden;
}
a {
  text-decoration: none;
}
p {
  font-family:"roboto";
}
/* Header */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 3px 6px #00000029;
}
header .logo img {
  width: 96px;
}
header .logo {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-navs {
  display: flex;
  align-items: center;
}
.header-navs .header-anchors {
  /* border-right: 1px solid #000; */
  display: flex;
  align-items: center;
  justify-content: c;
  padding: 36px 30px;
  text-decoration: none;
  font-family: var(--robreg);
  font-size: 16px;
  color: #000;
}
.header-navs .header-anchors:hover {
  background-color: #00000034;
}
.nav-call a {
  padding: 20px;
  color: #000;
  font-family: var(--robreg);
}
.nav-call .toggle img {
  width: 20px;
  cursor: pointer;
}
.nav-call .headerRightmainAll li {
  list-style: none;
}
.nav-call a i {
  margin-right: 10px;
}
.logo-name h2 {
  font-family: var(--robreg);
  font-size: 20px;
  color: #08293c;
  padding-bottom: 0;
  text-align: left !important;
}
/* .header-navs {
  border-left: 1px solid #000;
} */
.nav-call {
  display: flex;
  align-items: center;
}
.nav-call .nav-menu-icon img {
  width: 20px;
}
.banner-full-width {
  height: 90vh;
  object-fit: cover;
}
.banner-left-text {
  width: 600px;
  position: absolute;
  bottom: 15%;
  left: 3%;
  z-index: 20;
}
.banner-left-text h2 {
  font-family: var(--lexbold);
  font-size: 55px;
  color: #fff;
}
/* .banner-left-text h2 span {
  color: #000;
} */
.banner-right {
  padding: 100px;
  padding-bottom: 0;
}
.banner-right h5 {
  font-family: var(--lexmed);
}

/* Gallery */
.sec-highlights
{
background: #212529;
padding: 0;
}
.gallery-main {
  background-color: #000;
  height: 1000px;
  padding: 0;
}
.gallery-mob {
  display: none;
}
.gallery-bx {
  color: #fff;
  text-align: center;
  width: 500px;
}
.gallery-bx h3 {
  font-family: var(--lexmed);
}
.gallery-bxs {
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 1000px;
  width: 100%;
}
.gallery-main h6 {
  font-family: var(--lexmed);
}
.uk-gallery {
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 10;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
.uk-gallery img {
  width: 400px;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
.maysia-gallery {
  position: absolute;
  bottom: 15%;
  right: 10%;
  z-index: 10;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
.kerala-gallery {
  position: absolute;
  left: 5%;
  top: 13%;
  z-index: 10;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
.kerala-gallery img {
  width: 450px;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
.egypt-gallery {
  position: absolute;
  left: 20%;
  bottom: 5%;
  z-index: 10;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
.gblur-1 {
  width: 250px;
  position: absolute;
  top: 13%;
  right: 27%;
  z-index: 8;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
.gblur-2 {
  width: 270px;
  position: absolute;
  top: 21%;
  right: 37%;
  z-index: 5;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
.gblur-3 {
  position: absolute;
  top: 5%;
  left: 25%;
  z-index: 9;
  width: 280px;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
.gblur-4 {
  position: absolute;
  bottom: 18%;
  left: 5%;
  z-index: 8;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

/* Visual Section */
.visual-main {
  position: relative;
}
.abou-camera {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 200px;
  opacity: 0.5;
}
.about-logo {
  position: absolute;
  right: 5%;
  top: 5%;
  width: 130px;
}
.visual-left {
  position: relative;
}
.visual-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
}
.visual-text h2 {
  font-family: var(--lexbold);
  font-size: 96px;
  color: #fff;
  text-align: right;
  line-height: 1.1;
}
.visual-right {
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visual-right h5 {
  font-family: var(--lexmed);
}
.visual-right a {
  display: inline-block;
  color: var(--secondcolor);
  display: flex;
  align-items: center;
  font-size: 15px;
  transition: var(--ani);
}
.visual-right a i {
  margin-left: 10px;
  color: #000;
  transition: var(--ani);
}
.visual-right a:hover i {
  margin-left: 13px;
  color: var(--secondcolor);
}

.history-center-img {
  border: 0.5px solid #a86848;
  border-radius: 231px;
  padding: 20px;
  position: relative;
}
.history-center-img img {
  width: 100%;
}
.history-roundbx {
  position: absolute;
  bottom: 100px;
  left: -50px;
}
.history-roundbx .history-round {
  width: 130px;
  animation: rotate 10s infinite linear;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.visual-right h2 {
  font-family: var(--lexmed);
}

.history-count {
  padding-left: 40px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.count-items .prg-count {
  font-family: var(--lvylight);
  color: #000;
}
.count-items .plus {
  font-family: var(--roblight);
  color: #000;
}
.count-items .count-k {
  font-family: var(--robreg);
}
.count-items p {
  font-family: var(--lexlight);
  color: #000;
}

/* Highlights */

.highlight-main h3 {
  font-family: var(--lexmed);
}
.high-bx p {
  color: #ffa200;
}
.high-view a {
  color: #ffa200;
  background-color: transparent;
  transition: var(--ani);
}
.high-view a i {
  margin-left: 10px;
}
.high-view a:hover {
  color: #ffffff;
  background-color: #ffa200;
}
.highlight-main .nav-pills .nav-link {
  color: #fff !important;
  border: 1px solid #ffa200;
}
.highlight-main .nav-pills .nav-link.active {
  background-color: #ffa200;
}

/* Dream */
.dream-bx {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.dream-mob {
  display: none;
}
.dream-round {
  background-color: #70707027;
  width: 50%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.dream-img {
  position: absolute;
}
.dream-1 {
  width: 600px;
  position: relative;
  z-index: 10;
}
.dream-1 h3 {
  text-align: right;
  font-size: 50px;
  font-family: var(--lexbold);
  margin-right: 15px;
}
.dream-1 img {
  width: 180px;
}
.dream-2 {
  width: 430px;
  align-items: end;
  gap: 10px;
  margin-top: -31px;
}
.dream-2 img {
  width: 380px !important;
}
.dream-pobxs-1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.moment h3 {
  font-family: var(--lexmed);
}
.moment a {
  background-color: #ffa200;
  padding: 8px 20px;
  color: #000;
  border-radius: 15px;
  text-wrap: nowrap !important;
}
.moment i {
  margin-left: 10px;
}
.dream-pobxs-2 {
  width: 300px;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.dream-pobxs-2 h3 {
  font-family: var(--lexmed);
}
footer {
  background: #000;
  padding-top: 5%;
}
.join-left h4 {
  font-family: var(--lexmed);
}
.join-left a {
  color: #000;
  background-color: #ffa200;
  padding: 8px 20px;
  border-radius: 15px;
  margin-bottom: 0;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
  transition: var(--ani);
}
.join-left a i {
  margin-left: 10px;
}
.join-left a:hover {
  background-color: #ffffff;
}
.footer-links ul li {
  list-style: none;
}
.footer-links h6 {
  color: #ffa200;
  font-family: var(--roblight);
}
.footer-links ul li a {
  margin-bottom: 15px;
  display: block;
  color: #fff;
  transition: var(--ani);
  padding-left: 0;
  font-size: 15px;
}
.footer-links ul li a:hover {
  padding-left: 5px;
}
.footer-links ul li a i {
  color: #ffffff62;
  transform: rotate(-40deg);
  margin-left: 10px;
}

.join-input
{
      width: 50%;
}
.modal-desc span
{
    padding:10px 25px;
}
/* traval-gallery */
.box-end
{
    border-bottom:1px solid #acacac;
    padding:60px 0px;
}
.read-highlight i
{
    padding-left:10px;
}
.box-end:last-child{
    border-bottom: none;
}
.traval-text h3{
  font-size: 25px;
  color: #ffa200;
  font-weight: normal;
}
.traval-text p{
  color: #fff;
  font-size: 17px;
  margin: 0;
  font-weight: lighter;
  text-align:justify;
}

@media (max-width: 1100.5px) {
  .banner-left-text {
    left: 10%;
  }
  .banner-left-text h2 {
    font-size: 2.5rem;
  }
  .banner-right {
    padding: 35px;
  }
  .dream-2 {
    width: 60% !important;
  }
  .moment a {
    text-wrap: nowrap;
  }
  .visual-text h2 {
    font-size: 3.6rem;
  }
  .visual-text {
    right: 37px;
    width: 300px;
  }
  .dream-1 h3 {
    font-size: 2rem;
  }
  .dream-1 img {
    width: 140px;
  }
  .dream-pobxs-2 {
    width: 170px;
  }
}

@media (max-width: 991.5px) {
  .header-anchors {
    display: none !important;
  }
  header .logo {
    padding: 2px 10px;
  }
  header .logo img {
    width: 70px;
  }
  .logo-name h2 {
    font-size: 1.1rem;
  }
  .nav-call a {
    padding: 18px;
  }
  .banner-right {
    padding: 5% 3%;
  }
  .gallery-container {
    padding: 0 3%;
  }
  .gallery-bxs {
    display: none !important;
  }
  .gallery-mob {
    display: block;
  }
  .gallery-main {
    padding: 5% 0;
    height: auto;
  }
  .gallery-bx {
    width: auto;
  }
  .visual-left img {
    width: 50% !important;
  }
  .visual-text {
    right: inherit;
    left: 10%;
  }
  .visual-text h2 {
    font-size: 2.4rem;
  }
  .visual-right {
    padding: 0;
  }
  .dream-bx {
    display: none;
  }
  .dream-mob {
    display: block;
  }
  .dream-pobxs-2 {
    position: static;
    transform: translateY(0);
    float: right;
    padding-right: 10%;
    width: 300px;
  }
  .about-logo {
    display: none;
  }
  .history-center-img {
    width: 55%;
    margin: auto;
  }
  .history-count {
    padding-left: 0;
    padding-top: 0;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 30px;
  }
  .count-items {
    padding-top: 20px;
  }
  .traval-text h3{
    font-size: 25px;
  }
  .traval-text p{
    font-size: 14px;
    padding-bottom: 30px;
}
.gallery-box {
  padding-bottom: 0px;
}
.oder-1{
  order: 2;
}

.box-box{
  box-shadow: 0px 3px 10px 6px #c5cacb80;
  margin: 0;
  margin-bottom: 30px; 
  border-radius: 10px;
  padding: 20px 0px;
}
}
@media (max-width: 767.5px) {
  .banner-left-text {
    top: 50%;
    transform: translateY(-50%);
  }
  .banner-left-text h2 {
    font-size: 2rem;
  }
  .abou-camera {
    width: 130px;
  }
  .dream-1 {
    width: auto;
  }
  .dream-pobxs-2 {
    padding-right: 0;
    float: none;
  }
  .dream-2 {
    width: auto !important;
    flex-direction: column;
    align-items: start;
    margin-top: 0;
  }
  .dream-1 {
    flex-direction: column;
  }
  .dream-1 h3 {
    text-align: left;
    font-size: 18px;
    margin: 0;
    margin-bottom: 20px !important;
  }
  .dream-1 img,
  .dream-2 img {
    width: 100% !important;
  }
  .dream-2 img,
  .dream-pobxs-2 {
    width: auto;
  }
  .nav-calls-a {
    display: none;
  }
  .history-roundbx {
    bottom: 160px;
    left: -39px;
  }
  .history-roundbx .history-round {
    width: 96px;
  }
  .history-center-img {
    width: 80%;
  }
  .banner-left-text {
    width: auto;
  }
  .join-input
{
      width: 100%;
}
}
@media (max-width: 600.5px) {
  .history-count {
    box-shadow: 0px 0px 10px #0c453856;
    border-radius: 12px;
    margin: 30px 0;
    padding: 20px;
    height: auto;
    align-items: center;
    justify-content: center;
  }
  .abou-camera {
    width: 65px;
    bottom: 80px;
    right: 27px;
  }

}

@media (max-width: 450.5px) {
  .high-nav-scroll {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .highlight-main .nav-pills {
    height: 40px;
    width: 450px; 
    white-space: nowrap !important;
  }

}