/* ---------------------------------------
##### - PLACE YOUR CUSTOM CSS HERE - #####
--------------------------------------- */
body {
  color: #fff;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  line-height: 1.2;
  height: 100%;
  position: relative;
}

/* ===== scrollUp ===== */
#scrollUp {
    background: rgb(255, 255, 255);
    right: 1rem;
    bottom: 10px;
    padding: 5px;
    border-radius: 6px;
    transition: all .4s ease-in-out;
}

#scrollUp:hover {
  background-color: rgba(92, 225, 230, 1);
  transition: all .4s ease-in-out;
}

/* ========== Header ========= */
.section.header_panel {
  padding: 20px 1rem;
  transition: all .4s ease-in-out;
}

.header_panel.sticky {
  position: fixed;
  width: 100%;
  background: linear-gradient(160.61deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 101.7%);
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(36px);
  z-index: 1000;
  padding: 1rem;
  transition: all .4s ease-in-out;
}

.header_panel .site-logo .logo-img {
  max-width: 110px;
  width: 100%;
  transition: all .4s ease-in-out;
}

.header_panel.sticky .site-logo .logo-img {
  max-width: 70px;
  width: 100%;
  transition: all .4s ease-in-out;
}

.header_panel.sticky .back-btn {
  font-size: 1rem;
}

.header_panel .site-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header_panel .back-btn {
  position: absolute;
  right: 0;
  top: 40%;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
}

.header_panel .back-btn:hover {
  color: rgba(245, 193, 86, 1);
}

.header_panel .back-btn i {
  color: rgba(245, 193, 86, 1);
}

.main {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 40px 1rem;
  background-color: #000000;
  background-attachment: scroll;
}

.section .container-xxl {
  max-width: 1640px;
  padding: 0;
}

.header-section {
  /* max-height: 1080px; */
  height: 100%;
  /* min-height: 730px; */
}
/* ===== upcoming-section ==== */
.section.upcoming-section {
  padding: 100px 1rem 50px;
}

.upcoming-service-widget .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.upcoming-service-widget .card .card-img {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}

.upcoming-service-widget .content {
  margin-top: 0;
  padding: 25px 0 0;
}

.upcoming-service-widget .content h4 {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 15px;
}

.upcoming-service-widget .content p {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
}

.upcoming-service-widget .content p:last-child {
  margin-bottom: 0;
}

.upcoming-service-widget .content p span {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.upcoming-service-widget .extra-content {
  display: none;
  margin-top: 0px;
  transition: all .4s ease-in-out;
}

.upcoming-service-widget .toggle-btn {
  margin-top: 30px;
  padding: 12px 27px;
  background-color: rgba(245, 193, 86, 1);
  color: rgba(31, 45, 58, 1);
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}

.upcoming-service-widget .service-list {
  margin-bottom: 20px;
}

.upcoming-service-widget .service-list:last-child {
  margin-bottom: 0;
}

.upcoming-service-widget .service-list:last-child > p:last-child {
  margin-bottom: 0;
}

.upcoming-service-widget ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin-bottom: 0;
  padding: 0 0 0 20px;
}

.upcoming-service-widget ul.list-items {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}

.upcoming-service-widget ul li {
  margin-bottom: 10px;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(252, 252, 253, 1);
}

.upcoming-service-widget .service-list > ul > li:last-child {
  margin-bottom: 0;
}

.upcoming-service-widget ul li span {
  line-height: 1.3;
}
/* 
.top-img {
  height: 299px;
  overflow: hidden;
  width: 100%;
}

.top-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
} */

/* ==== interest-Section ==== */
.interest-section.section {
  padding: 50px 1rem 100px;
}
.interest-box {
  background: linear-gradient(160.61deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 101.7%);
  backdrop-filter: blur(36px);
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4);
  background-image: url(../img/banner-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 20px;
  border-radius: 25px;
}

