/* :root {
  --white: #fff;
  --black: #000;
  --blue:#1d1b49;
  --blue: #6923c2;
} */

/* .x-body {
  background-color: var(--blue);
} */

/* .black-text {
  color: var(--black);
}

.white-text {
  color: var(--white);
}

.red-text {
  color: red;
}

a:hover {
  color: #fff !important;
}

a {
  text-decoration: none !important;
} */

.main {
  /* padding: 20px 0px; */
}

/* .faq-heading {
  padding: 10px 0px;
  font-size: 15px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.ask-heading {
  padding: 10px 0px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: var(--white);
  font-family: "Noto Sans", sans-serif;
}

.tabs-div #myTab {
  justify-content: space-between;
  border-bottom: none;
}

.tabs-div {
  background: #efefef;
  padding: 42px 0px;
}

.imgcrdit {
  font-size: 20px;
  background: var(--blue);
  height: 96px;
  width: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--blue);
}

.imgcrdit svg {
  color: var(--white);
  border-radius: 50%;
  font-size: 40px;
}

.nav-item button {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 19px;
  font-weight: 500;
  color: #777777;
  border: none;
  background: none;
  white-space: nowrap;
  font-family: "Noto Sans", sans-serif;
}

.nav-item {
  border: none;
}

.nav-tabs .nav-link.active {
  background: #efefef !important;
  border-color: none !important;
  border: none !important;
}

.nav-tabs .nav-link {
  border: none !important;
}

.nav-item button:hover {
  border: none;
}

.badge-set {
  padding: 12px 10px !important;
  bottom: -32px !important;
}

.caret-icon {
  transition: all 0.3s linear;
} */

/* .nav-tabs .nav-link.active .caret-icon{
    transform: rotate(180deg);

} */

/* .first-tab {
  padding: 20px 0px;
}

.first-tab h2 {
  padding: 10px 0px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: var(--blue);
  font-family: "Noto Sans", sans-serif;
}

.card-main {
  position: relative;
  top: -75px;
} */

/* .create-logo {
  background: var(--white);
  box-shadow: 0 4px 32px #0000004d;
  border-radius: 50%;
  text-align: center;
  position: relative;
  width: min-content;
  width: 130px;
  padding: 28px;
  transform: translate(-50%, -50%);
  left: 70px;
  top: -29px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  margin: 0 auto;
}

.card-main h3 {
  color: #666;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  max-width: 260px;
}

.row-margin {
  margin-top: 80px !important;
  justify-content: center;
}

.register-card {
  background: var(--white);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 32px #0000004d;
  width: 100%;
  margin: 30px 0 100px;
  height: 200px;
} */

/* .create-logo span {
  position: absolute;
  bottom: -22px;
  background: var(--blue);
  border-radius: 50%;
  left: 63px;
  transform: translate(-50%, -50%);
  font-size: 15px;
}

.create-logo img {
  width: 50px;
} */

/* faq-section */

/* .faq-section {
  padding: 40px 0px;
}

.input-field {
  text-align: center;
  width: 33%;
  margin: auto;
  position: relative;
}

.input-field input {
  background: #efefef;
  border: none;
  padding: 15px 39px 15px 15px;
  width: 100%;
  border-radius: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
} */

/* .innerheader-button {
  justify-content: space-between;
}

.input-field svg {
  position: absolute;
  right: 18px;
  top: 20px;
  color: #757575;
}

.innerheader-button.collapsed .minus-imag {
  display: block;
}

.innerheader-button.collapsed .plus-imag {
  display: none;
} */

/* .minus-imag {
  display: none;
  height: 20px;
  width: 20px;
}

.plus-imag {
  height: 20px;
  width: 20px;
}

.innerheader-button::after {
  display: none;
}

.active .caret-icon {
  transform: rotate(180deg);
}

.active .imgcrdit {
  background: var(--white);
}

.active .imgcrdit svg {
  color: var(--blue);
} */

/* myaccount css */

/* .first-wallet {
  color: var(--white);
  padding: 10px 29px;
}

.first-wallet h5 {
  margin-top: 10px;
  font-weight: 200;
  font-size: 18px;
  margin-bottom: 0px;
  text-align: center;
}

.first-wallet i {
  text-align: center;
  font-size: 24px;
  position: relative;
  top: 6px;
  color: var(--white);
} */

/* .icon-div {
  text-align: center;
  width: max-content;
  display: flex;
  margin: auto;
  padding: 14px;
  border-radius: 30px;
  border: 2px dotted var(--white);
}

.icon-div i {
  animation: rotating 3s linear infinite normal;
}

@keyframes rotating {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
} */

/* .accordion-section {
  padding: 50px 0px;
}

.main-accordion {
  width: 100%;
  margin: auto;
  background:var(--blue);
  padding: 20px;
  border-radius: 16px;
} */

/* .accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  color: var(--blue);
  border-radius: 0px !important;
  font-weight: 500;
  backdrop-filter: blur(1px);
  font-weight: 600;
  font-size: 22px;
  padding: 14px 10px !important;
  border-bottom: 1px solid var(--blue);
  font-family: "Noto Sans", sans-serif;
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed:focus {
  box-shadow: none;
} */

/* .accordion-body {
  color: var(--white);
}

.accordion-item {
  border: none !important;
  margin-bottom: 0px;
  border-radius: 10px !important;
}

.accordion-body {
  display: flex;
  flex-direction: column;
  padding: 7px 12px !important;
  gap: 8px;
} */

