@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
* {
  padding: 0px;
  margin: 0px;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
}

header {
  background-image: url("./kbackground image.png");
  height: 860px;
  max-width: 1920px;
  margin: auto;
  background-position: center;
  background-size: cover;
}
header nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 1320px;
  height: 88px;
  margin: auto;
}
header nav .klogo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 611.84px;
}
header nav .klogo a:nth-of-type(1) {
  color: #eb662b;
}
header nav .klogo a {
  text-decoration: none;
  color: black;
  padding: 8px 20px;
  font-size: 14.77px;
}
header nav .klogo img {
  width: 167px;
  height: 32px;
  margin-right: 30px;
}
header nav .links {
  width: 367.92px;
  margin-left: 113px;
}
header nav .links a {
  text-decoration: none;
  color: black;
  padding: 8px 20px;
  font-size: 13.83px;
}
header nav .links #kbtn {
  padding: 12px 20.8px 12px 21px;
  background: none;
  border-radius: 200px;
  border: 1px solid black;
}
header section {
  width: 880px;
  height: 254px;
  margin: 46px auto;
}
header section #kp {
  width: 664px;
  height: 151px;
  font-size: 60px;
  font-weight: 600;
  align-items: center;
  background: linear-gradient(90.84deg, #ee8c61 27.01%, #4c43c4 87.3%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: auto;
  text-align: center;
  margin-bottom: 27px;
}
header section .kdestination {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: white;
  padding: 8px 0px;
  border-radius: 200px;
  height: 80px;
  width: 850px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.0509803922);
}
header section .kdestination .kbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
header section .kdestination .kbox div:nth-of-type(2) {
  margin-right: 60px;
}
header section .kdestination .kbox div:nth-of-type(2) span {
  font-size: 13px;
  color: #717171;
}
header section .kdestination .kbox div:nth-of-type(2) h5 {
  font-size: 14px;
  font-weight: 400;
}
header section .kdestination .kbox .kcolor {
  height: 50px;
  width: 50px;
  background-color: rgba(235, 102, 43, 0.0509803922);
  border-radius: 50px;
  margin-right: 10px;
}
header section .kdestination .kbox #k4thcolor {
  background-color: #eb662b;
  height: 50px;
  width: 50px;
  border-radius: 50px;
}

.middle {
  width: auto;
  max-width: 1320px;
  height: auto;
  margin: auto;
  margin-top: 112px;
}
.middle > div:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.middle > div:nth-of-type(1) > h3 {
  font-family: Inter;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0em;
  color: #05073c;
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 0px;
}
.middle > div:nth-of-type(1) > a {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  color: #05073c;
  text-decoration: none;
  margin-top: 21.88px;
  margin-right: 40.8px;
}

.image {
  display: grid;
  margin-top: 40px;
  grid-template-areas: "a1 a2 a3 a3" "a1 a4 a5 a6";
  gap: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.image img {
  border-radius: 12px;
}
.image > div:nth-of-type(1) {
  grid-area: a1;
}
.image > div:nth-of-type(1) h4 {
  margin-top: -45px;
  margin-left: 20px;
  color: #ffffff;
  font-weight: 500;
}
.image > div:nth-of-type(2) {
  grid-area: a2;
}
.image > div:nth-of-type(2) h4 {
  margin-top: -45px;
  margin-left: 20px;
  color: #ffffff;
  font-weight: 500;
}
.image > div:nth-of-type(3) {
  grid-area: a3;
}
.image > div:nth-of-type(3) h4 {
  margin-top: -45px;
  margin-left: 20px;
  color: #ffffff;
  font-weight: 500;
}
.image > div:nth-of-type(4) {
  grid-area: a4;
}
.image > div:nth-of-type(4) h4 {
  margin-top: -45px;
  margin-left: 20px;
  color: #ffffff;
  font-weight: 500;
}
.image > div:nth-of-type(5) {
  grid-area: a5;
}
.image > div:nth-of-type(5) h4 {
  margin-top: -45px;
  margin-left: 20px;
  color: #ffffff;
  font-weight: 500;
}
.image > div:nth-of-type(6) {
  grid-area: a6;
}
.image > div:nth-of-type(6) h4 {
  margin-top: -45px;
  margin-left: 20px;
  color: #ffffff;
  font-weight: 500;
}

main {
  width: auto;
  max-width: 1320px;
  margin: auto;
  margin-top: 105px;
  height: auto;
}
main h2 {
  font-family: Inter;
  font-size: 29px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
  color: #05073c;
  margin-left: 15px;
  margin-bottom: 0px;
}
main > div:nth-of-type(2) {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-left: 15px;
}
main h3 {
  font-family: Inter;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500px;
  line-height: 27px;
  letter-spacing: 0em;
  color: #05073c;
}
main p {
  font-family: Inter;
  font-size: 15px;
  margin-top: 14px;
  font-weight: 400px;
  line-height: 28px;
  letter-spacing: 0em;
  color: #05073c;
}

.p1 {
  width: 255.53px;
}

.p2 {
  width: 256.95px;
}

.p3 {
  width: 236.54px;
}

.p4 {
  width: 241.18px;
}

.container {
  width: auto;
  max-width: 1320px;
  margin: auto;
  margin-top: 50px;
}

.container {
  width: auto;
  max-width: 1320px;
  margin: auto;
  /* border: 1px solid black; */
  /* height: 940.63px; */
  margin-top: 50px;
}

.outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.outer > h2 {
  font-family: Inter;
  font-size: 29px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0em;
  color: #05073c;
  padding: 5px 0px 0px 15px;
}

.outer > a {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  padding: 21.88px 40.8px 0px 0px;
}

.inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 0px 15px 0px 15px;
}

