@font-face {
  font-family: Gazeta;
  src: url("GazetaRegular.ttf") format("opentype");
}
@font-face {
  font-family: Conquera-Bold;
  src: url("../font/Conquera-Bold.ttf") format("opentype");
}
@font-face {
  font-family: Conquera-Fine;
  src: url("../font/Conquera-Fine.ttf") format("opentype");
}
@font-face {
  font-family: Conquera-Heavy;
  src: url("../font/Conquera-Heavy.ttf") format("opentype");
}
@font-face {
  font-family: Conquera-Inline;
  src: url("../font/Conquera-Inline.ttf") format("opentype");
}
@font-face {
  font-family: Conquera-light;
  src: url("../font/Conquera-Light.ttf") format("opentype");
}
@font-face {
  font-family: Conquera-Medium;
  src: url("../font/Conquera-Medium.ttf") format("opentype");
}
body,
html {
  font-family: Gazeta !important;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  line-height: 1.71429;
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.8074;
}
p {
  font-size: 18px;
  line-height: 30px;
  color: rgba(29, 29, 36, 0.75);
}
.navbar {
  transition: 0.2s;
}
.navbar-nav a {
  font-size: 25px !important;
}

.home-wrapper {
  height: 100vh;
  width: 100%;
  background-color: #0000009d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home-wrapper > div {
  position: relative;
  height: 100vh;
}
video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

@media (max-width: 992px) {
  .navbar-collapse {
    text-align: center;
    border-radius: 10px;
    background-color: #1f1f25;
  }
  .navbar-collapse > ul {
    margin: 5px !important;
  }
  .dropdown > ul > li > a {
    text-align: center;
  }
}

.howwit {
  height: 100vh;
  top: 0;
  left: 0;
  justify-content: center;
  z-index: 1;
}
.howwit h1 {
  font-size: 64px;
}
.howwit p {
  color: white;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1414px) {
  .howwit h1 {
    font-size: 50px;
  }
  .howwit p {
    font-size: 18px;
  }
}
@media (max-width: 1114px) {
  .howwit h1 {
    font-size: 45px;
  }
  .howwit p {
    font-size: 15px;
  }
}
@media (max-width: 1000px) {
  .howwit h1 {
    font-size: 35px;
  }
  .howwit p {
    font-size: 18px;
  }
}
.navbar-nav a {
  font-size: 18px;
  font-weight: 500;
}

.pgalleryimg {
  height: 200px;
  border-radius: 10px;
  /* opacity: 0.6; */
}

.pgallerytext {
  position: absolute;
  bottom: 0;
  padding-left: 5px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #1f1f255e;
  justify-content: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pgallerymain {
  cursor: pointer;
  transition: 0.2s;
}

.pgallerymain:hover {
  transform: scale(1.1);
}

.client-icon-x {
  max-width: 150px;
  margin: 15px;
}

footer {
  background-color: white;
  background-image: linear-gradient(180deg, #00000011 0%, #0000004c 100%);
}
.pcf {
  font-size: 1rem;
  line-height: 1.8em;
  opacity: 0.8;
  font-weight: 400;
  transition: 100ms;
}
.pcf a {
  text-decoration: none;
  color: black;
}
footer .pcf:hover {
  transform: scale(1.1);
  display: 1000;
}
.teamcl > div {
  position: relative;
}
.teamcl img {
  object-fit: cover;
  height: 300px;
  margin: 2px;
  cursor: pointer;
  width: 300px;
}

.teamcl .pgallerytext2 {
  position: absolute;
  bottom: 0;
  padding-left: 5px;
  margin: 2px;
  color: #fff;
  font-weight: bold;
  width: 300px;
  display: flex;
  align-items: center;
  background-color: #1f1f255e;
  justify-content: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.servicelof img {
  height: 135px;
}

.navbar-brand {
  transition: 0.2s;
}

.logospin {
  animation: spin 3s infinite linear;
  transform-origin: 50% 50%;
  translate: -103px -251px;
  transform-box: fill-box;
}
.logospin1 {
  animation: spin 3s infinite linear;
  transform-origin: 50% 50%;
  translate: 861.557px 66.103px;
  transform-box: fill-box;
}
.logospin2 {
  animation: spin 3s infinite linear;
  transform-origin: 50% 50%;
  translate: 743.689px 66.103px;
  transform-box: fill-box;
}
.logospin3 {
  animation: spin 3s infinite linear;
  transform-origin: 50% 50%;
  translate: 744.246px 182.084px;
  transform-box: fill-box;
}
.logospin4 {
  animation: spin 3s infinite linear;
  transform-origin: 50% 50%;
  translate: 861.557px 182.084px;
  transform-box: fill-box;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
