:root {
  --background: #f7f7f7;
  --dark-blue: #001bba;
  --primary: #4d14fd;
  --white: #ffffff;
  --black: #000000;
  --orange: #ff5224;
  --dark-background: #11082f;
  --border: #b0b0b0;
  --text-dark: #0f0f0f;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialised;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeSpeed;
  font-family: "Poppins", sans-serif;
}

ul,
li {
  list-style: disc;
}

a:hover,
a:active,
a:focus,
input:hover,
input:active,
input:focus,
button:hover,
button:active,
button:focus,
textarea:active,
textarea:focus {
  outline: none;
  box-shadow: none;
}

button {
  background: 0 0;
  cursor: pointer;
  border: none;
  outline: none;
  cursor: pointer;
  outline: 0;
}

p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

p.l {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.03em;
}

p.newL {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
}

p.sm {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.03em;
}

p a {
  color: var(--orange);
  text-decoration: underline;
  font-weight: bold;
}

li {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

li.l {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.03em;
}

li.sm {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.03em;
}

input {
  height: 55px;
  width: 100%;
  max-width: 422px;
  border-radius: 10px;
  border: none;
  background-color: var(--white);
  padding: 1.5em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

h1,
h2,
h3,
h4 {
  color: var(--primary);
}

h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 90px;
  letter-spacing: -0.03em;
}

h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.03em;
}

h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -0.03em;
}

h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 36px;
  letter-spacing: -0.03em;
}

h6 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}

img[data-load="pre"] {
  filter: blur(2px);
}

.reset {
  opacity: 0;
}

.center {
  width: 100%;
  max-width: 1252px;
  padding: 0 20px;
  margin: 0 auto;
}

.center.big {
  width: 100%;
  max-width: 1340px;
  padding-left: 20px;
  padding-right: 20px;
}

.ms20 {
  margin-left: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt16{
  margin-top: 16px;
}

.mt70 {
  margin-top: 70px;
}


.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt120 {
  margin-top: 120px;
}

.pt90 {
  padding-top: 90px;
}

.pt60 {
  padding-top: 60px;
}

.centered {
  text-align: center;
}

.btn {
  height: 55px;
  line-height: 55px;
  background-color: #4D14FD;
  border-radius: 10px;
  color: var(--white);
  padding: 0 5em;
  width: auto;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}

html {
  height: 100%;
  background-color: var(--background);
  scroll-behavior: smooth;
}

#container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}

#header__container {
  background: #001BBA;
  display: flex;
  align-items: center;
  height: 90px;
}

#header-plus {
  width: 6%;
}

#header-circle {
  width: 24.4%;
  position: absolute;
  right: 0;
  top: 0;
}

#header__logo {
  width: 150px;
  margin-right: 63px;
  position: absolute;
  z-index: 60;
  top: 0;
  bottom: 0;
  left: 70px;
  margin: auto;
  z-index: 1;
}

#sticky__logo {
  width: 160px;
  cursor: pointer;
}

.header_lnk {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: white;
  margin-right: 2em;
  transition: color 250ms ease-in-out;
}


.header_lnk:hover {
  color: var(--orange);
}

#header__menu-container {
  width: 100%;
  text-align: center;
  position: fixed;
}

#header__inside-nav {
  width: 100%;
  text-align: center;
}

#header__inside-nav .header_lnk {
  font-weight: 600;
}

#web-header-free-download{
  display: flex;
align-items: center;
  position: absolute;
    right: 7%;
}

#web-header-free-download>p {
  font-weight: 600;
  font-size: 14px;
  margin-right: 40px;
  color: white;
  margin-bottom: 0 !important;
}

#header__menu-button {
  width: 50px;
  height: 50px;
  position: relative;
  right: 2%;
  z-index: 50;
  display: none;
}

#menu__download-links,
#menu__social-links {
  display: none;
}

#container__bg {
  background-color: var(--background);
  position: relative;
  z-index: 10;
}

#banner {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

#banner__fg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--black);
  opacity: 0;
  pointer-events: none;
}

.banner {
  width: 100%;
  background-color: var(--dark-blue);
  position: relative;
  overflow: hidden;
  color: var(--white);
}

.banner_top {
  width: 100%;
  background-color: var(--background);
  position: relative;
  overflow: hidden;
  color: var(--black);
}

.banner_corner {
  position: absolute;
}

.banner_corner img {
  width: 100%;
}