/* .accordion-body p {
  margin: 0;
  color: grey;
  font-weight: 400;
  font-size: 14px;
}

.accordion-body a {
  text-decoration: none;
  color: var(--blue);
  transition: all 0.3s linear;
}

.accordion-body a:hover {
  transform: translateX(10px);
}

.accordion-button:focus {
  background: white;
  box-shadow: none !important;
}

.accordion-button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: white !important;
} */

/* .accordion-body {
  color: var(--blue);
}

.accordion-button {
  padding: 8px 0px !important;
  color: var(--blue);
  border-radius: 0px !important;
  font-weight: 500;
  backdrop-filter: blur(1px);
  font-weight: 600;
  font-size: 22px;
  padding: 10px !important;
  border-bottom: 1px solid var(--blue);
  font-family: "Noto Sans", sans-serif;
}

.accordion-button:hover {
  color: #1d2ec4 !important;
} */

/* #nestedAccordion {
  padding: 0 16px;
} */

/* myaccount css */

.set-border {
  /* border-bottom: 1px solid var(--blue);; */
}

/* faq-section */

/* @media screen and (max-width: 576px) {
  .ask-heading {
    font-size: 17px;
  }

  .nav-item button {
    font-size: 15px;
  }

  .first-tab h2 {
    font-size: 22px;
  }

  .input-field {
    width: 100%;
  }

  .accordion-flush>.accordion-item>.accordion-header .accordion-button,
  .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    font-size: 14px;
  }

  .accordion-button {
    font-size: 14px !important;
  }
} */

/* @media screen and (max-width: 972px) {
  .tabs-div #myTab {
    justify-content: center;
  }

  .input-field {
    width: 80%;
  }

  .main-accordion {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .tabs-div #myTab {
    justify-content: unset;
  }
}

.accordion {
  padding: 0 16px;
} */

/* header */

/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap"); */

*,
/* body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important;
}

.navbar {
  background-color: #1e1B49;
  background-color: #fff;
  box-shadow: 0 4px 32px #0000004d;
} */

/* .navbar .custom-container {
  max-width: 1550px;
}

.select-option {
  background: none;
  color: var(--white);
  border: none;
  font-size: 18px;
}

.select-option:focus-visible {
  outline: none;
  box-shadow: none;
}

.navbar .navbar-brand img {
  width: 114px;
  height: 68px;
}

.nav-item span {
  color: #fff;
} */

.nav-link {
  /* color: #fff !important; */
}

/* .nav-link:hover {
  color: var(--blue) !important;
}

.bottom .nav-item .nav-link {
  color: var(--blue);
}

.top .nav-item .nav-link {
  color: var(--white);
}

.top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bottom {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
}

.top .nav-link.line {
  position: relative;
}

.top .nav-link svg {
  height: 24px;
  width: 24px;
  padding-inline-end: 20px;
}

.navbar-toggler svg {
  color: var(--blue) !important;
} */

/* @media (min-width: 992px) {
  .top .nav-link.line::before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    height: 1px;
    bottom: 8px;
    width: 85%;
    background-color: #d6293a;
  }
}

.bottom .nav-link {
  position: relative;
  text-transform: uppercase;
  font-size: 15px !important;
  font-weight: 700 !important;
  border-radius: 12px;
}

.bottom .nav-link:hover {
  background-color: #fff;
  color: #000 !important;
}

.bottom .nav-link::after {
  position: absolute;
  content: "";
  background-color: var(--blue);
  width: 3px;
  height: 16px;
  right: -15px;
  top: 12px;
}

.navbar-expand-lg .navbar-nav {
  flex-direction: column !important;
  gap: 12px;
}

.dropdown .dropdown-toggle {
  color: #fff;
  background-color: unset;
  border: unset;
}

.dropdown .dropdown-menu.show {
  background-color: #d6293a;
  box-shadow: 4px 4px 16px #00000026;
  --bs-dropdown-min-width: unset;
  padding: 2px 12px;
}

.dropdown .dropdown-menu.show .dropdown-item {
  color: #fff;
}

.dropdown .dropdown-menu.show .dropdown-item:hover {
  background-color: #d6293a;
}

.dropdown .dropdown-toggle:hover,
.dropdown .dropdown-toggle:active {
  background-color: unset !important;
}

.navbar-toggler {
  background-color: #fff !important;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  right: 0;
  left: unset !important;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-right svg {
  font-size: 22px;
} */

/* Queries */
/* @media (max-width: 991px) {
  .top {
    display: block;
  }

  .top .nav-item {
    margin-bottom: 12px;
  }

  .top .nav-item span {
    display: none;
  }

  .top .dropdown-toggle {
    padding: 0;
  }

  .top .dropdown-menu.show {
    --bs-dropdown-min-width: unset;
    width: 100px;
    padding: 5px 12px;
    text-align: center;
  }

  .bottom {
    flex-wrap: wrap;
    gap: 20px;
  }

  .top .nav-link svg {
    display: none;
  }

  .top .cart-icon {
    display: none;
  }

  .bottom .nav-link::after {
    right: -10px;
  }

  .nav-right svg {
    display: block !important;
    color: var(--white);
  }
}

@media (max-width: 767px) {
  .navbar .navbar-brand img {
    width: 100px;
    height: 60px;
  }
} */

/* .button_new {
  padding: 8px 28px;
  background-color: white;
  border: 1px solid transparent;
  font-size: 14px;
  border-radius: 5px;
  color: black;
  transition: all .3s linear;
}

.button_new:hover {
  padding: 8px 28px;
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

.nav-right svg {
  display: none;
} */

/* header css */

/* footer */

