/*--------------------------------------------------------------============================================================
[Main Stylesheet]

Project: Flowto
/*==============================
[Table of contents]

FLOWTO STYLESHEET
----------------------------------
INFINITE TEXT SLIDER 

=============================================================--------------------------------------------------------------*/
/* INFINITE TEXT SLIDER */
.flowto-text-slider-data {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

h2.flowto-text-slider-content,
h3.flowto-text-slider-content,
h4.flowto-text-slider-content,
h5.flowto-text-slider-content,
h6.flowto-text-slider-content {
  margin: 0 15px;
}

.flowto-text-slider-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

.flowto-text-slider-icon i,
.flowto-text-slider-icon path {
  transition: all 0.4s;
  font-size: 30px;
}

.slick-dots li button::before {
  content: none;
}

/* card */
.flowto-card-wrap {
  border-radius: 10px;
  padding: 20px;
  transition: all 0.4s;
  position: relative;
  background: #201C2C;
}




.flowto-card-thumb {
  overflow: hidden;
  border-radius: 10px;
}

.flowto-portfolio-image {
  overflow: hidden;
}

.flowto-card-thumb img,
.flowto-portfolio-image img {
  width: 100%;
  object-fit: cover;
  object-position: center top;
  transition: all 0.4s;
}

/*.flowto-card-wrap:hover .flowto-card-thumb img,
.flowto-portfolio-item:hover .flowto-portfolio-image img {
  transform: scale(1.05) rotate(1deg);
}*/

.flowto-card-data {
  margin-top: 20px;
}

.flowto-card-data h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0 0 5px;
  font-family: Inter, sans-serif;
}

.flowto-card-data p,
.pf-pre-sale {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.4;
  margin: 0;
}

.flowto-card-footer {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.flowto-card-footer-data h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0;
}

.flowto-card-btn{
  background: #70DFE6;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 24.4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #13111A;
  z-index: 0;
  transition: all 0.4s;
  position: relative;
}

.flowto-card-wrap:hover .flowto-card-btn {
  color: #fff;
}




/* Flowto Button css */

.flowto-btn {
  font-size: 16px;
  line-height: 24px;
  border-radius: 10px;
  padding: 15.5px 36px;
  font-weight: 700;
  font-family: Inter, sans-serif;
  width: fit-content;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  min-width: 180px;
  text-align: center;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden;
}

.flowto-btn.bg-gray {
  color: #fff;
  background-color: #26242C;
}

.flowto-btn.active:before {
  opacity: 1;
}

