.header-section {
  width: 100%;
  height: auto;
  position: sticky;
  width: 100%;
  background: var(--main-bgcolor);
  border-top: 1px solid rgba(139, 92, 246, 0.2);
  color: #e0e0e0;
  z-index: 999;
  top: 0;
  left: 0;
  box-shadow: 3px 3px 10px 0px rgba(100, 100, 100, 0.5);
}

.header-section .main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-section .main .inner-sec ul {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 15px 0px;
}

.header-section .main .inner-sec ul li a {
  position: relative;
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
  margin: 0 3px;
  text-align: left;
  padding: 5px 0px !important;
  text-transform: uppercase;
}

.header-section .main .inner-sec ul li a i {
  padding-left: 7px;
  padding-bottom: 5px;
  transition: .5s;
  transform: rotate(-90deg);
}


.header-section .main .inner-sec ul li a:hover {
  color: var(--main-color);
}

.header-section .main .inner-sec ul li a:hover i {
  transform: rotate(0deg);
  transition: .5s;
}

.header-section .main .inner-sec ul li .header-sub-santu {
  position: absolute;
  left: 15%;
  max-height: 0px;
  width: 70%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  overflow: hidden;
  transition: opacity 1.5s, max-height 1.5s;
  transform: translateY(10px);
}

.header-section .main .inner-sec ul li .drop-down {
  overflow: hidden;
  transition: 1s all ease;
  position: absolute;
  top: 80%;
}



.header-section .main .inner-sec ul li .header-sub-santu .main {
  border-top: 1px solid var(--muted);
  height: auto;
  width: 100%;
  justify-items: center;
  align-content: center;
  background-color: var(--main-bgcolor);
  padding: 20px 0px;
  box-shadow: var(--box-shadow);
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
}



.header-section .main .inner-sec ul li .header-sub-santu .main .sub {
  height: auto;
  width: 88%;
  display: flex;
  justify-content: space-evenly;
}

.header-section .main .inner-sec ul li .header-sub-santu .main .sub .left-row {
  height: auto;
  width: 35%;
}

.header-section .main .inner-sec ul li .header-sub-santu .main .sub .left-row .icon a {
  height: 45px;
  width: 100%;
  margin-top: 12px;
  display: flex;
  align-items: center;
  position: relative;
}

.header-section .main .inner-sec ul li .header-sub-santu .main .sub .left-row .icon a::after {
  content: '';
  position: absolute;
  left: 6%;
  top: 3%;
  width: 0px;
  height: 42px;
  color: var(--main-bgcolor);
  background-color: var(--muted);
  border-radius: 0px 40px 40px 0px;
  transition: .5s all ease;
}

.header-section .main .inner-sec ul li .header-sub-santu .main .sub .left-row .icon a .left-side {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  align-content: center;
  text-align: center;
  background-color: var(--muted);
  color: var(--main-bgcolor);
  font-size: 15px;
  z-index: 99;
  cursor: pointer;
}
.header-section .main .inner-sec ul li .header-sub-santu .main .sub .left-row .icon a .left-side i{
  position: absolute;
  top: 40%;
  left: 4%;
}
.header-section .main .inner-sec ul li .header-sub-santu .main .sub .left-row .icon .right-side {
  height: 30px;
  align-content: center;
  padding-left: 20px;
  font-weight: 550;
  color: var(--white);
  text-transform: uppercase;
  z-index: 99;
  position: absolute;
  left: 10%;
  bottom: 15%;
}
.header-section .main .inner-sec ul li .header-sub-santu .main .sub .left-row .icon a:hover .left-side i{
  transform: rotate(-90deg) !important;
}
.header-section .main .inner-sec ul li .header-sub-santu .main .sub .left-row .icon a:hover::after {
  width: 94%;
}

.header-section .main .inner-sec ul li .header-sub-santu .main .sub .left-row .icon a:hover .right-side {
  color: var(--main-bgcolor);
}

.header-section .main .inner-sec ul li .header-sub-santu .main .sub .right-row {
  height: auto;
  width: 46%;
  align-content: center;
  justify-items: end;
  position: relative;
}

.header-section .main .inner-sec ul li .header-sub-santu .main .sub .right-row .top-image {
  position: absolute;
  height: 140px;
  width: 120px;
  top: 1%;
  left: 64%;
}

.header-section .main .inner-sec ul li .header-sub-santu .main .sub .right-row .top-image img {
  height: 100%;
  width: 100%;
}

.header-section .main .inner-sec ul li .header-sub-santu .main .sub .right-row .sub {
  height: 180px;
  width: 80%;
  border-radius: 25px;
  background-color: #E9E5FF;
}

.header-section .main .inner-sec ul li .header-sub-santu .main .sub .right-row .content {
  height: auto;
  width: 120px;
  position: absolute;
  top: 73%;
  left: 27%;
  font-weight: 550;
  color: var(--white);
}

.header-section .main .inner-sec ul li .header-sub-santu .main .sub .right-row .right-arrow {
  background-color: var(--black);
  color: var(--white);
  height: 22px;
  width: 35px;
  position: absolute;
  top: 85%;
  left: 86%;
  border-radius: 40px;
  text-align: center;
  align-content: center;
  font-size: 14px;
}

.header-section .main .inner-sec ul li:hover .drop-down {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 80%;
  max-height: 600px;
}