.banner_corner.right {
  bottom: -10px;
  right: 0;
  width: 38%;
}

.banner_corner.left {
  bottom: -12px;
  left: 0;
  width: 31%;
}

.banner_corner.right.bottom {
  top: auto;
  bottom: 5%;
  right: 47px;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 90;
}

.banner_corner.right.bottom p {
  color: #4D14FD;
}

.banner_corner.right.bottom a {
  margin-top: 30px;
}

.banner_corner.right.bottom a:nth-child(1) {
  margin-top: 20px;
}

.banner__content {
    width: 50%;
    height: 100%;
    position: relative;
    z-index: 50;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    margin-top: 15%;
    margin-left: 5%;
}

.banner__content__center {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

#banner .banner__content__center {
  padding-top: 151px;
}

.banner__content__center h2 {
  color: var(--primary);
  text-align: start;
}

.banner__content__center p {
  width: 100%;
  max-width: 640px;
  text-align: start;
}

.banner_links a {
  display: inline-block;
  width: 40%;
  margin: 0 10px;
}

.banner_links a img {
  width: 100%;
}

.banner__footer {
  text-align: center;
  position: absolute;
  top: 88%;
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  color: #4D14FD;
  z-index: 1;
}

#slide_down_img {
  width: 1.5%;
}

.info {
  text-align: center;
}

.info p {
  width: 95%;
  max-width: 860px;
  margin: auto;
}

#slider-apply-button {
  width: 30%;
  height: 100px;
  font-size: 40px;
  border-radius: 0 20px 20px 0;
  position: absolute;
  bottom: 24%;
  left: 0;
  z-index: 1;
  padding-top: 1.5%;
  padding-left: 7%;
}

#slider-apply-button:hover {
  background-color: #5924F9;
}

.slider_container {
  display: flex;
  position: relative;
}

.slider__conrtainer__left {
  width: 27.5%;
}

.slider__conrtainer__left__banner {
  width: 100%;
}

.slider__conrtainer__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  padding-right: 10%;
}

.slide {
  width: 100%;
}

.slide img {
  width: 100%;
}

.slider_pagination {
  margin-top: -1%;
}

.slider_pagination .center div {
  padding-left: calc(33.5% + 110px);
}

.slider_pagination span,
.swiper-pagination-bullet,
#qna__pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: var(--primary);
  margin-right: 5px;
  transition: background 350ms ease-in-out;
  opacity: 1;
}

#qna__pagination {
  text-align: center;
  margin-top: 20px;
}

#qna__pagination__oppur {
  text-align: center;
  margin-top: 20px;
}

.slider_pagination span.active,
.swiper-pagination-bullet.swiper-pagination-bullet-active,
#qna__pagination span.active,
#qna__pagination span.swiper-pagination-bullet-active {
  background: var(--orange);
}

#qna__pagination__oppur span.active,
#qna__pagination__oppur span.swiper-pagination-bullet-active {
  background: var(--orange);
}

.banner_navigation {
  bottom: 15% !important;
}

.banner_navigation svg {
  position: absolute;
  right: 100% !important;
}

#prev-arrow {
  left: 1%;
}

#next-arrow {
  right: 1%;
}

.slider__navigation {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 45px;
  width: 21px;
  cursor: pointer;
  z-index: 20;
  transform: translate3d(-660px, 0, 0);
}

.slider__navigation.next {
  /* left: auto;
  right: 0; */
  transform: rotate(180deg) translate3d(-660px, 0, 0);
}

.slider__navigation svg {
  height: 100%;
  width: 100%;
}

.slider__conrtainer__right h3 {
  line-height: 1.4;
}

#list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list__item {
  width: 29.75%;
  text-align: center;
}

.w54 {
  width: 54%;
}

.w47 {
  width: 47.8%;
}

.w39 {
  width: 39.8%;
}

.w45 {
  width: 45.5%;
}

.w50 {
  width: 50.8%;
}

.w55 {
  width: 55.5%;
}


.award_outer {
  display: flex;
          justify-content: space-around; 
          align-items: center;
          height: 50vh;

}

.award_inner {
  display: table-column;
}


.award_inner #psm_award{
  height: 17vh;
  margin-top: 2vh;
  margin-bottom: 2vh;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  display: block;
}

.award_inner #koc_award{
  height: 10vh;
  margin-top: 2vh;
  margin-bottom: 2vh;
          margin-left: auto;
          margin-right: auto;
          width: 65%;
          display: block;
}