.interest-box .section-title {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.interest-box .section-title h3 {
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

.interest-box .section-title p {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  text-transform: capitalize;
}

.interest-box .email-form {
  max-width: 500px;
  margin: 20px auto;
}

.interest-box .input-group .form-control {
  border-radius: 0;
  border: 0;
  padding: 16px 5px;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin: 0!important;
  color: rgba(102, 102, 102, 1);
}

.interest-box .input-group {
  border-radius: 100px;
  overflow: hidden;
  background-color: #fff;
}

.interest-box .input-group .input-group-text {
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 10px 4px 10px 20px;
  color: rgba(102, 102, 102, 1);
  line-height: 1;
}

.interest-box .input-group .btn {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: rgba(245, 193, 86, 1);
  color: rgba(31, 45, 58, 1);
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  padding: 14px 33px;
  text-align: center;
  transition: all .4s ease-in-out;
}

.interest-box .input-group .btn:hover {
  background-color: rgba(92, 225, 230, 1);
  transition: all .4s ease-in-out;
}

.interest-box .input-group .form-control:focus {
  box-shadow: none;
  margin-left: 0! important;
}


/* === About Section ==== */
.section,
.about-section {
  padding: 50px 1rem;
}

.about-content-box {
  background-image: url(../img/about-us.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-height: 330px;
  height: 100%;
  background-position: top center;
}

.about-content-box .upcomming-btn {
  margin-top: 30px;
  text-align: center;
}

.about-content-box .about-content-info {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
}

.about-content-info .section-title h3 {
  margin-bottom: 20px;
}

.about-card-box .card-body p {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #FCFCFD;
  margin-bottom: 45px;
}

.upcomming-btn {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #1F2D3A;
  background-color: #F5C156;
  padding: 14px 30px;
  border-radius: 100px;
  text-decoration: none;
  display: inline-block;
  width: auto;
  transition: all .4s ease-in-out;
  border: 1px solid transparent;
}

.upcomming-btn:hover {
  background-color: #5CE1E6;
  border-color: #F5C156;
  color: #1F2D3A;
  transition: all .4s ease-in-out;
}

.section-title {
  margin-bottom: 40px;
}

.section-title h3 {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 48px;
  line-height: 118%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
}

.section-title p {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}

.section-title h3 span {
  color: #5CE1E6;
}

/* ===== Service Section ===== */

.service-section {
  padding: 50px 1rem;
}
.service-widget-img {
  background: linear-gradient(160.61deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 101.7%);
  width: 100px;
  height: 100px;
  border-radius: 15px;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(36px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin-bottom: 20px;
}

.service-body-content h4 {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 15px;
}

.service-body-content p {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(252, 252, 253, 1);
  margin-bottom: 0;
}

/* ===== Industry Section ========= */
.industry-section {
  padding: 50px 1rem 50px;
}

.industry-card-box {
  border-radius: 20px;
  border: none;
  height: 100%;
  overflow: hidden;
  transition: all .4s ease-in-out;
}

.industry-card-box .card-img {
  transform: scale(1);
  transition: all .4s ease-in-out;
  border-radius: 20px;
  overflow: hidden;
}

.industry-card-box:hover .card-img {
  transform: scale(1.1);
  transition: all .4s ease-in-out;
}

.industry-card-box .card-img-overlay {
  padding: 0;
}

.industry-card-box .overlay-content-box {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  padding: 20px;
  border-radius: 0 0 20px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  backdrop-filter: blur(50px)
}
.overlay-content-box h4 {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
}

.overlay-content-box p {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(252, 252, 253, 1);
  margin-bottom: 0;
}

/* ======= team-section ========== */
.team-section {
  padding: 50px 1rem 100px;
}
.team-section .section-title {
  max-width: 840px;
  width: 100%;
  margin: 0 auto 40px;
}
.team-section .section-title h3 {
  margin-bottom: 20px;
}

/* ========= reward-section ======= */
.reward-section {
  padding: 100px 1rem 50px;
}

/* === Download Section ==== */
.download-section {
  padding: 100px 1rem 50px;
}

.download-box {
  background: linear-gradient(160.61deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 101.7%);
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(36px);
  border-radius: 25px;
  /* background-image: url(../img/mobilebgroyex.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; */
}

.left-content {
  padding: 43px 0px 43px 50px;
  max-width: 790px;
  width: 100%;
}

.left-content h4 {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 1);
}

.left-content h4 span {
  color: rgba(92, 225, 230, 1);
}

.left-content p {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.23;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
}

.action-btns .download-btns,
.action-btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.action-btns span {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: rgba(255, 255, 255, 1);
}

.action-btns a {
  text-decoration: none;
}

.mobile-app-img {
  margin-top: -60px;
}

/* ===== announcing-section ====== */
.announcing-section {
  padding: 50px 1rem 100px;
}

.announcing-section .section-title {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.announcing-section .section-title h3 {
  margin-bottom: 20px;
}

.announcing-section .section-title .upcomming-btn {
  margin-top: 40px;
}

/* ==== Footer Section ====== */
.footer-section {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 24px 1rem;
}

.footer-section .container-xxl {
  max-width: 1640px;
  padding: 0;
}

.footer-section p {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: rgba(255, 255, 255, 1);
  margin: 0;
}

.copywright span {
  font-weight: 600;
  color: rgba(92, 225, 230, 1);
}

.cradit-info a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.cradit-info a:hover {
  color: rgba(92, 225, 230, 1);
}

.social-icons-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.social-icons-box a {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 100px;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  transition: all .4s ease-in-out;
}

.social-icons-box a:hover {
  background-color: rgba(92, 225, 230, 1);
  transition: all .4s ease-in-out;
}

.header-top-img {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1rem;
  width: 100%;
}

.right-img {
  max-width: 590px;
  width: 100%;
}