.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99998;
  background-color: rgba(0, 0, 0, 0.5);
  display: grid;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.4s,
    visibility 0.4s;
}

.success {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #3fb53f;
  padding: 20px;
  color: #fff !important;
  border-radius: 6px;
}

.success p {
  margin-bottom: 0;
  color: #fff !important;
}

.modal__box {
  position: relative;

  padding: 45px;
  z-index: 1;
  margin: 30px 15px;

  box-shadow: 0px 0px 17px -7px rgba(34, 60, 80, 0.2);
  transform: scale(0);
  transition: transform 0.8s;
}

.modal__close-btn {
  position: absolute;
  top: -190px;
  right: -174px;
  border: none;
  z-index: 22;
  background-color: transparent;
  padding: 5px;
  cursor: pointer;
}

.modal__close-btn svg path {
  transition: fill 0.4s;
}

.modal__close-btn:hover svg path {
  fill: rgb(239, 103, 255);
}

.inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1180px;
  width: 100%;
  height: auto;
  margin: 50px auto;
  position: relative;
}

.gallary {
  display: flex;
  max-width: 1680px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.gallary .swiper-wrapper {
  box-sizing: content-box;
}

.btn-next,
.btn-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  width: 40px;
  height: 20px;
  z-index: 1;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}

.btn-next {
  right: 4%;
}

.btn-prev {
  left: 4%;
}

.rotate {
  transform: scale(-2);
}

.rotate__ {
  transform: scale(2);
}

a {
  text-decoration: none;
}

.footer-block {
  display: flex;
  padding: 33px 0px 20px;
  justify-content: space-around;
}

.footer-block p {
  color: #c2c5db;
  font-weight: 300;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 12px;
}

.rotate__ :hover {
  fill: rgb(239, 103, 255);
  transition: color 0.4s linear;
}

.rotate :hover {
  fill: rgb(239, 103, 255);
  transition: color 0.4s linear;
}

.modal.open {
  visibility: visible;
  opacity: 1;
}

.modal.open .modal__box {
  transform: scale(1);
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding-top: 40px;
}

.section-padding40 {
  padding-top: 0px;
}

.single-card {
  background: #ffff;
  padding: 70px 0px;
  -webkit-box-shadow: 0 8px 26px rgba(67, 40, 124, 0.08);
  border-radius: 8px;
}

.single-card .card-top h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
}

.single-card .card-mid h4 {
  color: #4c1e51;
  font-size: 32px;
  font-weight: 600;
}

.single-card .card-bottom ul li {
  color: #717081;
  font-weight: 300;
  margin-bottom: 23px;
  font-size: 16px;
}

.single-card .card-mid {
  margin-bottom: 25px;
  padding-bottom: 26px;
  border-bottom: 1px solid #e7e6eb;
}

.section-padding30 {
  padding-top: 60px;
  padding-bottom: 10px;
}

.col-xl-8 {
  z-index: 3;
}

.pricing-card-area::after {
  position: absolute;
  top: 53%;
  content: "";
  border-top: 171px solid #2d0a31;
  border-left: 2000px solid transparent;
  left: 0px;
  z-index: -11;
  right: 0;
}

.login-form .logo-login img {
  border-radius: 0%;
}

body,
html {
  scroll-behavior: smooth;
}

#likes,
#Reels,
#Stories,
#Subscribers,
#Views,
#about {
  padding-top: 50px;
}

#contact {
  padding-top: 86px;
}

.fadeInUpShorter {
  animation-name: fadeInUpShorter;
}

.appear-animation-visible {
  opacity: 1;
}

.main-header .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0 15px;
}

@media (max-width: 1620px) {
  .main-header .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 10px;
  }
}

@media (max-width: 1429px) {
  .main-header .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 10px;
  }

  .main-header .main-menu {
    margin-right: -6px;
  }
}

@media (max-width: 1329px) {
  .button-header.margin-left {
    margin-left: 15px !important;
  }

  .btn {
    padding: 23px 12px !important;
  }

  .btn3 {
    margin-left: 8px;
    padding: 6px 13px !important;
  }

  .header-area .header-bottom {
    padding: 0px 10px;
  }
}

@media (max-width: 1488px) {
  .btn-next,
  .btn-prev {
    display: none;
  }
}

@media (max-width: 1300px) {
  .footer-block {
    display: flex;
    padding: 33px 0px 20px;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
  }

  .btn {
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    padding: 27px 44px !important;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    -moz-user-select: none;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
    border-radius: 0px !important;
    display: block !important;
  }

  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3px;
    margin-left: -3px;
  }

  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .d-lg-none {
    display: block !important;
  }

  .main-header .header__menu ul li {
    display: none;
  }

  .main-header {
    margin-top: 18px;
  }

  .button-header.margin-left {
    margin-left: 0px;
  }
}

#scrollUp,
#back-top {
  z-index: 234567;
}

.slider-area .hero__caption h1 {
  font-size: 52px;
}

.modal-my {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 19, 19, 0.34);
  top: 0;
  left: 0;
  z-index: 1081;
  -webkit-animation: fade 0.25s ease;
  animation: fade 0.25s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-my.opacity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-content-my {
  width: 100%;
  max-width: 959px;
  height: 100%;
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #fff;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  padding: 60px 30px 35px 30px;
  overflow: auto;
  border-radius: 20px;
}

@media (min-width: 576px) {
  .modal-content-my {
    /*width: 470px;*/
    width: 100%;
    height: auto;
    /*max-height: 680px;*/
    padding: 64px;
  }
}

@media (min-width: 768px) {
  .modal-content-my {
    display: flex;
    align-items: center;
  }
}

/* .modal-content-my input,
.modal-content-my textarea {
  border: 1px solid #ddd;
  background-color: transparent;
  margin-bottom: 15px;
} */

.modal-content-my .button {
  background-color: #e9490a;
  color: #fff;
  border-radius: 20px;
  transition: all 0.35s ease-out;
  border-color: #e9490a;
}

.modal-content-my .button:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.modal-content-my_review {
  height: 100%;
  max-height: 680px;
  background-color: #fff;
}

@media (min-width: 576px) {
  .modal-content-my_review {
    width: calc(100% - 30px);
  }
}

@media (min-width: 1200px) {
  .modal-content-my_review {
    width: 1095px;
  }
}

.modal-content-my_review .modal-content-my__close:after,
.modal-content-my_review .modal-content-my__close:before {
  background-color: #000;
}

.modal-content-my__close {
  position: absolute;
  cursor: pointer;
  top: 18px;
  right: 18px;
  z-index: 2;
}

@media (min-width: 576px) {
  .modal-content-my__close {
    top: 15px;
    right: 10px;
  }
}

.modal-content-my__title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 375px) {
  .hero_img {
    max-width: 100%;
  }
}

@media (max-width: 1300px) {
  .block__ {
    flex-direction: column-reverse;
  }

  .row {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 9px;
    margin-left: -3px;
  }

  .slider-area .hero__img img {
    position: relative;
    right: 0px;
  }
}

@media (max-width: 982px) {
  .f-right {
    float: left;
  }
}

@media (max-width: 767px) {
  .img_main {
    max-width: 100%;
    margin-top: 30px;
  }
}

.login-form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  padding: 90px 45px 60px 45px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.pricing-card-area .single-card .card-mid h4 span {
  color: #4c1e51;
  font-size: 32px;
}
.header__left .lang__item {
  margin: 0 5px !important;
}
