@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Work+Sans:wght@400;500;600;700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

html {
  font-size: 62.5%;
  /* 1rem = 10px */
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}
main{
  background-color: #0d0639;
}

.header {
  padding: 0 2.8rem;
  /* padding-left: 0px; */
  padding-left: 12px;
  height: 12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0d0639;
}

.header .logo {
  height: 8rem;
  width: fit-content;
  vertical-align: auto;
}
/* .btn-fingo{
  background-color: cyan!important;
  text-decoration:#0d0639 ;
} */
.navbar-list {
  display: flex;
  gap: 4.8rem;
  list-style: none;
  /* padding-left: 40%; */
}

.navbar-link:link,
.navbar-link:visited {
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
}

.navbar-link:hover,
.navbar-link:active {
  /* color: #5ce1e6; */
  background-color: cyan;
  padding: 10px;
  color: #0d0639;
  border-radius: 5px;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

  
}
ul {
  padding: 0;
  margin: 0;
}

.wrapper div {
  width: 100%;
}
.row-heading{
  padding-top: 50px;
  text-align: left;
  display: none;
}
.sub-col1 {
  flex-basis: 30%;
  margin-bottom: 30px;
}
.sub-col2 {
  /* padding-left: 30px; */
  flex-basis: 30%;
  /* margin-bottom: 30px; */
}
.list li {
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: center;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.item-a {
  animation: slideIn 12s forwards cubic-bezier(0.1, 0.67, 0.29, 0.98) infinite;
}
.item-b {
  /* Start with 4 seconds delay */
  animation: slideIn 12s 4s forwards cubic-bezier(0.1, 0.67, 0.29, 0.98) infinite;
}
.item-c {
  /* Start with 8 seconds delay */
  animation: slideIn 12s 8s forwards cubic-bezier(0.1, 0.67, 0.29, 0.98) infinite;
}
.item-d {
  /* Start with 8 seconds delay */
  animation: slideIn 12s 12s forwards cubic-bezier(0.1, 0.67, 0.29, 0.98) infinite;
}
.item-e {
  /* Start with 8 seconds delay */
  animation: slideIn 12s 16s forwards cubic-bezier(0.1, 0.67, 0.29, 0.98) infinite;
}
.item-f {
  /* Start with 8 seconds delay */
  animation: slideIn 12s 20s forwards cubic-bezier(0.1, 0.67, 0.29, 0.98) infinite;
}
.item-g {
  /* Start with 8 seconds delay */
  animation: slideIn 12s 24s forwards cubic-bezier(0.1, 0.67, 0.29, 0.98) infinite;
}
.item-h {
  /* Start with 8 seconds delay */
  animation: slideIn 12s 28s forwards cubic-bezier(0.1, 0.67, 0.29, 0.98) infinite;
}
.item-i {
  /* Start with 8 seconds delay */
  animation: slideIn 12s 32s forwards cubic-bezier(0.1, 0.67, 0.29, 0.98) infinite;
}
.item-j {
  /* Start with 8 seconds delay */
  animation: slideIn 12s 36s forwards cubic-bezier(0.1, 0.67, 0.29, 0.98) infinite;
}

@keyframes slideIn {
  0% {
      transform: translate3d(0, 50%, 0);
      opacity: 0;
  }
  6.66% {
      transform: translate3d(0, 0, 0);
      opacity: 1;
  }
  26.66% {
      transform: translate3d(0, 0, 0);
      opacity: 1;
  }
  33.30% {
      transform: translate3d(0, -50%, 0);
      opacity: 0;
  }
  33.33% {
      transform: translate3d(50%, 0, 0);
      opacity: 0;
  }
  100% {
      transform: translate3d(50%, 0, 0);
      opacity: 0;
  }
}


.scrolling-words-box :hover {
  animation-play-state: paused;
}



.scrolling-text {
  height: 30px; /* Set the height of the scrolling area */
 width:300px;
 padding-bottom: 120px;
  white-space: nowrap;
  font-size: 20px;
  line-height: 30px;
  perspective: 1000px;
}

.text-container {
  animation: fadeInOut 4s linear infinite;
  width:300px;
}

.text-container p {
  width:300px;
color:white;
 font-size: 25px;
  animation: fadeInOut 4s forwards cubic-bezier(0.1, 0.67, 0.29, 0.98) infinite;
}

@keyframes fadeInOut {
0% {
transform: translate3d(0, 50%, 0);
opacity: 0;
}
6.66% {
transform: translate3d(0, 0, 0);
opacity: 1;
}
26.66% {
transform: translate3d(0, 0, 0);
opacity: 1;
}
33.30% {
transform: translate3d(0, -50%, 0);
opacity: 0;
}

100% {
transform: translate3d(50%, 0, 0);
opacity: 0;
}
}

.slider-container-loan {
  text-align: center;
  /* border:2px solid black; */
     
}
.slick-slide img{
  display: inline !important;
}
.slider {

/* border-radius:50px; */
  /* width: 50%; */
  margin: auto;
   /* border:2px solid yellow; */

}
.img-set{
  height:400px; 
  width:600px;  
  display:inline;
 text-align: center; 
 padding:50px; 
 border-radius:100px;
}
.golkarde{
border-radius:50px;
}


.mobile-navbar-btn {
  display: none;
  background: transparent;
  cursor: pointer;
}

.mobile-nav-icon {
  width: 4rem;
  height: 4rem;
  color: white;
}

.mobile-nav-icon[name="close-outline"] {
  display: none;
}

.btn {
  font-weight: 700;
    display: inline-block;
    font-size: 2rem;
    color: white;
    padding: 7px 15px 6px 15px;
    /* margin: 20px 0; */
    border-radius: 5px;
    border: 1px solid white;
    /* transition: none; */
    color:#0d0639;
    text-decoration:none ;
   background-color: cyan !important;
}
.readmore-btn{
  border: none;
  background-color: inherit;
  /* padding: 14px 28px; */
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
}
.readmore-btn:hover {background:#0d0639;}


.info {color: cyan;}



/* ===========================================
Main and Service Section Start
======================================= */
.section-hero,
.section-contact {
  padding: 9.6rem 0;
  background-color: #f3f0ff;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-contact {
  background: #f3f0ff;
}

.section-hero p,
.section-contact p {
  font-size: 3.2rem;
}



.row {
  padding-top: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
/*    background-color: #0d0639;*/
}

.row-p {
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    justify-content: flex-start;
}


.col-2 {
    flex-basis: 60%;
    min-width: 300px;
 
}

.main{
      padding: 0px 0px 60px 60px;
      color: white;
}
.col-2 {
    flex-basis: 60%;
    min-width: 300px;

}
.col-2 img {
    max-width: 90%;
    /* padding: 50px 0; */
}

.col-2 h1 {
    font-size: 34px;
    line-height: 1.2em;
    margin: 10px 0;
}
.col-2 h3 {
  font-weight: 400;
    font-size: 2rem;
  color: #5ce1e6;
}
/* .video-margin{
  margin-top: 30px;
} */
.sub-col-mobile {
  flex-basis: 30%;
  margin-bottom: 30px;
  
  
}
.sub-col-digital {
  flex-basis: 30%;
  margin-bottom: 30px;
  align-self: center;
  padding-right: 100px;
}
.sub-col-1 {
    flex-basis: 40%;
}
.sub-col img {
     max-width: 100%;
     padding: 0;
}


/* --------- Testimonial --------- */

.testimonial{
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #F5F5F5;
}

.testimonial .col-3{
    text-align: center;
    padding: 20px 20px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.5s;
    border-radius: 5px;
}

.testimonial .col-3 img {
    width: 50px;
    margin-top: 20px;
    border-radius: 50%;
}

.testimonial .col-3:hover{
    transform: translateY(10px);
}

.fa.fa-quote-left {
    font-size: 34px;
    color: #009AFF;
}

.col-3 p {
    font-size: 12px;
    margin: 20px 0;
    color: #777;

}

.testimonial .col-3 h3 {
    font-weight: 600;
    color: #555;
    font-size: 16px;
}

.small-cat {
    /* max-width: 1080px; */
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.Info_head{
    margin: 4% 4% 4% 4%;
    text-align: center;
    /* padding-bottom: 56px; */
}
.Info_sub_head{
    font-size: 28px;
}
.main_head{
        font-size: 60px;
        font-weight: 700;
}
.image-card{
    background-color: #0d0639;
    border: 1px solid;
    border-radius: 10% !important;

    width: 250px;
    /* margin-bottom: 30px;
    width: 100%; */
}

.name_heading{
  margin-top: 10px;
    color: cyan !important;
    font-weight: 600 !important;
}

.title{
  color: cyan !important;
 
}
.upload-font{
  font-size: 28px;
  
}
.bank{
  text-align: center;
  font-size: 42px;
  margin: 47px;
}
.title-info{
  font-size: 22px;
  padding-top: 20px;
  color: white !important;
  /* padding-left: 10px; */
  padding-right: 10px;
}
.about_heading{
  text-align: center;
    color: white !important;
}
.base_head{
     font-size: 40px;
        font-weight: 500;
}
.base_info_sub_head{
        padding-top: 18px;
    font-size: 31px;
}
.image_style{
    display: flex;
    margin-top: -25% !important;
    margin-left: 30%;
    width: 35% !important;
}
.about_head{
    color: cyan;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
.about_data{
    color: black;
        text-align: center;
}
.about_page{
    background-color: #0d0639;
}

/* ===========================================
More From Fingow Code 
======================================= */
.section-content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
}
.backgroundColor{
  background-color: skyblue;
}
.title-More-From{
  text-align: center; 
  /* font-family: "Open Sans";  */
  font-size: 60px; 
  font-weight: 700; 
  color: black !important;; 
  padding-top: 40px;
  margin-bottom: 20px;
}
/* .font{
  font-family: "Open Sans";
} */

/*.section-container
{
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
}*/


.section-content .columns
{
  flex:0 0 auto;
  width:50%;
}
.section-content .columns.image
{
 flex: 1;
 margin-right: 30px;
 overflow: hidden;
 border-radius: 10px;
 margin-bottom: 15px;
}

.content li{

  color: #FFFFFF;
/*    font-family: "Inter";*/
font-size: 17px;
list-style-type: circle;
/* font-family: monospace; */
line-height: 3rem;
}


.image img{
  width: 100%;
}

.section-content .columns.content .container-content
{
  padding:40px 50px;
}

.section-content .columns.content .container-content 
{
  font-weight:400;
  font-size:16px;
  margin-bottom:20px;
  margin-bottom:15px;
  text-align:justify;
}
/* ===========================================Get loan while sitting at anywhere Code ======================================= */
.loan-container { 
  background: white; padding: 20px 0 20px;
}
.ul-li-remove{
  list-style-type: none;
}
.loan-title{ 
  text-align: center; 
  /* font-family: "Open Sans";  */
  font-size: 60px; 
  font-weight: 700; 
  color: #0d0639; 
  padding-top: 40px;
  margin-bottom: 30px;
}
/* Style the content portion */
.loan-content { 
  flex: 1; 
  padding: 10px; 
  text-align: initial; /* Center the text content */
}
.loan-content ul { 
  list-style-type: disc; /* You can use other values like square or circle */
  margin-left: 20px; /* Adjust the indentation as needed */
}
.loan-content ul li { 
  font-size: 31px; 
  color: #5CE1E6;/*    font-family: "Inter";*/
  /* font-family: monospace; */
}
.card{
  background-color: #0D0639;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 350px;
}
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  height: fit-content;
  display: table;
  padding-right: 20px;
  padding-left: 270px;
}
.loan-image { 
  flex: 1;
  padding: 10px; 
  text-align: end;
}
.loan-image img {
  max-width: 100%;
  height: auto; 
  max-height: 300px; /* Adjust the maximum height as needed */
}
.slider-font{
  font-size: 40px;
  color:#0d0639;
}
.mySlides {
  display: none;
}
/* img {vertical-align: middle;} */
/* .fade {
  animation-name: ;
  animation-duration: 1.5s;
} */
/* .dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
} */

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.img-width{
  width: 300px;
}
.description{ 
  color: #0D0639; 
  text-align: center; 
  /* font-family:"Open Sans";  */
  font-size: 20px;
  font-weight: 600; 
  letter-spacing: 0.1px; 
  word-spacing: 3px; 
  padding-left: 50px; 
  padding-right: 50px;
  /* margin-bottom: 50px; */
}
@media screen and (max-width:700px){
.loan-title{
  font-size: 31px;
  margin-bottom: 40px;
}
.loan-content ul li {
   font-size: 24px;
  }
.loan-content{
   margin-bottom: 20px;
  }
.description{
  font-size: 18px;
  font-weight: 500;
   }
  }

@media screen and (max-width:767px)
{
  .section-content
  {
    flex-flow:row wrap;
  }
  .section-content .columns.image{
    display:block;
    order:1;
    width:100%;
    /* height:250px; */
  }
  .section-content .columns.content
  {
    display:block;
    order:2;
    width:100%;
  }
  .section-content .columns.content .container-content
  {
    padding:20px 35px;
  }
  .section-content .columns.content .container-content h5
  {
    margin-bottom:5px;
  }
}
/* ===========================================
About us Code 
======================================= */
.container-about{
  /* height: max-content; */
  /* width: 80%;
  margin: 50px auto;
  padding: 20px; */
  padding: 20px;
  background-color: white;
  text-align: justify;
}
.container-ourservices{
  /* height: max-content; */
  /* width: 80%;
  margin: 50px auto;
  padding: 20px; */
  padding: 40px;
  background-color: #0d0639;
  text-align: justify;
}
.title-about{
  margin-top: 25px;
  text-align: center;
  color: black!important;
  /* font-family: "Open Sans"; */
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 15px;
}
.title-fingow{
  background-color:  white;
  text-align: center;
  color: black!important;
  /* font-family: "Open Sans"; */
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 50px;
  padding-top: 50px;
}
.title-animation{
  text-align: center;
  color:black;
  /* font-family: "Open Sans"; */
  font-size: 30px;
  font-weight: 700;
  
  padding: 80px;
}
.about-content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
   padding: 15px;
}
.image{
  flex: 1;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 10px;
}
.image img{
  width: 100%;
}
.content{
  flex: 1;
  /* margin-left: 20px; */
}
.content p{
  /* text-align: center; */
  color: #FFFFFF;
/*    font-family: "Inter";*/
font-size: 17px;
font-weight: normal;
text-align: left;

/* font-family: monospace; */
}
@media screen and (max-width: 768px){
  .about-content{
    flex-direction: column;
  }
  .image .content{
    margin: 0;
    margin-bottom: 20px;
  }
  .title{
    font-size: 38px;
    margin-bottom: 30px;
  }
  .row-card{
    background-color: #FFFFFF;
  }
}



/* ===========================================
Responsive Codes 
======================================= */

/* 980px  */
@media (max-width: 62em) {
  .mobile-navbar-btn {
    display: block;
    z-index: 999;
    border: 3px solid #0d0639;
    color: white;
  }

  .header {
    position: relative;
  }

  .header .logo {
    width: 40%;
    padding-left: 12px;
  }

  .navbar {
    /* display: none; */
    z-index: 09;
    width: 100%;
    height: 80vh;
    background: #0d0639;
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    /* to get the tranisition  */
    transform: translateX(100%);
    transition: all 0.5s linear;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .navbar-list {
    flex-direction: column;
    align-items: center;
  }

  .active .navbar {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .active .mobile-navbar-btn .mobile-nav-icon[name="close-outline"] {
    display: block;
  }

  .active .mobile-navbar-btn .mobile-nav-icon[name="menu-outline"] {
    display: none;
  }
    /* .row{
        text-align: center;
        padding-left: 15px;
    } */
    .col-2 {
        flex-basis: 100%;
        padding: 0;
    }
}


@media only screen and (min-device-width: 280px) and (max-device-width: 740px) { 
  .row-heading{
    justify-content: center;
    padding-top: 50px;
    text-align: left;
    display: none;
  }
  /* .video-margin{
    margin-top: 10px;
  } */
  .title-animation {
    text-align: center;
    color: black;
    /* font-family: "Open Sans"; */
    font-size: 24px;
    font-weight: 700;
    padding: 6%;
}
  .bank{
    text-align: center;
    font-size: 35px;
    margin: 47px;
  }
  .slider-font{
    font-size: 25px;
    color:#0d0639;
  }
  .upload-font{
    font-size: 24px;
    padding-top: 40px;
  }
  .btn {
  padding: 4px;
  font-weight: 700;
  display: inline-block;
  font-size: 2rem;
  color: white;
  /* padding: -1px 0px 6px 15px; */
  /* margin: 20px 0; */
  border-radius: 5px;
  border: 1px solid white;
  /* transition: none; */
  color: #0d0639;
  text-decoration: none;
  background-color: cyan !important;
}
  .img-set{
    height:200px; 
    width:300px;  
    display:inline;
   text-align: center; 
   padding:25px; 
   border-radius:50px;
  }
  .header .logo{
    width: auto;
    padding-right: 5px;
 }
 .header {
  z-index: 08;
  padding: 0 2.8rem;
  /* padding-left: 0px; */
  padding-left: 0px;
  height: 12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0d0639;
}
 .img-width{
   width: 250px;
 }
 .slideshow-container {
   max-width: 100%;
   position: relative;
   margin: auto;
   height: fit-content;
   display: table;
   padding-left: 6px;
  
 }
 .loan-container { 
  background: white; padding: 100px 0 20px;
}
 .navbar-list {
   /* display: flex;
   gap: 4.8rem;
   list-style: none; */
   padding-left: 0px;
 }
  .Info_head{
   margin: 4% 4% 4% 4%;
   text-align: center;
   /* padding-bottom: 56px;
   padding-bottom: 22%; */
 
 }
 .sub-col-mobile {
   flex-basis: 30%;
   margin-bottom: 30px;
   /* margin-left: 65px; */
   height: 116px;
   /* margin-right: 10%; */
 }
 .sub-col-digital {
  /* padding-top: 50px; */
   flex-basis: 30%;
   margin-bottom: 30px;
  text-align: center;
  padding-left: 98px;
 }
 .image-card{
   background-color: #0d0639;
   border: 1px solid;
   border-radius: 7% !important;
   margin-bottom: 30px;
   /* width: 90%;
   margin-bottom: 24%; */
   margin-top: 15%;
 }
 .col-2 h1 {
   font-size: 50px;
   line-height: 1.2em;
   margin: 10px 0;
   text-align: center;
 }
 .col-2 h3 {
   font-size: 2rem;
 color: #5ce1e6;
 margin-bottom: 25px;
 text-align: center;
 padding-left: 10px;
 }
 .title-More-From{
   text-align: center; 
   /* font-family: "Open Sans";  */
   font-size: 50px; 
   font-weight: 700; 
   color: black !important;; 
   padding-top: 40px;
   margin-bottom: 20px;
 }
 .main_head{
   font-size: 50px;
   font-weight: 700;
 }
 .title-about{
   text-align: center;
   color: black!important;
   /* font-family: "Open Sans"; */
   font-size: 50px;
   font-weight: 700;
   margin-bottom: 15px;
 }
 .column-about-content {
  text-align: center;
  display: inline-table;
  float: left;
  width: 100%;
  padding: 50px;
  height: 300px; /* Should be removed. Only for demonstration */
}
.slider-container-loan {
  text-align: center;
  /* border:2px solid black; */
     
}
.slick-slide img{
  display: inline !important;
}
.slider {

/* border-radius:50px; */
  /* width: 50%; */
  margin: auto;
   /* border:2px solid yellow; */

}
}


@media only screen and  (min-device-width: 740px) { 

  .sub-col-mobile {
    flex-basis: 30%;
    margin-bottom: 30px;
    /* margin-left: 65px; */
    height: 500px;
}
/* .section-content .columns.image{
  display:block;
  order:1;
  width:100%;
  height:500px;
} */
/* .image-card{
  background-color: #0d0639;
  border: 1px solid;
  border-radius: 7% !important;
  margin-bottom: 30px;
  width: 90%;
  margin-bottom: 24%;
  margin-top: 4%;
} */
  
  }
/* @media only screen and (min-device-width: 414px) and (max-device-width: 736px) { 



.image-card{
  margin-top: 4%;
}
} */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
  .header .logo{
   width: auto;
}
.header {
  padding: 0 2.8rem;
  /* padding-left: 0px; */
  padding-left: 20px;
  height: 12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0d0639;
}
.navbar-list {
  display: flex;
  gap: 4.8rem;
  list-style: none;
  padding-left: 20%;
}
.sub-col-digital {
  margin-top: 60px;
  flex-basis: 30%;
  margin-bottom: 30px;
 /* text-align: center; */
}
.profile-card {
  margin-bottom: 10%;
  width: 250px;
  background: #0d0639;
  border: 1px solid #0d0639;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.image-card{
 
  margin-bottom: 10%;
}
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  height: fit-content;
  display: table;
  padding-right: 20px;
  padding-left: 26px;
}

}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) { 
  .header .logo{
   width: auto;
}
/* .navbar-list {
  display: flex;
  gap: 4.8rem;
  list-style: none;
  padding-left: 20%;
} */
.sub-col-digital {
  padding-top: 50px;
  flex-basis: 30%;
  margin-bottom: 30px;
  /* text-align: center; */
  padding-left: 100px;
}
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  height: fit-content;
  display: table;
 /* // padding-right: 20px; */
  padding-left: 150px;
}

}
@media only screen and (min-device-width: 820px)  {
  .sub-col-mobile {
    flex-basis: 30%;
    margin-bottom: 30px;
    /* margin-left: 100px; */
    
  }
  .slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
    height: fit-content;
    display: table;
    padding-right: 20px;
     padding-left: 240px; 
  }

 }

