@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");

body {
  padding: 0;
  margin: 0;
}

.navi-all {
  height: 120px;
  width: 100%;
  /* background-color: rgb(46, 50, 49); */
  padding: 0;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 100;
}

.navi-all img {
  font-size: 36px;
  color: #fff;
  margin-right: 20px;
}

.logo-img img {
  width: 400px;
  height: auto;
  z-index: 100;
}

.navi-all .dropbtn {
  display: none;
}

.navi-links {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: 15px;
}

.navi-links a {
  text-decoration: none;
  color: #cecece;
  /* font-size: 16px; */

  margin: 5px 20px;
  font-size: 1rem;
  font-family: Helvetica;
  font-weight: 700;
  text-transform: uppercase;
}

.navi-links .active {
  color: rgb(255, 255, 255);
}

/* Chat button call button */

.chatnow {
  position: absolute;
  height: 60px;
  width: 80px;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 0 50px 50px 0px;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 300;
}

.chatnow img {
  height: 70px;
  width: 70px;
}

.chatnow p {
  font-size: 15px;
  font-weight: 600;
  margin-right: 20px;
  margin-left: -80px;
  color: #fb501c;
  font-family: Helvetica;
}

.callnow {
  position: absolute;
  height: 60px;
  width: 80px;
  top: 70%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 0 50px 50px 0px;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 300;
}

.callnow img {
  height: 70px;
  width: 70px;

  background-color: #ffffff;
  border-radius: 50%;
  border: 3px solid #ffffff;
}

.callnow p {
  font-size: 15px;
  font-weight: 600;
  margin-left: -50px;
  margin-right: 30px;

  color: #fb501c;
  font-family: Helvetica;
}

.chatnow:hover {
  width: 200px;
  background-color: #ffffff;
  border-radius: 0 50px 50px 0px;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 0;
}

.callnow:hover {
  width: 180px;
  background-color: #ffffff;
  border-radius: 0 50px 50px 0px;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 0;
}

