@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap");

:root {
  --brand: #1f7ed3;
  --dark: #092032;
  --body: #516171;
  --border: rgba(0, 0, 0, 0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--body);
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  font-weight: 700;
  color: var(--dark);
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

img {
  width: 100%;
}

a {
  color: var(--dark);
  transition: all 0.4s ease;
  font-weight: 500;
}

a:hover {
  color: var(--brand);
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-brand {
  color: var(--brand) !important;
}

.hero-slider .owl-prev,
.hero-slider .owl-next {
  background-color: rgba(255, 255, 255, 0.3) !important;
  width: 60px !important;
  height: 60px !important;
  display: block;
  display: grid;
  place-items: center;
  color: #fff !important;
  border-radius: 100px;
  line-height: 0;
  border-radius: 100px !important;
  position: absolute;
  top: 50%;
  font-weight: 600 !important;
  font-size: 12px !important;
  transition: all 0.4s ease;
  margin-top: -30px !important;
}

.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
  background-color: var(--brand) !important;
}

.owl-dot.active span {
  background-color: var(--brand) !important;
}

/* slide */
.slide {
  min-height: calc(100vh - 73px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.slide1 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/slide1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide2 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/reality_game.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide3 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/bonding.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide4 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/sasuke.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide5 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/amazing_race.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide6 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/gala.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide .display-3 {
  text-transform: uppercase;
  color: #fff;
}

/* navbar */
.top-nav {
  background-color: var(--brand);
  color: #fff;
  padding-top: 5px;
  padding-bottom: 4px;
}

.top-nav p {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}

.top-nav span,
.top-nav i {
  vertical-align: middle;
}

.navbar {
  box-shadow: var(--shadow);
}

.social-icons {
  margin-bottom: -7px;
}

.social-icons a {
  width: 40px;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}

.social-icons img {
  height: 25px;
}

.conditions-section {
  margin: 20px 0;
}
.conditions-section a {
  color: #fff;
  margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
  color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
  color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
  color: var(--brand);
}

.navbar-brand {
  font-size: 22px;
  font-weight: 700;
}

.navbar-brand .dot {
  color: var(--brand);
}

.btn {
  padding: 8px 26px;
}

.btn-brand {
  border-color: var(--brand);
  background-color: var(--brand);
  color: #fff;
}

.btn-brand:hover {
  background-color: #0647da;
  border-color: #0647da;
  color: #fff;
}

.intro {
  margin-bottom: 36px;
  text-align: center;
}

.intro p {
  max-width: 500px;
}
.intro h6 {
  color: var(--brand);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
}

.intro h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 24px;
}

.info-box {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}

.info-box img {
  width: 50px;
}

.info-box p {
  margin-top: unset;
  margin-bottom: unset;
}

#milestone {
  background: linear-gradient(rgba(255, 77, 41, 0.85), rgba(255, 77, 41, 0.85)),
    url(../img/bg_banner1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
  color: #fff;
}

.item {
  position: relative;
}

.item .img {
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateX(60%);
}

@media screen and (max-width: 1200px) {
  .item .img {
    display: none;
  }
}

.service {
  /* padding: 32px; */
  /* background-color: #fff; */
  /* box-shadow: var(--shadow); */
  min-height: 160px;
}

.service h5 {
  margin-top: 24px;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: unset;
}

.service img {
  width: 90px;
}

.project {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

/* .project img {
  height: auto;
} */

.project h2 {
  font-weight: 400;
}

.project h2::before {
  content: "";
  height: 2px;
  width: 30px;
  display: inline-block;
  background: var(--brand);
  vertical-align: middle;
  margin-right: 10px;
}

.project .overlay {
  width: 100%;
  height: 220px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 76, 41, 0) 0%,
    var(--dark) 100%
  );
}

.project .content {
  position: absolute;
  left: 10%;
  bottom: 10%;
}

.project .content .xxx {
  border-bottom: 5px solid #1f7ed3;
}

.project h2,
.project h6 {
  color: #fff;
}

.team-member {
  text-align: center;
}

.team-member .image {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.team-member .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -10%;
  background-color: rgba(255, 77, 41, 0.7);
  opacity: 0;
  transition: all 0.4s ease;
}

.team-member h5 {
  margin-top: 16px;
  margin-bottom: 4px;
}

.team-member .social-icons {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease;
}

.team-member .social-icons a {
  width: 40px;
  height: 40px;
}

.team-member:hover .social-icons {
  top: 50%;
  opacity: 1;
}

.team-member:hover .overlay {
  top: 0%;
  opacity: 1;
}

#reviews {
  background: linear-gradient(
      -90deg,
      rgba(8, 32, 50, 0.8),
      rgba(8, 32, 50, 0.8)
    ),
    url(../img/bg_banner1.jpg), #082032;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.review {
  text-align: center;
  z-index: 2;
  position: relative;
  margin: 15px;
  max-width: 768px;
  margin: auto;
}

