/* Responsive new styles */

@media screen and (min-width:1025px){

  .mob-tab {display: none !important;}
  
  } /* /min-width:1025px 
  ------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1024px) {

  .pc {display: none !important;}
  .header-v1_navigation_row > .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-v1_navigation_row > .container::before {
  display: none;
}
nav.navigation {
  display: flex;
  flex-direction: column;
  position: fixed;
  background-color: #fff;
  width: 320px;
  height: 100%;
  left: auto;
  right: -350px;
  z-index: 9999;
  overflow-y: auto;
  top: 0;
  transition: all 0.3s ease-in-out;
}
nav.navigation.active {
  right: 0;
}
.header-v1_navigation_row div.header-v1-nav {
  order: 99;
  margin-left: 30px;
  float: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
div.header-v1-right {
  margin-left: auto;
}
div.logo-here {
  float: unset;
  margin-top: 0;
  margin-bottom: 0;
}
a.mob_button {
  display: flex;
  color: rgba(18,118,188,1);
}
div#closenav {
  display: flex;
  justify-content: flex-end;
  padding: 10px 10px 30px 10px;
}
nav.navigation > ul {
  display: flex;
  float: unset;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
nav.navigation > ul > li > a {
  display: flex;
  padding: 10px 15px;
}
nav.navigation > ul > li small.flg-1.orange-bg {
  font-size: 8px;
  padding: 2px 3px;
  left: 5px;
  position: absolute;
  display: inline-flex;
}
nav.navigation > ul > li > i {
  display: none;
}
span.subnav_button {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  width: 40px;
  justify-content: center;
  height: 44px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
span.subnav_button.active {
  transform: rotate(180deg);
}
ul.sub-menu.children {
  transition: all 0.3s ease-in-out;
  top: 0;
  height: 0;
  background-color: #eee;
  overflow: hidden;
}
ul.sub-menu.children.active {
  position: relative;
  top: auto;
  opacity: 1;
  width: 100%;
  margin: 0;
  float: unset;
  visibility: visible;
  background-color: #eee;
  display: flex;
  flex-direction: column;
  height: auto;
}
ul.sub-menu.children li a {
  color: #333 !important;
}
ul.sub-menu:before {
  display: none;
}
ul.sub-menu li:before {
  color: #999;
}
nav.navigation ul li:hover ul {
  visibility: unset;
  opacity: unset;
  top: unset;
}
.kf_post figure img {
  aspect-ratio: 16/8;
  object-fit: cover;
  object-position: center;
  min-width: 100%;
  min-height: 100%;
  max-width: unset;
}
.row.itu-travel-blog-detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.row.itu-travel-blog-detail::before {
  display: none;
}
.row.itu-travel-blog-detail > div {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
}
.row.itu-travel-blog-detail .kf_post {
  margin: 0;
}
iframe[src="https://form.jotform.com/250257202313342?parentURL=http%3A%2F%2Flocalhost%2Ffiverr2%2Fmagikminox%2F2025%2Ffor%2520optimization%2Ffor%2520optimization%2Findex.html&jsForm=true"] {
  min-height: 1300px;
}
div.header-v1_navigation_row {
  padding: 5px 0;
}
header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
div.logo-here img {
  transition: all 0.3s ease-in-out;
}
.shrink div.logo-here img {
  /* width: 100px; */
}
.tour-detail-page .header_v1_top_row {
  display: none;
}
.header-v1-nav div.dl-menuwrapper {
  margin: 0;
  order: -1;
}
.sub-banner-tour-cpt > .container {
  display: flex;
  flex-direction: column;
  aspect-ratio: 16/11;
  justify-content: flex-end;
}
div.tour-sub-caption {
  padding: 10px 10px;
  margin-bottom: 30px;
  backdrop-filter: blur(4px);
}
div.tour-sub-caption h3 {
  line-height: 1.4;
}










} /* /max-width:1024px 
------------------------------------------------------------------------------------------------------------------------- */