@media screen and (max-width: 1221px) {
  .navi-links a {
    text-decoration: none;
    color: #cecece;
    font-size: 14px;

    margin: 5px 10px;
    font-size: 0.9rem;
    font-family: Helvetica;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 1100px) {
  .navi-links a {
    text-decoration: none;
    color: #cecece;
    font-size: 14px;

    margin: 5px 10px;
    font-size: 0.9rem;
    font-family: Helvetica;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 1040px) {
  .navi-links a {
    text-decoration: none;
    color: #cecece;
    font-size: 14px;

    margin: 5px 8px;
    font-size: 0.8rem;
    font-family: Helvetica;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 950px) {
  .logo-img {
    width: 400px;
    height: auto;
    z-index: 200;
  }

  .navi-links {
    display: none;
  }

  .navi-all .dropbtn {
    display: block;
    font-size: 36px;
    color: #fff;
    margin-right: 20px;
    display: block;
    margin-left: auto;
    margin-right: 20px;
    cursor: pointer;
    z-index: 100;
    /* text-shadow: 1px 2px 3px rgb(7, 7, 7); */
  }

  .dropdown-content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(106, 96, 116);
    padding-top: 100px;
    width: 100vw;
    height: 400px;
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
    transition: 0.5s ease-in-out;
  }

  .dropdown-content a {
    color: rgb(207, 192, 222);
    padding: 10px 16px 5px 16px;
    text-decoration: none;
    display: block;
    text-align: end;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
  }

  .dropdown a:hover {
    background-color: #ffffff;
  }

  .show {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .navi-all {
    height: auto;
  }

  .logo-img {
    width: 300px;
    height: auto;
    margin-left: 0;
    margin-right: auto;
    z-index: 200;
  }

  .navi-links {
    display: none;
  }

  .navi-all img {
    font-size: 24px;
    color: #fff;
    margin-right: 10vw;
    margin-left: auto;
    z-index: 400;
  }

  .logo-img img {
    width: 250px;
    height: auto;
    z-index: 500;
  }
  .navi-all .dropdown-content {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(106, 96, 116);
    height: auto !important;
  }

  .dropdown-content a {
    color: rgb(207, 192, 222);
    padding: 10px 16px 5px 16px;
    text-decoration: none;
    display: block;
    text-align: end;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
  }

  .dropdown-content a:hover {
    color: #ffffff;
  }

  .show {
    display: block;
  }
}
/* banner */

.bannerSec {
  width: 100%;
  height: 100vh;
  background-color: #8f8c8c;
  margin-top: -120px;
  position: relative;
}

.bannerSec img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  object-fit: cover;
}

.slidings-row {
  position: absolute;
  top: 120px;
  left: 100px;

  width: 82%;
  height: 82%;
  /* background-color: rgb(69, 79, 76); */
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 50;
}

.main-slide {
  position: relative;
  width: 65%;
  height: 40vw;
  /* background-color: #e87a7a; */
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}

.bannerSlider {
  width: 100%;
  height: 100%;
}

/* .swiper-slide {
  background-color: #8f8c8c;
} */

.single-slide {
  height: 100%;
  width: 100%;
  position: relative;
}

.text-box {
  width: 80%;
  height: auto;
  /* background-color: rgba(143, 140, 140, 0.556); */
  position: absolute;
  bottom: 5vw;
  left: 3vw;
  display: flex;
  flex-direction: column;
}

.text-box h2 {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ffff;
}

.text-box p {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  max-width: 70%;
  color: #ffff;
}

.btnNdTxt {
  display: flex;
  flex-direction: row;
  color: #ffff;
}

.btnNdTxt button {
  background-color: #fb501c;
  color: #fff;
  border: none;
  width: 100px;
  height: 30px;
  font-size: 14px;
  border-radius: 5px;
  margin-left: 20px;
}

.bannerSlider img {
  max-width: 95%;
  height: auto;
}

.slidings-nav {
  width: 100px;
  height: 20px;
  /* background-color: #595656; */
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: 30px;
}

.go-lft {
  width: 50px;
  height: 10px;
  background-color: rgb(142, 140, 140);
  margin-right: 10px;
  border: none;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.go-rit {
  width: 50px;
  height: 10px;
  background-color: rgb(142, 140, 140);
  border: none;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.go-lft:hover {
  background-color: #fff;
}
.go-rit:hover {
  background-color: #fff;
}

/* sideslide */

.sideslide {
  width: 35%;
  height: 40vw;
  /* background-color: #ed9d9d; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sideSlider {
  width: 99%;
  height: 98%;
  /* background-color: #8f8c8c; */
}

.swiper-slide .single-side-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide .single-side-slide img {
  width: auto;
  height: 100%;
}

.text-box-side {
  width: 80%;
  height: auto;
  /* background-color: rgba(143, 140, 140, 0.556); */
  position: absolute;
  bottom: 0.5vw;
  left: 1vw;
  display: flex;
  flex-direction: column;
}

.text-box-side h2 {
  font-size: 1.5vw;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ffff;
}

.text-box-side p {
  font-size: 0.7vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  max-width: 90%;
  color: #ffff;
}

.btnNdTxt {
  display: flex;
  flex-direction: row;
  color: #ffff;
}

.text-box-side .btnNdTxt button {
  background-color: #fb501c;
  color: #fff;
  border: none;
  width: 8vw;
  height: 2vw;
  font-size: 0.8vw;
  border-radius: 5px;
  margin-left: 20px;
}

@media screen and (max-width: 950px) {
  .sideslide {
    display: none;
    width: 0%;
  }

  .main-slide {
    width: 100%;
    height: 100%;
  }

  .text-box {
    bottom: 12vw;
    left: 4vw;
  }

  .text-box h2 {
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #ffff;
  }

  .text-box p {
    font-size: 14px;
  }

  .btnNdTxt button {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
  }
}

@media screen and (max-width: 880px) {
  .main-slide .text-box {
    bottom: 18vw;
    left: 4vw;
  }
}

@media screen and (max-width: 802px) {
  .main-slide .text-box {
    bottom: 22vw;
    left: 4vw;
  }
}

@media screen and (max-width: 760px) {
  .main-slide {
    display: none;
    width: 0%;
  }

  .sideslide {
    display: block;
    overflow: hidden;
    margin-left: 12vw;
  }

  .sideslide {
    width: 100%;
    height: 75vw;
    /* background-color: #ed9d9d; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .text-box-side {
    bottom: 1vw;
    left: 3vw;
  }

  .text-box-side h2 {
    font-size: 4vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #ffff;
  }

  .text-box-side p {
    font-size: 1.5vw;
    max-width: 80%;
  }

  .text-box-side .btnNdTxt button {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    width: 80px;
    height: 25px;
    font-size: 1.5vw;
  }

  .slidings-row {
    height: 73%;
  }
}

@media screen and (max-width: 500px) {
  .main-slide {
    display: none;
    width: 0%;
  }

  .slidings-row {
    /* background-color: #8f8c8c; */
    margin-left: -11vw;
    margin-right: auto;
  }

  .sideslide {
    width: 100%;
    height: 110vw;
    padding-left: 0;
    margin-left: 5px;
  }

  .text-box-side h2 {
    font-size: 5vw;
  }

  .text-box-side p {
    font-size: 2vw;
  }
}

@media screen and (max-width: 412px) {
  .slidings-row {
    /* background-color: #8f8c8c; */
    margin-left: -17vw;
    margin-right: auto;
    height: auto;
    margin-top: 0vh;
  }

  .sideslide {
    width: 150vw;
    height: 130vw;
    padding-left: 0;
    margin-left: 0px;
  }
}

@media screen and (max-width: 760px) {
.bg-aviation {
 left:20px;   
    }
}

@media (min-width: 760px) {
.bg-aviation {
  left:28px;   
}
}