.inner > div {
  border: 1px solid #e7e6e6;
  border-radius: 12px;
}

.inner > div > img {
  padding: 11px 11px 0px 11px;
  border-radius: 12px;
  display: block;
}

.inner > div > p:nth-of-type(1) {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400px;
  line-height: 24px;
  letter-spacing: 0em;
  padding: 10px 0px 0px 42px;
  margin: 0px;
  color: #717171;
}

.inner > div > h3 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #05073c;
  margin: 0px;
  padding-left: 21px;
  max-width: 249.4px;
}

#inner-para {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400px;
  line-height: 24px;
  letter-spacing: 0em;
  padding: 10px 0px 0px 101px;
  margin: 0px;
  color: #05073c;
  max-width: 54.59px;
}

.inner > div > div {
  /* background-color: aqua; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 258px;
  margin: 14.3px 21px 11px 21px;
  border-top: 1px solid gray;
}

.inner > div > div > span {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #05073c;
}

.inner > div > div > div > span:nth-of-type(1) {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #05073c;
}

.inner > div > div > div > span:nth-of-type(2) {
  font-family: Inter;
  font-size: 15px;
  font-weight: 500px;
  line-height: 30px;
  letter-spacing: 0em;
  color: #05073c;
}

.Ac-blue-container {
  max-width: 1920px;
  margin: auto;
  width: auto;
  height: auto;
  background-color: #05073c;
  margin-top: 105px;
  padding-top: 120px;
  padding-bottom: 120px;
}
.Ac-blue-container > div {
  max-width: 1320px;
  margin: auto;
  width: auto;
  height: auto;
}
.Ac-blue-container > div > div:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Ac-blue-container > div > div:nth-of-type(1) > h2 {
  font-family: Inter;
  font-size: 29px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  margin-left: 15px;
  margin-bottom: 0px;
}
.Ac-blue-container > div > div:nth-of-type(1) > a {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  color: white;
  text-decoration: none;
  margin-top: 21.88px;
  margin-right: 40.8px;
}
.Ac-blue-container > div > div:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 45px;
}
.Ac-blue-container > div > div:nth-of-type(2) img {
  background: linear-gradient(180deg, rgba(5, 7, 60, 0) 0%, #05073c 100%);
  opacity: 70%;
}

.ac-card {
  position: relative;
}
.ac-card h3 {
  font-family: Inter;
  font-size: 19.38px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #e7e6e6;
}
.ac-card p {
  font-family: Inter;
  font-size: 13.23px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: center;
  color: #e7e6e6;
}
.ac-card > div > div {
  position: relative;
  top: -90px;
}

.F-container {
  background-color: #fbfbfb;
  background-position: center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  width: auto;
  margin: auto;
  padding: 120px 300px 120px 300px;
  box-sizing: border-box;
}
.F-container > div:nth-of-type(2) {
  margin-top: 65px;
}
.F-container > h2 {
  color: #05073c;
  font-family: "Inter", sans-serif;
  font-size: 29.53px;
  font-weight: 700;
  line-height: 45px;
  margin-top: 0;
}
.F-container > .quote {
  margin: 60px 0px 65px 0px;
}
.F-container > p {
  color: #05073c;
  font-family: Inter;
  font-size: 19.53px;
  font-weight: 500;
  text-align: center;
  width: 60%;
}
.F-container > .image-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.F-container > .image-container > img {
  max-width: 100%;
  height: auto;
}

.s-main-container {
  max-width: 1920px;
  width: auto;
  height: auto;
  margin: auto;
}

#container6 {
  max-width: 1920px;
  display: flex;
  justify-content: center;
  padding: 115px 300px 105px 300px;
  margin: auto;
}
#container6 > .body3 {
  display: flex;
  flex-direction: column;
}
#container6 > .body3 > .travel-article {
  display: flex;
  justify-content: space-between;
}
#container6 > .body3 > .travel-article > h2 {
  margin: 5px 0px 0px 15px;
  font-family: Inter;
  font-size: 29.65px;
  font-weight: 700;
  line-height: 45px;
  text-align: left;
  color: #05073c;
}
#container6 > .body3 > .travel-article > p {
  margin-top: 21.88px;
  margin-right: 40.8px;
  font-family: Inter;
  font-size: 14.3px;
  font-weight: 400;
  line-height: 28.13px;
  text-align: left;
  color: #05073c;
}
#container6 > .body3 > .s-images {
  display: flex;
  justify-content: space-around;
  margin: 15px 15px 15px 16.99px;
  gap: 30px;
}
#container6 > .body3 > .s-images > div {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 410px;
}
#container6 > .body3 > .s-images #sb-images > button {
  position: absolute;
  width: 62.17px;
  height: 36.25px;
  top: 20px;
  left: 20px;
  padding: 9px 14.8px 9.25px 15px;
  gap: 0px;
  border-radius: 200px;
  opacity: 0px;
  background-color: #ffffff;
  border: none;
}

.s-images > div > div:nth-of-type(2) {
  margin-top: 33.91px;
  font-family: Inter;
  font-size: 13.89px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
  color: #05073c;
}

.s-images > div > div:nth-of-type(3) {
  margin-top: 15.1px;
  margin-right: 43.06px;
  font-family: Inter;
  font-size: 17.3px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  color: #05073c;
  /* background-color: blue; */
  margin-right: 100px;
  max-width: 80%;
}

