h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
ul,
span,
input,
label,
button,
textarea {
  font-family: "Poppins", sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0 !important;
}

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.main {
  background-image: url(/images/hero-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
      background-color: #3048b5;
}
/* @media screen and (max-width: 767px){
  .main {
    padding: 0px 20px;
  }
} */

/*  Announcement */

.announcement-column-i {
  display: flex;
  align-items: center;
}
.announcement .container {
  width: 1400px;
  padding: 10px 20px;
}
.announcement h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.announcement-column-ii {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .announcement .container {
    width: 100%;
    padding: 10px 20px;
  }
  .announcement-column-i {
    justify-content: center;
    padding-bottom: 15px;
  }
  .announcement-column-ii {
    justify-content: center;
  }
}

/*  Announcement */

/* Header */

.header {
  width: 1400px;
  padding: 10px 20px;
}
.header a {
  color: white;
}
.navbar-menu-1 {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  align-items: center;
}

/* .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 50px;
} */
.logo {
    text-align: center;
}
.logo img {
  text-align: center;
  width: 45%;
}
.navbar-menu-2 {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .navbar-menu-2 {
    gap: 35px;
  }
  .navbar-menu-1 {
    gap: 35px;
  }
}

/* Header */




.header {
  padding: 15px 0;
}

.desktop-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.desktop-header .navbar-menu-1,
.desktop-header .navbar-menu-2 {
  display: flex;
  gap: 20px;
}

.logo img {
  height: auto;
}

.menu-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
  color: white;
}

.mobile-header,
.mobile-menu {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .header {
    width: 100%;
    padding: 20px;
  }
  .logo img {
    height: auto;
    width: 50%;
  }
  div#mobileMenu {
    background: white;
    text-align: center;
    padding: 20px;
  }
  .desktop-header {
    display: none;
  }

  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-menu {
    display: none;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }

  .mobile-menu.show {
    display: flex;
  }

  .mobile-menu a {
    text-decoration: none;
    color: #000;
  }

  .menu-toggle {
    display: block;
  }


 div#mobileMenu {
        background: white;
        text-align: center;
        padding: 20px;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        z-index: 454454554;
        padding: 22px;
        transition: top 0.4s ease;
        
    }
   .mobile-menu{
    max-height: 300px;
   }




}




/* Hero Banner */
.hero {
  width: 1400px;

  padding: 60px 20px;
}
.hero-banner {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  flex-direction: column;
  gap: 20px;
}
.hero-banner h1 {
  color: white;
  font-weight: 800;
  font-size: 60px;
}
.hero-banner p {
  color: white;
  font-size: 18px;
  width: 60%;
}
.buttons-hero {
  display: flex;
  gap: 15px;
}
.hero-banner .hero-banner-btns a {
  border: 1px solid white;
  border-radius: 15px;
  color: white;
  padding: 15px 30px;
}

@media screen and (max-width: 767px) {
  .hero {
    width: 100%;

    padding: 20px 20px 30px 20px;
  }
  .hero-banner h1 {
    font-size: 30px;
  }
  .hero-banner p {
    font-size: 16px;
    width: 100%;
  }
  .hero-banner .hero-banner-btns a{
        padding: 10px 20px;
  }
}
/* Hero Banner */

/* Carousel */
.carousel {
  padding: 30px 20px;
  max-width: 100%;
}
.carousel-img img {
  width: 100%;
}

/* Carousel */
/* Text Slider */

.text-slider-sec {
  padding: 30px 0px;
  border-top: 1px solid white;
  max-width: 100%;
}

.text-slider {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  align-items: center;
  gap: 45px;
}
.text-slider h3 {
  font-size: 18px;
  color: white;
  margin: 0;
}

@media screen and (max-width: 767px){
    .text-slider {

  gap: 15px;
}
.text-slider h3{
     font-size: 14px !important;
}
    
    
}