/* .footer {
  background: var(--blue);
  padding: 30px 0px;
  margin-top: 50px;
}

.footer .icon-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 32px;
}

.footer .icon-footer svg {
  color: var(--white);
  font-size: 32px;
}

.footer .inner-links-footer {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.footer .inner-links-footer a {
  font-size: 20px;
  display: inline-block;
  color: var(--white);
  position: relative;
  white-space: nowrap;
  transition: all 0.3s linear;
}

.footer .inner-links-footer a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  display: none;
  background-color: #d6293a;
  bottom: -4px;
  transition: all 0.3s linear;
}

.footer .inner-links-footer a:hover::before {
  display: block;
  bottom: -2px;
}

.footer .inner-links-footer a::after {
  content: "";
  display: block;
  width: 2px;
  border-radius: 1px;
  background-color: var(--white);
  height: 20px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.footer .inner-links-footer-2 {
  margin-top: 20px;
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.footer .inner-links-footer-2 a {
  font-size: 17px;
  display: inline-block;
  color: var(--white);
  position: relative;
  white-space: nowrap;
}

.footer .inner-links-footer-2 a::after {
  content: "";
  display: block;
  width: 2px;
  border-radius: 1px;
  background-color: var(--white);
  height: 20px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.footer .footer-bottom {
  color: #fff;
  line-height: 1.1;
  font-size: 14px;
  margin: 32px auto 0;
  max-width: 540px;
  text-align: center;
} */

/* footer */
/* 
@media screen and (max-width: 992px) {
  .footer .inner-links-footer-2 {
    gap: 10px;
  }

  .footer .inner-links-footer {
    gap: 10px;
  }

  .footer .inner-links-footer a {
    padding: 0 17px;
  }

  .footer .inner-links-footer-2 a {
    padding: 0 17px;
  }
}

@media screen and (max-width: 576px) {
  .footer .inner-links-footer a {
    font-size: 14px;
  }

  .footer .inner-links-footer a::after {
    right: 4px;
  }

  .footer .inner-links-footer-2 a {
    font-size: 14px;
  }

  .footer .inner-links-footer-2 a::after {
    right: 4px;
  }
} */

/* games */

/* .__phonebodys {
  max-width: 430px;
  width: 100%;
  margin: auto;
  font-size: 14px;
  background-color: #171721;
  position: relative;
} */

/* .game-section {
  margin-bottom: 88px;
}

.__i-game-headers {
  background-color: #9644fe1f;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
}

.__i-game-headers .__logos {
  width: 80px;
  height: 62px;
}

.logo-clss {
  width: 100%;
  height: 100%;
}

.__i-game-headers .btn {
  background: linear-gradient(0deg,
      hsla(267, 80%, 52%, 1) 0%,
      hsla(272, 64%, 17%, 1) 81%);
  border: none;
  padding: 7px 20px;
  border-radius: 10px;
  font-size: 15px;
  color: #fff !important;
  transition: all 0.3s linear;
}

.__banner-games {
  padding: 10px;
  margin: 10px 0;
}

.__banner-games .Banner-img .item-ban {
  width: 100%;
  height: 170px;
  border-radius: 20px;
  overflow: hidden;
}

.ban-picss {
  width: 100%;
  height: 100%;
}

.__banner-game {
  padding: 10px;
  margin: 10px 0;
}

.heading_p_gamess {
  font-size: 15px;
  font-weight: 600;
  margin: 0 !important;
  border-left: 4px solid #9644fe;
  padding-left: 12px;
  margin-bottom: 24px !important;
  text-transform: uppercase;
}

.inner-games {
  padding: 10px;
  margin: 10px 0;
}

.ludo-game {
  width: 100%;
  height: 170px;
  border-radius: 20px;
  overflow: hidden;
}

.ludo-p {
  background-color: #9644fe;
  margin-bottom: 10px !important;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
} */











/* new styling css  */

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Arima:wght@100..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lobster&family=Lora:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Oleo+Script:wght@400;700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&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&family=Satisfy&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&family=Updock&display=swap');

.main{
  background-color:#00150f;
}

.header{
  /* background-color:#1b2d29; */
}

/*<section class="nab">start*/

.nab{
	width:100%;
	position:fixed;
	z-index:2;
	top:0;
  background:transparent;
  padding:0px 0;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
  overflow: hidden;
}

.nab.scrolled {
  background: #1b2d29;
  z-index:999999;
}

.navbar-brand img {
  width: 90px;
  height: auto;
}
#navbar li{
   padding:0 4px;
   /* padding:0 10px; */
}
#navbar li a{
color:white;
font-weight:600;
font-size:16px;
font-family: "Roboto", sans-serif;
}
#navbar li a:hover{
color:#00d094;
transition:1s;
}
.navbar-toggler{
  box-shadow: none !important;
}
.navbar-toggler-icon i{
	color:white;
	margin-top:7px;
}

.nav-btn{

}
.nav-btn a{
  text-decoration:none;
  color:white;
  font-size:16px;
  font-weight:700;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  padding:0 10px;
}
.nav-btn a:hover{
  color:#06d095;
  transition:1s;
  }
.nav-btn2{
  border-right:3px solid #00d094;
  border-left:3px solid #00d094;
}

i.bx.bx-menu {
  color: white;
  font-size: 30px;
}


/* banner */