.flowto-btn:before {
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .4s;
  opacity: 0;
  background: linear-gradient(225deg, #30FFC7 0%, #512FE7 100%)
}

.flowto-btn:hover:before {
  opacity: 1;
}

.flowto-btn.active:hover:before {
  width: 200%;
}

.flowto-outline-btn {
  padding: 2px;
  border-radius: 10px;
  display: inline-block;
  color: #fff !important;
  background: linear-gradient(225deg, #30FFC7 0%, #512FE7 100%)
}

.flowto-outline-btn span {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 15.5px 38px;
  border-radius: 10px;
  background-color: #13111A;
  transition: all .4s;
}

.flowto-outline-btn:hover span {
  background-color: transparent;
}

/*text slider*/
.flowto-text-slider-section {
  padding: 22px 0;
  overflow: hidden;
  background: linear-gradient(225deg, #0080ff 0, #7d41ea 46.35%, #ff00d4 100%);
}

.flowto-text-slider-data {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  flex-direction: row-reverse;
}


@media (max-width: 600px) {
  .flowto-text-slider-data {
    text-align: center;
    display: block !important;
  }
}

@media (max-width: 600px) {
  .flowto-text-slider-icon {
    margin-bottom: 10px;
  }
}


/*flowto nft slider v2*/


.flowto-nft-slider .slick-slide {
  margin: 0 12px;
}


/* elementor extra css hero thumb new css add */
.flowto-hero-thumb {
  transform: rotate(3deg);
  padding-left: 150px;
}

@media (max-width: 1399px) {
  .flowto-hero-thumb {
    padding-left: 50px;
  }
}

@media (max-width: 1024px) {
  .flowto-hero-thumb {
    padding-left: 0px;
    transform: rotate(0deg);
  }

}

.flowto-footer-address li.elementor-icon-list-item {
  display: flex;
}


/*fugo v2 counter section*/
.fugo-counter-section .elementor-counter {
  width: 250px;
  height: 250px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  padding: 40px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}




@media (max-width: 1207px) {
  .fugo-counter-section .elementor-counter {
    width: 210px;
    height: 210px;
    padding: 20px;
  }

}



/*service details iconbox*/

.flowto-iconbox-border {
  position: relative;
}

.flowto-iconbox-border:before {
  content: "";
  top: 45px;
  left: 50%;
  width: calc(100% - 30%);
  height: 1px;
  position: absolute;
  transform: translateX(-50%);
  border: 1px dashed rgba(19, 17, 26, .1);
}

@media (max-width: 1023px) {
  .flowto-iconbox-border:before {
    width: calc(100% - 50%);
  }
}

@media (max-width: 767px) {
  .flowto-iconbox-border:before {
    content: none;
  }
}


/*portfolio two*/
.style-two .flowto-portfolio-content.content-postion-on-image {
    display: grid;
    grid-template-columns: 2fr 2fr .5fr;
    gap: 98px;
}

.flowto-portfolio-title h3{
  transition: all 0.4s;
}

.style-two .portfolio-btn {
  height: auto;
  background-color: transparent;
}
.style-two .portfolio-btn-wrap {
    text-align: right;
}

@media (max-width: 767px) {
.style-two .flowto-portfolio-content.content-postion-on-image {
    display: block;
}
.style-two .portfolio-btn-wrap {
    text-align: left;
}

}

/*portfolio three*/
.flowto-portfolio-item.style-three {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}


.style-three .flowto-portfolio-image img {
    aspect-ratio: 8/5;
}

.style-three .flowto-portfolio-content-body {
    display: flex;
    justify-content: space-between;
}

.style-three .portfolio-btn {
    width: 80px;
    height: 80px;
    transition: all 0.4s;
}
@media (max-width: 1024px) {
.flowto-portfolio-item.style-three {
    display: block;
}
.style-three .portfolio-btn {
    width: 50px;
    height: 50px;
}

}

@media (max-width: 767px) {
.style-three .flowto-portfolio-content-body {
    display: block;
}

}

/*portfolio four*/
.flowto-portfolio-item.style-four {
  position: relative;
  overflow: hidden;
}
.flowto-portfolio-item.style-four:before{
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  position: absolute;
  border-radius: 10px;
  mix-blend-mode: multiply;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 50.52%, #121212 89.06%);
}
.flowto-portfolio-item.style-four:hover:before{
  opacity: 1;
  visibility: visible;
}

.style-four .flowto-portfolio-content-body {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    bottom: -50px;
    z-index: 1;
    padding: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.style-four.flowto-portfolio-item:hover .flowto-portfolio-content-body{
  opacity: 1;
  bottom: 0;
  visibility: visible;
}

.style-four .flowto-portfolio-image img {
    aspect-ratio: 10/9.5;
}

.style-four .flowto-portfolio-content.content-postion-on-image{
  line-height: 1;
}

@media (max-width: 1024px) {
.style-four .flowto-portfolio-content-body {
    padding: 30px;
}

}


/*coming soon*/
.coming-soong-page .mas-addons-countdown li {
  width: 200px;
  height: 200px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 1023px) {
  .coming-soong-page .mas-addons-countdown li {
    width: 170px;
    height: 170px;
  }

}

.coming-soong-page .mas-addons-countdown li:nth-child(2),
.coming-soong-page .mas-addons-countdown li:nth-child(3),
.coming-soong-page .mas-addons-countdown li:nth-child(4) {
  margin-left: -30px;
}

@media (max-width: 767px) {
  .coming-soong-page .mas-addons-countdown {
    justify-content: center;
  }

  .coming-soong-page .mas-addons-countdown li:nth-child(2),
  .coming-soong-page .mas-addons-countdown li:nth-child(3),
  .coming-soong-page .mas-addons-countdown li:nth-child(4) {
    margin-left: 0;
  }

}




/*card slider arrows*/
.card-slider-arrow .slick-prev,
.card-slider-arrow .slick-next {
  left: -75px;
  top: 50%;
  z-index: 9;
  position: absolute;
  transform: translateY(-50%);
}

@media (max-width: 767px) {

  .card-slider-arrow .slick-prev,
  .card-slider-arrow .slick-next {
    display: none;
  }
}

.card-slider-arrow button {
  width: 60px;
  height: 60px;
  color: #201C2C;
  font-size: 20px;
  cursor: pointer;
  border-radius: 100%;
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  border: 5px solid #13111A;
  transition: all 0.4s;
}

.card-slider-arrow .slick-next {
  left: auto;
  right: -75px;
}

.card-slider-arrow .slick-prev:before,
.card-slider-arrow .slick-next:before {
  content: none;
}



/*hero slider*/
.flowto-slider-item {
  z-index: 0;
  position: relative;
  background-size: cover;
  background-position: center;
}

.flowto-slider-item:before {
  content: '';
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  mix-blend-mode: multiply;
  background-color: rgba(18, 104, 251, 0.6);
}

.flowto-hero-content {
  width: 840px;
  margin: 0 auto;
}

.hero-slider-arrow .slick-prev,
.hero-slider-arrow .slick-next {
  left: 150px;
  top: 60%;
  z-index: 9;
  position: absolute;
  transform: translateY(-50%);
}

.hero-slider-arrow .slick-next {
  left: auto;
  right: 150px;
}

@media (max-width: 1300px) {

  .hero-slider-arrow .slick-prev,
  .hero-slider-arrow .slick-next {
    left: 30px;
  }

  .hero-slider-arrow .slick-next {
    left: auto;
    right: 30px;
  }
}

@media (max-width: 767px) {

  .hero-slider-arrow .slick-prev,
  .hero-slider-arrow .slick-next {
    display: none !important;
  }
}

.hero-slider-arrow button {
  width: 50px;
  height: 50px;
  color: #201C2C;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.4s;
}



.hero-slider-arrow .slick-prev:before,
.hero-slider-arrow .slick-next:before {
  content: none;
}

.hero-slider-arrow .slick-prev:hover,
.hero-slider-arrow .slick-prev:focus,
.hero-slider-arrow .slick-next:hover,
.hero-slider-arrow .slick-next:focus {
  background-color: rgba(255, 255, 255, 0.3);
}


/*testimonial slider*/
/*.flowto-t-slider-wrap {
  margin: 0 110px;
}

@media (max-width: 1199px) {
  .flowto-t-slider-wrap {
    margin: 0 60px;
  }
}


.flowto-t-author img {
  margin: 0 auto;
}

.t-slider-arrow button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.t-slider-arrow .slick-prev,
.t-slider-arrow .slick-next {
  left: 0;
  top: 50%;
  z-index: 9;
  position: absolute;
  transform: translateY(-50%);
}

.t-slider-arrow .slick-next {
  left: auto;
  right: 0;
}


.t-slider-arrow .slick-prev:before,
.t-slider-arrow .slick-next:before {
  content: none;
}

.t-slider-arrow .slick-prev:hover,
.t-slider-arrow .slick-prev:focus,
.t-slider-arrow .slick-next:hover,
.t-slider-arrow .slick-next:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

.flowto-t-slider .slick-slide {
  margin: 0 12px;
}

@media (max-width: 767px) {

  .t-slider-arrow .slick-prev,
  .t-slider-arrow .slick-next {
    display: none !important;
  }

  .flowto-t-slider-wrap {
    margin: 0px;
  }
}*/


/*portfolio slider*/

.flowto-portfolio-slider .slick-slide {
  margin: 0 10px;
}

.portfolio-slider-arrows button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-slider-arrows .slick-prev,
.portfolio-slider-arrows .slick-next {
  left: 0;
  top: 50%;
  z-index: 9;
  position: absolute;
  transform: translateY(-50%);
}

.portfolio-slider-arrows .slick-next {
  left: auto;
  right: 0;
}

.portfolio-slider-arrows .slick-prev:before,
.portfolio-slider-arrows .slick-next:before {
  content: none;
}

@media (max-width: 767px) {

  .portfolio-slider-arrows .slick-prev,
  .portfolio-slider-arrows .slick-next {
    display: none !important;
  }
}


.flowto-portfolio-slider-wrap {
  margin: 0 100px;
}

@media (max-width: 991px) {
  .flowto-portfolio-slider-wrap {
    margin: 0 70px;
  }
}

@media (max-width: 767px) {
  .flowto-portfolio-slider-wrap {
    margin: 0px;
  }
}


.flowto-portfolio-thumb {
  position: relative;
}

.flowto-portfolio-data {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  left: 20px;
}


@media (max-width: 1024px) {
  .blog-breadcrumb {
    padding: 170px 0 75px;
  }

}

@media (max-width: 767px) {
  .blog-breadcrumb {
    padding: 130px 0 55px;
  }

}

/* blog css  */
.content-block,
.blog-content-row {
  padding-top: 120px;
  padding-bottom: 110px;
  z-index: 1;
}

.blog-content-row {
  border-bottom: 1px solid rgba(1, 14, 55, 0.1);
}



/*testimonial slider v3*/

.flowto-t-arrow {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 0;
}

.flowto-t-arrow button{
  transition: all 0.4s;
}

.slick-prev:before, 
.slick-next:before{
  content: none!important;
}
.flowto-t-arrow .slick-prev, 
.flowto-t-arrow .slick-next{
  position: static;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1349px) {
.flowto-t-arrow {
    left: auto;
    bottom: -7px;
    right: 0;
}

}


@media (max-width: 767px) {
.flowto-t-arrow {
    display: none;
}

}

.flowto-t-slider-v8 .flowto-t-slider-arrow {
    left: auto;
    bottom: 15px;
    right: 0;
}

/*testimonial slider*/
.flowto-t-slider-wrap {
  transition: all 0.4s;
}

.flowto-t-slider-author-wrap {
  display: flex;
  align-items: center;
}

.flowto-t-slider-author {
  flex-shrink: 0;
}

.flowto-t-slider-author img {
  object-fit: cover;
  object-position: center top;
}

.style-one .flowto-testimonial-slider .slick-slide {
  margin: 0 12px;
}

@media (max-width: 767px) {
  .style-one .flowto-testimonial-slider .slick-slide {
    margin: 0;
  }
}


.flowto-testimonial-slider .slick-dots {
  position: static;
}

p.flowto-t-author-name, 
p.flowto-t-author-designation{
  margin: 0;
}


/*testimonial normal*/
.flowto-t-wrap {
    transition: all 0.4s;
    overflow: hidden;
}

.style-normal-two .flowto-t-author{
  display: flex;
  height: 100%;
}
.style-normal-two .flowto-t-author img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/*counter*/
.flowto-counter-data-wrap {
    display: flex;
}
h1.flowto-counter, 
h2.flowto-counter, 
h3.flowto-counter, 
h4.flowto-counter, 
h5.flowto-counter, 
h6.flowto-counter{
  margin: 0;
}

/*team card*/
.flowto-team-card-thumb {
    position: relative;
}
.flowto-team-card-thumb:before{
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 10px;
  position: absolute;
  transition: all 0.4s;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 48.44%, #121212 100%);
}
.flowto-team-card-wrap:hover .flowto-team-card-thumb:before{
  opacity: 1;
}
.flowto-team-card-wrap:hover .flowto-team-card-top{
  opacity: 1;
  bottom: 0;
  visibility: visible;
}
.flowto-team-card-top {
    position: absolute;
    bottom: -24px;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.team-social-icons ul{
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.team-social-icons ul li{
  display: inline-block;
}
.team-social-icons ul li a i{
  transition: all 0.4s;
}
.flowto-team-card-data a{
  display: block;
}

.flowto-svg-icon {
    display: flex;
    align-items: center;
    height: 100px;
}


/*table*/


.flowto-table-list table {
    margin: 0;
    white-space: nowrap;
}

.flowto-table-list table thead tr{
  border: none;
  background-color: #414141;
}
.flowto-table-list table thead tr th{
  border: none;
  font-weight: 600;
  font-size: 21px;
  padding: 25px;
  line-height: 1;
  color: #FFFFFF;
  background-color: transparent;
}
.flowto-table-list table tbody tr{
  border-bottom: 1px solid  #414141;
}
.flowto-table-list table tbody tr:first-child{
  border-top: 0!important;
}
.flowto-table-list table tbody tr:last-child{
  border-bottom: 0!important;
}
.flowto-table-list table tbody tr td{
  border: none;
  background-color: transparent;
  font-weight: 600;
  font-size: 21px;
  color: #FFFFFF;
  line-height: 1;
  padding: 25px;

}

.flowto-table-list table tbody tr td a {
    background: #3147FF;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 22px 45px;
    transition: all 0.4s;
}
.flowto-table-list table tbody tr td a:hover{
  color: #3147FF;
  background-color: #fff;
}

.flowto-table-data i {
  color: #1AE5BE;
  font-size: 27px;
}


@media (max-width: 991px) {
.flowto-table-list {
    overflow-x: scroll;
}


}


/*all demos css*/

/* offcanvas menu */
.flowto-sidemenu-wraper{
  position: relative;
}
.main-menu {
  display: block; 
}
.flowto-sidemenu-column {
    width: 750px;
    display: block;
    background: #ffffff;
    height: 100%;
    position: fixed;
    z-index: 111;
    padding: 62px 40px;
    margin-right: -750px;
    transition: 0.5s;
    right: 0;
    overflow-y: scroll;
}

.flowto-sidemenu-column.active {
      margin-right: 0px;
      z-index: 9999;
}
.flowto-sidemenu-wrap{
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
}
.menubar {
      font-size: 28px;
      cursor: pointer;
      transition: all linear 0.3s;
      color: #000;
 }

.flowto-sidemenu-close {
    position: absolute;
    left: 0;
    top: 20px;
    color: #333333;
    font-size: 20px;
    padding: 5px;
    transition: all linear 0.3s;
    cursor: pointer;
    transform: translateY(-50%);
    background-color: #fff;
    opacity: 0;
    transition: all 0.4s;
    visibility: hidden;
    line-height: 1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3147FF;
    border-radius: 0;
}
.active .flowto-sidemenu-close{
  opacity: 1;
  visibility: visible;
}


.offcanvas-overlay {
      width: 100%;
      height: 100%;
      background: #000;
      position: fixed;
      z-index: 0;
      visibility: hidden;
      opacity: 0;
      transition: .5s;
 }

.offcanvas-overlay.active {
      opacity: .7;
      z-index: 111;
      visibility: visible;
 }

.menu-bar, 
.flowto-baynow-btn {
    display: block;
    font-size: 15px;
    cursor: pointer;
    background-color: #fff;
    line-height: 1;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #4243DC;
    border-radius: 5px 0 0 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 50px;
}
.flowto-baynow-btn{
  margin-top: 15px;
  color: #fff;
  background-color: #121212;
}

.flowto-sidemenu-btn{
  top: 50%;
  right: 0;
  position: fixed;
  transform: translateY(-50%);
}
.flowto-sidemenu-item {
  text-align: center;
  transition: all 0.4s;
  margin-bottom: 10px;
}
.flowto-sidemenu-item:hover{
  transform: translateY(-5px);
}
.flowto-sidemenu-item img{
  margin-bottom: 20px;
  border-radius: 5px;
}
.flowto-sidemenu-item h4 {
    font-size: 18px;
    margin: 0;
    line-height: 21px;
    text-transform: capitalize;
}

.flowto-sidemenu-column::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.flowto-sidemenu-column::-webkit-scrollbar{
  width: 5px;
  background-color: #F5F5F5;
}

.flowto-sidemenu-column::-webkit-scrollbar-thumb{
  background-color: #000000;
  border: 2px solid #555555;
}
h3.flowto-sidemenu-title {
    text-align: center;
    font-size: 36px;
    text-transform: capitalize;
    margin: 0 0 40px;
}

@media (max-width: 991px) {
.flowto-sidemenu-wraper{
  display: none;
}

}