  html {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }

  body {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
  }


  /*----------------menu--------------------------------------*/

  #header {
    z-index: 11;
    position: fixed;
    width: 100%;
    height: inherit;
    line-height: inherit;
    background: rgba(1, 1, 1, .4);
  }

  #navmenu {
    position: absolute;
    right: 5%;
  }

  #navmenu li {
    float: left;
    list-style: none;
  }

  .travelstudio {
    position: relative;
    top: -.55rem;
    font-size: .85rem;
  }

  #navmenu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
  }

  .active>a,
  #navmenu li a:hover,
  :focus {
    color: #ed8a07 !important;
  }


  /*---------------------------------------------------------------------*/


  /* banner */

  h5 {
    display: inline-block;
    padding: 10px;
  }

  .links {
    text-align: center;
    position: absolute;
    bottom: 0px;
    list-style: none;
    display: flex;
    z-index: 2;
    align-items: center;
    justify-content: space-around;
    width: 100%;
  }

  .links li a {
    padding: 0px 50px;
    color: #fff;
    font-size: 4.0vw;
  }

  .full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  /* Overlay gradient at the bottom */
  .carousel-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    z-index: 1;
    pointer-events: none;
    /* So it won’t block clicks */
  }


  a:hover {
    text-decoration: none;
  }

  .links a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    display: inline-block;
    padding: 15px 20px;
    position: relative;
  }

  /* .links a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 10%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }

  .links a:hover:after {
    width: 70%;
    left: 10%;
  }

  .links a.hoveractive:after {
    width: 70%;
    left: 10%;
  } */

  /* Initial line setup */
  .links a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    height: 2px;
    width: 0%;
    background: linear-gradient(90deg, #f3a30e 0%, #feb42a 100%);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(-10%);
  }

  .links a:hover::after {
    width: 100%;
  }
  
  .links a.hoveractive::after {
    width: 100%;
  }


  /* Black shutter (intro) */
  .opcity {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
    opacity: 1;
    transform: translateY(0);
    transition: transform 1.2s ease-in-out, opacity 1s ease-in-out;
  }

  .opcity.hidden {
    transform: translateY(-100%);
    opacity: 0;
  }

  /* Background section (revealed after shutter) */
  .bg {
    background: url('../images/home/explorefmt.jpg') center center / cover no-repeat;
    height: 100vh;
    width: 100%;
  }

  /* Content section below */
  .content {
    background: #fff;
    color: #000;
    padding: 100px 20px;
    min-height: 100vh;
  }

  /* Scrollbar style */
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #555;
  }

  /* banner arrow animation */

  #banner_arrow img {
    width: 75px;
    height: 70px;
    color: #f3a30e;
    filter: invert(50%) sepia(95%) saturate(540%) hue-rotate(356deg) brightness(89%) contrast(113%);
    animation: animate 2s infinite;
  }

  @keyframes animate {
    0% {
      -webkit-transform: translateY(0);
      opacity: 0.4
    }

    100% {
      -webkit-transform: translateY(0.4em);
      opacity: 0.9
    }
  }







  /*-------*/


  /*--------scrollbar-----------*/

  /* ::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
} */


  /*--------scrollbar-----------*/

  .break {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .break hr {
    box-shadow: inset 0 0 0 1px rgba(128, 128, 128, 0);
  }

  .contactus {
    padding: 15px 20px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 5px;
  }

  .opcity h1 {
    /* position: relative; */
    color: #fff;
    font-size: 4.5em;
    font-weight: 100;
    letter-spacing: 5px;
  }

  .opcity h5 {
    /* position: relative;
    top: 40vh; */
    color: #fff;
    font-size: 3.5em;
    font-weight: 100;
  }

  .hide {
    display: none;
  }

  .benefits ol li {
    padding-bottom: 20px;
  }

  .team p {
    font-size: 0.8em;
    font-style: italic;
  }

  .ourclients span {
    float: right;
    font-size: 0.8em;
  }

  .ourclients img {
    width: 80%;
    height: 80%;
  }

  .designed {
    margin: 2% 0;
  }

  .margin>li {
    margin-bottom: 0.9%;
  }


  /* soical media ico */

  .tiktok {
    background-image: url('../images/home/tik-tok.png');
    background-repeat: no-repeat;
    background-position: center;
  }

  .wrapper {
    position: absolute;
    /*top: 50%;*/
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    margin-top: 2%;
  }


  /* Style the Un-order list by setting its list-style to none */

  .wrapper ul {
    list-style: none;
  }


  /* Style the list items inside the UL list, by setting its width, height and line-height 
  and float them to left and set its border and border-radius.
 */

  .wrapper ul li {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    border: 5px solid #D8E2DC;
    float: left;
    transition: all 0.5s ease;
  }


  /* Style the icons by setting its color and margin-top value to 20px 
to align it properly */

  .wrapper ul li .fa {
    color: #D8E2DC;
    margin-top: 20px;
    transition: all 0.5s ease;
  }

  .wrapper ul li a {
    color: #000;
  }


  /* Now target the specific li classes for styling and use box-shadow effect to border and text-shadow effect
  to icons for glowing effect and use transition property for smooth transition effect. */


  /*facebook*/

  .wrapper ul li:hover.facebook {
    border: 5px solid #3b5998;
    box-shadow: 0 0 15px #3b5998;
    transition: all 0.5s ease;
  }

  .wrapper ul li:hover .fa-facebook {
    color: #3b5998;
    text-shadow: 0 0 15px #3b5998;
    transition: all 0.5s ease;
  }


  /*twitter*/

  .wrapper ul li:hover.twitter {
    border: 5px solid #00aced;
    box-shadow: 0 0 15px #00aced;
    transition: all 0.5s ease;
  }

  .wrapper ul li:hover .fa-twitter {
    color: #00aced;
    text-shadow: 0 0 15px #00aced;
    transition: all 0.5s ease;
  }


  /* instagram */

  .wrapper ul li:hover.instagram {
    border: 5px solid #bc2a8d;
    box-shadow: 0 0 15px #bc2a8d;
    transition: all 0.5s ease;
  }

  .wrapper ul li:hover .fa-instagram {
    color: #bc2a8d;
    text-shadow: 0 0 15px #bc2a8d;
    transition: all 0.5s ease;
  }


  /* google */

  .wrapper ul li:hover.youtube {
    border: 5px solid #c4302b;
    box-shadow: 0 0 15px #c4302b;
    transition: all 0.5s ease;
  }

  .wrapper ul li:hover .fa-youtube {
    color: #c4302b;
    text-shadow: 0 0 15px #c4302b;
    transition: all 0.5s ease;
  }


  /* whatsapp */

  .wrapper ul li:hover.whatsapp {
    border: 5px solid #4dc247;
    box-shadow: 0 0 15px #4dc247;
    transition: all 0.5s ease;
  }

  .wrapper ul li:hover .fa-whatsapp {
    color: #4dc247;
    text-shadow: 0 0 15px #4dc247;
    transition: all 0.5s ease;
  }


  /* pinterest */

  .wrapper ul li:hover.pinterest {
    border: 5px solid #c8232c;
    box-shadow: 0 0 15px #c8232c;
    transition: all 0.5s ease;
  }

  .wrapper ul li:hover .fa-pinterest {
    color: #c8232c;
    text-shadow: 0 0 15px #c8232c;
    transition: all 0.5s ease;
  }


  /*tiktoks*/

  .wrapper ul li:hover.tiktoks {
    border: 5px solid #010101;
    box-shadow: 0 0 15px #010101;
    transition: all 0.5s ease;
  }

  .wrapper ul li:hover .tiktoks {
    color: #010101;
    text-shadow: 0 0 15px #010101;
    transition: all 0.5s ease;
  }


  /* media queries */

  @media screen and (max-width: 640px) {
    .wrapper {
      width: 350px;
      margin-top: 25%;
    }

    .wrapper ul li {
      margin-top: 10px;
    }

    .wrapper ul li.google {
      margin-left: 60px;
    }
  }

  @media screen and (max-width: 340px) {
    .wrapper {
      width: 150px;
      margin-top: 25%;
    }

    .wrapper ul li {
      margin: 15px;
    }

    .wrapper ul li.google {
      margin-left: 15px;
    }
  }


  /**/


  /*mobile css*/

  @media (max-width: 599px) {
    .links {

      left: 0%;
    }

    /* #header {
    background: unset;
  } */
    #header .container {
      width: 100%;
    }

    .navbar-header {
      margin-left: 6%;
      margin-top: .5rem;
    }

    #navmenu {
      position: inherit;
      right: unset;
      background: transparent;
      width: 100%;
      padding-inline-start: 0px;
      height: 0px;
    }

    .navbar {
      padding: 0;
    }

    .navbar>.container-fluid {
      margin: 0;
      padding: 0;
    }

    #header h1 {
      left: 3%;
    }

    #nav:before {
      content: '\2630';
      display: block;
      position: absolute;
      right: 6%;
      top: 16%;
      line-height: 40px;
      cursor: pointer;
    }

    #navmenu li {
      background: #fff;
      color: #000;
      width: 100%;
    }

    #navmenu li {
      float: none;
    }

    #navmenu li a {
      padding: 3% 3%;
      line-height: 27px;
      text-align: center;
      color: #000;
      font-size: 1em;
    }

    #navmenu li {
      transition: 350ms;
      -moz-transition: 350ms;
      -webkit-transition: 350ms;
      transform: perspective(600) rotate3d(0, 0, 0, 0);
      -moz-transform: perspective(600) rotate3d(0, 0, 0, 0);
      -webkit-transform: perspective(600) rotate3d(1, 0, 0, -90deg);
      transform-origin: 50% 0;
      -moz-transform-origin: 50% 0;
      -webkit-transform-origin: 50% 0;
    }

    #navmenu.open {
      background-color: #fff;
    }

    #navmenu.open li {
      transform: translateY(0px);
      -moz-transform: translateY(0px);
      /*-webkit-transform: perspective(600) rotate3d(0, 0, 0, 0);*/
    }

    .img-fluid {
      width: 100%;
      margin-bottom: 2.5%;
    }

    ul {
      padding-inline-start: 0px;
    }

    .benefits ol li {
      text-align: justify;
      margin-right: 20px;
    }

    #nav:before {
      color: #fff;
      font-size: 150%;
    }

    .links li a {
      padding: 0px 30px;
      bottom: 50%;
      color: #000 !important;
    }

    .offset-2 {
      margin-left: 0%;
    }

    .ourclients img {
      width: 100%;
      height: 100%;
    }
  }

  .img-fluid-new {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
  }


  .first-address {
    border-right: 1px solid #000;
    height: 65px;

  }

  @media (max-width: 999px) {
    .galler .row .col-sm-12 {
      margin-bottom: 0rem;
    }

    .img-fluid-new {
      display: block;
      object-fit: cover;
      width: 100%;
      height: 300px;
      object-position: 50% 50%;
    }

    .galler .row .col-sm-12 h4 {
      font-size: 1.25rem !important;
    }

    #socialmedia {
      margin-top: 2.5rem !important;
      scale: .75;
      left: 42%;
    }

    .first-address {
      border-right: unset !important;
    }

    #header {
      height: 80px !important;
    }

  }

  /* FollowMeTravel image credit UI (reusable) */
  .fm-image-credit {
    position: relative;
    display: block;
    overflow: hidden;
  }

  .fm-image-credit img {
    width: 100%;
    height: auto;
    display: block;
  }

  .fm-credit-hover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    padding: 6px 8px;
    font-size: 12px;
    text-align: center;
    opacity: 0;
    transition: opacity .2s ease;
    pointer-events: none;
  }

  .fm-image-credit:hover .fm-credit-hover {
    opacity: 1;
  }