.banner{
  padding:130px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner::before{
  position: absolute;
  content: "";
  width:100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image:url(../../../../uploads/banner_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity:0.1;
  z-index: -1;
}

.banner-contact{
    margin-top:70px;
}
.banner-contact h1{
     color:white;
     font-size:50px;
     font-weight:800;
     font-family: "Roboto", sans-serif;
     margin:0;
     text-transform: capitalize;
}
.banner-contact h1 span{
     color:#00d094;
}
.banner-contact p{
  color:#6B777F;
  font-family: "Roboto", sans-serif;
  font-size:17px;
  font-weight:700;
  margin:0;
  margin-top:10px;
}

.banner-btn{
     margin-top:30px;
}
.banner-btn1{
  text-decoration:none;
  font-family: "Roboto", sans-serif;
  font-size:17px;
  font-weight:700;
  background-color:#00d094;
  border:1px solid #00d094;
  transition: all 0.3s ease-out;
  text-transform: capitalize;
  border-radius: 8px;
  color:white;
  padding:15px 30px;
  position: relative;
  margin-right:15px;
}
.banner-btn1 i{
   color:white;
   font-size:25px;
   position: relative;
   top: 6px;
}
.banner-btn1:hover{
  color:#0C263A;
}
.banner-btn1:hover i{
  color:#0C263A;
  transition: all 0.3s ease-out;
}


.banner-btn2{
  text-decoration:none;
  font-family: "Roboto", sans-serif;
  font-size:17px;
  font-weight:700;
  background-color:transparent;
  border:1px solid #00d094;
  transition: all 0.3s ease-out;
  text-transform: capitalize;
  border-radius: 8px;
  color:#00d094;
  padding:15px 30px;
}
.banner-btn2 i{
   color:#00d094;
   font-size:25px;
   position: relative;
   top: 6px;
   transition: all 0.3s ease-out;
}
.banner-btn2:hover{
  background-color:#06d095;
  border-color:#06d095;
  color: white;
}
.banner-btn2:hover i{
  color: white;
}


.banner-follow{
   margin-top:50px;
}
.banner-follow a{
   text-decoration: none;
}
.banner-follow a i{
    border:2px solid #ffffff14;
    transition:all 0.4s ease;
    color:white;
    border-radius:50px;
    padding:10px 10px;
    font-size:20px;
    margin:0 8px;
}
.banner-follow a i:hover{
  border-color:#00d094;
}


.banner-img{

}
.banner-img img{
  width:100%;
  animation:left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
      transform: translateX(0px);
  }
}



/* marquee start */

.marquee{
   position: relative;
   display: none;
}
.marquee:before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #002a1e;
  border-top: 8px solid #00150f;
  border-bottom: 8px solid #00150f;
  z-index: 3;
}
.marquee:after {
  content: "";
  left: 0;
  top: -5px;
  height: 119px;
  width: 100%;
  background:#003E2C;
  transform: rotate(2deg);
  z-index: 2;
}


/* <section class="explore"> start */

.explore{
  padding:80px 0;
  width:100%;
  overflow: hidden;
}

.explore-img{
  width:100%;
  position: relative;
}
.explore-img img{
  width:500px;
  position: relative;
  z-index: 9999;
}
.explore-img::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 230px;
  width: 230px;
  backdrop-filter: blur(10px);
  filter: blur(70px);
  background-color: #85f2d382;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 50px;
}


.explore-img-contact-left{
    background-color:#3f514bf7;
    border:1px solid #00000005;
    box-shadow:-40px 40px 60px 0px rgba(5, 30, 54, 0.05);
    border-radius:16px;
    padding: 20px 30px;
    width: 50%;
    position: absolute;
    top: 65px;
    left: 0px;
    z-index: 9999;
}
.explore-img-contact-right{
    background-color:#3f514bf7;
    border:1px solid #00000005;
    box-shadow:-40px 40px 60px 0px rgba(5, 30, 54, 0.05);
    border-radius:16px;
    padding: 20px 30px;
    width: 50%;
    position: absolute;
    bottom: 50px;
    right: 55px;
    z-index: 9999;
}

