@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,600&display=swap");
@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "jquery.fancybox.min.css";
@import "swiper.min.css";
@import "fullpage.min.css";
@import "smart.css";
@import "aos.css";
#smartwizard {
  border: 0;
  margin-top: 15px;
}

.sw-theme-arrows > .nav {
  border: 0;
}

#content .card-body.bg-white p {
  color: #000 !important;
  font-size: 15px;
  font-weight: 600;
}
#content .card-body.bg-white p a {
  display: inline;
}

.check-list {
  padding-left: 10px;
}
.check-list label {
  font-weight: 400 !important;
  font-size: 12.5px !important;
}

.hide-smart.active {
  display: block;
}

.hide-btn {
  display: none;
}
.hide-btn.active {
  display: block;
}

.btn.sw-btn-next, .btn.sw-btn-prev {
  width: 100%;
  display: block;
}

.btn.sw-btn-prev {
  margin-bottom: 15px;
}

.btn.sw-btn-next.disabled {
  display: none;
}

.btn.sw-btn-prev.disabled {
  display: none;
}

.tab-content .row {
  margin-left: -5px;
  margin-right: -5px;
}
.tab-content .row .form-group {
  padding-left: 5px;
  padding-right: 5px;
}
.tab-content .row .form-group strong {
  color: #666;
  font-size: 24px;
  font-weight: 400 !important;
  display: block;
  letter-spacing: -1px;
}
.tab-content .row .form-group label {
  color: #666;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 0;
  font-size: 14.5px;
}
.tab-content .row .form-group label b {
  color: red;
}
.tab-content .row .form-group textarea.form-control {
  height: 80px;
}
.tab-content .row .form-group .form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
  font-size: 12px;
  padding: 0.75em 1em;
  border: 0;
  height: 40px;
  background-color: #efefef;
  color: #666;
}

.sw > .nav .nav-link {
  padding: 0.3rem 1.5rem !important;
  font-weight: bold;
  font-size: 13.5px;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

body {
  /* Track */
  /* Handle */
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #fff;
}
body::-webkit-scrollbar-thumb {
  background: #888;
}

a {
  color: #5a5a5a;
}

a, button {
  transition: 330ms;
  -webkit-transition: 330ms;
  -moz-transition: 330ms;
  -ms-transition: 330ms;
  -o-transition: 330ms;
  display: block;
}
a:hover, button:hover {
  text-decoration: none;
}

#home .swiper-slide:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
#home .to-full {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
#home h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
#home p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
  font-family: "Montserrat", sans-serif;
  padding-left: 100px;
  padding-right: 100px;
}
#home strong {
  font-weight: 600;
  font-size: 21px;
  margin-top: 25px;
  display: block;
  font-family: "Montserrat", sans-serif;
}

#splash {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #58c1d7;
  width: 100%;
  height: 100%;
}
#splash:after {
  content: "";
  background-image: url("../img/splash.png");
  background-repeat: no-repeat;
  text-align: center;
  width: 600px;
  height: 350px;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -300px;
  z-index: 0;
}
#splash .position-relative {
  z-index: 99;
  margin-top: 100px;
}
#splash h2 {
  font-weight: bold;
  font-size: 80px;
  color: #fff;
}
#splash p {
  font-weight: 700;
  font-size: 28px;
  color: #fff;
}
#splash a {
  width: 250px;
  font-size: 18px;
  height: 47px;
  line-height: 45px;
  border-radius: 3px;
  padding: 0;
  font-weight: bold;
  display: inline-block;
  border: 2px solid #fff;
  color: #212529;
  background-color: #fff;
}
#splash a:hover {
  background-color: transparent;
  color: #fff;
}
#splash a i {
  font-weight: 700;
}
#navbar {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  line-height: 70px;
  font-size: 15px;
}
#navbar .logo a {
  color: #646464;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.8px;
}
#navbar .logo a span {
  font-size: 15px;
  color: #51C1C9;
}
#navbar .collapses a {
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
}
#navbar .collapses a.active {
  color: #51C1C9 !important;
}
#navbar .collapses a:hover {
  background-color: #F6F6F6;
  color: #5a5a5a;
}

