/*root*/
:root{
  --bg-white:#fff;
  --bg-black:#1A1A1A;
  --theme-yellow:#FF9244;
  --theme-brown:#360303;
}
/*main*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--bg-white);
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--theme-yellow);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--theme-brown);
}

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--bg-white);
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
} 

/*home*/
h1,h2,h3,h4,h5,h6{
  margin-bottom: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease-in-out !important;
}
a:hover {
  text-decoration: none;
  transition: 0.3s ease-in-out !important;
}
p {
  margin-bottom: 0px;
  font-size: 14px;
}
input:focus, textarea:focus {
  outline: 0;
}
button{
  border: none;
}
button:focus {
  outline: 0;
}
.fix {
  overflow: hidden;
}
.theme-container{
  max-width: 1220px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
header{
  position: absolute !important;
  top: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 4;
}
header div{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header div a.logo{
  display: inline-block;
}
header div a.logo img{
  width: 175px;
}
.head-sec{
  background-image: url("../img/bg.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 84vh;
  width: 100%;
  padding: 11.458vw 0 0px 0;
  position: relative;
   z-index: 3; 
}
.head-sec .head-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  height: 100%;
  text-align: center;
  /* z-index: 2; */
}
.head-sec .head-content .h-icon{
  width: 90px;
  margin-bottom: 23px;
}
.head-sec .head-content span.h-span{
  color: #FFFFFF80;
  font-size: 38px;
  line-height: 38px;
  letter-spacing: -1.11px;
  font-weight: 400;
}
.head-sec > .head-content > h1{
  font-size: 74px;
  line-height: 73px;
  color: var(--bg-white);
  font-weight: 700;
  margin-bottom: 35px;
}
.head-sec > .head-content > h4{
  font-size: 15px;
  line-height: 24px;
  color: #DADADA;
  text-align: center;
}
.head-sec > .head-content > h4 span{
  color: var(--theme-yellow);
}
.head-sec .head-content .url-area{
  position: relative;
  width: 55%;
  margin: auto;
  top: 15%;
  transform: translateY(-50%);
  z-index: 7;
}
.head-sec .head-content .url-area .search-area{
  position: relative;
  width: 100%;
  margin: auto;
  z-index: 3;
}
.head-sec .head-content .url-area .search-area > img{
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(-50%, -50%);
  width: 30px;
}
.head-sec .head-content .url-area .search-area input{
  width: 100%;
  height: 100px;
  border: 10px solid var(--bg-white);
  border-radius: 100px;
  box-shadow: inset 0 4px 22px 12px #00000014, 0 50px 100px 50px #0000000D;
  padding: 24px 215px 24px 76px;
  background-color: var(--bg-white);
  font-size: 18px;
}
.head-sec .head-content .url-area .search-area button{
  padding: 24px 45px;
  border-radius: 100px;
  color: var(--bg-white);
  text-align: center;
  font-weight: 700;
  background: rgb(255,0,28);
  background: linear-gradient(23deg, rgba(255,0,28,1) 0%, rgba(255,212,0,1) 100%);
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0px 53px 0px #D036466E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-sec .head-content .url-area .search-area button h5{
  font-size: 15px;
  line-height: 17.6px;
}
.head-sec .head-content .url-area .search-area button span{
  display: none;
}
.head-sec .head-content .url-area .search-area input:-webkit-autofill {
  background-color: var(--bg-white) !important;
  box-shadow: inset 0 4px 22px 12px #00000014, 0 50px 100px 50px #0000000D !important;
  -webkit-text-fill-color: var(--bg-black) !important;
}

.head-sec .head-content .url-area .search-area input:-webkit-autofill:hover,
.head-sec .head-content .url-area .search-area input:-webkit-autofill:focus,
.head-sec .head-content .url-area .search-area input:-webkit-autofill:active {
  background-color: var(--bg-white) !important;
  box-shadow: inset 0 4px 22px 12px #00000014, 0 50px 100px 50px #0000000D !important;
  -webkit-text-fill-color: var(--bg-black) !important;
}

.head-sec .head-content .url-area .search-area button:hover,
.head-sec .head-content .url-area .search-area button:active,
.head-sec .head-content .url-area .search-area button:focus{
  opacity: 0.9;
}
.head-sec .head-content .url-area .download-list{
  background-color: var(--theme-brown);
  width: 78%;
  margin: -11px auto 0px;
  padding: 35px 23px 20px 23px;
  border-radius: 0 0 38px 38px;
  height: 92px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  transition: all 0.3s;
}
.head-sec .head-content .url-area .download-list .list-area{
  width: 100%;
  height: 100%;
  position: relative;
}
.head-sec .head-content .url-area .download-list .supp-plaf{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 0;
  max-width: 800px;
  left: 50%;
  transform: translateX(-50%);
}
.head-sec .head-content .url-area .download-list .supp-plaf p{
  color: var(--bg-white);
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
.head-sec .head-content .url-area .download-list .supp-plaf ul{
  display: flex;
  align-items: center;
  justify-content: end;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}
.head-sec .head-content .url-area .download-list .supp-plaf ul li:not(:last-child){
  border-right: 1px solid #FFFFFF3D;
  padding-right: 8px;
}
/*extened*/
.head-sec .head-content .url-area .download-list.extened{
  height: 930px;
  border-radius: 0 0 3% 3%;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .thamb-area .thamb-img{
  position: relative;
  width: fit-content;
  max-width: 85%;
  margin: 0 auto 30px;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .thamb-area .thamb-img img.img-thamb{
  border-radius: 24px;
  margin: auto;
  max-height: 300px;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .thamb-area .thamb-img .platf-icon{
  background-color:var(--bg-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(12%, 20%);
}
.head-sec .head-content .url-area .download-list .list-area .table-area .thamb-area h4{
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: var(--bg-white);
  width: 80%;
  margin: 0 auto 23px;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .thamb-area h4 span{
  font-weight: 400;
  color: var(--theme-yellow);
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .q-tab-main-box {
  border-top: 1px solid #663F3F;
  padding: 15px 0 0;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .q-tab-main-box .q-tab-box,
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .v-tab-main-box .v-tab-box,
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .m-tab-main-box .m-tab-box {
  display: none;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .q-tab-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 13px;
  gap: 25px;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .q-tab-menu ul li a {
  color: #fff;
  letter-spacing: 0.44px;
  font-weight: 700;
  padding: 4px 5px;
  text-decoration: none;
  transition: 0.5s all;
  border-bottom: 2px solid transparent;
  font-size: 18px;
  display: block;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .q-tab-menu ul li a > img{
  margin-right: 5px;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .q-tab-menu ul li a:hover {
  border-color: var(--theme-yellow);
  color: #fff;
  text-decoration: none;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .q-tab-menu ul li a.active {
  border-bottom: 2px solid var(--theme-yellow);
}

.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .v-tab-menu ul,
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .m-tab-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4px 5px 4px 10px;
  border-radius: 90px;
  gap: 3px;
  background-color: #6B1C1C;
  width: fit-content;
  margin: 0 auto 22px;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .v-tab-menu ul span,
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .m-tab-menu ul span {
  color: var(--bg-white);
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .v-tab-menu ul li a,
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .m-tab-menu ul li a {
  font-size: 14px;
  line-height: 27px;
  font-weight: 700;
  color: var(--bg-white);
  display: inline-block;
  padding: 3px 10px;
  border-radius: 90px;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .v-tab-menu ul li a.active,
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .m-tab-menu ul li a.active {
  background-color: var(--theme-yellow);
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .v-tab-main-box .v-tab-box{
  min-height: 150px;
  max-height: 200px;
  overflow-y: auto;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .m-tab-main-box .m-tab-box{
  min-height: 150px;
  max-height: 320px;
  overflow-y: auto;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .v-tab-main-box .v-tab-box table,
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .m-tab-main-box .m-tab-box table {
  width: 100%;
}
/*.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .v-tab-main-box .v-tab-box table thead ,
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .m-tab-main-box .m-tab-box table thead {
  position: fixed;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .v-tab-main-box .v-tab-box table tbody,
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .m-tab-main-box .m-tab-box table tbody {
  overflow: auto;
  min-height: 150px;
  max-height: 280px;
}*/
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .v-tab-main-box .v-tab-box table thead tr th,
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .m-tab-main-box .m-tab-box table thead tr th {
  background-color: #6B1C1C;
  color: var(--bg-white);
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  position: sticky;
  top: 0;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .v-tab-main-box .v-tab-box table thead tr th:nth-child(1),
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .m-tab-main-box .m-tab-box table thead tr th:nth-child(1) {
  border-radius: 12px 0 0 12px;
  text-align: left;
  padding: 2px 0px 2px 16px;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .v-tab-main-box .v-tab-box table thead tr th:nth-child(2),
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .m-tab-main-box .m-tab-box table thead tr th:nth-child(2) {  
  text-align: center;
  padding: 2px 0px 2px 0px;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .v-tab-main-box .v-tab-box table thead tr th:nth-child(3),
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .m-tab-main-box .m-tab-box table thead tr th:nth-child(3) {
  text-align: center;
  padding: 2px 16px 2px 0px;
  border-radius: 0 12px 12px 0;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .v-tab-main-box .v-tab-box table tbody tr td,
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .m-tab-main-box .m-tab-box table tbody tr td {
  border-bottom: 1px solid #663F3F;
  color: var(--bg-white);
  padding: 5px 16px;
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .v-tab-main-box .v-tab-box table tbody tr:last-child td,
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .m-tab-main-box .m-tab-box table tbody tr:last-child td {
  border-bottom: 1px solid transparent;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .v-tab-main-box .v-tab-box table tbody tr td:nth-child(1),
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .m-tab-main-box .m-tab-box table tbody tr td:nth-child(1) {
  text-align: left;
  width: 20%; 
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .v-tab-main-box .v-tab-box table tbody tr td:nth-child(2),
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .m-tab-main-box .m-tab-box table tbody tr td:nth-child(2) {  
  text-align: center;
  width: 40%; 
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .v-tab-main-box .v-tab-box table tbody tr td:nth-child(3),
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .m-tab-main-box .m-tab-box table tbody tr td:nth-child(3) {
  width: 20%;
  text-align: center;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .v-tab-main-box .v-tab-box table tbody tr td:nth-child(3) a,
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .m-tab-main-box .m-tab-box table tbody tr td:nth-child(3) a{
  color: var(--bg-white);
  padding: 8px 18px;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-yellow);
  background: linear-gradient(25deg, rgb(255 212 0 / 83%) 0%, rgb(255 0 28 / 76%) 100%);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .v-tab-main-box .v-tab-box span,
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .m-tab-main-box .m-tab-box span{
  font-size: 70px;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .v-tab-main-box .v-tab-box p,
.head-sec .head-content .url-area .download-list .list-area .table-area .tab-area .tab-teaser .m-tab-main-box .m-tab-box p{
  font-size: 18px;
  line-height: 27px;
  color: var(--bg-white);
}
.logo-sec{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
  padding: 50px 20px;
  z-index: 0;
  position: relative;
}
.logo-sec img{
  width: 150px;
}
.logo-sec:before{
  content: '';
  background-image: url(../img/line_hero_under.svg);
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0%, -33%);
  width: 950px;
  height: 950px;
  z-index: -3;
}
.htu-sec{
  padding: 40px 0 0;
}
.htu-sec .htu-head{
  text-align: center;
}
.htu-sec .htu-head > span{
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #FF4314;
}
.htu-sec .htu-head > h2{
  font-size: 48px;
  color: var(--bg-black);
  line-height: 57px;
  font-weight: 700;
}
.htu-sec .htu-head > p{
  font-size: 17px;
  line-height: 31px;
  color: #6C757D;
  font-weight: 400;
}
.htu-sec .steps-area{
  align-items: flex-end;
  margin-top: 80px;
}
.htu-sec .steps-area .steps-content-area > h6{
  font-size: 32px;
  line-height: 2;
  color: #6C757D;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 15px;
  letter-spacing: -1.1px;
}
.htu-sec .steps-area .steps-content-area > h6 > a{
  color: var(--bg-white);
  display: inline-block;
  padding: 5px 10px;
  font-size: 19px;
  line-height: 1;
  border-radius: 90px;
  background: linear-gradient(147deg, rgb(255 220 105) -3%, rgb(255 31 36) 40%);
}
.htu-sec .steps-area .steps-content-area > h2 {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -1.44px;
  font-weight: 700;
  color: #303030;
}
.htu-sec .steps-area .steps-content-area > h2 > span{
  color: var(--theme-yellow);
}
.htu-sec .steps-area .steps-content-area .main-steps{
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 65px;
}
.htu-sec .steps-area .steps-content-area .main-steps .step-box{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.htu-sec .steps-area .steps-content-area .main-steps .step-box > span{
  font-size: 49px;
  line-height: 52px;
  letter-spacing: -1.1px;
  display: inline-block;
  font-weight: 700;
  position: relative;
  color: var(--theme-brown);
  width: 60px;
  text-align: center;
  z-index: 4;
}
.htu-sec .steps-area .steps-content-area .main-steps .step-box > span:after{
  content: '';
  width: 80px;
  height: 80px;
  background: #ffb26478;
  backdrop-filter: blur(5px);
  border-radius: 20px;
  position: absolute;
  left: 38%;
  top: 35%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.htu-sec .steps-area .steps-content-area .main-steps .step-box > span:before{
  content: '';
  width: 80px;
  height: 80px;
  border: 2px solid #ffa45f;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.htu-sec .steps-area .steps-content-area .main-steps .step-box > div h4{
  font-size: 34px;
  line-height: 38px;
  color: var(--bg-black);
  letter-spacing: -0.64px;
  font-weight: 700;
  margin-bottom: 8px;
}
.htu-sec .steps-area .steps-content-area .main-steps .step-box > div p{
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.32px;
  font-weight: 400;
}
.online-conv-sec{
  background-image: url(../img/online-convertor-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 55px 55px 190px 55px;
  margin-top: 110px;
}
.online-conv-sec h3{
  font-size: 64px;
  line-height: 64px;
  color: var(--bg-white);
  font-weight: 700;
  margin-bottom: 30px;
}
.online-conv-sec p{
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.36px;
  color: var(--bg-white);
  width: 55%;
}
.htc-sec {
  margin: 110px auto 60px;
}
.htc-sec h4{
  text-align: center;
  font-size: 32px;
  line-height: 35px;
  color: #6C757D;
  font-weight: 400;
  letter-spacing: -0.96px;
}
.htc-sec h3{
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -1.44px;
  color: var(--bg-black);
  margin-bottom: 92px;
}
.htc-sec h3 span{
  color: var(--theme-yellow);
}
.htc-sec .htc-boxs{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.htc-sec .htc-boxs div{
  max-width: 25%;
  padding: 0;
}
.htc-sec .htc-boxs div:not(:last-child){
  border-right: 1px dashed #30303033;
  padding: 0 26px 0 0;
}
.htc-sec .htc-boxs div img{
  max-width: 100px;
  margin-bottom: 45px;
}
.htc-sec .htc-boxs div h6{
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.52px;
  margin-bottom: 35px;
}
.htc-sec .htc-boxs div p{
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.line:before{
  position: absolute;
  content: '';
  right: 123px;
  top: 0;
  width: 596px;
  height: 442px;
  background-image: url(../img/line_hero_under-faq.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.faq-sec{
  background: linear-gradient(181deg, rgb(255 0 28 / 0%) 50%, rgb(56 3 3) 50%), url(../img/bg-faq.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 80px 105px 20px;
}
.faq-sec .faq-heading{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.faq-sec .faq-heading h5{
  font-size: 32px;
  line-height: 35px;
  font-weight: 400;
  color: var(--bg-white);
  letter-spacing: -1.44px;
}
.faq-sec .faq-heading h6{
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
  color: var(--bg-white);
  letter-spacing: -0.96px;
}
.faq-sec .faq-heading span{
  font-size: 38px;
  line-height: 45px;
  font-weight: 700;
  position: relative;
  margin-left: 13px;
  color: var(--bg-white);
  z-index: 3;
  margin-top: 11px;
}
.faq-sec .faq-heading span:before{
  content: ' ';
  background: rgb(255,0,28);
  background: linear-gradient(23deg, rgba(255,0,28,1) 0%, rgba(255,212,0,1) 100%);
  width: 111%;
  position: absolute;
  height: 116%;
  border-radius: 90px;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-4deg);
}
.faq-sec .accordion .accordion-item{
  background: transparent;
  border: none;
}
.faq-sec .accordion .accordion-item:not(:last-child){
  border-bottom: 1px dashed #FFFFFF33;
}
.faq-sec .accordion .accordion-item .accordion-body{
  background: transparent;
  color: #FFDEAD;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 18px 10px 18px 0;
}
.faq-sec .accordion-item >.accordion-header .accordion-button{
  background: transparent;
  color: var(--bg-white);
  padding: 17px 0;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.44px;
}
.faq-sec .accordion-item >.accordion-header .accordion-button:focus{
  box-shadow: none;
}
.faq-sec .accordion-item >.accordion-header .accordion-button:not(.collapsed){
  box-shadow: none;
}
.faq-sec .accordion-item >.accordion-header .accordion-button:after{
  filter: brightness(100) saturate(0);
}
footer .footer-area{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
}
footer .footer-area p{
  font-size: 16px;
  line-height: 1;
  color: var(--bg-black);
}
footer .footer-area > a{
  display: inline-block;
}
footer .footer-area ul {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
}
footer .footer-area ul li a{
  color: var(--bg-black);
  font-size: 16px;
}

.spinner{
  box-sizing:border-box;
  width: 15px;
  height: 15px;
  padding:0px;
  overflow:visible;
  margin-right: 7px;
}
.spinner circle{
  fill:none;
  stroke:currentColor;
  cx:50%;
  cy:50%;
  r: 47%;
  stroke-width: 25px;
  stroke-linecap:round;
  transform-origin:center;
}
.backdrop-downld-area{
  position: fixed;
  width: 100vw;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #23232373;
  backdrop-filter: blur(2px);
  overflow: hidden;
}