@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  font-family: "Cairo", sans-serif;
  background-color: #ccc;
}

.bg-body-nav {
  background-color: rgba(255, 255, 255, 0.98);
  ;
  transition: all 500ms;
}

.bg-body-nav.bg-body-nav-fade {
  background-color: rgba(255, 255, 255, 0.8);
}

.navbar-brand {
  margin: 0;
  font-weight: 700;
}

.nav-item {
  margin: 0 10px;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children>.sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 200px;
}

.menu-item-has-children .sub-menu {
  list-style: none;
  padding: 0;
}

.menu-item-has-children .sub-menu a:hover {
  background-color: #ededed;
}

.menu-item-has-children .sub-menu .sub-menu {
  right: 200px;
  top: 0
}

.menu-item-has-children .sub-menu li {
  margin: 0;
}

.menu-item-has-children:hover>.sub-menu {
  display: block;
}

.text-bg-primary {
  background-color: #147BBE !important;
}

.btn-primary {
  color: #fff;
  background-color: #147BBE;
  border-color: #147BBE;
  border-radius: 20px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3a91ca;
  border-color: #3a91ca
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 .2rem rgba(20, 123, 190, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #212529;
  background-color: #145d8d;
  border-color: #145d8d
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #3e92ca;
  border-color: #125f92
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(20, 123, 190, 0.5)
}

.btn-outline-primary {
  border-radius: 20px;
  color: #147BBE;
  background-color: transparent;
  background-image: none;
  border-color: #147BBE
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #147BBE;
  border-color: #147BBE
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 .2rem rgba(20, 123, 190, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #147BBE;
  background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #147BBE;
  border-color: #147BBE
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(20, 123, 190, 0.5)
}

.btn-success {
  border-radius: 20px;
  color: #fff;
  background-color: #AFC236;
  border-color: #AFC236
}

.btn-success:hover {
  color: #fff;
  background-color: #92a31f;
  border-color: #92a31f
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 .2rem rgba(252, 186, 3, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
  color: #212529;
  background-color: #92a31f;
  border-color: #92a31f
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #212529;
  background-color: #AFC236;
  border-color: #AFC236
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(252, 186, 3, 0.5)
}

.btn-outline-success {
  border-radius: 20px;
  color: #AFC236;
  background-color: transparent;
  background-image: none;
  border-color: #AFC236
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #AFC236;
  border-color: #AFC236
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 .2rem rgba(252, 186, 3, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #AFC236;
  background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #AFC236;
  border-color: #AFC236
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(252, 186, 3, 0.5)
}

#nav-border {
  position: absolute;
  left: calc(100% - 75px);
  bottom: -10px;
  height: 5px;
  width: 66px;
  background-color: #147CBB;
  transition: 0.5s;
  border-radius: 3px;
}

#hero {
  margin-top: -112px;
  background-color: #000;
}

#hero img {
  opacity: 0.80;
  -webkit-animation: move 40s linear 0s infinite;
  -moz-animation: move 40s linear 0s infinite;
  -o-animation: move 40s linear 0s infinite;
  animation: move 40s linear 0s infinite;
}

@keyframes move {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -o-transform: scale(1.18);
    transform: scale(1.18)
  }

  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}

#hero .carousel-item {
  height: 100vh;
  overflow: hidden;
}

#hero .carousel-caption {
  bottom: 50%;
  transform: translateY(50%);
}

#hero .carousel-caption h5 {
  text-shadow: 1px 1px 2px #0000005e;
  font-size: 3rem;
  font-weight: 700;
  word-spacing: 2px;
}

#hero .carousel-caption p {
  font-size: 1.25rem;
  margin-bottom: 0;
  letter-spacing: 1.5px;
  word-spacing: 1px;
}

#hero .carousel-indicators [data-bs-target] {
  width: 55px;
  height: 4px;
}