#content {
  width: 100%;
  height: 100%;
  position: relative;
}
#content .btn-collapses.active {
  background-color: #51C1C9 !important;
  color: #fff;
}
#content .btn-collapses.active span {
  line-height: 32px;
}
#content .btn-collapses.active span i {
  transform: rotate(90deg);
}
#content .btn-collapses {
  background-color: #f5f6f8;
}
#content .card {
  border: 0 !important;
}
#content .card-body {
  background-color: #51C1C9 !important;
}
#content .card-body p {
  color: #fff;
  margin-bottom: 0;
  text-align: left;
  font-size: 15px;
}
#content .card-header {
  padding: 0 !important;
  border: 0;
  text-decoration: none !important;
  background-color: transparent !important;
}
#content .card-header button {
  width: 100%;
  display: block;
  height: 65px;
  border-radius: 0;
  text-align: left;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none !important;
}
#content .card-header button span {
  background-color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 15px;
  color: #000;
}
#content .card-header button span i {
  font-weight: 600;
  transition: 250ms;
}
#content .card-header button:hover {
  text-decoration: none !important;
}
#content form .form-group input, #content form .form-group textarea {
  border-radius: 0 !important;
  border-color: #e7e7e7;
}
#content form .form-group textarea {
  resize: none;
}
#content .add-testimonials h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #51C1C9;
}
#content .comment-detail {
  padding-right: 20px;
}
#content .comment-detail .date {
  color: #919191;
  font-size: 12px;
}
#content .comment-detail h3 {
  font-size: 20px;
  color: #484848;
  margin-bottom: 0;
  margin-top: 5px;
}
#content .comment-detail p {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.24px;
  color: #484848;
}
#content #home {
  width: 100%;
  height: 100vh;
}
#content .category-box {
  margin-bottom: 25px;
}
#content .category-box .duration strong {
  color: #51C1C9;
}
#content .category-box .category-box-min img {

  object-fit: cover;
  width: 100%;
}
#content .category-box .category-box-min:hover {
  color: #51C1C9;
}
#content .category-box .category-box-min:hover img {
  opacity: 0.8;
}
#content .category-box .category-box-min span {
  font-size: 14px;
  font-weight: 500;
  margin-top: 3px;
  display: block;
}
#content .card.border {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
#content .card-body.bg-white {
  background-color: #fff !important;
}
#content #packets {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 60px;
  display: block;
}
#content #packets h5 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #51C1C9;
}
#content #packets .tour-box {
  margin-bottom: 20px;
}
#content #packets .tour-box .tour-box-min {
  width: 100%;
  position: relative;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16.5px;
  height: 270px;
}
#content #packets .tour-box .tour-box-min img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#content #packets .tour-box .tour-box-min span {
  height: 38px;
  line-height: 38px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
}
#content .about-box {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-top: 40px;
}
#content .about-box h2 {
  font-size: 24px;
  color: #51C1C9;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#content .about-box p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  color: #303030;
  line-height: 25px;
  text-align: justify;
}
#content .about-top {
  height: 90px;
  width: 100%;
  margin-top: 70px;
  text-align: center;
  position: relative;
}
#content .about-top:after {
  content: "";
  filter: blur(1px);
  -webkit-filter: blur(1px);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
  background-image: url("../img/savana.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#content .about-top p {
  margin-bottom: 0;
  padding-top: 27px;
  line-height: 18px;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 1;
  font-style: italic;
  max-width: 800px;
  display: inline-block;
}

.swiper-home {
  height: 100%;
  width: 100%;
}
.swiper-home .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
}

#whatsapp {
width: 80px;
    height: 80px;
    border-radius: 45px;
    background-color: #075e54;
    position: fixed;
    right: 18px;
    bottom: 15px;
    text-align: center;
    line-height: 75px;
    color: #fff;
    font-size: 50px;
}
#whatsapp:hover {
  transform: scale(1.1);
  opacity: 0.9;
  background-color: #128c7e;
}

footer {
  width: 100%;
  margin-top: 25px;
  background-color: #eeeeee;
}
footer .footer-content {
  width: 100%;
  display: block;
}
footer .footer-content strong {
  margin-top: 15px;
  margin-bottom: -5px;
  display: block;
}
footer .footer-content p {
  font-size: 14px;
  margin-top: 5px;
}
footer .footer-content a {
  color: #51C1C9;
  font-weight: 600;
  margin-top: 8px;
}
footer .footer-top {
  padding-top: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
footer .footer-top .pro-left {
  float: left;
}
footer .footer-top .pro-left span {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #03a9f4;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  margin-top: 2px;
}
footer .footer-top .pro-right p {
  font-size: 14px;
}
footer .footer-top .pro-right strong {
  margin-bottom: -4px;
  display: block;
}

#burger_btn {
  line-height: 1.125em;
  cursor: pointer;
  color: #51C1C9;
  vertical-align: middle;
  background-color: transparent !important;
  border: 0 !important;
  outline: none !important;
  display: none;
  position: absolute;
  right: 15px;
  top: 25px;
  font-size: 17px;
}

#home {
  position: relative;
}

#scrollBtn {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 3px solid #51C1C9;
  text-align: center;
  border-radius: 40px;
  line-height: 38px;
  color: #51C1C9;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -20px;
  z-index: 99;
}
#scrollBtn:hover {
  background-color: #51C1C9;
  border-color: #fff;
  color: #fff;
}
#scrollBtn i {
  font-weight: bold;
}

#business h4 {
  color: #51C1C9;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
