@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');

:root {
    /* --main-color: #7857fe; */
    --main-color:  #0097ba;
    --bg-dark: #2b2c2f;
    --main-to-dark-color: var(--main-color);
    --dark-to-main-color: var(--bg-dark);
    --shadow-black-100: 0 5px 15px rgba(0,0,0,0.1);
    --shadow-black-300: 0 5px 15px rgba(0,0,0,0.3);
    --black-900: #000000;
    --black-400: #555555;
    --black-100: #f7f7f7;
    --black-000: #ffffff;
    --black-alpha-100: rgba(0,0,0,0.05);
}


body {
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
    background-color: #fff;
    line-height: 1.5;
}


* {
    font-family: 'Fira Sans', sans-serif;
    margin: 0;
    padding: 0;
    outline: none!important;
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #0097ba;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #0097ba;
  text-decoration: none !important;
}

.btn-buy:hover {
  background: #0097ba;
  color: #fff;
}

.section-padding {
    padding: 80px 20px;
}

.section-title {
    margin: 0 0 80px 0;
    
}
.section-title h2 {
    font-size: 40px;
    color: var(--main-color);
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}

span{
  color: var(--main-color);
}

/* PRELOADER */
.preloader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2100;
  background-color: var(--main-to-dark-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader span {
  display: block;
  height: 60px;
  width: 60px;
  background-color: var(--dark-to-main-color);
  border-radius: 50%;
  animation: zoomInOut_01 1s ease infinite;
}


@keyframes zoomInOut_01 {
  0% {
      transform: scale(0);
  }
  100% {
      transform: scale(1);
      opacity: 0;
  }
}

/*----------- 
navbar 
-----------*/
.navbar {
    background: linear-gradient(to right, #0097ba, #90f2e9);
    padding: 20px 0;
    transition: all 0.5s ease;
}

.navbar.navbar-shrink {
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    background: linear-gradient(to right, #0097ba, #90f2e9);
    padding: 10px 0;
}

.navbar > .container {
    padding: 0 15px;
}

.navbar-brand {
    font-size: 30px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
}

.navbar .nav-item{
    margin-left: 40px;
}

.navbar .nav-item .nav-link{
    font-size: 16px;
    color: var(--black-100);
    text-transform: capitalize;
    padding: 5px 0;
    position: relative;
}

.navbar .nav-item .nav-link::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #ffffff;
    transition: all 0.5s ease;
    transform: scale(0);
}
.navbar .nav-item .nav-link.active::before,
.navbar .nav-item .nav-link:hover:before{
    transform: scale(1);
}


.img-profile,.img-profile {
    height: 2rem;
    width: 2rem;
}

.rounded-circle {
    border-radius: 50%!important;
}
img {
    vertical-align: middle;
    border-style: none;
}

.ml2 .letter {
    display: inline-block;
    line-height: 1;
    color: white;
  }

.hero {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background: linear-gradient(to bottom right, #0097ba, #90f2e9);
    border-radius: 0 0 200px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index : 1;
    position : relative;
   }
   

.hero h1 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
  }
  .hero h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 30;
    color: #FFE500;
  }
  
  .hero h5 {
    /* color: #FFE500; */
    color: #fff;
    margin: 15px 0 0 0;
    font-size: 26px;
  }
  
  .hero .btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #FFE500;
    /* box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4); */
  }
  
  .hero .btn-get-started span {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
  }
  
  .hero .btn-get-started i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
  }
  
  .hero .btn-get-started:hover i {
    transform: translateX(5px);
  }
  
  .hero .hero-img {
    text-align: right;
  }

.about{
    background:white;
    
  }
  
  .about .go .box{
    margin:3rem 0;
    display: inline-block;
  }
  
  .about .go .box h2{
    font-size: 2.5rem;
    color:var(--black);
  }
  
  .about .go .box p{
    font-size: 1.7rem;
    margin:3rem 0;;
    color:#666;
  }



/*----------- 
feature
-----------*/
.feature {
    background-color: var(--black-100);
}


.content-item {
    margin: 25px;
    padding: 30px;
    box-shadow: var(--shadow-black-100);
    border-radius: 10px;
    text-align: center;

}

.content-item .img-box {
    height: 100px;
    width: 100px;
    display: inline-block;
    margin-bottom: 30px;

    position: relative;

}

.content-item .img-box img {
    width: 100%;
    border-radius: 6px;
 
   
}


.content-item p {
    font-size: 16px;
    margin: 0 0 20px;
    color: var(--black-400);
    line-height: 26px;
    font-weight: 300;
}

.content-item h3 {
    font-size: 22px;
    color: var(--black-900);
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: capitalize;
}

.content-item span {
    display: block;
    font-size: 16px;
    color: var(--black-400);
    font-weight: 300;
}

  .app-download {
    background-image: url('/assets/img/download-app-bg.jpg');
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;

}

.app-download::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--main-color);
    opacity: 0.8;
}


.app-download .section-title h2{
    color: var(--black-900);
}


.app-download-item {
    background-color: var(--black-100);
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    box-shadow: var(--shadow-black-100);
} 

