@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');




body {
  font-family: "Montserrat", sans-serif;
}

.nav-color {
  /* background: #fdf0e2; */
  /* background: #b08353; */
  background: #000;
}

.footer a {
  text-decoration: none;
  color: white;
}


.logo-font {
  font-size: 25px;
}

@media (max-width: 980px) {
  
.logo-font {
  font-size: 16px;
}

}







.nav-btn {
  /* background: linear-gradient(to left, #637567 50%, #000 50%) right; */
  background: none;
  border: 1px solid rgba(176, 131, 83, .3);
  border-color: hsla(0, 0%, 100%, .4);
  border-radius: 10px;
  cursor: pointer;
  display: block;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 16px 20px;
  text-align: center;
  color: white;

  transition: .5s ease;
  text-decoration: none;
}

.nav-btn:hover {
  background: #121212;
  border: none;
}


.cust-btn {
  /* background: linear-gradient(to left, #637567 50%, #000 50%) right; */
  /* background:#637567 ; */
  background: #fff;
  border-radius: 0 !important;
  cursor: pointer;
  /* display: block; */
  font-size: .875rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: .2em;
  padding: 12px 20px;
  text-align: center;
  color: #000;
  border: none;
  transition: 2 sec ease-in;
  text-decoration: none;
}

.cust-btn:hover {
  background: #000;
  color: #fff;

}



.logo-img {
  height: 110px;
}

@media (max-width: 980px) {
  .logo-img {
    /* padding-top: 8px; */
    height: 60px;
  }
}







.img-resp {
  height: 660px;
}


@media (max-width: 980px) {
  .mob-display {
    display: none;
  }
}


.navbar-container .hamburger-lines .line {

  height: 2px !important;
}

.navbar-container .hamburger-lines .line2 {

  width: 60% !important;

}

/* Meantime */


/* navbar22222222222222222 */


.nav-container {
  /* max-width: 1250px; */
  margin: 0 auto;
  width: 92%;
  margin: 0 auto;
  padding: 2.5% 0;
}



/* ............/navbar/............ *
      
      /* desktop mode............/// */

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}

.navbar {
  /* box-shadow: 0px 5px 10px 0px #aaa; */
  /* position: fixed; */
  width: 100%;
  /* background: #fff; */
  /* color: #000; */
  /* opacity: 0.85; */
  /* height: 50px; */
  z-index: 12;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 64px;
  align-items: center;
}

.menu-items {
  order: 2;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.menu-items li {
  list-style: none;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.menu-items a {
  color: #fff;
  margin: 8px;
  font-size: 15px;
  font-weight: 400;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}

.menu-items a:hover {
  color: #edf7fa;
  transition: color 0.3s ease-in-out;
}

.logo {
  order: 1;
  /* font-size: 2.3rem; */
  margin-bottom: 0.5rem;
  /* height: 80px; */
}


@media(max-width: 1180px) and (min-width: 760px) {
  .menu-items {
    order: 2;
    display: flex;
    align-items: center;
    margin-top: -45px !important;
  }
}


/* ......../ media query /.......... */

@media (max-width: 1180px) {
  .navbar {
    /* opacity: 0.95; */
  }

  .menu-items {
    order: 2;
    display: flex;
    align-items: center;
    margin-top: -27px;
  }

  .menu-items a {
    font-size: 16px;
  }


  .nav-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 4.5% 3%;
  }

  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines {
    display: block;
  }

  .navbar-container {
    display: block;
    position: relative;
    height: 64px;
  }

  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    right: 20px;
    z-index: 5;
    opacity: 0;
  }

  .navbar-container .hamburger-lines {
    display: block;
    height: 23px;
    width: 35px;
    position: absolute;
    top: 17px;
    right: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar-container .hamburger-lines .line {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
  }

  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
    width: 60% !important;
    /* right: 0 !important; */
    text-align: right;
  }

  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar .menu-items {

    margin-right: -45px;
    padding-top: 110px;
    background: #000;

    height: 110vh;

    transform: unset !important;

    display: flex;
    flex-direction: column;
    margin-left: -95px;

    position: relative;
    z-index: 1;
    clip-path: circle(25px at calc(100% - 45px) 45px);
    clip-path: circle(2px at calc(0% - 10px) 45px);
    transition: all .8s ease-in-out;
  }

  .navbar .menu-items li {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .logo {
    position: absolute;
    top: 0px;
    /* left: 15px; */
    /* font-size: 2rem; */
    z-index: 500;
    height: 55px;
    margin-top: 17px;
  }

  .navbar-container input[type="checkbox"]:checked~.menu-items {
    transform: unset !important;
    clip-path: circle(95%);

  }


  .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
    transform: rotate(35deg);
  }

  .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
    transform: rotate(-35deg);
  }
}