#business .tab a {
  background-color: #EFEFEF;
  color: #A6A6A6;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  position: relative;
  padding-right: 20px;
  margin-bottom: 15px;
}
#business .tab a:after {
  content: "";
  font-family: "FontAwesome";
  color: #D6EFEF;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  right: -33px;
  top: 0;
  font-size: 50px;
  font-weight: bold;
  transform: rotate(180deg);
}
#business .tab a:hover, #business .tab a.active {
  color: #5A5A5A;
  background-color: #D6EFEF;
}
#business .tab a.active:after {
  opacity: 1;
  visibility: visible;
}
#business .tab-content .tab-box {
  display: none;
  background-color: #d6efef;
  height: 310px;
  padding: 25px;
  overflow-y: scroll;
  /* Track */
  /* Handle */
}
#business .tab-content .tab-box::-webkit-scrollbar {
  width: 5px;
}
#business .tab-content .tab-box::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}
#business .tab-content .tab-box::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
#business .tab-content .tab-box p {
  color: #5A5A5A;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
#business .tab-content .tab-box:first-child {
  display: block;
}

@media screen and (max-width: 1200px) {
  #navbar .collapses a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .swiper-home .swiper-slide {
    background-size: 100% 100% !important;
  }

  #business .tab-content .tab-box p {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 992px) {
  .collapses {
    position: absolute;
    left: 0;
    top: 0;
    -ms-flex: 100% !important;
    width: 100%;
    max-width: 100% !important;
  }

  #content #home {
    height: 500px !important;
  }

  #content #packets {
    padding-top: 20px !important;
  }

  .hide-mobile {
    left: 0;
    display: none;
    top: 70px;
    background-color: #fff;
    position: absolute;
    width: 100% !important;
    padding-top: 5px;
  }
  .hide-mobile a {
    display: block !important;
    width: 100% !important;
    font-size: 16px;
    height: 50px !important;
    line-height: 50px !important;
  }

  #burger_btn {
    display: block !important;
  }

  #content .card-header button {
    font-size: 16px !important;
  }

  #content #packets h5 {
    font-size: 21px !important;
  }

  #content .about-top p {
    font-size: 15px !important;
    line-height: 14px !important;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pro-box {
    text-align: center !important;
    margin-bottom: 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  footer .footer-content a {
    font-size: 13px !important;
  }

  footer .footer-content strong {
    font-size: 13px !important;
  }

  .footer-content p {
    font-size: 12px;
  }
  .footer-content img {
    width: 200px !important;
  }

  footer .footer-top .pro-left span {
    display: inline-block !important;
  }

  #home h2 {
    font-size: 35px !important;
  }

  #home p {
    font-size: 16px !important;
  }

  #home strong {
    font-size: 16px !important;
  }
}
.swip-detail .swiper-button-next, .swip-detail .swiper-button-prev {
  background-image: none !important;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 17px;
}
.swip-detail .swiper-button-next i, .swip-detail .swiper-button-prev i {
  font-weight: 600;
}

.swip-detail img {
  height: 450px;
  width: 100%;
}

.tour-info {
  background-color: #f5f5f5;
  padding: 20px;
  color: #373737;
  font-size: 15px;
}
.tour-info .row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  padding-top: 15px;
}

.info-details h4 {
  color: #51C1C9;
  font-size: 19px;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .tour-info span {
    font-size: 14px;
  }
  .tour-info button {
    display: block;
    width: 100% !important;
  }

  .info-details p {
    font-size: 14px !important;
  }

  .swip-detail img {
    height: 250px !important;
  }

  .category-box-min img {
    height: auto !important;
  }

  #home {
    margin-top: 70px;
  }

  #content #home {
    height: 350px !important;
  }

  #home h2 {
    font-size: 27px !important;
  }

  #home p {
    font-size: 14px !important;
  }
  #home p strong {
    font-size: 14px !important;
  }

  body {
    overflow-x: hidden;
  }

  #business .tab-content .tab-box {
    height: 200px !important;
  }

  #business .tab a {
    width: 49% !important;
    float: left;
    margin-right: 1% !important;
  }

  #business .tab a:last-child {
    width: 100% !important;
    margin-right: 0 !important;
  }

  #content .add-testimonials h3 {
    text-align: center !important;
    margin-top: 20px;
    font-size: 21px !important;
  }

  #content .about-box p {
    font-size: 14px !important;
  }

  #content .about-box h2 {
    font-size: 21px !important;
  }

  #content .card-header button {
    font-size: 15px !important;
  }

  #content .card-body p {
    font-size: 14px !important;
  }

  #content #packets h5 {
    text-align: center !important;
  }
}
@media screen and (max-width: 567px) {
  #scrollBtn {
    display: none !important;
  }

  #home p {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #home p {
    font-size: 13px !important;
  }

  #home h2 {
    font-size: 24px !important;
  }

  #business h4 {
    font-size: 20px !important;
  }

  .swip-detail img {
    height: 230px !important;
  }

  #splash h2 {
    font-size: 58px !important;
  }

  #splash p {
    font-size: 20px !important;
  }

  #splash a {
    width: 200px !important;
    font-size: 17px !important;
  }
}
@media screen and (max-width: 400px) {
  #content #home {
    height: 280px !important;
  }

  .swip-detail img {
    height: 190px !important;
  }
}

.beyaz {
	color: white;
}

/*# sourceMappingURL=style.css.map */