.app-download-item i{
    font-size: 50px;
    /* margin-bottom: 20px; */
    color: var(--main-color);
    display: inline-block;
}

.app-download-item h3{
    font-size: 22px;
    color: var(--black-900);
    margin: 20px 0;
    font-weight: 500;
    text-transform: capitalize;
}

.app-download-item p {
    font-size: 16px;
    line-height: 26px;
    color: var(--black-400);
    font-weight: 300;
    margin: 0 0 30px;
}

.app-download::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--main-color);
    opacity: 0.8;
}

/*----------- 
faq sectiion
-----------*/
.faq .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.faq .accordion-header {
    box-shadow: var(--shadow-black-100);
    padding: 20px 50px 20px 30px;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
    
}

.faq .accordion-header::before {
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    height: 30px;
    width: 30px;
    /* background-color: red; */
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    color: var(--black-400);
    transition: all 0.5s ease;
}


.faq .accordion-header:not(.collapsed)::before {
    content: "\f068";
    color: #ffffff;
}

.faq .accordion-header:not(.collapsed) {
    background-color:var(--main-color);
    box-shadow: none;
}

.faq .accordion-header h3 {
    font-size: 22px;
    font-weight: 500;
    color: var(--black-400);
    margin: 0;
    transition: all 0.5s ease;
}


.faq .accordion-header:not(.collapsed) h3 {
    color: #ffffff;
}

.faq .accordion-body {
    padding:20px 30px;
    background-color: var(--black-100);
}

.faq .accordion-body p {
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 20px;
    color: var(--black-400);
    line-height: 36px;
    margin: 0;
}


/*----------- 
Our Team sectiion
-----------*/

h1 {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
}

h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.team {
    background: #fff;
    padding: 60px 0;
  }
  
  .team .member {
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
  }
  
  .team .member .member-img {
    position: relative;
    overflow: hidden;
    border-radius:50%;
  }
  
  .team .member .member-img:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    
    background: url(../img/team-shape.svg) no-repeat center bottom;
    background-size: contain;
    z-index: 1;
  }
  
  .team .member .social {
    position: absolute;
    right: -100%;
    top: 30px;
    opacity: 0;
    border-radius: 4px;
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.3);
    z-index: 2;
  }
  
  .team .member .social a {
    transition: color 0.3s;
    color: rgba(1, 41, 112, 0.5);
    margin: 15px 12px;
    display: block;
    line-height: 0;
    text-align: center;
  }
  
  .team .member .social a:hover {
    color: rgba(1, 41, 112, 0.8);
  }
  
  .team .member .social i {
    font-size: 18px;
  }
  
  .team .member .member-info {
    padding: 10px 15px 20px 15px;
  }
  
  .team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #012970;
  }
  
  .team .member .member-info span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #aaaaaa;
  }
  
  .team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    padding-top: 15px;
    line-height: 26px;
    color: #5e5e5e;
  }
  
  .team .member:hover {
    transform: scale(1.08);
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  }
  
  .team .member:hover .social {
    right: 8px;
    opacity: 1;
  }
  
  .team .btn-buy {
    display: inline-block;
    padding: 8px 40px 10px 40px;
    border-radius: 50px;
    color: #4154f1;
    transition: none;
    font-size: 16px;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    transition: 0.3s;
    border: 1px solid #4154f1;
    text-decoration: none !important;
  }
  
  .team .btn-buy:hover {
    background: #4154f1;
    color: #fff;
  }

  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  
/*----------- 
footer 
-----------*/
.footer {
    background-color: var(--bg-dark);
    padding: 50px 0 0;
}

.footer .ikon a{
    display: inline-block;
    color: var(--black-100);
    margin: 10px;
    font-size: 25px;
}
 
.footer-col h3 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 25px;
    text-transform: capitalize;
}

.footer-col p {
    font-size: 16px;
    color: rgba(255,255,255,0.9);
    font-weight: 300;
    line-height: 26px;
    margin: 0;
}

.footer-col ul {
    margin: 0;
}

.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}


.footer-col ul li a{
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.9);
    display: block;
    text-transform: capitalize;
    transition: all 0.5 ease;
    text-decoration: none;
}

.footer-col ul li a:hover {
    padding-left: 5px;
}

.footer .copyright-text {
    text-align: center;
    font-weight: 300;
    color: rgba(255,255,255,0.9);
    padding: 20px 0;
    margin: 50px 0 0;
    border-top: 1px solid rgba(255,255,255,0.2)
}


.back-to-top {
    background-color: var(--main-color); 
    cursor: pointer; 
    color: #FFFFFF; 
    border:2px solid #f7f7f7;
    position: fixed;
    right: 15px;
    bottom: 25px; 
    display: inline-block;
    padding: 5px 10px; 
    border-radius: 50% !important;
    z-index: 99999; }

/*  Responsive */


@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }
  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero .hero-img img {
    width: 80%;
  }
}



@media (max-width: 768px) {
  .hero {
    text-align: center;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero h2 {
    font-size: 24px;
  }
  .hero .hero-img img {
    width: 100%;
  }

  .app-download-item {
    margin-bottom: 80px;
}

.footer-col {
  margin-bottom: 30px;
}
}