/* Nabvar dropdowm ********************/

.dropdown-menu.show {
  background: #224b60 !important;

}

.dropdown-item {
  display: block;
  width: 100%;
  /* padding: 0.25rem 1rem; */
  /* padding: 0; */
  clear: both;
  /* font-weight: 400; */
  color: white;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 14px;

}

.dropdown-menu a:hover {
  background: #224b60 !important;

}

.dropdown-menu {
  padding: 0.5rem 0.9rem 0.5rem 0 !important;
}

.dropdown-menu[data-bs-popper] {

  left: 0;
  margin-top: 1rem;
}

@media (max-width: 768px) {



  .dropdown-menu[data-bs-popper] {
    left: -120px;
    margin-top: 1rem !important;
    transition: transform 1.2s ease-in-out;
  }


  .dropdown-menu {
    padding: 0.5rem 0.4rem 1.2rem 0 !important;
    transition: transform 1.2s ease-in-out;

  }

  .dropdown-menu a {
    margin-left: 0;
    color: #fff;
    margin: 8px;
    font-size: 12px;
    font-weight: 400px;
    transition: color 0.3s ease-in-out;
    text-decoration: none;

  }

  .dropdown-menu a:hover {
    background: white;
  }

  .navbar .menu-items .dropdown-menu li {
    margin-bottom: 0rem;
    font-size: 1.3rem;
    font-weight: 500;
  }


}


.dropdown-menu a {
  margin-left: 0;
}



.cta-toggle{
  display: none;
}


@media (max-width: 780px) {

  .cta-toggle{
  display: block;
}

  .img-resp{
      height: 100% !important;
  }

  .content-resp{
      height: 100% !important;
  }

  .banner .container{
      padding: 40% 3% 0 !important;
  }

  .banner-text{
      width: 90% !important;
  }

  .banner-text h2{
      font-size: 32px !important;
  }

  .banner-text p{
      font-size: 16px !important;
  }

  #transport{
      padding: 6% 0 2% !important;
  }

  .avl-button{
      display: block !important;
  }

  .avl-btn-2{
      margin-left: 0 !important;
      margin-top: 16px;
  }

  #contact .row>*{
      padding-left: 0 !important;
      padding-right: 0 !important;
  }

  #footer{
      padding: 8% 0% 5% !important;
  }

  .p-policy{
      display: block !important;
      text-align: center !important;
  }

  .c-policy{
      font-size: 12px ;
  }

  #application-form{
    padding: 28% 4% 7% !important;
  }

}

/* homepage */

#about .row>* {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

 /* //important */

 @media (min-width: 1500px) {


  .slick-slide {
      width: auto !important;
  }
}

/* //important */

.cust-arrow-prev {
  position: absolute;
  top: 40%;
  left: -40px;
  margin-top: -15px;
  cursor: pointer;
}

.cust-arrow-next {
  position: absolute;
  top: 40%;
  right: -40px;
  margin-top: -15px;
  cursor: pointer;
}

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}