.review .bxs-quote-alt-left {
  font-size: 120px;
  position: absolute;
  opacity: 0.1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.review img {
  width: 80px !important;
  height: 80px;
  border-radius: 100px;
  margin: auto;
}

.review h5 {
  margin-top: 16px;
  margin-bottom: 4px;
  color: #fff;
}

.review h3 {
  margin-top: 26px;
  margin-bottom: 26px;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  line-height: 1.7;
}

.review small {
  color: var(--brand);
}

.review .stars {
  color: var(--brand);
}

.blog-post {
  position: relative;
  background-color: #fff;
  box-shadow: var(--shadow);
}

.blog-post .content {
  padding: 32px;
}

.blog-post a {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--brand);
  padding: 2px 12px;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
}

.blog-post h5 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.blog-post small {
  text-transform: uppercase;
  color: var(--brand);
  text-decoration: underline;
}

footer {
  background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)),
    url(../img/bg_footer.jpg), #082032;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

footer .footer-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  padding-top: 20px;
}

footer .navbar-brand {
  color: #fff;
}

footer p {
  color: #adb3b9;
}

footer .social-icons a {
  width: 50px;
  height: 50px;
  font-size: 20px;
  margin-left: 4px;
  margin-right: 4px;
}

.loader {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
}

input.form-control {
  border-color: transparent;
  height: 44px;
}

.form-control {
  background-color: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.04);
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--brand);
}

.bg-orange {
  background-color: #ff7f64;
  background-image: linear-gradient(to top right, #ff7f64, #f06d06);
}

.text-bold {
  font-weight: bold;
  text-transform: uppercase;
}

.case-studies .color-cards .card-contents {
  position: relative;
  /* padding: 75px 0px; */
}
.case-studies .color-cards .card-details p {
  color: #6e6e6e;
  font-weight: 500;
}
.case-studies .color-cards:hover .card-details {
  color: rgba(0, 51, 204, 0.8);
}
.case-studies .color-cards:hover .card-details p {
  color: rgba(0, 51, 204, 0.8);
}
.case-studies .color-cards:hover .card-desc-box {
  opacity: 1;
}
.case-studies .color-cards .btn {
  padding: 6px 14px;
  font-size: 12px;
}
.case-studies .bg-violet {
  background: #bbbbf2;
}
.case-studies .case-studies-card-img {
  height: 300px;
  object-fit: cover;
}
.case-studies .card-desc-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 51, 204, 0.8);
  transition: all 0.8s ease-in-out;
  opacity: 0;
}

.text-left {
  text-align: left;
}

.fz-18 {
  font-size: 18px;
}

.sumenh {
  background: url(../img/bg-min-2.jpg) center bottom repeat;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  min-height: calc(100vh - 73px - 40px);
  padding-top: 50px;
}

@media screen and (max-width: 600px) {
  .sumenh {
    background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
    padding-top: 160px;
  }
}

.color-white {
  color: white;
}

.color-blue {
  color: var(--brand);
}

.bg-blue {
  background-color: #0a7b92;
}

input.form-control {
  background-color: white;
}

textarea.form-control {
  background-color: white;
}

/* .bg-gray {
  background-color: #f3f3f3;
} */

.margin-top-unset {
  padding-top: unset;
}

.btn-custom {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: unset;
  margin: 0 auto;
}
.btn-custom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--brand);
  /* border-radius: 10rem; */
  z-index: -2;
}
.btn-custom:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #008fb3;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.btn-custom:hover {
  color: #fff;
}
.btn-custom:hover:before {
  width: 100%;
}

/* btn */

.btn-custom {
  --body-bg: #0f172a;
  --btn-gradient: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
  --btn-txt-color: #ffffff;
  position: relative;
  border: none;
  outline: none;
  display: block;
}

.btn-animation {
  border-radius: 5px;
}

.btn-animation:hover {
  cursor: pointer;
}

.btn-animation span {
  display: block;
}

.btn-animation span:nth-child(1) {
  padding: 1.5rem 6.5rem;
  background-image: var(--btn-gradient);
  border-radius: 5px;
}

.btn-animation span:nth-child(2),
.btn-animation span:nth-child(3),
.btn-animation span:nth-child(4) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn-animation span:nth-child(4) {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: var(--btn-gradient);
  color: var(--btn-txt-color);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  border-radius: 1px;
}

.btn-animation:hover span:nth-child(4) {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.btn-animation span:nth-child(3) {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: white;
  border-radius: 4px;
}

.btn-animation span:nth-child(2) {
  height: 60%;
  width: 100%;
  background-color: white;
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}

.modal-open {
  padding-right: unset !important;
}

.facebook {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