#s-container7 {
  max-width: 1920px;
  margin: auto;
  background-image: url("s-image5.png");
  border: 1px solid;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px 100px 315px;
  color: #ffffff;
  max-height: 514px;
}

.s-content {
  max-width: 500px;
}

.s-content > p:nth-of-type(1) {
  margin-right: 128.35px;
  font-family: Inter;
  font-size: 39.53px;
  font-weight: 700;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.s-content > p:nth-of-type(2) {
  font-family: Inter;
  font-size: 14.53px;
  font-weight: 400;
  line-height: 28.13px;
  text-align: left;
  margin-right: 160px;
  margin-top: 14px;
  margin-bottom: 0;
}

.s-content > p:nth-of-type(3) {
  margin-right: 1317.32px;
  margin-right: 170px;
  font-family: Inter;
  font-size: 17.58px;
  font-weight: 400;
  line-height: 33.75px;
  text-align: left;
  margin-top: 44.13px;
  margin-bottom: 0;
}

.s-content > #s-form {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}

.s-content > #s-form > form > .form-example > input {
  height: 55px;
  width: 360px;
  border-radius: 12px;
  border: none;
  padding-left: 12px;
}

#s-form > button {
  width: 45%;
  height: 60px;
  border-radius: 12px;
  border: none;
}

.footer {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-color: #05073c;
  color: #ffffff;
  font-family: "Inter", sans-serif;
}

#lay1 {
  max-width: 1290px;
  width: 100%;
  height: auto;
  padding: 40px 80px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  box-sizing: border-box;
}

h2 {
  font-size: 20px;
  font-weight: 500;
}

p {
  font-size: 14.41px;
  font-weight: 400;
  padding: 10px 0;
}

span {
  font-weight: bold;
}

#flex {
  width: 100%;
  padding: 41px 0;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
  justify-content: space-evenly;
  box-sizing: border-box;
}

#form > input {
  border-radius: 12px;
  padding-left: 21px;
  border: none;
  height: 60px;
  width: 220px;
}

.footer-submit {
  border-radius: 12px;
  padding: 23px 30px;
  background-color: white;
  transform: translate(0);
  border: 0;
}

.end > img {
  width: 38px;
  height: 24px;
  justify-content: end;
}

.copyrights {
  background-color: #05073c;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1320px;
  margin: auto;
  font-size: 14.53px;
}

.footer-end {
  max-width: 1920px;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
  background-color: #05073c;
}

#form {
  display: flex;
  align-items: center;
  border-top-left-radius: 0px;
  margin-bottom: 10px;
  max-width: 300px;
}

.email-input {
  padding: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.send-button {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border: none;
  padding: 22px;
  margin-left: -10px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  cursor: pointer;
}

.send-button:hover {
  background-color: #ffffff;
}

@media (max-width: 768px) {
  #lay1 {
    padding: 20px;
  }
  #flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-submit {
    margin-top: 20px;
  }
  .copyrights {
    flex-direction: column;
    text-align: center;
  }
}/*# sourceMappingURL=styles.css.map */