/*root*/
:root{
  --bg-white:#fff;
  --bg-black:#1A1A1A;
  --theme-blue:#0055FF;
  --theme-purple:#724FBB;
}
/*main*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

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

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

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

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;
  outline: none;
}
button:focus, button:active, button:focus-visible{
  outline: 0;
  box-shadow: none;
}
.theme-container{
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  box-shadow: 0 0 0 0 #000;
}
header{
  z-index: 4;
  position: absolute;
  margin: auto;
  width: 100%;
}
header nav.navbar{
  background-color: var(--bg-white);
  padding: 20px 45px;
  border-radius: 0 0 30px 30px;
  border: 1px solid #cccccc;
  border-top: 0;
  box-shadow: 0 1px 4px 0 #82828242;
}
header nav .navbar-brand{
  width: 80px;
  padding: 0;
  margin-right: 40px;
}
header nav #navbarNav ul li a.nav-link{
  color: var(--bg-black);
  font-size: 15px;
  display: inline-block;
  line-height: 1.5;
  min-width: 140px;
  padding: 8px 20px;
  text-align: center;
  border-radius: 12px;
  font-weight: 300;
}
header nav #navbarNav ul li a.nav-link:hover{
  background-color: #eff6ff;
}
header nav #navbarNav ul li a.nav-btn{
  background-color: var(--theme-blue);
  border-radius: 50px;
  padding: 8px 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.333px;
}
header nav #navbarNav ul li a.nav-btn:hover{
  background-color: var(--theme-purple);
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-links {
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-links li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.toggle-btn {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
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 p svg{
  width: 16px;
}
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;
}
.head-sec{
  background: rgb(241,248,255);
  width: 100%;
  padding: 110px 0 91px 0;
}
.head-sec.convert{
  background: linear-gradient(198deg, rgba(222,222,255,1) 0%, rgba(245,227,255,1) 100%);
}
.head-sec.compress{
  background: linear-gradient(137deg, rgba(241,248,255,1) 0%, rgba(222,222,255,1) 100%);
}
.head-sec .theme-container{
  max-width: 1030px;
}
.head-sec .nav-tabs {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  gap: 0;
  background-color: #F9F9F9;
  margin: auto;
  border: 3px solid #fff;
}
.head-sec .nav-tabs .nav-item .nav-link span{
  font-size: 12px;
  line-height: 1;
  color: #232222;
}
.head-sec .nav-tabs .nav-item .nav-link{
  font-size: 20px;
  text-transform: capitalize;
  line-height: 19px;
  font-weight: 400;
  padding: 7px 32px 13px 32px;
  position: relative;
  border-radius: 50px;
  transition: all 0.3s;
  min-width: 212px;
  background: #f9f9f9;
}
.head-sec .nav-tabs .nav-item:nth-child(1) .nav-link{
  color: var(--theme-blue);
}
.head-sec .nav-tabs .nav-item:nth-child(2) .nav-link{
  color: var(--theme-purple);
}
.head-sec .nav-tabs .nav-item:nth-child(1) .nav-link.active{
  background: #B5D1FF;
  color: var(--theme-blue);
  font-weight: 700;
}
.head-sec .nav-tabs .nav-item:nth-child(2) .nav-link.active{
  background: #EDD8FF;
  color: var(--theme-purple);
  font-weight: 700;
}
/*#conversion-tab-pane*/
.head-sec .tab-content{
  margin-top: 30px;
}
.head-sec .tab-content .tab-pane .tab-file-area{
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 61px;
  padding: 28px;
}
.head-sec .tab-content .tab-pane:nth-child(1) .tab-file-area{
  box-shadow:
  4px 8px 20px rgba(98, 179, 255, 0.10),
  16px 33px 36px rgba(98, 179, 255, 0.09),
  36px 73px 49px rgba(98, 179, 255, 0.05),
  63px 130px 58px rgba(98, 179, 255, 0.01),
  99px 204px 63px rgba(98, 179, 255, 0.00);
}
.head-sec .tab-content .tab-pane:nth-child(2) .tab-file-area{
  box-shadow:
  4px 8px 20px rgba(203, 136, 255, 0.10),
  16px 33px 36px rgba(203, 136, 255, 0.09),
  36px 73px 49px rgba(203, 136, 255, 0.05),
  63px 130px 58px rgba(203, 136, 255, 0.01),
  99px 204px 63px rgba(203, 136, 255, 0.00);
}
.head-sec .tab-content .tab-pane .tab-file-area form{
  width: 100%;
}
.head-sec .tab-content .tab-pane .tab-file-area .input-area{
  border: 2px dashed;
  border-radius: 38px;
  position: relative;
  text-align: center;
  padding: 95px 0 62px 0;
  transition: all 0.3s;
}
.head-sec .tab-content .tab-pane#conversion-tab-pane .tab-file-area .input-area{
  border-color: var(--theme-purple);
}
.head-sec .tab-content .tab-pane#compression-tab-pane .tab-file-area .input-area{
  border-color: var(--theme-blue);
}
.head-sec .tab-content .tab-pane#conversion-tab-pane .tab-file-area .input-area:hover{
  background-color: #f6ebfe;
}
.head-sec .tab-content .tab-pane#compression-tab-pane .tab-file-area .input-area:hover{
  background-color: #eef4fe;
}
.head-sec .tab-content .tab-pane .tab-file-area .input-area input{
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.head-sec .tab-content .tab-pane .tab-file-area .input-area > img{
  width: 190px;
  margin-bottom: 8px;
}
.head-sec .tab-content .tab-pane .tab-file-area .input-area > h5{
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 6px;
}
.head-sec .tab-content .tab-pane#compression-tab-pane .tab-file-area .input-area > h5{
  color: var(--theme-blue);
}
.head-sec .tab-content .tab-pane#conversion-tab-pane .tab-file-area .input-area > h5{
  color: var(--theme-purple);
}
.head-sec .tab-content .tab-pane .tab-file-area .input-area > p{
  font-size: 13px;
  line-height: 1;
  color: var(--bg-black);
  font-weight: 400;
  margin-bottom: 16px;
}
.head-sec .tab-content .tab-pane .tab-file-area .input-area > p span{
  font-weight: 300;
  font-size: 8px;
  letter-spacing: 0.33px;
  color: #959595;
}
.head-sec .tab-content .tab-pane .tab-file-area .input-area > button.upload-btn{
  color: var(--bg-white);
  border-radius: 50px;
  padding: 11px 46px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}
