@import url(//db.onlinewebfonts.com/c/cafbdae458cf7ff17be118bab3071dc9?family=Soft+Marshmallow);

/* Global */
* {
  padding: 0px;
  margin: 0px;
}

*::selection {
  background: #ff45ba !important;
  color: #000 !important;
}

/* preloader */
.preloader {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: #162030 !important;
  z-index: 99999 !important;
}

.preloader img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.content-container {
  display: none !important;
}

.content-visible {
  display: block !important;
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-family: "Ubuntu", sans-serif;
  background: #162030 !important;
  letter-spacing: 1px;
}

.row {
  --bs-gutter-x: 0rem !important;
}

.global {
  padding: 0px 10rem;
}

.h-line {
  width: 17rem;
  /* border-bottom: solid 3px #9b63e1; */
  background-image: linear-gradient(115deg, #fd6e2b, #d71cb5, #9138e5);
  background-size: 100% 3px;
  background-position: bottom;
  background-repeat: no-repeat;
}

.h-font {
  font-family: "Soft Marshmallow";
}

/* End Global */

/* -----------Header-------- */
.header-bg {
  background-image: url(../image/Bg.jpg) !important;
  min-height: 100%;
  background-position: center;
  background-repeat: no-repeat !important;
  position: relative;
  background-size: cover;
  z-index: 999;
}

.logo1 {
  max-height: 80px;
  padding: 5px 0px;
}

.nav-item a {
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  padding: 0 10px !important;
  letter-spacing: 0.5px;
  color: #fff !important;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}

.nav-item a:hover {
  color: #ff45ba !important;
}

.nav-item {
  padding: 15px;
}

/* home page slider start */
.slider-content h1 {
  font-size: 6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.slider-content p {
  font-size: 20px;
  font-weight: 200;
  text-transform: uppercase;
}

.squre-btn a,
.squre-btn button {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 3px;
  border-radius: 6px;
  overflow: hidden;
}

.squre-btn a::before,
.squre-btn button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(115deg, #fd6e2b, #d71cb5, #9138e5);
  background-size: 50% 100%;
  border-radius: inherit;
}

.squre-btn a:hover::before,
.squre-btn button:hover::before {
  animation: animate_border 0.75s linear infinite;
}

.squre-btn a span,
.squre-btn button span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 13px 20px;
  background-color: #152236;
  border-radius: 3px;
  color: #fff;
}

@keyframes animate_border {
  to {
    transform: translateX(-50%);
  }
}

.rounded-btn a,
.rounded-btn button {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 3px;
  border-bottom-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
  overflow: hidden;
}

.rounded-btn a::before,
.rounded-btn button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(115deg, #fd6e2b, #d71cb5, #9138e5);
  background-size: 50% 100%;
  border-radius: inherit;
}

.rounded-btn a:hover::before,
.rounded-btn button:hover::before {
  animation: animate_border 0.75s linear infinite;
}

.rounded-btn a span,
.rounded-btn button span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 13px 20px;
  background-color: #152236;
  border-bottom-left-radius: 23px !important;
  border-bottom-right-radius: 2px !important;
  border-top-left-radius: 2px !important;
  border-top-right-radius: 23px !important;
}

/*home page team section */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 3px solid #ff45ba;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.team {
  margin-bottom: -19rem !important;
}

.team-card {
  background-color: #1c2a3e;
  border-radius: 10%;
}

.team-info span {
  color: #5a84b7 !important;
}

.team-social ul {
  display: flex;
  justify-content: space-evenly;
}

.team-social li a {
  color: #ffffff;
  font-size: 20px;
}

.team-social li {
  background-color: #21334b;
  padding: 10px 15px !important;
  border-radius: 25%;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}

.team-social li:hover {
  background: #ff45ba;
  transform: translateY(-5px) !important;
}

.center-bg {
  background-color: #152236;
  min-height: 20rem;
}

.btn-center a,
.btn-center button {
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  background-color: #1c2a3e !important;
  border: solid 3px #ff6883;
  padding: 12px 24px;
  font-size: 15px;
  border-style: solid;
  transition: all 0.4s ease-in-out;
}

.btn-center a:hover,
.btn-center button:hover {
  border: solid 3px #9b63e1;
}

/* --------------------------About Page---------------------- */
.content p,
.content-information p {
  font-size: 16px;
  font-weight: 100;
  line-height: 25px;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}

/* extra */
h2 {
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 1px;
  word-spacing: 2px;
  color: #fff;
  font-size: 30px;
}

.about-btn a {
  border-bottom-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
  background-color: #162030 !important;
  border: solid 3px #ff6883 !important;
  font-size: 15px;
  padding: 12px 24px !important;
  transition: all 0.4s ease-in-out;
}

.about-btn a:hover {
  background-color: #ff45ba !important;
  border: solid 3px #ff6883 !important;
}

/* portfolio */
.portfolio-heading {
  margin-bottom: 3rem;
}

.portfolio-heading h3 {
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 1px;
  word-spacing: 2px;
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
}

.portfolio-content {
  margin-left: 40px;
}

.portfolio-content i {
  margin-right: 10px;
}

.portfolio-content p {
  font-size: 16px;
  font-weight: 100;
  line-height: 25px;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}

.content-link li a {
  text-decoration: none !important;
  color: #5a84b7 !important;
  word-spacing: 2px;
  letter-spacing: 0.5px;
}

.content-link li {
  margin-left: 20px;
}

/* ------------------careers page------------ */
.careers-content p {
  word-spacing: 1px;
  color: #fff;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 17px;
}

.careers-content p a {
  color: #ff1f63;
}

.careers-card h6 {
  margin-bottom: 15px !important;
  margin-top: 25px;
}

.careers-btn a {
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  border: solid 3px #ff6883;
  border-bottom-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
  padding: 12px 24px !important;
  font-size: 15px !important;
  border-style: solid;
  transition: all 0.4s ease-in-out;
}

.careers-btn a:hover {
  background-color: #1c1b1b !important;
  border: solid 3px #ff6883 !important;
}

/* ----------------contact page--------------- */
.contact-info {
  word-spacing: 1px;
  line-height: 1.8em;
  font-size: 15px;
  color: #666;
}

.contact {
  background-color: #1c2a3e;
  border-radius: 5%;
}

.contact-item {
  border-radius: 10px;
  display: flex;
  margin: 20px 0;
  padding: 0px 20px;
  transition: all 0.5s ease-in-out;
}

.contact-icon i {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
}

.contact-content {
  margin-left: 25px;
  color: #fff;
}

.contact-content h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}

