*,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "CircularStd";
  src: url("../fonts/CircularStd-Medium.eot");
  src: url("../fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CircularStd-Medium.woff2") format("woff2"),
    url("../fonts/CircularStd-Medium.woff") format("woff"),
    url("../fonts/CircularStd-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CircularStd";
  src: url("../fonts/CircularStd-Black.eot");
  src: url("../fonts/CircularStd-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CircularStd-Black.woff2") format("woff2"),
    url("../fonts/CircularStd-Black.woff") format("woff"),
    url("../fonts/CircularStd-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "CircularStd", serif;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
button {
  border: inherit;
}

.container-a {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* /////////// variables ////////// */
:root {
  --color-a: #35aff4;
  --color-b: #181818;
  --white: #fff;
  --color-p: #909090;
}

/* ///////////////////////////////////////////////////////// */
/* ////////////////// custom css //////////////////////// */
.sec-heading {
  color: #181818;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%; /* 48px */
  text-transform: capitalize;
}
.txt-p {
  color: var(--color-p);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.txt-a {
  color: var(--color-p);
  font-size: 16px;
  font-weight: 450;
  line-height: 150%; /* 27px */
}
.txt-b {
  color: var(--color-p);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.btn-a {
  padding: 8px 20px;
  color: var(--white, #fff);
  font-size: 16px;
  font-weight: 450;
  line-height: 150%; /* 24px */
  border-radius: 8px;
  background: var(--color-b);
}
.btn-b {
  padding: 12px;
  color: var(--white, #fff);
  border-radius: 8px;
  background: var(--color-a);
}
.tc1 {
  color: var(--color-a);
}
.tc2 {
  color: var(--color-b);
}
/* bs-5.3 */
.navbar {
  padding: 0;
  padding-block: 16px;
}
.navbar .container-fluid {
  padding: 0;
}
.navbar-nav {
  gap: 24px;
}
.nav-link {
  color: var(--color-b);
  font-size: 16px;
  font-weight: 450;
  line-height: 150%; /* 24px */
  transition: 0.5s ease-in-out;
  &:hover {
    color: var(--color-a);
  }
}
.navbar-nav .nav-link.active {
  color: var(--color-a);
}

/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* ////////////// Navbar ///////////// */

.navbar .btn-sec {
  gap: 12px;
}
.navbar .btn-a.login {
  color: #454545;
  border: 1px solid #b7b7b7;
  background: #fff;
}

/* ////////////// hero-sec ///////////// */
.hero-sec {
  gap: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.hero-sec .block-a {
  padding-top: 32px;
}
.hero-sec .block-a .sec-heading {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 24px;
}
.hero-sec .block-a .txt-p {
  margin-bottom: 40px;
}

.hero-sec .block-a .search-form {
  gap: 16px;
  padding-inline: 16px;
  padding-block: 12px;
}
.hero-sec .block-a .search-form .s-inputs {
  gap: 12px;
}
.hero-sec .block-a .search-form label {
  color: var(--color-b);
  font-size: 16px;
  font-weight: 500;
}
.hero-sec .block-a .search-form input {
  border: none;
  color: var(--color-p);
  font-size: 14px;
  font-weight: 450;
}
.hero-sec .block-a .vl {
  width: 1px;
  height: 24px;
  background: var(--color-p);
}

.hero-sec .follow-link {
  gap: 16px;
}
.hero-sec .follow-link a {
  padding: 8px;
}

.hero-sec .block-b img {
  max-width: inherit;
  height: inherit;
}

/* ***** */
.d-card {
  gap: 16px;
  border-radius: 12px;
  background: #fff;
}
.d-card .txt-p {
  color: var(--color-b);
}
.d-card img {
  border-radius: 8px;
}

.d-card .content-block {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
/* ***** */

.hero-sec .block-b .d-card {
  position: absolute;
  top: 90px;
  left: 40px;
  width: 324px;
  padding: 12px;
  box-shadow: 0px 4px 34px 0px rgba(50, 75, 104, 0.17);
}

.hero-sec .scroll-box {
  width: 17 0px;
  height: 17 0px;
  bottom: 0;
  right: 0;
}
.hero-sec .scroll-box svg {
  transform: rotate(258deg);
}
.hero-sec .scroll-box svg textPath {
  color: #181818;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
}
/* ***** */
.switch {
  position: relative;
  display: inline-block;

  width: 46px;
  height: 26px;
  transform: rotate(90deg);
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  outline: 3px solid var(--color-b);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: rgb(0, 0, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* ////////////// parters ///////////// */
.partners {
  gap: 64px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.partners .txt-p {
  font-size: 24px;
}
.partners .partners-logo {
  gap: 32px;
}

/* ////////////// destination ///////////// */
.destination {
  padding-top: 60px;
  padding-bottom: 60px;
}
.destination .block-a {
  margin-bottom: 32px;
  gap: 18px;
}
.destination .block-a .sec-heading {
  font-size: 36px;
  margin-bottom: 16px;
}
.destination .btn-sec {
  gap: 15px;
}
.destination .btn-b {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 50%;
}
.destination .btn-b:first-child {
  background-color: var(--white);
  border: 1px solid #b9b9b9;
}


.destination-slider .d-card .content-block {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.destination-slider .d-card img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

/* ////////////// journy ///////////// */
.journy {
  padding-top: 60px;
  padding-bottom: 60px;
  gap: 24px;
}

.journy .block-a {
  max-width: 520px;
  gap: 32px;
}
.journy .block-a .sec-heading {
  margin-bottom: 24px;
}
.journy .block-a .content {
  padding-block: 8px;
  gap: 24px;
}
.journy .block-a .content .txt-p {
  color: #181818;
  margin-bottom: 4px;
}
.journy .block-a .content .txt-a {
  max-width: 282px;
  margin-bottom: 4px;
}

.journy .block-a .circle-txt {
  min-width: 24px;
  height: 24px;
  background: var(--color-a);
  border-radius: 50%;
}
.journy .block-a .circle-txt p {
  color: var(--white);
}

.journy .block-b {
  max-width: 560px;
  gap: 24px;
}
.journy .block-b .f-circle {
  width: 400px;
  height: 400px;
  position: absolute;
  border-radius: 400px;
  background: #e6f5fe;
  z-index: -2;
}

.journy .block-b .s-card {
  position: absolute;
  top: 96px;
  left: -58px;
  background: var(--white);
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0px 4px 32px 0px rgba(50, 75, 104, 0.17);
  gap: 16px;
}
.journy .block-b .s-card img {
  margin-left: -15px;
  &:first-child {
    margin-left: 0px;
  }
}
/* ////////////// services ///////////// */
.services {
  gap: 80px;
  padding-top: 112px;
  padding-bottom: 112px;
}

.services .block-a .d-card {
  position: absolute;
  top: 43px;
  right: -40px;
  width: 324px;
  padding: 12px;
  box-shadow: 0px 4px 34px 0px rgba(50, 75, 104, 0.17);
}

.agent-card {
  gap: 16px;
}
.services .block-a .agent-card {
  left: -32px;
  bottom: 127px;
  padding: 12px;
  width: 240px;
  border-radius: 82px;
  background: var(--white);
  box-shadow: 0px 4px 34px 0px rgba(50, 75, 104, 0.17);
}
.services .block-a .agent-card .txt-p {
  color: var(--color-b);
  max-width: 153px;
}

.services .block-b {
  gap: 24px;
}

.services .block-b .btn-a {
  margin-top: 16px;
  padding: 16px 24px;
  background: var(--color-a);
}

/* ////////////// review ///////////// */
.review {
  gap: 32px;
  height: 900px;
}
.review .review-col {
  gap: 32px;
}

.review .review-box {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0px 4px 10px 0px rgba(23, 28, 31, 0.23);
}

/* ////////////// newsletter ///////////// */
.newsletter {
  padding-top: 40px;
  padding-bottom: 40px;
  background: var(--color-a);
}
.newsletter form {
  padding: 40px 24px 40px 180px;
}
.newsletter .h-img {
  top: 2px;
  left: 41px;
}
.newsletter .sec-heading {
  font-size: 28px;
  color: #fff;
  margin-bottom: 4px;
}
.newsletter .txt-p {
  font-size: 20px;
  color: #fff;
}
.newsletter .btn-a {
  padding: 12px 24px;
}
.newsletter label {
  top: 12px;
  left: 12px;
}
.newsletter input {
  width: 328px;
  padding: 12px;
  padding-left: 44px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: var(--white, #fff);
  margin-right: 12px;
}
.newsletter input::placeholder {
  color: var(--color-p);
  font-size: 14px;
  font-weight: 450;
  line-height: 150%; /* 21px */
}

/* ////////////// footer ///////////// */
.footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background: var(--color-b);
}

.footer .m-block {
  margin-bottom: 100px;
}
.footer .m-block .sub-block1 .txt-a {
  max-width: 300px;
  margin-top: 24px;
  color: var(--white);
}
.footer .m-block .sub-block2 {
  gap: 40px;
}
.footer .m-block .sub-block2 .txt-a {
  width: 164px;
  padding-block: 8px;
  color: var(--white);
  transition: 0.5s ease-in-out;
  &:hover {
    color: var(--color-a);
  }
}
.footer .m-block .sub-block2 .txt-p {
  color: var(--white);
  margin-bottom: 16px;
}

.footer .hl {
  height: 1px;
  background: #fff;
}

.footer .copyright {
  margin-top: 32px;
}
.footer .copyright .txt-b {
  color: #fff;
}
.footer .copyright .c-links {
  gap: 24px;
}
.footer .copyright a > .txt-b {
  text-decoration-line: underline;
}

/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* ////////////// media-quaries ///////////// */
@media screen and (max-device-width: 1400px) {
}
@media screen and (max-device-width: 1200px) {
  .container-a {
    padding-left: 27px;
    padding-right: 27px;
  }
  .navbar-nav {
    gap: 0px;
  }
}
@media screen and (max-device-width: 1140px) {
}
@media screen and (max-device-width: 992px) {
}
@media screen and (max-device-width: 768px) {
  .hero-sec .follow-link {
    margin-top: 34px;
  }

  .newsletter form {
    padding: 40px 24px;
  }
}
@media screen and (max-device-width: 576px) {
  .hero-sec {
    gap: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hero-sec .block-a .sec-heading {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 24px;
  }
  .hero-sec .block-b img {
    max-width: 100%;
    height: auto;
  }
  .hero-sec .block-b .d-card {
    top: 40px;
    left: 00px;
    max-width: 324px;
    width: inherit;
  }

  .destination {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .services .block-a img {
    width: 100%;
    height: auto;
  }
  .newsletter form {
    padding: 40px 24px;
  }
  .newsletter input {
    margin-right: inherit;
    margin-bottom: 16px;
  }

  .footer .m-block .sub-block2 {
    margin-top: 30px;
    gap: 20px;
  }
}