/* floater box */
.floating-els-box {
  background: linear-gradient(45deg, #ffffffdf, #f4f4f4e9), url("../images/pexels-matthis-2305099.jpg");
  background-size: cover;
  overflow: hidden !important;
}

.floating-els-box .content-box {
  position: relative;
  z-index: 11;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 30px;
  border: 2px solid #fff;
}

.floating-els-box h1 {
  font-size: 4rem;
  color: #147CBB;
  font-weight: 700;
  border-bottom: 2px solid #E3D628;
}

.floating-els-box h5 {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  color: #147CBB;
}

.floating-els-box p {
  font-size: 1.15rem;
}

.floating-image-one img {
  position: absolute;
  width: 275px;
  top: 10%;
  left: 15%;
  filter: saturate(1.3) brightness(1.1);
  z-index: 1;
}

.floating-image-two img {
  position: absolute;
  width: 200px;
  top: 53%;
  right: 10%;
}

.floating-image-three img {
  position: absolute;
  width: 230px;
  top: 65%;
  right: 20%;
  z-index: 9;
}

.floating-video-one img {
  width: 480px;
  position: absolute;
  left: -5%;
  bottom: 10%;
  box-shadow: 2px 2px 10px #0000005e;
  filter: saturate(1.4) brightness(1.1);
  z-index: 1;
  transform: rotateY(180deg);
  transition: .3s ease all;
}

.floating-video-two img {
  position: absolute;
  width: 200px;
  top: 7%;
  right: 5%;
  transition: .5s ease all;
  filter: saturate(1.25) brightness(1.1);
}

.content-box-one {
  background: linear-gradient(55deg, #147CBBa6, #0d5988), url("../images/111A9551.jpg");
  background-size: cover;
  overflow: hidden;
}

.content-box-one h2 {
  font-size: 2.1rem;
  color: #fff;
  font-weight: 600;
  padding-top: 15px;
  margin-bottom: 30px;
  line-height: 60px;
}

.content-box-one h2 span {
  color: #fbd815;
  text-decoration: underline;
}

.content-box-one p {
  font-size: 1.2rem;
  color: #fff;
  padding-bottom: 20px;
}

/* diamond collage */
.diamond-wrapper {
  position: relative;
  left: -250px;
  bottom: -114px;
  flex-grow: 1;
  margin: auto;
  max-width: 1200px;
  max-height: 1200px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-gap: 2vmin;
  justify-items: center;
  align-items: center;
  transform: scale(1.7);
  /* opacity: 0.7; */
}

.diamond-wrapper img {
  z-index: 1;
  grid-column: span 2;
  max-width: 100%;
  margin-bottom: -52%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  /* border-radius: 100%; */
  transform: scale(1);
  transition: all 0.55s;
  -webkit-box-shadow: -2px -2px 26px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px -2px 26px -14px rgba(0, 0, 0, 0.75);
  box-shadow: -2px -2px 26px -14px rgba(0, 0, 0, 0.75);
}

.diamond-wrapper img:nth-child(7n + 1) {
  grid-column: 2 / span 2;
}

.diamond-wrapper img:hover {
  z-index: 2;
  transform: scale(1.5);
}

.content-box-three {
  background: linear-gradient(45deg, #ffffffdf, #f4f4f4e9), url("../images/East-Building-shutterstock-.jpg");
  background-size: cover;
  overflow: hidden !important;
  padding: 70px 0;
}

.content-box-three a {
  color: #307DBE;
}

.list-content {
  padding-right: 22px;
}

.content-box-three .container {
  max-width: 1000px;
}

.content-box-three h1 {
  line-height: 60px;
}

.content-box-three h1 span {
  text-decoration: underline;
  color: #AFC236;
}

.content-box-three p,
.content-box-three ul {
  font-size: 1.2rem;
}

.contact-form {
  background: linear-gradient(35deg, #FFD926, #FFD92699), url("../images/anders-jilden-Sc5RKXLBjGg-unsplash.jpg");
}

.content-box-footer {
  background: linear-gradient(45deg, #ffffffdf, #f4f4f4e9), url("../images/East-Building-shutterstock-.jpg");
  background-size: cover;
  overflow: hidden !important;
}

.social {
  font-size: 25px;
}

.social a {
  color: #AFC236;
  margin: 0 10px;
}

@keyframes move {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -o-transform: scale(1.18);
    transform: scale(1.18)
  }

  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}

.page-header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1)), url(../images/page-header-bg-1-1.jpg) no-repeat center bottom;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  background-size: cover;
}

.page-header h1 {
  text-shadow: 1px 1px 2px #0000005e;
  font-size: 3rem;
  font-weight: 700;
  word-spacing: 2px;
  color: #fff;
}

.content-box-four {
  background: url("../images/yellow-bg.jpg");
  background-size: cover;
  overflow: hidden !important;
  padding: 70px 0;
}

.content-box-four .card {
  border: none;
  -webkit-box-shadow: -1px -1px 16px -7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: -1px -1px 16px -7px rgba(0, 0, 0, 0.35);
  box-shadow: -1px -1px 16px -7px rgba(0, 0, 0, 0.35);
  border-radius: 20px !important;
  overflow: hidden;
}

.content-box-four .card .card-body {}

.content-box-four a {
  color: rgba(0, 0, 0, 0.35);
  text-decoration: none;
}

.content-box-four a .card {
  transition: all 300ms;
}

.content-box-four a:hover .card {
  transform: translateY(-20px);
  opacity: 0.9;
}

.content-box-five {
  border-top: #147BBE 20px solid;
  background: linear-gradient(45deg, #ffffffdf, #f4f4f4e9), url("../images/East-Building-shutterstock-.jpg");
  background-size: cover;
  overflow: hidden !important;
  padding: 70px 0;
}

.content-box-five .container {
  max-width: 1024px;
}

.content-box-five .card {
  border: none;
  -webkit-box-shadow: -1px -1px 16px -7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: -1px -1px 16px -7px rgba(0, 0, 0, 0.35);
  box-shadow: -1px -1px 16px -7px rgba(0, 0, 0, 0.35);
  border-radius: 20px !important;
  overflow: hidden;
}

#recent-posts a {
  text-decoration: none;
}

#recent-posts a .card {
  transition: all 300ms;
}

#recent-posts a:hover .card {
  transform: translateY(-20px);
  opacity: 0.9;
}

.video-bg {
  margin-top: -112px;
  height: 650px;
}

.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}