.contact-content a,
.contact-content p {
  font-size: 1em;
  color: #5a84b7;
  font-weight: 400;
  line-height: 2;
  text-decoration: none;
  margin: 0;
}

.contact-form-wrapper {
  background-color: #1c2a3e;
  border-radius: 10px;
  padding: 50px 40px;
}

.contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
  padding: 15px 25px;
  border: 1px solid #182437;
  color: #fff;
  text-transform: capitalize;
  outline: none;
  background-color: #182437;
  margin-bottom: 25px;
  width: 100%;
  transition: all 0.2s ease-in-out;
}

.contact-form-wrapper .contact-form label {
  color: #fff !important;
  margin: 0 0 5px 8px;
  letter-spacing: 1px;
}

.contact-form-wrapper .contact-form input:focus,
.contact-form-wrapper .contact-form textarea:focus {
  border: 1px solid #ff45ba;
}

/* footer */
.footer {
  background-color: #171f2e !important;
}

.copyrightColor {
  background-image: linear-gradient(115deg, #fd6e2b, #d71cb5, #9138e5);
}

.links a span {
  overflow: hidden;
  display: inline;
  position: relative;
}

.links a span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 5px;
  bottom: -5px;
  scale: 0;
  background-color: #ff45ba;
  height: 2px;
  transform-origin: right;
  /* transition: scale 0.25s; */
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}

.links a span:hover::before {
  scale: 1;
  transform-origin: left;
}

.links a,
.address-links a {
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.links a:hover,
.address-links a:hover {
  color: #ff45ba;
}

.h-link {
  color: #9b63e1;
}

/* Mobile Device */
@media (max-width: 992px) {
  .global {
    padding: 0px 1rem !important;
  }

  .h-line {
    width: 13rem;
  }

  /* ----------------- Mobile Header------------ */
  .slider-content h1 {
    font-size: 3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .slider-content p {
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
  }

  .squre-btn a span,
  .squre-btn button span {
    position: relative;
    z-index: 2;
    display: block;
    padding: 5px 8px;
    /* font-size: 14px !important; */
  }

  .rounded-btn a span,
  .rounded-btn button span {
    position: relative;
    z-index: 2;
    display: block;
    padding: 10px 20px;
    /* font-size: 14px !important; */
  }

  .header-btn a:hover,
  .btn-center a:hover {
    background-color: #1c1b1b !important;
    border: solid 1px #ff6883 !important;
  }

  /* -----------------Our Games ------------ */
  .btn-center a {
    border: solid 1px #ff6883;
    padding: 12px 24px;
    font-size: 15px;
  }

  /* -----------------about------------- */
  .about p {
    letter-spacing: 0px;
  }

  .about-img {
    display: none;
  }

  .about-btn a {
    border: solid 1px #ff6883 !important;
    font-size: 15px;
    padding: 12px 24px;
  }

  .about-btn a:hover {
    border: solid 1px #ff6883 !important;
  }

  /* portfolio */
  .portfolio-content {
    margin-left: 20px;
  }

  /* ----------careers---------- */
  .rounded-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* extra */
  h2 {
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 1px;
    word-spacing: 2px;
    color: #fff;
    font-size: 25px;
  }
}

@media (max-width: 567px) {
  .h-line {
    width: 13rem;
  }
  /* preloader */
  .preloader {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #162030 !important;
    z-index: 99999 !important;
  }

  .preloader img {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }

  .content-container {
    display: none !important;
  }

  .content-visible {
    display: block !important;
  }

  section{
    padding: 30px 0px;
  }

  /* ----------------- Mobile Header------------ */
  .slider-content h1 {
    font-size: 2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .slider-content p {
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
  }

  .squre-btn a span,
  .squre-btn button span {
    position: relative;
    z-index: 2;
    display: block;
    padding: 5px 8px;
    font-size: 14px !important;
  }

  .rounded-btn a span,
  .rounded-btn button span {
    position: relative;
    z-index: 2;
    display: block;
    padding: 10px 20px;
    font-size: 14px !important;
  }
}
