body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* background-color: var(--body-color); */
  background-image: url(../images/body.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  font-family: "Manrope", sans-serif;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}
figure {
  margin: 0;
  overflow: hidden;
}
a.navbar-brand img {
    width: 133px;
    filter: brightness(0) invert(1) hue-rotate(102deg);
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

/* header css start */
header {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  padding: 0 60px;
}
.navbar-brand {
  color: #fff;
  font-weight: 900;
  font-size: 50px;
  text-transform: uppercase;
  margin-right: 50px;
}
.navbar-nav li {
  padding: 0 20px;
}

.navbar-nav li a {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.login-main {
  gap: 40px;
  align-items: center;
}
.pink-btn {
  border: 1px solid #fff;
  padding: 8px 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  border-radius: 0;
  font-size: 16px;
}
.side-three {
  display: flex;
  align-items: center;
  gap: 25px;
}

.side-three a {
  color: #fff;
  font-size: 20px;
}
.side-three span {
  color: #fff;
  font-size: 20px;
}
.serach-option a i {
  color: #fff;
  font-size: 20px;
}
/* header css end */

/* trand-town css start */

.trand-town {
  padding: 80px 120px;
  position: relative;
  z-index: 0;
  height: 945px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.trand-town:before {
  position: absolute;
  z-index: 0;
  content: "";
  right: 450px;
  top: 200px;
  background-image: url(../images/3.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4%;
  height: 20%;
  animation: circle 10s infinite linear;
}
.trand-town:after {
  position: absolute;
  z-index: -1;
  content: "";
  left: -90px;
  top: 0;
  background-image: url(../images/1.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  animation: top-bottom 10s infinite linear;
}

.there-town h1 {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 50px;
}

.pink-span {
  color: #8e1e57;
}

.there-town p {
  color: #fff;
  font-weight: 300;
  width: 69%;
  font-size: 16px;
  margin-bottom: 25px;
}
.there-town .pink-btn {
  border-radius: 30px;
  padding: 10px 40px;
  border: 2px solid #8a1c53;
  color: #8a1c53;
  font-weight: 800;
}
.right-content {
  text-align: end;
  height: 500px;
  display: flex;
  align-items: self-end;
  justify-content: center;
  flex-direction: column;
}

.right-content p {
  margin-bottom: 5px;
}
.right-content p a {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #8e1e57;
  border-bottom: 2px solid #8e1e57;
}
.Fashion-bototm {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  animation: left-right 10s infinite linear;
}
.Fashion-bototm figure img {
  width: 47%;
}
/* trand-town css end */

/* collection css start */

.collection {
  padding: 100px 0;
}

.new-us h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.new-us {
  text-align: center;
  padding-bottom: 60px;
}

.new-us p {
  color: #fff;
  margin: auto;
  width: 60%;
  font-size: 15px;
}
.content-man h5 {
  margin-top: 10px;
  color: #8a0b56;
  font-weight: 800;
  font-size: 22px;
  display: inline-block;
}
.mid-glasses .content-man h5 {
  color: #8e1e57;
}
.mid-glasses .content-man {
  /* margin-top: -50px; */
}
/* collection css end */

/* winter-collection css start*/

.winter-collection {
  background: #8e1e57;
}
.side-collection {
  padding: 100px;
}

.two-guys figure img {
  animation: zoom-in 15s infinite linear;
}
.two-guys h5 {
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 10px;
}
.side-collection .two-guys:nth-child(2) {
    margin-top: 40px;
}

h5 {}
.two-guys h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}

.two-guys p {
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  width: 90%;
}
.side-collection .two-guys:nth-child(3) {
  margin-top: 40px;
}

.side-collection .two-guys:nth-child(2) h5 {
  /* border-bottom: 2px solid white; */
  /* display: inline-block; */
}

.side-collection .two-guys:nth-child(2) p {
  margin-top: 0px;
  line-height: unset;
  font-weight: 400;
  width: 90%;
}

/* collection css end */

/* collection two css start */

.mian-hover {
  position: relative;
  z-index: 0;
  margin-top: 20px;
}

.dresses {
  position: absolute;
  z-index: 0;
  bottom: 30px;
  left: 30px;
}

.dresses h5 {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
}

.hover-img figure img {
  animation: zoom-in 15s infinite linear;
}
.galsses-man figure img {
  animation: top-bottom 15s infinite linear;
  border-radius: 15px;
}
/* collection two css end */

/* arrivals css start */

.arrivals {
  background: #982160;
  padding: 70px 0;
}
.arrivals .two-guys p {
  line-height: unset;
  font-size: 13px;
  margin-bottom: 30px;
}
.arrivals .two-guys .pink-btn {
  padding: 15px 40px;
  font-weight: 500;
  font-size: 14px;
}
.slides-img figure {
  display: flex;
  align-items: center;
}
.slides-img figure img {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  transition: all ease 0.5s;
}

.slides-img {
  position: relative;
  z-index: 0;
  height: 550px;
}

.slides-img figure .snd-img {
  left: 32%;
  bottom: 5%;
}

.slides-img figure .thid-img {
  left: 63%;
  bottom: 15%;
}

.slides-img figure:hover .snd-img {
  transition: all ease 0.5s;
  left: 32%;
}

.slides-img figure:hover .thid-img {
  left: 0;
}

.slides-img figure:hover img {
  left: 55%;
}
/* arrivals css end */

/* news-letter css start */
.news-letter {
  background-image: url(../images/20.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: flex;
  align-items: center;
}

.news-form {
  text-align: center;
}

.news-form h3 {
  color: #fff;
  font-weight: 600;
  font-size: 45px;
}

.news-form p {
  color: #fff;
  font-weight: 200;
  margin: 20px 0;
  font-size: 20px;
}

.news-form .form-control {
  height: 55px;
  border-radius: 60px;
  margin: auto;
  width: 70%;
  padding: 30px;
  background: #ffffff61;
}
.news-form .form-group {
  position: relative;
  z-index: 0;
}

.news-form span {
  position: absolute;
  z-index: 0;
  right: 220px;
  top: 20px;
}

.news-form span i {
  font-size: 22px;
}
/* news-letter css end */

/* footer css stast */

footer {
  padding: 50px 0;
}

.footer-links ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
}

.footer-links ul li span i {
  color: #ffffff;
  font-size: 25px;
}

.footer-links ul li a {
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
}

.coursres h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}

.coursres ul li {
  padding: 3px 0;
}

.coursres ul li a {
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
}

.coursres form label {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 20px;
}

.coursres form .form-control {
  background: transparent;
  padding: 12px;
  height: 60px;
  border-radius: 8px;
  border-color: #fff;
  margin-bottom: 20px;
}

.coursres form button {
  background: #8e1e57;
  color: #fff;
  font-weight: 500;
  border: none;
  padding: 15px 50px;
  border-radius: 10px;
  text-transform: capitalize;
}
.last-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
}

.right-reserves p {
  color: #fff;
  font-weight: 300;
  font-size: 17px;
}

.social-last-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.social-last-links span {
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* footer css end */

/* keyframe css start */

@keyframes circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes left-right {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes top-bottom {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes zoom-in {
  0% {
    transform: scale(1.1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.1);
  }
}

/* keyframe css end */

/* scrollbar css start */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #8e1e57;
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}
/* scrollbar css end */

.faqsec h1 {
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    margin-bottom: 21px;
}

section.faq {
    padding-bottom: 75px;
}

.accordion-item {}

.faqsec .accordion-item {
    margin: 18px 0px;
    background: transparent;
    border: 1px solid white;
}

.faqsec .accordion-button {
    color: white;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 0px solid white;
}

.faqsec .accordion-button {
    background-color: transparent!important;
}

.faqsec .accordion-body {
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.faqsec .accordion-button::after {
    filter: brightness(0) invert(1);
}















/* product col css start */
.showscroll .card-header {
    padding: 0px;
    border: 0px;
    outline: none;
    background: transparent;
}

.showscroll .card {
    border: 0px;
    padding: 0px;
    margin-bottom: 4px;
}

.showscroll .card button {
    padding: 0px;
    color: #000000;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.showscroll .card-body {
    padding: 0px;
    margin-top: 5px;
}

.showscroll .card-body ul li p a {
    /* margin-bottom: 4px; */
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
}
.showscroll .card-body ul li p {
    margin-bottom: 4px;
}
.showscroll .card button:hover {
    color: #ff7020;
}

.showscroll {
    /* height: auto; */
    /* overflow-y: scroll; */
    /* margin-top: 12px; */
    /* padding-top: 14px; */
}

.showscroll::-webkit-scrollbar {
  width: 6px;
    height:10px;
}

/* Track */
.showscroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
 
/* Handle */
.showscroll::-webkit-scrollbar-thumb {
   background: #ff7020;
   
  border-radius: 0px;
}
.filter {
  margin-top: 2rem;
}

.filter-head h4 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
  color: #000000;
}

.filter-product p {
  position: relative;
}

.filter-product input::before {
  content: "";
  position: absolute;
  background-color: #02bdff;
  top: -7px;
  height: 16px;
  width: 5%;
  left: 0px;
  opacity: 1;
  z-index: 1;
  border-radius: 49%;
}

.filter-product-details {
  line-height: 3.5rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
}

.filter-product-details p {
  /* border-bottom: 1px solid lightgray; */
  margin-bottom: 21px;
  font-size: 15px;
  color: white;
}

.filter-product .slider {
  width: 100% !important;
  height: 3px !important;
  background-color: #262626 !important;
  outline: none !important;
  opacity: 0.8 !important;
  -webkit-transition: 0.2s !important;
  transition: opacity 0.2s !important;
  position: relative;
}

.filter-button {
  background: #8a0b56;
  padding: 8px 50px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 300;
  border-radius: unset;
  width: 100%;
}
.filter-product p {}

.filter-product p {
    color: white;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.filter-product-details {}
.filter-col .form-control {
    color: #.form-control;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    border: 0px;
    text-transform: capitalize;
    padding-left: 0px;
    margin: 10px 0px;
    background: #fa87cb;
    color: white;
    padding-left: 10px;
}
.color p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: white;
}

.color {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.color span {
    color: white;
    background: #c4c4c4;
    padding: 2px 6px 0px 6px;
    font-size: 14px;
    border-radius: 30px;
}

.color-box {
    margin-top: 14px;
}

.color-box button {
    color: white;
    background: transparent;
    border: 1px solid #ebe2ff;
    padding: 10px 30px 10px 30px;
    position: relative;
    transition: 0.7s ease;
    overflow: hidden;
    border-radius: 7px;
    margin: 4px;
    text-transform: capitalize;
}

.color-box button:before {
    position: absolute;
    content: "";
    background-color: #ffe2d2;
    width: 100%;
    height: 0%;
    top: 0px;
    left: 0px;
    z-index: -1;
    overflow: hidden;
    transition: 0.7s ease;
}

.color-box button:hover:before {
    height: 100%;
}
.color-box span a {
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.color-box span a i {
    font-size: 12px;
}

.colorbox-2 {
    margin-bottom: 5px;
}

.filter-btn {
    margin-top: 19px;
    text-align: center;
    /* justify-content: center; */
}

.filter-btn .ss {
    /* display: block; */
    /* text-align: center; */
    /* display: flex; */
    margin-top: 13px;
    /* justify-content: center; */
    /* text-align: center; */
    color: white;
    background: transparent;
    border: 0px;
    outline: none;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}

/*PIGNATION START CSS*/
.pignationStart {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 1rem 0 1rem; */
    margin-top: 23px;
}

li.page-item {
    border: 0px !important;
}

a.page-link {
    border: 0;
    color: #000000;
    font-size: 16px;
    padding: 9px;
    font-weight: 500;
    transition: 0.5s ease;
}
.page-link:hover {
    color: #5909fb;
}
/*PIGNATION CSS END*/
.productsss {padding-top: 44px;}
/* product col css end */


.showscroll .accordion-header {
    margin: 10px 0px;
}

.showw-ca .accordion-item {
    background: transparent;
    border: none;
}

.showw-ca .accordion-button {
    background-color: transparent;
    border: 2px solid  #860952;
    font-size: 18px;
    font-weight: 600;
}
section.faq.sadas {
    padding-top: 65px;
}
.showw-ca {
    /* background: aqua; */
    border-radius: 10px;
    background: #fa81c8;
    border: 3px solid white;
    backdrop-filter: blur(31px);
    box-shadow: 0px 0px 6px 2px #d9bee3;
    padding: 10px 20px;
}

section.trand-town.inner {
    height: 296px;
    padding-bottom: 0px;
}
.showscroll {}

.showscroll .accordion-body ul li p a {
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.showscroll .accordion-body ul li p {
    margin: 6px 0px;
}

.showscroll .accordion-body ul {
}

.showscroll .accordion-body {
    padding: 4px 7px;
}
.policysec {
    margin: 20px 0px;
}

.policysec h2 {
    color: #8a0b56;
    font-size: 37px;
    font-weight: 600;
}

.policysec ul {
    margin: 9px 0px;
}

.policysec ul li strong {
    font-size: 18px;
    font-weight: 800;
    color: #860055;
}

.policysec ul li {
    font-size: 19px;
    color: black;
    font-weight: 500;
    margin: 7px 0px;
}

/* contact first section details css start */

span.greyspan {
  color: var(--gray);
}

.icons {
  margin-top: 44px;
}

.icons span i {
  margin-right: 25px;
  font-size: 22px;
  color: #8a0b56;
}

.icons span i:hover {
  color: var(--red);
}

.findUs h5 {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}

.findUs p {
  font-size: 18px;
  margin-top: 20px;
  color: #fff;
  width: 300px;
}

.contactUs h5 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
}

.contactUs span {
  font-size: 18px;
  /* margin-top: 20px; */
  color: #fff;
}

.bottom-red {
  border-bottom: 7px solid #8a0b56;
}

.followUs h5 {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}

.followUs p {
  font-size: 18px;
  margin-top: 20px;
}

/* contact first section details css end */

/* contact second section details css start */

.contactForm {
  margin-top: 0;
}
.contactForm_heading {
  margin-top: 25px;
}

.contactForm_heading h1 {
  font-weight: 700;
  color: #fff;
}

.form {
  margin-top: 36px;
}

.inputField {
  height: 58px;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin: 10px 0px;
}

.red_btn {
  background: #a9eff8;
  color: var(--white);
  padding: 20px 202px;
  border-radius: 41px;
}

.red_btn:hover {
  background-color: var(--white);
  transition: all ease 0.4s;
  color: var(--black) !important;
}
.but1a button {
    width: 100%;
    color: white;
    border-radius: 30px;
    padding: 10px 40px;
    border: 2px solid #8a1c53;
    /* color: #8a1c53; */
    font-weight: 800;
}

.TextAreinputField {
  border-radius: 10px;
  resize: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

select.form-control:not([size]):not([multiple]) {
  height: 64px;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  position: absolute;
  padding: 18px 20px;
}

.inquiry {
  padding: 2px 17px;
  font-size: 12px;
}

/* contact second section details css end */




/*BLOGS CSS START*/
.BlogMain {
    padding: 2rem 0 70px;
}
.BlogTAbs {
    align-items: center;
    display: flex;
    border-bottom: 1px solid #eeeeee;
    justify-content: space-between;
    /* margin-top: 1rem; */
}
.HeadingText h5 {
    letter-spacing: 1px;
    padding-bottom: 0.875rem;
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333333;
}
.BlogMain .TabsMAin {
    /* float: right; */
    /* display: flex; */
}
.BlogMain ul#myTab {
    gap: 1rem;
    border-bottom: 0px solid #333333;
}
.BlogMain .nav-item {
    padding-left: 11px;
}
.BlogMain .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #3c98cd;
    border-bottom: 3px solid var(--primary-color)!important;
    /* padding: 11px; */
}
.BlogMain .nav-tabs .nav-link {
    border-bottom: 3px solid transparent!important;
    border: 0;
    padding: 3px;
    color: #333333;
    font-weight: 500;
    display: block;
    padding-bottom: 0.875rem;
    position: relative;
    transition: 0.7s ease;
}
.BlogArea {
    padding: 3rem 0 1rem;
}
.BlogContent {
    display: flex;
    padding-bottom: 2rem;
    width: 65%;
    background: #f777c2;
    margin: 20px 0px;
    padding: 20px 20px;
    border-radius: 15px;
}
.blogImage img {
    width: 365px;
}
.Blogtext {
    /* padding: 1.1rem 0 0 3rem; */
}
.Blogtext span {
    font-size: 1rem;
    color: white;
}
.Blogtext h6 {
    font-size: 1.2rem;
    line-height: 25px;
    color: #92005e;
    margin: 6px 0 6px;
    width: 76%;
    font-weight: 800;
    position: relative;
    padding-bottom: 7px;
}
.Blogtext p {
    color: white;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 8px;
}
.Blogtext a {
    font-size: 1rem;
    font-weight: 800;
    /* color: #3c98cd; */
    background: linear-gradient(90deg, rgb(58 0 38) 0%, rgb(167 21 107) 35%, rgb(159 43 117) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.BlogMain .sideright {
    background: #f777c2;
    padding: 25px 15px 25px;
    border-radius: 9px;
}
.BlogMain .customh2 {
    font-size: 24px;
    color: #8e005d;
    font-weight: 800;
    font-family: unset;
    margin: 0;
    border-bottom: 1px solid #93c9e5;
    margin-bottom: 21px;
}
.BlogMain .archieve-item {
    list-style: none;
    padding: 0;
    margin: 0;
}
.BlogMain .archieve-item li:first-child {
    position: relative;
}
.BlogMain .archieve-item li {
    margin-bottom: 4px;
    position: relative;
}
.BlogMain .archieve-item a {
    font-size: 13px;
    display: contents;
    color: white;
    font-weight: 600;
    text-decoration: none;
    line-height: 33px;
}
.archieve-item li:first-child:before {
    background: #3d98cd;
    height: 2px;
    width: 14%;
    position: absolute;
    content: "";
    left: 0px;
    top: 27px;
}
.BlogMain .populartag ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 0.3rem;
    margin-bottom: 0.475rem;
}
.BlogMain .populartag .btnTag {
    color: white;
    border: 1px solid #a3a2a0;
    border-radius: 0px;
    transition: 0.5s ease;
    transition: 0.7s ease;
    padding: 6px 14px;
    background: #910360;
    font-size: 14px;
}
.BlogMain .populartag h6 {
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    font-size: 1.5rem;
    margin: 2rem 0 1.5rem;
}
.Paginationarea {
    display: flex;
    padding-top: 1rem;
    justify-content: center;
    border-top: 2px solid #86868647;
}
.Paginationarea .page-item {
    margin-right: 1.5rem;
}
.Paginationarea .page-link {
    color: #2c3132;
    font-weight: 500;
    border: 0;
    transition: 0.5s ease;
    border-radius: 0;
    padding: 0;
    font-size: 1.063rem;
    background: transparent;
}

.Blogtext h6:before {
    position: absolute;
    content: "";
    width: 67px;
    height: 3px;
    background: linear-gradient(90deg, rgb(138 11 86) 0%, rgb(167 21 107) 35%, rgb(138 11 86) 100%);
    bottom: 0px;
}

.archieve-item li:before {
    background: #3d98cd;
    height: 2px;
    width: 0%;
    position: absolute;
    content: "";
    left: 0px;
    top: 27px;
    transition: 0.7s ease;
}

.archieve-item li:hover:before {
    width: 14%;
}

.BlogMain .populartag .btnTag:hover {
    background: linear-gradient(90deg, rgba(64,97,249,1) 0%, rgba(42,142,251,1) 35%, rgba(4,219,255,1) 100%);
    color: white;
}

.BlogMain .nav-tabs .nav-link:before {
    background: #3d98cd;
    height: 2px;
    width: 0%;
    position: absolute;
    content: "";
    left: 0px;
    transition: 0.7s ease;
    top: 27px;
}

.BlogMain .nav-tabs .nav-link:hover:before {
    width: 100%;
}
/*BLOGS CSS END*/



.blog-de-img h3 {
    font-size: 21px;
    color: #04062c;
}

.blog-de-img h4 {
    font-size: 21px;
    color: #04062c;
    margin-bottom: 19px;
}

.blog-de-img p {
    font-size: 16px;
    color: #04062c;
    font-weight: 500;
}

.blog-de-img img {
    margin-bottom: 30px;
    border-radius: 12px;
}

.blog-un {
    margin: 32px 0px;
}

.blog-un ul {
    padding: 0px;
}

.miss-log {
    /* text-align: center; */
    /* display: flex; */
}

.Blogtext.aaaaaaa {
    padding: 0px;
}

.Blogtext.aaaaaaa span {
    color: black;
    font-weight: 600;
}

.Blogtext.aaaaaaa h6 {
    color: #3c6af9;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 10px;
    margin-top: 2px;
}




.blog-de-img h3 {
    font-size: 21px;
    color: #04062c;
}

.blog-de-img h4 {
    font-size: 21px;
    color: #9d0065;
    margin-bottom: 19px;
    font-weight: 800;
}

.blog-de-img p {
    font-size: 16px;
    color: #04062c;
    font-weight: 500;
}

.blog-de-img img {
    margin-bottom: 30px;
    border-radius: 12px;
}

.blog-un {
    margin: 32px 0px;
}

.blog-un ul {
    padding: 0px;
}

.miss-log {
    /* text-align: center; */
    /* display: flex; */
}

.Blogtext.aaaaaaa {
    padding: 0px;
}

.Blogtext.aaaaaaa span {
    color: black;
    font-weight: 600;
}
a.btn.pink-btn:hover {
    text-decoration: none;
    color: white;
}
.Blogtext.aaaaaaa h6 {
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 10px;
    margin-top: 2px;
}

.blog-de-img p {
    font-size: 16px;
    color: #04062c;
    font-weight: 500;
    margin: 12px 0px;
}
.blog-de-img ul li {
    list-style: disc;
}

.blog-de-img ul {
    padding-left: 24px;
}