.explore-img-contact-left h3{
  color:#00d094;
  font-size:30px;
  font-weight:800;
  font-family: "Roboto", sans-serif;
}
.explore-img-contact-left p{
  color:white;
  font-size:16px;
  font-weight:600;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

.explore-img-contact-right h3{
  color:#00d094;
  font-size:30px;
  font-weight:800;
  font-family: "Roboto", sans-serif;
}
.explore-img-contact-right p{
  color:white;
  font-size:16px;
  font-weight:600;
  font-family: "Roboto", sans-serif;
  margin: 0;
}


.explore-contact{
  margin-top:70px;
}
.explore-contact h1{
   color:white;
   font-size:37px;
   font-weight:800;
   font-family: "Roboto", sans-serif;
   margin:0;
   text-transform: capitalize;
}
.explore-contact h1 span{
   color:#00d094;
}
.explore-contact p{
    color:#6B777F;
    font-family: "Roboto", sans-serif;
    font-size:17px;
    font-weight:700;
    margin:0;
    margin-top:10px;
}

.explore-btn{
  margin-top: 40px;
}


/* benefit start */

.benefit{
   width:100%;
   padding-top: 130px;
   padding-bottom: 180px;
   background:linear-gradient(152deg, #edf2f805 0%, #edf2f814 100%);
   position: relative;
   overflow: hidden;
}

.benefit-contact{

}
.benefit-contact h1{
  color:white;
  font-size:37px;
  font-weight:800;
  font-family: "Roboto", sans-serif;
  margin:0;
  text-transform: capitalize;
}
.benefit-contact h1 span{
  color:#00d094;
}
.benefit-contact p{
  color:#6B777F;
  font-family: "Roboto", sans-serif;
  font-size:17px;
  font-weight:700;
  margin-bottom:20px;
  margin-top:10px;
}

.benefit-card {
  border:1px solid #e6edfb1f !important;
  box-shadow:0px 12px 30px rgba(14, 4, 0, 0.24);
  padding:25px;
  border-radius:8px;
}
.benefit-card1{
   margin-bottom: 20px;
}

.benefit-card a{
  text-decoration:none;
  color:#fff9;
  font-family: "Roboto", sans-serif;
  font-size:18px;
  font-weight:700;
  transition: all 0.4s ease;
}
.benefit-card a:hover{
  color: #0A4FD5;
}



.benefit::before{
  content: "";
  border: 2px solid #253a33;
  padding: 40px;
  border-bottom-left-radius: 25%;
  height: 95%;
  width: 53%;
  top: -9%;
  right: -4%;
  transform: rotate(-10deg);
  position: absolute;
}
.benefit::after{
  position: absolute;
  content: "";
  height: 90%;
  width: 47%;
  background: linear-gradient(219deg, #fff0 0%, #253a33 100%);
  border-bottom-left-radius: 25%;
  top: -8%;
  right: -1%;
  transform: rotate(-10deg);
}


.benefit-img{
   position: relative;
   z-index: 9999;
   right:-20%;
   padding-top: 70px;
}
.benefit-img img{
  width:469px;
  position: relative;
  z-index: 9999;
}


.benefit-card-img1{
  padding: 25px 30px;
  border-radius: 8px 40px 32px 80px;
  background-color: #ffffff14;
  backdrop-filter: blur(24px);
  width:50%;
  position: absolute;
  z-index: 9999;
  top: 0px;
  right: 60px;
  z-index: 9999;
}
.benefit-card-img1 h3 img{
   width:70px;
   height:70px;
}
.benefit-card-img1 h3 span{
    color:white;
    font-size:16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.benefit-card-img2{
  padding: 25px 30px;
  border-radius: 32px 60px 8px 40px;
  background-color: #ffffff14;
  backdrop-filter: blur(24px);
  width:50%;
  position: absolute;
  bottom: 0px;
  left:0;
  z-index: 9999;
}
.benefit-card-img2 h3{
  color:#00d094;
  font-family: "Roboto", sans-serif;
  font-size:20px;
  font-weight:700;
}
.benefit-card-img2 h3 span{
    color:white;
    font-size:18px;
}



/* service start */

.service{
  width:100%;
  padding:80px 0;
  overflow: hidden;
}

.service-heading{
   width:100%;
   text-align: center;
   margin-bottom: 50px;
}
.service-heading h1{
  color:#fff;
  font-family: "Roboto", sans-serif;
  font-size:50px;
  font-weight:700;
}
.service-heading h1 span{
  color:#00d094;
}

.service-heading p{
  color:#6B777F;
  font-family: "Roboto", sans-serif;
  font-size:17px;
  font-weight:700;
  margin:0;
}


.service-card{
    padding:50px 45px;
    border-radius:15px;
    background:linear-gradient(152deg, #edf2f805 0%, #edf2f814 100%);
    border:2px solid #091e19;
    text-align: center;
    transition:all 0.5s ease;
}
.ser-card-l{
  margin-top: 40px;
}
.service-card img{
    background-color:#1b2d29;
    box-shadow: 0px 8px 24px rgba(12, 52, 91, 0.04);
    padding: 25px !important;
    border-radius:50px;
    margin-bottom: 25px;
}
.service-title a{
  color:#fff;
  font-family: "Roboto", sans-serif;
  font-size:25px;
  font-weight:700;
  text-decoration: none;
  transition:all 0.5s ease;
}
.service-title p{
  color:#6B777F;
  font-family: "Roboto", sans-serif;
  font-size:16px;
  font-weight:600;
  margin:0;
  margin-top: 10px;
}

.service-card:hover{
  border-color: #00d094;
  transform: translateY(-5px);
}
.service-card:hover .service-title a{
  color: #00d094;
}



/* roadmap start */


.roadmap{
  width:100%;
  padding:80px 0;
  background:linear-gradient(152deg, #edf2f805 0%, #edf2f814 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.roadmap::before{
  position: absolute;
  content: "";
  width: 25%;
  height: 85%;
  top: -12%;
  left: -33%;
  border-radius: 100px 213px 100px 100px;
  background:linear-gradient(109deg, #ffffff0a 0%, #d5e5f929 100%);
  transform: rotate(40deg);
  z-index: -1;
}
.roadmap::after{
  position: absolute;
  content: "";
  width: 27%;
  height: 85%;
  top: -12%;
  left: -32%;
  border: 2px solid #d5e5f929;
  padding: 40px;
  border-radius: 100px 213px 100px 100px;
  border-left: transparent;
  border-bottom: transparent;
  transform: rotate(40deg);
  z-index: -1;
}


.roadmap-heading{
   width:100%;
   text-align: center;
   margin-bottom: 50px;
}
.roadmap-heading h1{
  color:#fff;
  font-family: "Roboto", sans-serif;
  font-size:50px;
  font-weight:700;
}
.roadmap-heading h1 span{
  color:#00d094;
}

.roadmap-heading p{
  color:#6B777F;
  font-family: "Roboto", sans-serif;
  font-size:17px;
  font-weight:700;
  margin:0;
}

.roadmap-card{
  padding:40px;
  border-radius: 15px;
  background: linear-gradient(152deg, #20383380 0%, #021d1500 100%);
}  
.roadmap-card2{
  padding:40px;
  border-radius: 15px;
  background: linear-gradient(152deg, #021d1500 0%, #20383380 100%);
}  
.roadmap-title{
  
}
.roadmap-text {
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.roadmap-text h4{
  color:#fff;
  font-family: "Roboto", sans-serif;
  font-size:30px;
  font-weight:700;
  margin:0;
}
.roadmap-text span{
  color:#00d094;
  font-family: "Roboto", sans-serif;
  font-size:40px;
  font-weight:700;
}
.roadmap-title p{
  color:#6B777F;
  font-family: "Roboto", sans-serif;
  font-size:16px;
  font-weight:500;
  margin:0;
}

.card-roadline {
  margin: 0px 0px;
  border-radius: 20px;
  box-shadow: none;
  background: #273B38 !important;
  position: absolute;
  overflow: visible !important;
  padding: 0px;
  height: 27.5%;
  width: 9px;
  left: 50%;
}
.roadline{
    background-color: #00d094;
    border-radius: 20px;
    height: 35%;
    position: relative;
}
.line1{
  height:55% !important;
}
.line2{
  background: #273B38 !important;
}
/* .line5{
  height:27.5% !important;
} */
.line6{
  height: 0% !important;
}



/* <section class="plan"> */

.plan{
  width:100%;
  padding:80px 0;
  background:linear-gradient(152deg, #edf2f805 0%, #edf2f814 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.plan-bg{
  overflow: hidden;
  position: absolute;
  content: "";
  width: 65% !important;
  height: 100%;
  top: 0%;
  left: 17%;
  opacity: 0.4;
  transform: rotate(25deg);
  border: 2px solid rgba(213, 229, 249, 0.16);
  border-radius: 100px 213px 100px 100px;
  z-index: -1;
}
.plan-bg-shape{
  position: absolute;
  content: "";
  width: 95%;
  height: 95%;
  top: 2.5%;
  left: 2.5%;
  background:linear-gradient(4deg , rgba(255, 255, 255, 0.04) , rgba(213, 229, 249, 0.16));
  z-index: -1;
  border-radius: 100px 213px 100px 100px;
}

.plan-heading{
  width:100%;
  text-align: center;
  margin-bottom: 50px;
}
.plan-heading h1{
 color:#fff;
 font-family: "Roboto", sans-serif;
 font-size:50px;
 font-weight:700;
}
.plan-heading h1 span{
 color:#00d094;
}

.plan-heading p{
 color:#6B777F;
 font-family: "Roboto", sans-serif;
 font-size:17px;
 font-weight:700;
 margin:0;
}

.plan-card{
  background-color:#1B2D29;
  box-shadow: rgba(26, 64, 137, 0.06) 0px 16px 40px 0px;
  transition: 0.3s ease-out;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-radius: 16px;
  padding:25px;
}
.plan-card:hover{
  border-color: #00d094;
}
.plan-card2{
  border-color: #00d094 !important;
}

.plan-card1{
  margin-top: 20px;
}

.plan-card-heading{
  border-bottom:1px solid rgba(255, 255, 255, 0.1);
}
.plan-card-heading h6{
  color:#fff;
  font-family: "Roboto", sans-serif;
  font-size:25px;
  font-weight:700;
  text-transform: uppercase;
  margin-bottom:10px;
}
.plan-card-heading h4{
  color:#00d094;
  font-family: "Roboto", sans-serif;
  font-size:25px;
  font-weight:700;
  margin-bottom:15px;
}
.plan-card-heading h4 span{
  color:#B0B3BF;
  font-family: "Roboto", sans-serif;
  font-size:20px;
  font-weight:700;
}

.plan-card-info{
   padding:25px 0;
}
.plan-card-info ul{
   margin:0;
   padding:0;
   list-style:none;
}
.plan-card-info ul li{
  display: flex;
  color:#fff;
  font-family: "Roboto", sans-serif;
  font-size:16px;
  font-weight:500;
}
.plan-card-info ul li i{
  color:#00d094;
  font-size: 25px;
  margin-right: 10px;
}

.plan-btn{
    padding: 20px 0;  
    display: flex;
    justify-content: center;
}
.plan-btn a{
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 700;
    background-color: #00d094;
    border: 1px solid #00d094;
    transition: all 0.3s ease-out;
    text-transform: capitalize;
    border-radius: 8px;
    color: white;
    padding: 12px 40px;
    position: relative;
    margin-right: 15px;
}
.plan-btn a:hover{
    color:#0C263A;
    background: #00d094;
}
.plan-btn1 a{
  background: transparent;
}


/* <section class="team"> */

.team{
  width:100%;
  padding:80px 0;
  overflow: hidden;
}
.team-heading{
  width:100%;
  text-align: center;
  margin-bottom: 50px;
}
.team-heading h1{
  color:#fff;
  font-family: "Roboto", sans-serif;
  font-size:50px;
  font-weight:700;
 }
 .team-heading h1 span{
  color:#00d094;
 }
 
 .team-heading p{
  color:#6B777F;
  font-family: "Roboto", sans-serif;
  font-size:17px;
  font-weight:700;
  margin:0;
}

.team-main{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.team-img{
  position: relative;
  border-radius: 10px;
}
.team-img img{
  width:100%;
  transition: all 0.5s ease;
  border-radius: 10px;
}

.team-text-main{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
}
.team-text{
  background-color: rgba(0, 21, 15, 0.8);
  backdrop-filter: blur(2px);
  padding:10px;
  border-radius: 10px;
  text-align: center;
}
.team-text a{
  text-decoration: none;
  color:#fff;
  font-family: "Roboto", sans-serif;
  font-size:20px;
  font-weight:700;
  transition: all 0.5s ease;
}
.team-text p{
  color:#6B777F;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

.team-img img:hover{
  transform: translateY(-6px);
}
.team-main:hover .team-text a{
  color: #00d094;
}

.team-l{
  margin-top: 40px;
}


/* <section class="article"> */

.article{
  width:100%;
  padding:80px 0;
  background: linear-gradient(152deg, #edf2f805 0%, #edf2f814 100%);
  overflow: hidden;
}
.article-heading{
  width:100%;
  text-align: center;
  margin-bottom:50px;
}
.article-heading h1{
  color:#fff;
  font-family: "Roboto", sans-serif;
  font-size:50px;
  font-weight:700;
 }
 .article-heading h1 span{
  color:#00d094;
 }
 
 .article-heading p{
  color:#6B777F;
  font-family: "Roboto", sans-serif;
  font-size:17px;
  font-weight:700;
  margin:0;
}


.article-card:hover{
  border-color: #00d094;
  transform: translateY(-5px);
}
.article-card:hover .article-card-info h5 a{
  color: #00d094;
}

.article-card{
  background-color:#1B2D29;
  border:2px solid;
  border-color:transparent;
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  border-radius:20px;
  padding:30px;
  box-shadow: 0px 12px 30px rgba(14, 4, 0, 0.24);
  transition: all 0.5s ease;
}
.article-card-img{
   width: 100%;
   overflow: hidden;
   border-radius: 20px;
}
.article-card-img img{
   width:100%;
   border-radius: 20px;
   transition: all 0.5s ease;
}
.article-card-img img:hover{
  transform: scale(1.1);
}
.article-card-info {
  margin-top: 25px;
}
.article-card-info span{
  background-color: #ffffff0a;
  color: #00d094;
  padding:8px;
  border-radius: 5px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}
.article-card-info h5{
  margin: 0;
  margin-top: 20px;
}
.article-card-info h5 a{
  text-decoration: none;
  color:#fff;
  font-family: "Roboto", sans-serif;
  font-size:20px;
  font-weight:700;
  margin:0;
}
.article-card-info p{
  color:#6B777F;
  font-family: "Roboto", sans-serif;
  font-size:16px;
  font-weight:500;
  margin:0;
  margin-top: 10px;
}
.article-team{
   display: flex;
   align-items: center;
   margin-top: 10px;
}

.article-team-img img{
   width:40px;
   border-radius: 50px;
}
.article-team-text{
  margin-left: 10px;
  margin-top: 7px;
}
.article-team-text h6{
  color:#fff;
  font-family: "Roboto", sans-serif;
  font-size:17px;
  font-weight:700;
  margin:0;
  text-transform: capitalize;
}
.article-team-text p{
  color:#6B777F;
  font-family: "Roboto", sans-serif;
  font-size:16px;
  font-weight:600;
  margin:0;
}

/* testimonial section start */

.testimonial{
  width:100%;
  padding:80px 0;
  background: linear-gradient(152deg, #edf2f805 0%, #edf2f814 100%);
  overflow: hidden;
}
.review-heading{
  width:100%;
  text-align: center;
  margin-bottom:50px;
}
.review-heading h1{
  color:#fff;
  font-family: "Roboto", sans-serif;
  font-size:50px;
  font-weight:700;
 }
 .review-heading h1 span{
  color:#00d094;
 }
 
 .review-heading p{
  color:#6B777F;
  font-family: "Roboto", sans-serif;
  font-size:17px;
  font-weight:700;
  margin:0;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  background-color:#1B2D29;
  border:2px solid;
  border-color:transparent;
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  border-radius:20px;
  padding:30px;
  box-shadow: 0px 12px 30px rgba(14, 4, 0, 0.24);
}
.swiper-slide {
  width: 80%;
}
.swiper-slide-active {
  border: 2px solid #00d094; 
}
.main-card-review{
  display:flex;
  align-items:center;
  justify-content:space-around;
  width:100%;
  margin-top:15px;
}
.review-img{
  width:15%;
}
.review-img img{
  border-radius:50%;
  width:80%;
}
.review-title{
  width:85%;
  padding-left:10px;
  position:relative;
  margin-top: 20px;
}
.review-title::before {
  position: absolute;
  content: "01";
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.7;
  z-index: 1;
  left: 90%;
  font-size: 30px;
  color:#00d094;
}
.review-title2::before{
  position: absolute;
  content: "02";
}
.review-title3::before{
  position: absolute;
  content: "03";
}
.review-title h4{
  color:#00d094;
  font-size:20px;
  font-weight:700;
  font-family:Poppins, sans-serif;
  margin:0;
}
.review-title p{
  color:#fff;
  font-size:16px;
  font-family:'Lato', sans-serif;
  line-height:25px;
  margin-top:5px;
  margin-bottom:0;
}
.review-title h5{
  color:#00d094;
  font-size:20px;
  font-weight:700;
  font-family:Poppins, sans-serif;
  margin:0;
}
.swiper-slide p{
  color:white;
  margin-bottom:20px;
}
.card-p{
  border-bottom:1px solid rgba(255, 255, 255, 0.1);
}


/* <section class="faq"> */


.faq{
  width:100%;
  padding:80px 0;
  background: linear-gradient(152deg, #edf2f805 0%, #edf2f814 100%);
  overflow: hidden;
}
.faq-heading{
  width:100%;
  text-align: center;
  margin-bottom:50px;
}
.faq-heading h1{
  color:#fff;
  font-family: "Roboto", sans-serif;
  font-size:50px;
  font-weight:700;
 }
 .faq-heading h1 span{
  color:#00d094;
 }
 
 .faq-heading p{
  color:#6B777F;
  font-family: "Roboto", sans-serif;
  font-size:17px;
  font-weight:700;
  margin:0;
}


.faq-title {
  padding-top: 40px;
}
.accordion-item {
  background-color:transparent !important;
  border:none !important;
}
.accordion-button{
  color:#fff !important;
  background-color:transparent !important;
  box-shadow: none !important;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
}
.accordion-button i{
  font-size:25px;
}
.accordion-button:not(.collapsed) {
  color:#00d094 !important;
  background-color:transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.accordion-button::after {
  display: none !important;
}
.accordion-button:not(.collapsed) i {
  transform: rotate(-180deg);
}

.accordion-body {
  padding: 0rem 1.25rem !important;
}
.accordion-body p{
   color:#6B777F;
   font-size: 17px;
   font-weight: 600;
}


.faq-img {
   position: relative;
   z-index: 1;
}
.faq-img img{
  width:100%;
  padding:40px;
}
.faq-img::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 200px;
  width: 200px;
  backdrop-filter: blur(10px);
  filter: blur(100px);
  background-color: #16d4668f;
  transform: translate(-50%, -50%);
  z-index: -1;
}


/* <section class="newslater"> */

.newslater{
  width:100%;
  padding:80px 0;
  background: linear-gradient(152deg, #edf2f805 0%, #edf2f814 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.newslater::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../../../uploads/news-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.main-news{
  background-color:#00D094;
  padding:30px;
  border-radius: 20px;
}
.news-img{
  display: flex;
  justify-content: center;
  width: 100%;
}
.news-img img{
  width: 60%;
}

.news-info{
  padding:10px 0;
}
.news-info h1{
  color:#0C263A;
  font-family: "Roboto", sans-serif;
  font-size:40px;
  font-weight:700;
  margin-bottom: 15px;
}
.news-info h1 span{
  color: #0A4FD5;
}
.news-info p{
   color: #0C263A;
   font-family: "Roboto", sans-serif;
   font-size:17px;
   font-weight:500;
   margin: 0;
}
.mail{
  width:100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
input.form-control {
  width: 45%;
  padding: 12px 20px;
  border: 1px solid #DCDFE833;
  transition: background-color 0.3s ease-in-out;
  border-radius: 8px !important;
}
input.form-control:focus {
  box-shadow: none;
  background-color: #002a1e;
  outline: none;
  color: #fff;
}
.mail-btn{

}
.mail-btn a{
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 700;
    background-color: #0A4FD5;
    border: 1px solid #0A4FD5;
    transition: all 0.3s ease-out;
    text-transform: capitalize;
    border-radius: 8px;
    color: white;
    padding: 13px 40px;
    position: relative;
    margin-left: 15px;
}
.mail-btn a:hover{
  background-color: transparent;
  color: white;
}


/* footer section start */

.footer{
  width:100%;
  padding-top:70px;
  padding-bottom:20px;
  /* background-color: black; */
  position: relative;
  overflow: hidden;
  z-index: 1;
}


.footer-bg {
  overflow: hidden;
  position: absolute;
  content: "";
  width: 37% !important;
  height: 100%;
  top: 0%;
  left: -5%;
  opacity: 0.4;
  transform: rotate(13deg);
  border: 1px solid rgba(213, 229, 249, 0.16);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  z-index: -1;
}
.footer-shape {
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  background: linear-gradient(4deg , rgba(255, 255, 255, 0.04) , rgba(213, 229, 249, 0.16));
  z-index: -1;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.footer-about{
   margin-bottom: 23px;
} 
.footer-about img{
  width:80px;
}
.footer-about p{
  color:#6B777F;
  font-family: "Roboto", sans-serif;
  font-size:15px;
  margin-top:16px;
  margin-bottom:16px;
} 
.social-link{

}
.social-link ul{
  margin:0;
  padding:0;
  list-style: none;
}
.social-link ul li{
  display:inline-block;
}
.social-link ul li a{
  text-decoration:none;
  margin-right:15px;
  font-family: "Roboto", sans-serif;
  font-size:17px;
}
.social-link ul li a i {
  color:#00d094;
  font-size: 20px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 50px;
  transition:all 0.5s ease;
}
.social-link ul li a:hover i{
  color:white;
  background-color:#00d094;
  border-color:#00d094;
}

.footer-contact h4{
  font-size:20px;
  font-weight:700;
  font-family:Poppins, sans-serif;
  margin-bottom:16px;
  color:#fff;
}
.footer-contact ul{
  margin:0;
  padding:0;
  list-style: none;
}
.footer-contact ul li{
 display:flex;
 align-items:center;
 margin-bottom:4px;
}
.footer-contact ul li a{
 text-decoration:none;
 color:#6B777F;
 display:flex;
 align-items:center;
 transition: all 0.5s ease;
 font-family: "Roboto", sans-serif;
 font-size:17px;
}
.footer-contact ul li a i{
 font-size:20px;
 color:white;
} 
.footer-contact ul li a:hover{
  transform:translateX(7px);
  color:#00d094;
  letter-spacing:1px;
}
.footer-contact ul li a:hover i{
  color:#00d094;
}


.footer-info h4{
  font-size:20px;
  font-weight:700;
  font-family:Poppins, sans-serif;
  margin-bottom:16px;
  color:#fff;
}
.footer-info ul{
  margin:0;
  padding:0;
  list-style: none;
}
.footer-info ul li{
 display:flex;
 align-items:center;
 margin-bottom:7px;
}
.footer-info ul li a{
 text-decoration:none;
 color:#6B777F;
 display:flex;
 align-items:center;
 transition: all 0.5s ease;
 font-family: "Roboto", sans-serif;
 font-size:17px;
}
.footer-info ul li a i{
  color:#00d094;
  font-size: 20px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 50px;
  transition:all 0.5s ease;
  margin-right: 15px;
}
.footer-info ul li a:hover i{
  color:white !important;
  background-color:#00d094;
  border-color:#00d094;
}

.footer-info ul li a:hover{
  transform:translateX(5px);
  color:#00d094;
}
.footer-info ul li a:hover i{
  color:#00d094;
}




hr{
  color:rgba(255, 255, 255, 0.1) !important;
  opacity: 1 !important;
}

.copyright-heading{
  width:100%;
  text-align:center;
}
.copyright-heading p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size:17px;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 1px;
}