.award_inner>p {
  text-align: center;
    margin-top: 20px;
}

#award{
  background-color: var(--white);
}


.list__item>div {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
}

.list__item>div img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#how-it-works .slider__navigation {
  display: none;
}

#use-it-now {
  padding: 142px 0;
}

#use-it-now .banner_corner.top_left {
  top: 0;
  bottom: 100%;
  width: 20%;
}

#use-it-now .banner_corner.rightmost {
  width: 12%;
  height: 50%;
  bottom: 25%;
  right: 0;
}

#use-it-now .banner_corner.right {
  width: 33%;
  height: 55%;
  bottom: 25%;
  z-index: 100;
  right: 5%;
}

#use-it-now .banner_corner.left {
  width: 37%;
}

#add-and-control{
  background-color: var(--white);
}

#qna {
  background-color: var(--white);
}

#qna-list .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

#qna-list-oppur .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

.qna-list__item {
  width: calc(50% - 25px);
  background: var(--white);
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  height: auto;
  padding: 50px;
}

.qna-list__item h5 {
  line-height: 1.2;
  color: var(--primary);
  margin-top: 36px;
}

.qna-list__item:nth-child(2)~.qna-list__item {
  margin-top: 50px;
}

.qna-list__data_security {
  width: calc(50% - 25px);
  background: var(--white);
  border-radius: 20px;
  height: auto;
  padding: 50px;
}

.qna-list__data_security h5{
  line-height: 1.2;
  color: var(--primary);
  margin-top: 36px;
  font-size: 26px;
  text-align: center;
}

.qna-list__data_security img{
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.qna-list__data_security p{
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
  text-align: center;
}

#sss{
  background-color: var(--white);
}

.sss__content {
  display: flex;
}

.sss__content>div {
  width: 50%;
}

.sss__content>div:first-child {
  padding-right: 35px;
}

.sss__content>div:last-child {
  padding-left: 35px;
}

.sss__content__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
  cursor: pointer;
  /* overflow: hidden; */
}

.sss__content__item>div {
  max-height: 0;
  overflow: hidden;
  transition: all 500ms ease-in-out;
  opacity: 0;
}

.sss__content__item.active>div {
  max-height: 500px;
  padding-top: 20px;
  opacity: 1;
}

.sss__content__item h5 {
  color: var(--black);
  line-height: 1.33;
  position: relative;
  transition: color 500ms ease-in-out;
}

.sss__content__item h5::before,
.sss__content__item h5::after {
  content: "+";
  display: inline-block;
  margin-right: 0.25em;
  color: var(--black);
  vertical-align: middle;
  transition: transform 500ms ease-in-out, opacity 500ms ease-in-out,
    color 500ms ease-in-out;
  transform-origin: center center;
}

.sss__content__item h5::after {
  position: absolute;
  left: 0;
  content: "-";
  transform-origin: center center;
  top: 0;
  margin: 0;
  opacity: 0;
  transform: rotate(90deg);
  display: block;
  padding-top: 0.05em;
}

.sss__content__item.active h5::before {
  opacity: 0;
  transform: rotate(-90deg);
}

.sss__content__item.active h5::after {
  opacity: 1;
  transform: rotate(0deg);
}

@media screen and (min-width: 768px) {

  .sss__content__item h5:hover::before,
  .sss__content__item h5:hover::after {
    color: var(--dark-blue);
  }
}

#subscribe-box {
  text-align: center;
}

#subscribe-box input {
  margin-right: 20px;
}

#follow-and-beawere>div {
  padding-left: 20px;
  padding-right: 20px;
}

#follow-and-beawere__social {
  display: flex;
  justify-content: center;
  align-items: center;
}

#follow-and-beawere__social a {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 65px;
  background-color: var(--primary);
  margin: 0 16px;
}

#follow-and-beawere__social a svg:not(.fit) {
  transform: scale(1.2);
}

#follow-and-beawere__social a svg * {
  fill: var(--white);
}

footer {
  background-color: var(--white);
  padding: 60px 0;
}

#footer__container {
  display: flex;
  justify-content: space-between;
}

#footer__container>div:first-child img {
  width: 90px;
}

#footer__logos>div {
  display: flex;
  align-items: center;
}

#footer__logos>div:last-child {
  margin-top: 40px;
}