.head-sec .tab-content .tab-pane:nth-child(1) .tab-file-area .input-area > button.upload-btn{
  background-color: var(--theme-blue);
}
.head-sec .tab-content .tab-pane:nth-child(2) .tab-file-area .input-area > button.upload-btn{
  background-color: var(--theme-purple);
}
.list-sec{
  background-color: #DAE5FF;
}
.list-sec.convert{
  background: linear-gradient(0deg, rgb(252 244 255) 25%, rgb(220 207 251) 75%);
}
.list-sec.compress{
  background: linear-gradient(0deg, rgb(241 243 255) 25%, rgb(207 215 255) 75%);
}
.file-list-sec{
  padding: 80px 0 100px;
}
.file-list-sec .list-card{
  border-radius: 30px;
  background-color: #ffffff;
}
#compression-list.file-list-sec .list-card .list-card-head{
  background-color: #003388;
}
#conversion-list.file-list-sec .list-card .list-card-head{
  background-color: #2B2172;
}
.file-list-sec .list-card .list-card-head{
  border-radius: 30px 30px 0 0;
  padding: 17px 25px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.file-list-sec .list-card .list-card-head .lch-txt-area > h4{
  font-size: 25px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.44px;
  margin-bottom: 4px;
}
.file-list-sec .list-card .list-card-head .lch-txt-area > h4 b{
  font-weight: 700;
}
.file-list-sec .list-card .list-card-head .lch-txt-area > p{
  font-size: 15px;
  line-height: 25px;
  color: var(--bg-white);
  font-weight: 300;
}
.file-list-sec .list-card .list-card-head .total-perc > span{
  display: inline-block;
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  padding: 11px 10px 9px 10px;
  border-radius: 7px;
}
.file-list-sec .list-card .list-card-head .total-perc > .download-btn{
  font-size: 14px;
  line-height: 19px;
  color: var(--bg-white);
  padding: 7px 15px 7px 12px;
  border-radius: 3px;
}
.file-list-sec .list-card .list-card-head .total-perc > .download-btn:hover{
  opacity: 0.9;
}
.file-list-sec .list-card .list-card-head .total-perc > .download-btn:active, #compression-list.file-list-sec .list-card .list-card-head .total-perc > .download-btn:focus{
  transform: scale(1.1);
}
.file-list-sec .list-card .list-card-head .total-perc > .download-btn img{
  rotate: 90deg;
  height: 18px;
}
.file-list-sec .list-card .list-card-body{
  padding: 10px 24px 10px 24px;
  background-color: #EEF3FF;
}
.file-list-sec .list-card .list-card-body > h3{
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 13px;
}
.file-list-sec .list-card .list-card-body .list-card-box-area{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 30px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  padding: 6px 20px;
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box.max-size-box{
  background-color: #fff8f8;
  border-color: #ff0000;
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-detail{
  display: flex;
  align-items: center;
  gap: 12px;
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-detail .list-item-img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #ededed;
  padding: 4px;
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-detail .list-item-img img{
  max-width: 100%;
  object-fit: cover;
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-detail .list-item-name h6{
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 5px;
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-detail .list-item-name p{
  font-size: 12px;
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-detail .list-item-name p span{
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.8px;
  line-height: 1;
  font-weight: 300;
  padding: 4px 6px;
  border-radius: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-detail .list-item-name p span.png{
  background-color: #e1edf9;
  color: #2081E1;
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-detail .list-item-name p span.jpeg{
  background-color: #e1f9ed;
  color: #039C93;
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-detail .list-item-name p span.invalid{
  background-color: #ffd6d6a8 !important;
  color: #ff0000;
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-uploader{
  width: 30%;
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-uploader .progress, .progress-stacked{
  height: 7px;
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-result{
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-result > p{
  font-size: 15px;
  line-height: 20px;
  color: var(--bg-black);
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-result > a.download-icon-btn{
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 0.77px;
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-result > a.download-icon-btn.jpeg{
  background-color: #e1f9ed;
  color: #057532;
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-result > a.download-icon-btn.png{
  background-color: #e1edf9;
  color: #2081E1;
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-result > .dropdown .btn-secondary{
  background-color: #ededed;
  color: var(--bg-black);
  border: none;
  border-radius: 20px;
  padding: 4px 9px 4px 12px;
  font-size: 13px;
  line-height: 21px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-result > .dropdown .btn-secondary.dropdown-toggle::after{
  background-image: url(../img/icons/angle-down-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border: none !important;
  background-position: center center;
  width: 13px;
  height: 10px;
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-result > a.crose-btn-icon{
  display: flex;
  width: 16px;
  height: 16px;
}
#compression-list.file-list-sec .list-card .list-card-footer{
  background-color: #003388;
}
#conversion-list.file-list-sec .list-card .list-card-footer{
  background-color: #2B2172;
  justify-content: flex-end;
}
.file-list-sec .list-card .list-card-footer{
  border-radius: 0 0 30px 30px;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.file-list-sec .list-card .list-card-footer .lcf-download-area{
  display: flex;
  align-items: center;
}
.file-list-sec .list-card .list-card-footer h4{
  font-size: 17px;
  line-height: 22px;
  color: var(--bg-white);
  font-weight: 600;
}
.file-list-sec .list-card .list-card-footer .lcf-download-area .download-btn{
  font-size: 14px;
  line-height: 19px;
  padding: 10px 18px 10px 18px;
  margin-right: 15px;
  border-radius: 20px;
  color: var(--bg-white);
}
.file-list-sec .list-card .list-card-footer .lcf-download-area .compress-btn{
  font-size: 14px;
  line-height: 19px;
  padding: 10px 18px 10px 18px;
  border-radius: 20px;
  color: var(--bg-white);
  background-color: #4DBA59;
}
.file-list-sec .list-card .list-card-footer .lcf-download-area .download-btn:active, .file-list-sec .list-card .list-card-footer .lcf-download-area .download-btn:focus{
  transform: scale(1.002);
}
.file-list-sec .list-card .list-card-footer .lcf-download-area .download-btn img{
  rotate: 90deg;
  height: 18px;
}
.file-list-sec .list-card .list-card-footer .lcf-download-area .dropdown .btn-secondary{
  font-size: 14px;
  line-height: 19px;
  border-radius: 20px;
  color: var(--bg-white);
  padding: 11px 17px 11px 19px;
  background-color: #75B1FF;
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
#compression-list.file-list-sec .list-card .list-card-head .lch-txt-area > h4{
  color: #ffffff;
}
#compression-list.file-list-sec .list-card .list-card-head .total-perc > span {
  background-color: #dee4f2;
  border: 1px dashed #00439e;
  color: #003f95;
}
#compression-list.file-list-sec .list-card .list-card-head .total-perc > .download-btn{
  background-color: #0069ffad;
}
#compression-list.file-list-sec .list-card .list-card-body > h3 {
  color: #0045b5;
}
#compression-list.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-uploader .progress .progress-bar{
  background-color: #0045b5;
}
#compression-list.file-list-sec .list-card .list-card-footer .lcf-download-area .download-btn{
  background-color: #4DBA59;
}
#compression-list.file-list-sec .list-card .list-card-footer .lcf-download-area .download-btn:hover{
  opacity: 0.9;
}
#conversion-list.file-list-sec .list-card .list-card-head .lch-txt-area > h4{
  color: #6a0589;
}
#conversion-list.file-list-sec .list-card .list-card-head .total-perc > .download-btn{
  background-color: #9b19b3;
}
#conversion-list.file-list-sec .list-card .list-card-body > h3{
  color: #6a0589;
}
#conversion-list.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-uploader .progress .progress-bar{
  background-color: #7e00b5;
}
#conversion-list.file-list-sec .list-card .list-card-footer .lcf-download-area .download-btn{
  background-color: #9c26ae;
}
#conversion-list.file-list-sec .list-card .list-card-head .total-perc > span{
  background-color: #f0def2;
  border: 1px dashed #6a0589;
  color: #6a0589;
}
.dropdown-menu{
  /* width: 100%; */
  border-radius: 20px;
  overflow: hidden;
  padding: 8px 0px;
}
.dropdown-item{
  font-size: 14px;
  line-height: 1;
  padding: 8px 10px 8px 13px;
}
.tools-sec{
  background-color: var(--bg-white);
  padding: 82px 0 50px;
  position: relative;
}
.tools-sec .theme-container{
  max-width: 1150px;
}
.tools-sec .theme-container > h5{
  text-align: center;
  font-size: 42px;
  line-height: 56px;
  font-weight: 700;
  color: var(--bg-black);
}
.tools-sec .theme-container > p{
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--bg-black);
  margin-bottom: 45px;
}
.tools-sec .tools-box{
  display: flex;
  align-items: self-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 30px;
}
.tools-sec h4{
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  color: var(--bg-black);
  margin-bottom: 20px;
}
.tools-sec .tools-box .tool-card{
  background-color: var(--bg-white);
  border-radius: 15px;
  border: 1px solid #E8E8E8;
  padding: 20px 50px 40px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 170px;
  box-shadow:
  0px 3px 7px rgba(156, 156, 156, 0.05),
  0px 13px 13px rgba(156, 156, 156, 0.04),
  0px 28px 17px rgba(156, 156, 156, 0.03),
  0px 50px 20px rgba(156, 156, 156, 0.01),
  0px 79px 22px rgba(156, 156, 156, 0.00);
}
.tools-sec .tools-box .tool-card.comp-card{
  background-color: #F8FAFF;
}
.tools-sec .tools-box .tool-card.conv-card{
  background-color: #FBF5FF;
}
.tools-sec .tools-box .tool-card > img{
  width: 65px;
  min-width: 65px;
}
.tools-sec .tools-box .tool-card .tool-card-txt{
  margin-left: 22px;
}
.tools-sec .tools-box .tool-card .tool-card-txt h6{
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: var(--bg-black);
  margin-bottom: 6px;
}
.tools-sec .tools-box .tool-card .tool-card-txt p{
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: var(--bg-black);
}
.tools-sec .tools-box .tool-card span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.tools-sec .tools-box .tool-card span img{
  rotate: -90deg;
}
.why-choose{
  padding: 88px 0 80px;
  position: relative;
}
.why-choose .why-choose-main-box{
  background-color: #EEF3FF;
  border-radius: 30px;
  padding: 55px 17px 26px;
  margin-bottom: 92px;
}
.why-choose h4{
  font-size: 42px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 55px;
  color: var(--bg-black);
}
.why-choose .why-choose-box{
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
  justify-content: space-between;
  gap: 24px 13px;
}
.why-choose .why-choose-box .why-choose-card{
  max-width: 32%;
  height: 290px;
  background-color: var(--bg-white);
  padding: 37px 28px 15px;
  border-radius: 20px;
}
.why-choose .why-choose-box .why-choose-card img{
  width: 65px;
  margin-bottom: 12px;
}
.why-choose .why-choose-box .why-choose-card h5{
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--bg-black);
}
.why-choose .why-choose-box .why-choose-card p{
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--bg-black);
}
.why-choose .mini-img-sec{
  background-image: url(../img/mini-img-bg.webp);
  background-repeat: no-repeat;
  background-size: 303px;
  background-position: 95% 60%;
  background-color: #F4F4F4;
  padding: 85px 65px;
  border-radius: 30px;
}
.why-choose .mini-img-sec h3{
  font-size: 42px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 12px;
}
.why-choose .mini-img-sec p{
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  width: 550px;
  margin-bottom: 35px;
}
.why-choose .mini-img-sec a{
  display: inline-block;
  background-color: var(--theme-blue);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  border-radius: 20px;
  padding: 8px 13px;
  color: var(--bg-white);
}
.why-choose .mini-img-sec a:hover{
  background-color: #000;
}
.error-banner{
  width: 100%;
  background-color: #ffcbcb;
  border: 1px solid #e51e49;
  border-radius: 16px;
  padding: 10px 12px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.error-banner img{
  width: 50px;
}
.error-banner h5{
  font-size: 16px;
  line-height: 1;
  color: #cd0000;
  margin-bottom: 7px;
}
.error-banner p{
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
  color: #cd0000;
}
.file-list-sec .list-card .list-card-body .list-card-box-area .list-box .list-item-result > a.download-icon-btn.disabled{
  color: currentColor !important;
  opacity: 0.5;
  pointer-events: none;
}
.slider-sec{
  background-color: var(--bg-white);
  padding: 82px 0 50px;
  position: relative;
}
.slider-sec .theme-container{
  max-width: 1280px;
}
.slider-sec .theme-container > h5{
  text-align: center;
  font-size: 42px;
  line-height: 56px;
  font-weight: 700;
  color: var(--bg-black);
}
.slider-sec .theme-container > p{
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--bg-black);
  margin-bottom: 45px;
}
.slider-sec .theme-container .s-container {
  position: relative;
  max-width: 1280px;
  width: 100%;
  height: 675px;
  border-radius: 30px;
  overflow: hidden;
}

.slider-sec .theme-container .s-container .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 1280px;
  background-position: center left;
  background-repeat: no-repeat;
  border-radius: 30px;
}

.slider-sec .theme-container .s-container .background-img {
  background-image: url('../img/slide-after.jpg');
}

.slider-sec .theme-container .s-container .foreground-img {
  background-image: url('../img/slide-before.jpg');
  width: 50%;
}

.slider-sec .theme-container .s-container .slider {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 0%);
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-sec .theme-container .s-container .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 5px;
  height: 675px;
  background: white;
  cursor: pointer;
}

.slider-sec .theme-container .s-container .slider::-moz-range-thumb {
  width: 5px;
  height: 675px;
  background: white;
  cursor: pointer;
}

.slider-sec .theme-container .s-container .slider-button {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  gap: 13px;
}

.slider-sec .theme-container .s-container .slider-button:after,
.slider-sec .theme-container .s-container .slider-button:before {
  content: '';
  display: inline-block;
  border-top: 8px solid #ffffff00;
  border-right: 11px solid #ffffff;
  border-bottom: 8px solid transparent;
}

.slider-sec .theme-container .s-container .slider-button:after {
  transform: rotate(180deg);
}





/*new header styling*/
/* Mega Menu Styling */
.has-mega {
  position: relative;
}
.has-mega.mega-big {
  position: static;
}

.has-mega.mega-big .mega-menu {
  top: 50%;
}
.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: -webkit-fill-available;
  display: none;
  background: #ffffff;
  padding: 60px 0px 20px 0px;
  animation: fadeSlide 0.3s ease;
  z-index: -1;
  border: 1px solid #cccccc;
  border-radius: 20px;
  max-width: 1280px;
  min-width: 250px;
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 4px 0 #82828242;
}
.mega-menu .megamenu-list{
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.mega-menu .megamenu-itme{
  width: auto;
  flex-grow: 1;
}

.mega-menu h6{
  font-size: 17px;
  line-height: 1.5;
  white-space: nowrap;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -webkit-fill-available;
  gap: 10px;
  padding: 0px 22px 10px 22px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.mega-menu ul{
  padding: 5px 60px 0 35px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  gap: 6px;
}
.mega-menu a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 9px 20px;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 49px;
}
.mega-menu a:hover {
  color: #000;
  background: #e8edfd;
}
.mega-menu .megamenu-img-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  max-height: 300px;
  height: 300px;
}
.mega-menu .megamenu-img-area img{
  height: inherit;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(-10%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
header nav #navbarNav ul li a.nav-link.mega-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 7 Pro";
  font-size: 15px;
  margin-left: 5px;
  transition: transform 0.3s ease;
}
header nav #navbarNav ul li a.nav-link.mega-toggle.active::after {
  transform: rotate(180deg);
}
header nav #navbarNav ul li a.nav-link.mega-toggle.active {
  background: #e8edfe;
  border-radius: 36px !important;
  color: #0e0e0e !important;
  font-weight: 700 !important;
}
.navbar-toggler{
  font-size: 20px;
  line-height: 1;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 1px solid #bdd3ff;
  background-color: #bdd3ff;
  color: #1e1e1e;
}
