.bg-trunc {
  background-color: #ff8105;
}

.text-trunc {
  color: #ff8105;
}

.fs-07 {
  font-size: 0.7rem;
}

.fs-08 {
  font-size: 0.8rem;
}

.fs-09 {
  font-size: 0.9rem;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fs-45{
  font-size: 45px;
}

.fs-21{
  font-size: 21px;
}

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

.pointer {
  cursor: pointer;
}

.bg-black {
  background-color: #000000 !important;
}

.lh-16 {
  line-height: 1.6;
}

.lh-17 {
  line-height: 1.7;
}

.letter-n1{
  letter-spacing: -1px;
}
.letter-n2{
  letter-spacing: -2px;
}

.bg-gg{
  color:#6e727d !important
}

.rounded-44{
  border-radius: 44px;
}
.rounded-30{
  border-radius: 30px;
}

.information-hero {
  height: 350px;
}
.information-hero .overlay {
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}
.information-hero img {
  height: 100%;
  object-fit: cover;
}

.information-menu {
  z-index: 17;
  width: 300px;
}
.information-menu a.nav-link {
  font-size: 0.8rem;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.information-menu a.nav-link.active {
  font-weight: 600;
  font-size: 0.9rem;
}

.information-content {
  transform: translateY(-120px);
  z-index: 5;
  position: relative;
  padding-left: 150px;
}

.information-box {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 110px;
  padding-bottom: 100px;
}
.information-box * {
  font-size: 0.8rem;
  line-height: 1.8;
}

.info-comments h2 {
  margin-bottom: 50px;
}
.info-comments .info-commet-box-view {
  margin-bottom: -50px;
}

.info-commet-box img:nth-child(1) {
  transform: translateY(-75px);
  margin-bottom: -75px;
}
.info-commet-box p {
  min-height: 215px;
}

.information-content-box {
  margin-left: -150px;
}
.information-content-box .info-contact-box {
  height: 250px;
}
.information-content-box .info-contact-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1199.98px) {
  .mb-none {
    display: none;
  }

  .information-wrap {
    transform: translateY(-250px);
    position: relative;
    z-index: 8;
    margin-bottom: -200px;
  }

  .information-menu {
    position: static !important;
    width: 100%;
    transform: translateX(0) !important;
  }
  .information-menu a.nav-link {
    font-size: 0.7rem;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .information-menu a.nav-link.active {
    font-weight: 600;
    font-size: 0.9rem;
  }

  .information-content {
    transform: translateY(0px);
    z-index: 5;
    padding-left: 1rem;
    padding-right: 0.75rem;
  }

  .information-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }
  .information-box * {
    font-size: 0.8rem;
    line-height: 1.8;
  }

  .info-comments h2 {
    margin-bottom: 75px;
  }
  .info-comments .col-md-6 {
    margin-bottom: 75px;
  }
  .info-comments .info-commet-box-view {
    margin-top: -50px;
  }

  .information-content-box {
    margin-left: 0px;
  }
  .information-content-box .info-contact-box {
    height: 300px;
  }
  .information-content-box .info-contact-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.shop {
  padding-top: 100px;
}

.seppet-item {
  font-size: 0.8rem;
  padding: 30px 20px;
}
.seppet-item > div {
  padding: 0 10px;
}
.seppet-item:nth-child(even) {
  background-color: #fff;
}
.seppet-item:nth-child(odd) {
  background-color: #f0f0f0;
}

.o-c-property {
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .shop-one-item {
    order: 5;
    width: 100%;
    padding-top: 25px !important;
    text-align: center;
  }
}
.divfour {
  grid-template-columns: 2fr 1fr 1fr;
}

.circle-seppet {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0.8rem;
}

.line-seppet {
  width: 50px;
  height: 1px;
  background: #cec8c8;
  margin-left: 5px;
  margin-right: 5px;
}

@media (min-width: 1200px) {
  .br-1 {
    border-left: 1px solid #ebe6e6;
    border-right: 1px solid #ebe6e6;
  }
}
/* @media (min-width: 1200px) {
  .modal-dialog {
    max-width: 1200px;
    min-width: 960px;
  }
} */

.process-btn {
  border-radius: 5px;
  background-color: #ff8105;
  color: white;
  padding: 1rem 2.5rem;
  font-weight: 500;
  border: 1px solid #ff8105;
  transition: all .3s ease-in-out;
}

.process-btn:hover {
  color: white;
  border: 1px solid #ff8105;
  background-color: transparent;
}

.process-btn2 {
  border-radius: 5px;
  color: white;
  border: 1px solid #ff8105;
  padding: 1rem 2.5rem;
  font-weight: 500;
  background: transparent;
  transition: all .3s ease-in-out;
}

.process-btn2:hover {
  background-color: #ff8105;
  color: white;
}

.fade {
  opacity: 1;
}

.i-customize {
  min-height: 100vh;
  padding-top: 88px;
}

.c-koles-img-div {
  width: 900px;
  margin: auto;
}

.fsh-top {
  background: #425479;
}

.fsh-line {
  width: 75px;
  background: #fff;
  height: 1px;
}

.fsh-circle {
  width: 75px;
  height: 75px;
}
.fsh-circle img {
  width: 100%;
  height: 100%;
}

.fsh-content {
  height: calc(100vh - 169px);
}

.fsh-bar {
  height: 100%;
  z-index: 5;
  width: 75px;
  background: #6d6d70;
}
.fsh-bar img {
  width: 60%;
  height: auto;
}

.fsh-content::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}

.fsh-content::-webkit-scrollbar-thumb {
  background: linear-gradient(13deg, #f9d4ff 14%, #c7ceff 64%);
  border-radius: 10px;
}

.fsh-content::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(13deg, #c7ceff 14%, #f9d4ff 64%);
}

.fsh-content::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: inset 7px 10px 12px #f0f0f0;
}

@media (min-width: 1200px) {
  .pdds {
    transform: translate(50px, -100px);
  }
}
@media (max-width: 991.98px) {
  .c-koles-img-div {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-koles-img-div img:first-of-type {
    width: 100%;
    height: auto;
  }

  .pdds {
    margin-bottom: 20px;
    margin-top: -20px;
  }
}
.login-page {
  height: 100vh;
}

@media (max-width: 1199.98px) {
  .login-page {
    padding-top: 95px;
  }
}
.gift-page {
  min-height: calc(100vh - 100px);
}
.gift-page .container-fluid {
  padding-top: 100px;
}

.gift-code {
  min-width: 900px;
  height: 600px;
  width: 65%;
}
.gift-code img {
  width: 100%;
  height: 100%;
}

.gif-genere {
  width: 350px;
}
.gif-genere input::placeholder {
  color: #a3a3a3;
}

@media (max-width: 1199.98px) {
  .gift-page .container-fluid {
    padding-top: 120px;
  }

  .gift-code {
    width: 100%;
    height: auto !important;
    min-width: auto !important;
  }
  .gift-code img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .gift-page .container-fluid {
    padding-top: 150px !important;
  }

  .gift-page {
    min-height: calc(100vh - 435px);
  }

  .gift-code {
    width: 59% !important;
  }

  .gif-genere {
    width: 35% !important;
  }
}
.index-controller .one-bg {
  padding-top: 120px;
}

.gvx {
  height: 3px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 30px;
}

.prty h2 {
  font-size: 2rem;
}
.prty h5 {
  font-size: 1rem;
}
.prty p {
  font-size: 0.8rem;
}
.prty > div {
  height: calc(50vh);
}

.text-light-blue {
  color: #419fb6;
}

.prty-center {
  width: 300px;
  height: 300px;
  line-height: 300px;
  text-align: center;
  position: relative;
}
.prty-center img {
  width: auto !important;
  height: 130px;
  transition: 1s all;
  position: absolute;
  top: 50;
  left: 50;
  transform: translate(-50%, 50%);
  transition: 2s all;
}
.prty-center img:nth-child(2) {
  opacity: 0;
  z-index: -99;
}
.prty-center:hover img:nth-child(1) {
  opacity: 0;
  z-index: -99;
}
.prty-center:hover img:nth-child(2) {
  opacity: 1;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .prty h2 {
    font-size: 0.8rem;
    font-weight: 500 !important;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .prty h5 {
    font-size: 0.6rem;
    font-weight: 400 !important;
    padding-bottom: 25px;
  }
  .prty p {
    font-size: 0.7rem;
  }
  .prty > div {
    height: auto !important;
  }

  .img-mob {
    height: 100px !important;
    width: auto !important;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .img-mob {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.shape-wp{
  background-image: url(../images/shape-end.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.no-ter{
  height: 450px;
}

@media (max-width:991.98px){
  .img-pad-black{
    width: 100%;
  }

  .fs-45{
    font-size: 35px;
  }


}
@media (max-width:1199.98px){
  .fs-45{
    font-size: 35px;
  }
  .rounded-44 {
      border-radius: 14px;
  }

}