/* Text Slider */
/* Twi */
.twi {
  background: url(/images/twi-bg.png);
  width: 100%;
  background-position: top;
  padding: 50px;
}
.twi-col-i {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.twi-col-ii {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.twi-i {
  padding: 30px;
  background: white;
  border-radius: 16px;
}
.about .twi-i{
      padding: 30px 0px !important;
}
.twi-i p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.twi-i h4 {
  font-size: 2vw;
  font-weight: 700;
}
.twi-ii {
  padding: 20px;
  padding-top: 40px;
}
.twi-ii h5 {
  /* color: white; */
  font-size: 1.5vw;
}

@media screen and (max-width:767px){
  .twi{
    padding-left: 20px;
    padding-right: 20px;
  }
  .twi-col-i img{
    padding-bottom: 10px;
    width: 100%;
}
    .twi-i{
      text-align: center;
    }
  .twi-i h4 {
  font-size: 22px;
padding-bottom: 15px;
}
  .twi-i p {
  font-size: 16px;
  padding-bottom: 20px;
}
.twi-col-ii a img{
  width: 45%;
  padding-bottom: 5px;
}
.twi-ii h5{
  font-size: 20px;
}
.twi-ii img{
  width: 100%;
}

.featured.twi{
    padding: 0 !important;
}

}

/* Twi */
/* Gallery */
.gallery {
  background: white;
  width: 100%;
}
.para-gallery {
  display: flex;
  align-items: flex-end;
}
.card-img-top {
  height: 400px !important;
  object-fit: cover;
}
.filters-gallery {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.card-title{
  font-size: 22px;
  padding-bottom: 10px;
}
.card-text{
  padding-bottom: 10px;
}
a.btn.btn-primary {
    background: transparent;
    border: none;
    color: black;
    text-decoration: underline;
    font-size: 20px;
    padding: 0;
}

.all-apps-button{
  text-align: center;
  justify-content: center;
  display: flex;
}

.all-apps-button a{
  background-color: #2e45ac;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
}


.index-gallery .filters-gallery{
    display: none;
}
@media screen and (max-width: 1400px) and (min-width: 1200px){
    .card-img-top {
  height: 355px !important;
  object-fit: cover;
}
}

@media screen and (max-width: 575px) and (min-width: 450px){
    .card-img-top {
  height: 600px !important;
  object-fit: cover;
}
}

@media screen and (max-width:767px){
  .gallery{
    padding-left: 20px;
    padding-right: 20px;
  }
  .para-gallery {
    padding-bottom: 20px;
}
}

@media screen and (max-width: 450px){
       .card-img-top {
  height: 455px !important;
  object-fit: cover;
}
}

/* Gallery */

/* Features */

.features {
  padding: 60px 20px;
}
.features-row {
  color: white;
  justify-content: center;
}
.feature-col {
  padding-top: 30px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.content-features {
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
      width: 65%;
}
.content-features h3 {
  font-size: 40px;
  font-weight: 600;
}
.content-features p {
  font-size: 16px;
  width: 75%;
}
.inner-feature {
  text-align: left;
  background: #2e45ac;
  padding: 15px;
}
.inner-feature h4 {
  font-size: 18px;
  font-weight: 600;
}
.inner-feature h4 img{
  padding-right: 10px;
}
.inner-feature p {
  font-size: 16px;

}

@media screen and (max-width: 767px){
  .features{
      padding-left: 20px;
    padding-right: 20px;
  }
  .content-features h3 {
  font-size: 30px;
 
}
.content-features{
  width: 100%;  
}
.content-features p {
  
  width: 100%;
}
}
/* Features */

/* Twi 2 */

.twi-2 {
  width: 100%;
  background: white;
  padding: 60px 20px;
}
.twi-2-col-ii .twi-i {
  background: #f3f3f3;
  height: 100%;
  display: flex;
  align-items: flex-start;
  align-self: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  gap: 30px;
}

.twi-2-col-ii .twi-i h4 {
  font-size: 2.5vw;
  font-weight: 700;
}
.twi-2-col-ii .twi-i p {
  font-size: 1.2vw;
  line-height: 30px;
}
.twi-btn a img{
    width: 35%;
}
@media screen and (max-width:767px){
  .twi-2-col-ii .twi-i h4 {
    font-size: 30px;
    font-weight: 700;
     text-align: left;
}
.twi-2-col-ii .twi-i p {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}
.twi-2-col-ii .twi-i{
      padding: 20px;
    gap: 5px;
           margin-top: 20px;
}
.twi-btn{
  display: flex;
}
.twi-btn img{
  width: 90% !important;
}
.index-twi-btn a{
    border: none !important;
    padding: 0 !important;
}
}
/* Twi 2 */

/* Testimonial */

.Testimonials {
  padding: 60px 20px;
  background: white;
  width: 100%;
}
.Testimonials .slick-slide {
  padding: 0px 20px;
}
.testimonial-col {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.13);
  padding: 30px;
}
.Testimonials .slick-dotted.slick-slider {
  margin: 0;
}
.testimonial-img {
  padding-bottom: 10px;
}
.testimonial-img img {
  width: 35%;
}

.testimonial-slider {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.testimonial-slider h4 {
  font-size: 20px;
  font-weight: 600;
}
.Testimonials .title {
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 30px;
  text-align: center;
  font-size: 45px;
}
.Testimonials .slick-dots {
  position: relative;
  bottom: 0;
  padding-top: 30px;
  display: block;
  width: 100%;
  /* padding: 0; */
  margin: 0;
  list-style: none;
  text-align: center;
}
.Testimonials .slick-dots li {
  margin: 0px !important;
}
.Testimonials .slick-dots li button:before {
  font-family: slick;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Testimonials .slick-dots li.slick-active button:before {
  color: #3048b5;
  font-size: 16px;
  opacity: 1;
}


@media screen and (max-width:767px){
  .Testimonials{
    padding: 30px 20px 30px 20px;
   
  }
  .Testimonials .title{
    font-size: 30px;
  }
}

/* Testimonial */

/* Accordian */

.accordian-sec {
  padding: 60px 20px;

  background: white;
  width: 100%;
}
.accrodian-col h3 {
  color: black;
  font-size: 35px;
  padding-bottom: 15px;
  font-weight: 700;
}
.accrodian-col img {
  width: 100%;
}
.accrodian-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.accordian {
  --bs-accordion-btn-bg: transparent;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 1px solid #000;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 1px solid #000;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.accordion-button {
  padding: 23px 10px;
}
.accordion-item {
  border: 1px solid black;
}
@media screen and (max-width: 767px){
  .accrodian-col{
    padding-bottom: 15px;
  }
  .accordian-sec {
  padding: 30px 20px;

}
.accrodian-col h3 {
  color: black;
  font-size: 30px;
  text-align: center;
 
}
}
/* Accordian */


/* Features - Page */

 .features-page{
  background: white;
  width: 100%;
 }
.features-page .container{
text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.features-page .content-features{
color: #000;
}
.inner-feature-page {
    text-align: center;
    background: #F3F3F3;
    padding: 50px 30px;
    border-radius: 10px;
    height: -webkit-fill-available;
}
.inner-feature-page:hover {
 
    background: #3048B5;

}
.inner-feature-page:hover  p {
 
     color: #fff;

}
.inner-feature-page:hover  h4 {
 
   color: #fff;

}
.inner-feature-page h4 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #000;
}
.inner-feature-page p {
  font-size: 16px;
  color: #000;
}
/* Features - Page */



/* About Us Page */
/* Who we are */

.twi.about{
  padding-top: 50px;
  padding-bottom: 50px;
      background-position: -170px;
    background-size: cover;
}
.twi.about .twi-i{
  background: transparent;

}
.twi.about .twi-i h4{
      font-size: 45px;
      padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .twi.about .twi-i h4{
    font-size: 30px;
  }
  .twi.about-2{

    padding-top: 0px !important;
  }
}
/* Who we are */

/* Features */

.features.about-page {
    padding: 0px 20px 40px;
}
.about-page .inner-feature-page {
    text-align: center;
   
     background: #3048B5;
    padding: 50px 30px;
    border-radius: 10px;
    height: -webkit-fill-available;
}
.about-page .inner-feature-page:hover {
 
     background: #F3F3F3;

}
.about-page .inner-feature-page:hover  p {
 
     color: #000;

}
.about-page .inner-feature-page:hover  h4 {
 
   color: #000;

}
.about-page .inner-feature-page h4 {

  color: #fff;
}
.about-page .inner-feature-page p {
 
  color: #fff;
}

/* Features */

/* second Text w image */
.twi.about-2{
  background: white;
  padding: 60px 20px;
}
.twi.about-2 .twi-i {
    padding: 30px 30px 0px;
}
.twi.about-2 h4{
  padding-bottom: 10px;
}
/* second Text w image */

/* About Us Page */

/* Support - Page */

/* twi */

.twi-i .mail img{
padding-right: 10px;
}

/* twi */

/* Accordian */

.accordian-support.accrodian-col h3{
      text-align: center;
          padding-bottom: 30px;
}

/* Accordian */

/* Support - Page */




/* Single Application */

/* Text w Image */
.twi.single .twi-i h4{
padding-bottom: 10px;
}

.twi.single .twi-i p{
padding-bottom: 15px;
}
/* Text w Image */

/* Carousel */

.single.carousel {
    padding: 30px 20px;
    max-width: 100%;
    background: white;
}

/* Carousel */

/* Single Application */


/* Contact */

form {
   width: 75%;
    background: #F3F3F3;
    padding: 21px;
    border-radius: 17px;
}

input {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: none;
}
textarea {
    resize: vertical;
    padding: 25px;
    width: 100%;
    border-radius: 5px;
    border: none;
    font-family: "Poppins", sans-serif !important;
}
.submit{
  background-color: #3048B5;
  color: white;
}
@media screen and (max-width:767px){
    
    form {
   width: 100%;

}

    
}

/* Contact */








/* Footer */

.footer {
  background-image: url(/images/hero-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px 10px 20px;
}
.row.footer-row-1 {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid white;
  align-items: center;
  justify-content: space-between;
}
.row.footer-row-2 {
  display: flex;
  padding-top: 30px;
  padding-bottom: 80px;
  align-items: center;
  justify-content: space-between;
}

.row-1-foot-col h2 {
  font-size: 40px;
  color: white;
  font-weight: 800;
  padding-bottom: 10px;
}
.row-1-foot-col p {
  color: white;
}
.row-2-foot-col-2 {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.row-3-foot-col-2 {
  display: flex;
  justify-content: flex-start;
  padding-top: 20px;
  gap: 10px;
}
.row-3-foot-col-2 a {
  color: white;
  font-size: 14px;
}
.row-3-foot-col-2 a {
  padding-right: 12px;
  border-right: 2px solid white;
}
.row-3-foot-col-2 a:last-child {

  border-right: none;
}

.row-1-foot-col-2 {
  text-align: right;
}

.row-2-foot-col h3 {
  font-weight: 700;
  font-size: 30px;
  color: white;
}
.row-3-foot-col p {
  color: white;
}

@media screen and (max-width: 767px){
  .row-1-foot-col h2 {
  font-size: 30px;

}
.row-1-foot-col-2 {
 padding-top: 20px;
  text-align: left;
}
.row-1-foot-col-2 a img{
  width:40% ;
}
.row-2-foot-col-2 {
    display: flex
;
    justify-content: flex-start;
    gap: 10px;
    padding-top: 20px;
}
.row-2-foot-col h3 {
 
    padding-top: 10px;
    font-size: 20px;
}
.footer-logo {
    width: 70% !important;
    
}
.row.footer-row-2 {
 
    padding-bottom: 50px;

}
.row.footer-row-3 {
    display: flex
;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}
  .row-3-foot-col.row-3-foot-col-2 {
    display: flex
;
padding-bottom: 20px;
    align-items: center;
justify-content: flex-start;
}
.row-3-foot-col{
  text-align: center;
}
.row-3-foot-col p {
    color: white;
    font-size: 14px;
}
.footer{
  padding: 60px 20px 30px 20px;
}
}
/* Footer */
/* Animations */
  .fade-in-section {
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 0.8s ease-out, transform 0.8s ease-out;
      will-change: opacity, transform;
    }

    .fade-in-section.visible {
      opacity: 1;
      transform: translateY(0);
    }

 @keyframes fadeIn {
      to {
        opacity: 1;
      }
    }
    @keyframes subtleZoom {
      0% {
        background-size: 60%;
      }
      50% {
        background-size: 70%;
      }
      100% {
        background-size: 60%;
      }
    }

/* Animations */
section.twi.single{
  padding: 30px;
}
.card-text{
  display: none;
}
.twi-btn a {
    padding: 15px 30px;
    border: 1px solid black;
    border-radius: 15px;
    margin-right: 15px;
}
.buttons-hero a img {
    width: 70%;
        height: 100%;
    border-radius: 10px;
}
.buttons-hero .appstore-temp {
    text-align: right;
}
.buttons-hero .playstore-temp {
    text-align: left;
}
.twi-btn.index-twi-btn a {
    border: none ! IMPORTANT;
}
.twi-col-i img {
    border-radius: 20px;
    object-fit: cover;
}

.filterby{
    visibility: hidden;
}
.footer-logo{
    width: 45%;
    padding-bottom: 10px;
}

.desktop-logo{
    width: 52%;
}

.privacy-terms{
        display: flex;
    justify-content: flex-end !important;
    padding-top: 0 !important;
    gap: 10px !important;
}


@media screen and (max-width: 1024px) and (min-width: 767px){

    
.featured-twi-2 .twi-btn{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: center;
    justify-content: center;
    align-items: stretch;
}
.featured-twi-2 .twi-btn a{
        margin: 10px 0px 0px 0px;

}

}


#deckContainers{
    padding-top: 30px;
}
