@import "utils.css";
@import "color.palette.css";
@import "responsive.css";
@import "fonts/iransans/loader.css";

* {
  transition: 0.2s all;
}

body {
  font-family: 'IRANSans';
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  outline: none;
    -moz-appearance:textfield; /* Firefox */
}
input {
  outline: none;
}

.circle-x-input-code {
  text-align: center;
}
.circle-x-input {
  position: relative;
}
.circle-x-input > .clear-x {
  background-image: url(http://localhost:8077/view/assets/font-icon/circle.x.svg);
  content: "";
  position: absolute;
  left: 3%;
  top: 33%;
  width: 26px;
  height: 26px;
  display: inline-block;
}
.circle-x > span.text-holder {
  position: absolute;
  right: 5%;
  top: -13%;
  width: max-content;
  display: inline-block;
  color: #fcaf17;
  padding: 0px 20px;
  background-color: white;
  font-size: 12px;
  font-weight: 500;
}
.circle-x > input.border-color-grey-95:active {
  border-color: #ffc107;
  border-style: solid;
  border-width: 1px;
}
.circle-x > input.border-color-grey-95:focus {
  border-color: #ffc107;
  border-style: solid;
  border-width: 1px;
}
.circle-x > input.border-color-red-bf:active {
  border-color: #BF1E2E;
  border-style: solid;
  border-width: 1px;
}
.circle-x > input.border-color-red-bf:focus {
  border-color: #BF1E2E;
  border-style: solid;
  border-width: 1px;
}


.faq-background {
  background: url(../assets/img/faq.head.svg);
  height: 360px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.back-to-prev-page {
  position: absolute;
  left: 8px;
  bottom: 5px;
  font-size: 12px;
  font-weight: 900;
  color: #000000;
}
.entertainment-home-background {
  background: url(../assets/img/entertainment-banner-visajet.svg);
  height: 360px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  box-shadow: inset 0px 0px 20px 20px #ffffff;
}
.overal-close-open {
  background-color: #00000000;
  border-radius: 0px 10px 0px 0px;
  border: 1px #fcaf17 solid;
  padding: 15px 11px 5px 5px;
  margin: 0px 0px 20px 0px;
  box-shadow: 5px 6px 1px #00000036;
}
h4.hide {
  opacity: 0;
  display: none;
}
.faq-items {
  background-color: #00000000;
  border-radius: 0px 10px 0px 0px;
  border: 1px #fcaf17 solid;
  padding: 15px 11px 5px 5px;
  margin: 0px 0px 20px 0px;
  box-shadow: 5px 6px 1px #00000036;
}


.cross-line {
  background: url('font-icon/cross-line.svg');
}


.before-line-chain {
  position: relative;
  z-index: 2;
}
.before-line-chain::after {
  height: 3px;
  width: 56px;
  position: absolute;
  /* background-color: #FCAF17; */
  content: "";
  top: 10px;
  z-index: 1;
  right: 100%;
}





























/* Begin Blog */
.blog-visapass {
  text-align: center;
  background-color: #f4f7f6;
  margin-top: 0px;
  padding-bottom: 200px;
}
.blog-visapass ul {
  padding-right :40px;
  list-style: inherit;
}

.blog-visapass > .section-head {
  max-width: 1180px;
  margin: 0px auto 0px;
}
.blog-visapass > .section-head > .feature-image {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.blog-visapass > .section-head > .feature-image > img {
  width: 100%;
  height: auto;
}
.blog-visapass > .section-head > .original-title {
  background-color: white;
  position: relative;
}


.blog-visapass > .section-head > .original-title > span.datetime {
  position: absolute;
  left: 20px;
  font-size: 14px;
  top: 33%;
  font-weight: bold;
  font-family: irsans;
}
.blog-visapass > .section-head > .original-title > span.datetime > svg {

}

.blog-visapass > .section-head > .original-title > .head-original-title {
  font-size: 20px;
  text-align: right;
  padding: 20px 21px;
  font-family: irsans;
  font-weight: bold;
}
.blog-visapass > .section-head > .original-title > .head-original-title > a {

}

.blog-visapass > .section-body {
  width: 1180px;
  margin: 0px auto;
}
.blog-visapass > .section-body > article {
  background-color: white;
  max-width: 1180px;
  margin: 0px auto;
  text-align: justify;
  padding: 33px 30px;
  font-size: 14px;
  line-height: 1.8;
  direction: rtl;
}

.blog-visapass > .section-body > article h2, h3, h4, h5, h6 {
  font-size: 100%;
  color: #f9ad16;
  font-weight: bold;
  line-height: 1.8;
}


.share_box {
  position: absolute;
  top: 20px;
  left: 110px;
}

.section-footer {
  margin: 30px auto;
  max-width: 1180px;
}
.section-footer > .posts-related {
  margin-bottom: 50px;
}
.section-footer > .post-related-caption  {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  border-bottom: 1px #ddd solid;
  font-family: irsans;
}
.section-footer > .posts-related .post-related-caption > i {
  font-size: 25px;
}
.section-footer > .posts-related {
  margin-bottom: 50px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-footer > .posts-related > .post {
  max-width: 24%;
  vertical-align: top;
  margin: 20px 5px 0px;
  background-color: white;
  text-align: right;
  min-width: 24%;
  cursor: pointer;
  white-space: normal;
  padding: 8px;
  border-radius: 10px;
  max-height: 330px;
  min-height: 330px;
  overflow: hidden;
}
.section-footer > .posts-related > .post a {
  display: inline-block;

}
.section-footer > .posts-related > .post a > img {
  width: 100%;
  vertical-align: top;
  object-fit: cover;
  height: 150px;
  border-radius: 8px;
}
.section-footer > .posts-related > .post a > .title {
  font-size: 80%;
  padding: 0px 10px;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 10px;
}
.section-footer > .posts-related > .post a > p {
  font-size: 80%;
  text-align: justify;
  line-height: 1.8;
  padding: 0px 10px;
}

@media (max-width: 760px) {
  .blog-visapass > .section-body {
    width: 100%;
    margin: 0px auto;
  }
  .blog-visapass > .section-head > .original-title > span.datetime {
    position: inherit;
    left: 0px;
    font-size: 14px;
    top: 0px;
    font-weight: bold;
    font-family: irsans;
    width: 40%;
    display: inline-block;
  }
  .share_box {
    position: inherit;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 40%;
  }
  .section-footer > .posts-related > .post a {
    display: inline-block;
    width: 100%;
  }
  .section-footer > .posts-related > .post {
    display: inline-block;
    max-width: 90%;
    vertical-align: top;
    margin: 20px 0.4% 0px;
    background-color: white;
    min-height: 260px;
    text-align: right;
    min-width: 90%;
    cursor: pointer;
  }
}
/* End Blog */



@media (max-width: 768px) {
  .section-footer > .posts-related {
    margin-bottom: 50px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
}