@media only screen and (min-device-width: 1500px)  { 
  .row-branches1{
    margin-right: 427px;
    /* padding-left: 145px;
    padding-top: 25px; */
      /* display: flex; */
      /* align-items: center; */
      flex-wrap: wrap;
      justify-content: center;
  } 
  .slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
    height: fit-content;
    display: table;
    padding-right: 20px;
    padding-left: 570px;
  }
  .sub-col-digital {
    padding-top: 50px;
    flex-basis: 30%;
    margin-bottom: 30px;
    align-self: center;
    padding-right: 100px;
    margin-left: 210px;
  }
  .navbar-list {
    display: flex;
    gap: 4.8rem;
    list-style: none;
    /* padding-left: 100%; */
  }
}






  .carousel-container {
            position: relative;
            overflow: hidden;
            width: 100vw; /* Set the slider container to full viewport width */
        }

        .carousel-content {
            display: flex;
            width: 100%; /* 4 slides x 100% width each */
            transition: transform 0.5s ease-in-out;
        }

        .carousel-content > div {
            flex: 0 0 100%; /* Each slide takes 60% of the width */
            padding: 25px 220px 25px 220px;
            box-sizing: border-box;
            /* border: 1px solid #ccc; */
            text-align: center;
            font-size: 17px;
        }

        .carousel-button {
            cursor: pointer;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            color: black; /* Button text color */
            background-color:#F5F5F5; /* Button background color */
            padding: 10px; /* Adjust padding as needed */
            border: none;
        }

        .carousel-button.left {
            left: 10px; /* Adjust the position from the left */
        }

        .carousel-button.right {
            right: 10px; /* Adjust the position from the right */
        }

 .carousel-contentTwo {
            display: flex;
            width: 100%; /* 4 slides x 100% width each */
            transition: transform 0.5s ease-in-out;
        }

        .carousel-contentTwo > div {
            flex: 0 0 100%; /* Each slide takes 60% of the width */
            padding: 25px 220px 25px 220px;
            box-sizing: border-box;
            /* border: 1px solid #ccc; */
            text-align: center;
            font-size: 17px;
        }

        .glass-card {
          border-bottom: 8px solid  #0d0639;
          width: 350px;
          padding: 25px;
          /* background: rgba(255, 255, 255, 0.2); */
          backdrop-filter: blur(10px);
          border-radius: 10px;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          background-color:white;
          text-align:center;
      }
      .glass-card-form {
        border-top: 8px solid #0d0639;
        border-bottom: 8px solid  #0d0639;
        width: 350px;
        padding: 25px;
        /* background: rgba(255, 255, 255, 0.2); */
        backdrop-filter: blur(10px);
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        background-color:white;
        text-align:center;
    }
      .glass-card:hover {
        width: 350px;
        padding: 25px;
        /* background: rgba(255, 255, 255, 0.2); */
        backdrop-filter: blur(10px);
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        background-color: cyan;
        text-align:center;
        transform: translateY(10px);
    }
.card-display{
  margin-bottom: 30px;
  display: flex;
  background-color: white;
  padding: 20px;
  gap: 20px;
flex-wrap: wrap;
justify-content: center;
}
.card-header{
  text-align: center;
  font-size: 25px;
  margin-bottom: 10px;
  /* color:cyan; */
}
.card-data{
  text-align: justify;
   font-size:15px;
    
}