@media screen and (min-width:768px){

.mob {display: none !important;}

} /* /min-width:768px 
------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width:767px){
  
* {box-sizing:border-box}
table {table-layout:fixed; width:100%;}
img { max-width:100%; height:auto; image-rendering: -webkit-optimize-contrast;}
body {margin: 0px;padding: 0px;font-size: 16px;}
iframe { max-width:100% !important;}
object { max-width:100% !important;}
.tab {display: none !important;}

.row {
  max-width: unset;
}
div.header-v1-right {
  margin-left: 0;
  margin-right: auto;
  margin-top: 0;
}
div.logo-here {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  text-align: center;
}
body .header-v1_navigation_row nav.navigation {
  display: flex !important;
  max-width: 100%;
}
div.logo-here img {
  transition: all 0.3s ease-in-out;
  width: 220px;
}
.shrink div.logo-here img {
  width: 130px;
}
a.btn-normal-1.effect2-color-1 {
  transition: all 0.3s ease-in-out;
}
.shrink a.btn-normal-1.effect2-color-1 {
  padding: 5px 15px;
  font-size: 12px;
}
.shrink .search-01 .control-search a {
  font-size: 12px;
  height: 34px;
  padding: 0;
  width: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.row.itu-travel-blog-detail {
  padding-left: 1rem;
  padding-right: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
iframe[src="https://form.jotform.com/250257202313342?parentURL=http%3A%2F%2Flocalhost%2Ffiverr2%2Fmagikminox%2F2025%2Ffor%2520optimization%2Ffor%2520optimization%2Findex.html&jsForm=true"] {
  min-height: 1460px;
}
div.widget-review-slide {
  padding-bottom: 16px;
}
ul.widget-gallery {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
ul.widget-gallery > li {
  float: unset;
  width: 100%;
  margin: 0;
  padding: 0;
}
.widget.kf_keep_connect {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.blog-detail-content.contact-iframe-form {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.blog-detail-content.contact-iframe-form > .padding-15 {
  padding: 0;
}
.blog-detail.contact-iframe-detail {
  border: unset;
}
div.blockquote-boderlines span {
  font-size: 30px;
}
div.blockquote-boderlines {
  padding: 20px 20px;
}
div.blockquote-padding {
  padding: 0 10px;
  font-size: 14px;
  width: 100%;
}
div.post-re-tour {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  margin-bottom: 30px;
}
div.post-re-tour figure {
  display: flex;
  width: 100%;
}
div.post-re-tour .re-tour-content {
  width: 100%;
  padding: 0;
  float: unset;
}
div.travel-author {
  display: flex;
  flex-direction: column;
  float: none;
  gap: 20px;
}
div.travel-author figure {
  float: none;
  width: 100%;
}
div.travel-author-content {
  float: none;
  width: 100%;
  padding: 0;
}
div.travel-comments {
  float: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
div.travel-comments figure {
  float: none;
  width: 90%;
  margin: auto;
}
div.travel-comment-content {
  width: 100%;
  padding: 0;
}
.bg-blur-mobile {
  backdrop-filter: blur(15px);
}
.kode_banner .bg-blur-mobile {
  padding-top: 10px;
}
.widget-post ul.meta_tag li span {
  font-size: 18px;
}
.text-white-mobile * {
  color: #fff !important;
}
.header-v1-nav div.dl-menuwrapper a {
  padding: 9px 10px;
  font-size: 13px;
  transition: all 0.3s ease-in-out;
}
.shrink .header-v1-nav div.dl-menuwrapper a {
  padding: 6px 10px;
  font-size: 12px;
}
ul.tour-tab-content {
  display: flex;
  flex-wrap: nowrap;
}
ul.tour-tab-content li a {
  padding: 15px 0;
}
ul.tour-tab-content li a h6 {
  font-size: 14px;
}
ul.tour-tab-content li a > span {
  font-size: 34px;
  margin-bottom: 15px;
}
body section {
  padding: 50px 0 50px 0;
}
ul.country-info > li {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  align-items: center;
}
ul.country-info > li .info-title {
  padding: 5px;
  font-size: 14px;
}
ul.details-items-gallery {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}
ul.details-items-gallery > li {
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.details-items-gallery > li img {
  aspect-ratio: 16/11;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
video {
  max-width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  height: auto;
}
div.widget-ralated-tour {
  padding-left: 1rem;
  padding-right: 1rem;
}
div.widget-ralated-tour .widget-post.ralated-post-style {
  margin-bottom: 2rem;
}
div.tour-sub-caption h3 {
  line-height: 1.4;
  font-size: 26px;
}










} /* /max-width:767px 
------------------------------------------------------------------------------------------------------------------------- */