#footer__logos>div:last-child img:first-child,
#footer__mobile>div img:first-child {
  width: 70px;
  margin-right: 40px;
}

#footer__logos>div:last-child img:last-child,
#footer__mobile>div img:last-child {
  width: 126px;
}

#footer__mobile>div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.seperator {
  width: 1px;
  height: 53px;
  background-color: var(--border);
  margin: 0 25px;
}

a.inline {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.03em;
  text-decoration-line: underline;
  color: var(--black);
  transition: color 250ms ease-in-out;
}

footer a.inline:nth-of-type(2) {
  margin: 0 2em;
}

footer a.inline:hover {
  color: var(--orange);
}

#footer__info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin-left: 15%;
}

#footer__info *:not(h6) {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
}

#footer__info p {
  max-width: 200px;
}

.footer__links h6 {
  margin-bottom: 20px;
}

.footer__links a {
  color: var(--black);
  margin-bottom: 8px;
  display: block;
}

.footer__com-card {
  display: flex;
  margin-top: 20px;
}

.footer__com-card svg {
  width: 22px;
  margin-right: 14px;
}

.footer__com-card svg+* {
  margin-top: -1px;
}

#footer__info a:hover {
  color: var(--orange);
}

#footer__mobile {
  display: none;
}

#sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 700;
  background-color: var(--dark-blue);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 70px;
  color: var(--white);
  transform: translate3d(0, -100%, 0);
  transition: transform 300ms ease-in-out;
}

#sticky-header nav {
  margin-left: 60px;
}

#sticky-header .banner_links {
  display: flex;
}

body.sticky-header-shown #sticky-header {
  transform: translate3d(0, 0, 0);
}

#sticky-logo {
  cursor: pointer;
}

#sticky-header::before {
  background: url("../images/sticky-plus.png");
  left: 0;
}

#sticky-header>div {
  display: flex;
  align-items: center;
}

#sticky-header>div p {
  font-weight: 600;
  font-size: 14px;
  margin-right: 40px;
  margin-bottom: 0 !important;
}

#how__slider {
  position: relative;
}

.swiper-slide-duplicate.reset {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

#myCarousel {
  position: fixed;
  z-index: 1;
  height: 100%;
}

.carousel-indicators .active {
  background-color: #FF5224;
}

.carousel-indicators li {
  background-color: #4D14FD;
  border: none;
}

#app_link_right {
  position: absolute;
  top: 58%;
  right: 13%;
  width: 18%;
}

#app_link_left {
  position: absolute;
  top: 58%;
  left: 8%;
  width: 18%;
}

.oppur_img {
  width: 100%;
}

.oppur_list_item {
  width: 45%;
}

#oppurtunities {
  height: 80vh;
}

#oppurtunities .slider__navigation {
  display: none;
}

.MultiCarousel {
  float: left;
  padding: 15px;
  width: 90%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
  text-align: center;
  padding: 10px;
  margin: 10px;
  color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(33% - 50px);
}

.MultiCarousel .leftLst {
  left: -3%;
  border: none;
  line-height: normal;
  padding: 0 1.3em;
}

.MultiCarousel .rightLst {
  right: -3%;
  border: none;
  line-height: normal;
  padding: 0 1.3em;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}

.row {
  display: flex;
  justify-content: center;
}

#oppur-item-mobile {
  background: none;
  box-shadow: none;
}

#oppur-item-mobile-h5 {
  margin-top: 0;
}

#oppur-item-mobile-img {
  width: 100%;
}

.oppur-detail-link {
  text-decoration: underline;
}

.oppur-detail-link-banner {
  position: absolute;
  top: 8%;
  right: 5%;
  color: white;
  font-weight: 100;
  text-decoration: underline;
}

#mobile-prev {
  position: absolute;
  top: 2%;
}

#mobile-next {
  position: absolute;
  top: 2%;
}

.mobile-header {
  margin-top: 12.5%;
}

#header-circle-mobile {
  display: block;
  width: 60%;
  position: absolute;
  right: 0;
  bottom: 0;
}

#slider-pagination-web {
  position: absolute;
  left: 5.5%;
  top: 95%;
  z-index: 900;
}

#slider-pagination-mobile {
  position: absolute;
  top: 88%;
  z-index: 900;
  width: 100%;
}

#free-download-web {
  position: absolute;
  right: 7%;
}

#free-download-mobile .banner_links {
  margin-top: 20px;
}

