/* anbu */


/* section-three-start */
section.section-three {
  padding: 80px 0px 100px 0px;
}

.blog-card {
  border: 0.432px solid #DBDBDB;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  margin-top: 20px;
  height: 100%;
}

.blog-card:hover {
  box-shadow: 0 2px 20.8px 0 rgb(10 185 248 / 26%);
}


.blog-card .card-body h3 {
  color: #4D4D4D;
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
}

.blog-card p {
  font-size: 14px;
  color: #4D4D4D;
  margin-bottom: 17px;
  height: 90px;
  line-height: 2;
}

.blog-card-body {
  padding-bottom: 5px;
}

.card-body-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}

.card-body-button span {
  color: #4D4D4D;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.043px;
}

img.card-img-top {
  padding: 20px 20px 0;
  border-radius: 20px;
}

@media (max-width: 768px) {
  section.section-three {
    padding: 20px 0px 80px 0px;
  }
}

/* section-three-end */

/* section-faq-start */
section.section-faq {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  background: #fff;
}

section.section-faq::before {
  content: "";
  bottom: 0px;
  right: 0px;
  position: absolute;
  z-index: -1;
  width: 300px;
  height: 411px;
  background-image: url(../img/cryptocurrency-exchange/faq-img-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.faq {
  width: 100%;
  margin: auto;
  max-height: 700px;
  overflow: scroll;
  padding: 10px;

}

.faq-item {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 46px;
  /* border: 1px solid #F1F1F3; */
  background: #F5F5F5;
  padding: 5px 20px;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
}

.faq-question span {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.faq-toggle {
  border-radius: 46px;
  background: #fff;
  color: #404040;
  font-size: 30px;
  font-weight: bold;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-family: auto;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  /* border-top: 1px solid #f0f8ff; */
  font-size: 16px;
  color: #4C4C4D;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 260px;
  padding: 15px 20px 20px 20px;
}

.faq-item.active .faq-toggle {
  background: var(--Fourchain, linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%));
  transform: rotate(45deg);
  border-radius: 50px;
  color: #fff;
}

.faq-item.active {
  background: #F3F9FF;
  padding: 20px;
  border-radius: 18px;
}

/* @media (min-width:1440px) and (max-width:2500px) {
  section.section-faq::before {
    left: 150px;
  }
} */

@media (max-width: 768px) {
  .faq-item.active {
    padding: 0px;
  }

  section.section-faq::before {
    width: 300px;
  }

  .faq-toggle {
    width: 30px;
    height: 30px;
  }

  .faq-item {
    padding: 5px;
  }

  .faq-question span {
    font-size: 16px;
  }
}

/* section-faq-end */

.list-color-ul1 ul li {
  padding: 5px;
}

.list-color-ul1 ul li span {
  width: 8px !important;
  height: 8px !important;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

.list-color-ul1 ul li span {
  background: linear-gradient(90deg, #0460e9 0, #0ab9f8 100%);
}


/* footer start */
footer {
  /* background: linear-gradient(173deg, #D2EAFF 20.2%, #FFF 49.36%, #FFF 76.5%, #FEF2FF 103.64%); */
  padding-top: 100px;
  border-radius: 20px 20px 0px 0px;
  background: #fff;
}

footer p {
  font-size: 15px;
  margin: 10px 0px;
  color: #3D3D3D;
}

.footer-appclx a {
  /* font-size: 15px; */
  text-decoration: none;
  color: #222;
  font-weight: 400;
  /* max-width: 270px; */
}

.footer-appclx {
  margin-bottom: 30px;
}

.cp-right {
  border-top: 1px solid #F0F0F0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 20px;
  gap: 25px;
}

p.footer-heading {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  background: var(--grade-5, linear-gradient(90deg, #0882EB -11.09%, #24B4E8 101.23%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-appclx ul {
  padding: 20px 0px !important;
}

.footer-appclx li {
  list-style-type: none;
  padding: 10px 0px 10px 0px;
  font-size: 14px;
}

.footer-connect p {
  max-width: 380px;
  color: #222;
}

.cp-right p {
  color: #222;
}

.footer-links svg path {
  transition: 0.3s ease;
}

.footer-links a:hover svg path {
  fill: #0081F1 !important;
  fill-opacity: 1 !important;
}

/* icons */

.icons-social-media {
  align-items: center;
  margin: 3px;
  /* padding: 5px; */
  width: 35px;
  cursor: pointer !important;
  transition: 300ms all ease-in-out;
  position: relative;
}

/* 
.icons-social-media:hover {
  translate: -0px -10px;
}

#instagram,
#youtube,
#twitch,
#twitter {
  transition: 300ms all ease-in-out;
  clip-path: circle(65%);
}

#instagram:hover {
  background: linear-gradient(to right,
      #833ab4, #fd1d1d, #fcb045);
  fill: #fff;
}

#youtube,
#twitter {
  height: 35px;
}

#twitter {
  fill: rgb(10 10 10);
}

#youtube:hover {
  background-color: #fd1d1d;
  fill: #fff;
}

#twitch:hover {
  background-color: rgba(54, 128, 216, 1);
  fill: #fff;
}

#twitter:hover {
  background-color: #000;
  fill: #fff;
}

.fb-icon {
  width: 25px;
} */

.link-section {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.link-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #3D3D3D;
}

.link-item span {
  width: 10px;
  height: 10px;
  background-color: #0099ff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.link-item a {
  text-decoration: underline;
  color: #656567;
}

.link-item a:hover {
  background: var(--Fourchain, linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-img {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-img a:hover {
  background: var(--Fourchain, linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-ul li a::before {
  /* content: '';
  position: absolute;
  width: 15px;
  height: 10px;
  background: url(../img/dropdown-arrow.webp) 0 0 / contain no-repeat;
  left: -20px;
  opacity: 0;
  transition: .3s ease-in-out; */
}

.footer-ul li:hover {
  opacity: 1 !important;
  transition: .3s ease-in-out;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  background: var(--Fourchain, linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  footer {
    padding-top: 50px;
  }
}

/* footer end  */


.fixed-links {
  position: fixed;
  bottom: 30%;
  left: 10px;
  transform: translateX(-150%);
  transition: transform .3s ease-in-out;
  padding: 15px !important;
  border-radius: 12px;
  display: flex;
  gap: 30px;
  z-index: 99999;
  justify-content: space-around;
  backdrop-filter: blur(3px)
}

.social-bar.show {
  transform: translateY(0)
}

.fixed-links ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.fixed-links ul li.teams {
  margin-bottom: 0
}

.fixed-links ul li {
  margin-bottom: 30px;
  position: relative
}

.fixed-links ul li.whatsapp a:before {
  border: 2px solid #4caf50
}

.fixed-links ul li.telegram a:before {
  border: 2px solid #26a4e3
}

.fixed-links ul li.teams a:before {
  border: 2px solid #464eb8 !important
}

.fixed-links ul li a::before {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  content: '';
  top: -12px;
  left: -12px;
  border-radius: 35px;
  animation: 1.5s cubic-bezier(0, 0, .2, 1) infinite animate;
  z-index: 9999
}

@keyframes animate {
  0% {
    transform: scale(.5);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}



@media screen and (max-width:767px) {
  .d-md-block {
    display: block !important
  }

  .fixed-links ul {
    margin: 0;
    list-style: none;
    position: fixed;
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px !important;
    border-radius: 12px;
    display: flex;
    gap: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    z-index: 9999999;
    width: 300px;
    justify-content: center;
    backdrop-filter: blur(3px)
  }

  .fixed-links ul li {
    margin-bottom: 0;
    margin-left: 0;
    position: relative
  }

  .fixed-links {
    bottom: 0;
    width: 60%;
    left: 0;
    margin: 0 auto;
    right: 0;
    transition: 1s;
    z-index: 999999
  }

  footer {
    padding-bottom: 60px
  }

  .footer-bottom {
    padding-bottom: 85px;
  }
}

@media (min-width:1px) and (max-width:400.98px) {
  .fixed-links ul {
    gap: 45px !important;
    justify-content: center !important
  }

  .tawk-min-container {
    left: 18px !important;
    bottom: 5px !important
  }

  .tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 45px !important;
    height: 45px !important
  }

  svg.tawk-min-chat-icon {
    height: 25px !important;
    width: 25px !important
  }
}

@media (min-width:1440px) and (max-width:2560.98px) {
  .fixed-links {
    bottom: 40% !important
  }
}