@font-face {
  font-family: "Gloria Hallelujah";
  src: url(iconfont/GloriaHallelujah-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Josefin Sans";
  src: url(iconfont/JosefinSans-Italic-VariableFont_wght.ttf) format("truetype"),
    url(iconfont/JosefinSans-VariableFont_wght.ttf) format("truetype");
}

::selection {
  background: #006234;
  color: #fff;
}

::-webkit-scrollbar {
  width: 1px;
}

::-webkit-scrollbar-thumb {
  background: rgb(53, 65, 9);
}

.loader {
  width: 3rem !important;
  animation: load 1s linear infinite;
  margin: 10px auto;
}

.text-red {
  color: red !important;
}

.bg-red {
  background: rgb(224, 62, 12);
}

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

.height-90 {
  min-height: 90vh;
}

.height-100 {
  min-height: 100vh;
}

.height-60 {
  min-height: 60vh;
}

.height-50 {
  min-height: 50vh;
}

* {
  scroll-behavior: smooth;
}

@keyframes load {
  0% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

body {
  background: url(../img/pattern_3.svg), linear-gradient(#fcfcfc, #f1f1f1);
  background: url("/img/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-family: "Roboto", sans-serif;
}

h2,
h3 {
  font-family: "Roboto", sans-serif;
}

h4,
h5 {
  font-family: "Roboto", sans-serif;
}
a {
  font-family: "Josefin Sans", sans-serif;
  font-family: "Roboto", sans-serif;
}
a:hover {
  text-decoration: none;
}
header {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/bible-blur.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

section {
  overflow: hidden;
}

#header-bg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

#header-bg .carousel-inner,
.carousel-item {
  width: 100%;
  height: 100%;
}

#header-bg .carousel-item img {
  width: 100%;
  height: 100%;
  filter: brightness(90%);
  object-fit: cover;
  object-position: center;
}

.blind {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.bg-grey {
  background: #ddd;
}

.parallax:nth-child(1) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/bg-chair.jpeg);
}

.parallax:nth-child(2) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/podium.jpeg);
}

.owl-next,
.owl-prev {
  font-size: 2rem !important;
  margin: 0 1rem !important;
}

.owl-next > span,
.owl-prev > span {
  width: 2rem !important;
  height: 2rem !important;
  padding: 0 1rem;
}

.spin-icon {
  position: absolute;
  bottom: 3rem;
  left: calc(50% - 20px);
}

.bg-blue {
  background-image: url(../img/pattern_2.svg), linear-gradient(#1a0241, #221346);
  background-size: cover;
}

.clip-path {
  background: rgba(255, 255, 255, 0.8);
}

.underline {
  width: 100px;
  margin: auto;
  height: 5px;
}

.parallax {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.wow {
  visibility: hidden;
}

@media only screen and (min-width: 890px) {
  ::-webkit-scrollbar {
    width: 10px;
  }
}