#mobile-sticky-plus {
  position: absolute;
  left: 0;
  width: 25%;
  bottom: 0.5%;
  z-index: -1;
}

#mobile-sticky-circle {
  position: absolute;
  right: 0;
  width: 43%;
  z-index: -1;
}

.web-header {
  margin-top: 6%;
}

#web-header-img {
  width: 100%;
}

.oppur-item img {
  width: 100%;
}

.oppur-item-multi img {
  width: 100%;
}

.blog-section{
margin-left: 1.6%; 
}

.blog-nav-container {
  display: flex;
  align-items: center;
  overflow-x: scroll;
}

.blog-nav-item {
  padding: 10px 20px;
  margin-right: 10px;
  background-color: white;
  color: var(--text-dark);
  cursor: pointer;
  border-radius: 7px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}

.blog-nav-item.active {
  background-color:var(--primary);
  color: #fff;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
}

.blog-container{
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-right: 1.6%;
}

.blog-card-container {
  max-width: 100%;
  max-height: 100%;
}

.blog-card-container img {
  border-radius: 10px;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.blog-card-container p {
  color: var(--primary);
  text-decoration: none;
  display: block;
  margin-top: 8px;
  font-family: Poppins;
  font-weight: 600;
  font-style: normal;
}

.blog-detail-container {
  display: block;
  align-items: center;
  align-content: center;
}

.blog-detail-inner{
  margin: auto;
  width: 50%;
}

.blog-detail-left-span{
  font-size: 16px;
  font-family: Poppins;
  font-weight: 300;
  font-style: normal;
  color: #C1C1C1;
}

.blog-detail-right-span{
  font-size: 16px;
  font-family: Poppins;
  font-weight: 300;
  font-style: normal;
  color: #C1C1C1;
  float: right;
}

.blog-detail-top{
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}

.blog-detail-description {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}

.blog-detail-title-container{
  display: flex;
  justify-content: space-between;
}

.blog-detail-title-share-container{
  justify-content: space-evenly;
}

.blog-detail-title {
  margin-top: 16px;
  font-size: 40px;
  font-family: Poppins;
  font-weight: 600;
  font-style: normal;
  line-height: 60px;
  color: var(--primary);
}

.blog-detail-share{
  width: 48px;
  height: 48px;
  margin-top: 20px;
  float: right;
  cursor: pointer;
}

.blog-detail-share-menu {
  display: none;
  position: absolute;
  margin-top: 80px;
  background-color: transparent;
  z-index: 2;
  right: 25%;
}

.blog-detail-share-menu-item {
  width: fit-content;
  margin-top: 8px;
  display: flex;
  align-items: center;
  border-radius: 73px;
  padding: 16px 24px 16px 24px;
  color: var(--primary);
  background-color: var(--white);
 
}

.blog-detail-share-menu-item a {
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 19.5px;
}

.blog-detail-share-menu-item img{
  vertical-align: middle;
}

.blog-detail-share-menu-item:first-child {
  margin-top: 0px;
}

.blog-detail-share-menu-item img {
  margin-right: 10px;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

@media (max-width: 1024px) {
  #header-divider {
    display: none;
  }

  #header__menu-container-box{
    overflow-y: scroll;
  }

  #page-info-us{
    font-size: 13px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 19.5px;
  }

  #page-info-oppur-name{
    font-size: 13px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 19.5px;
  }

  .blog-container {
    grid-template-columns: 1fr;
    margin-right: 3%;
  }

  .blog-detail-inner{
    width: 90%;
  }

  .blog-detail-top{
    margin-top: 8px;
  }
  .blog-detail-description {
    margin-top: 8px;
  }

  .blog-detail-left-span{
    font-size: 12px;
    line-height: 18px;
  }

  .blog-detail-right-span{
    margin-top: 2px;
    font-size: 12px;
    line-height: 18px;
  }

  .blog-detail-title {
    margin-top: 8px;
    font-size: 24px;
    line-height: 30px;
  }
  .blog-detail-share{
    width: 24px;
    height: 24px;
  }

  .blog-detail-share-menu{
    right: 5%;
    margin-top: 45px;
  }

  .blog-detail-share-menu-item {
    padding: 8px 16px 8px 16px;
  }

  .blog-detail-share-menu-item a{
    font-size: 8px;
    line-height: 12px;
  }

  .blog-detail-share-menu-item img{
    width: 16px;
    height: 16px;
  }

}
