/*top to back*/

#scrollUp {
  background: #014b85;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
}
@media (max-width: 767px) {
  #scrollUp {
    right: 16px;
  }
}
#scrollUp:hover {
  color: #fff;
}

/*--Story---*/
.subtitle-39191 {
  color: #efba6c;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.heading-39101 {
  position: relative;
}
.heading-39101 .backdrop {
  line-height: 1;
  top: -20%;
  position: absolute;
  text-transform: uppercase;
  z-index: -1;
  font-weight: 900 !important;
  font-size: 5rem;
  color: #efefef;
}
.heading-39101 .backdrop.text-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*story second css */
.subtitle-39191 {
  color: #efba6c;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.heading-39101 {
  position: relative;
  .backdrop {
    line-height: 1;
    top: -20%;
    position: absolute;
    text-transform: uppercase;
    z-index: -1;
    font-weight: 900 !important;
    font-size: 5rem;
    color: #efefef;
    &.text-center {
      left: 50%;
      transform: translateX(-50%);
    }
  }
}
/* . preloader */
.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin: 0 auto;
}

.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 3px;
  border-top-color: #014b85;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: #ffffff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.preloader .preloader-circle2 {
  border-top-color: #014b85;
}
.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* padding-top: 6px; */
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.preloader .preloader-img img {
  max-width: 75px;
}
.preloader .pere-text strong {
  font-weight: 800;
  color: #dca73a;
  text-transform: uppercase;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
}
/* Scroll Button */
element.style {
  position: fixed;
  z-index: 2147483647;
  display: block;
}
#scrollUp {
  background: #014b85;
  height: 50px;
  width: 50px;
  right: 13px;
  bottom: 18px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
}

[class^="ti-"],
[class*=" ti-"] {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*our story*/
.story-title {
  font-family: "Volkhov", "DM Serif Display", cursive;
  font-size: 3.24732rem !important;
  text-align: center;
}
.story-content {
  margin-bottom: 250px;
}
/* 
---------------------------------------------
Gallery Style
--------------------------------------------- 
*/

.img-hover {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.img-hover img {
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-radius: 25px;
}

.img-hover .icon {
  /* position: absolute; */
  z-index: 2;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.img-hover:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.img-hover:hover:before {
  opacity: 0.8;
  visibility: visible;
}

.img-hover:hover .icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mess-form {
  background-color: #fff;
  resize: vertical; /* Allows resizing vertically only */
  min-height: 150px;
}
@media (max-width: 576px) {
  .mess-form {
    min-height: 100px; /* Adjusts the height for very small screens */
  }
}
/*phone icon **/
.input-group-phone {
  position: relative;
}

.phone-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 16px;
}
.contact-form {
  width: 100%;
}
.contact-form .form-control {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
/* Footer Section */
.footer-section {
  justify-content: space-between;
  text-decoration: none;
}
.copy-right {
  margin-left: 6.5%;
}
.design-status {
  margin-right: 7%;
}
/*contact information */
.info-container {
  font-size: 0.9rem;
  line-height: 1.5;
}

.info-container ul {
  padding-left: 0;
}

.info-container li {
  display: flex;
  align-items: center;
}

.info-container li i {
  font-size: 1rem;
}
