@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;

0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);#header_main .main-logo img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.tf-create-item .dropzone {
  text-align: center;
  background: rgba(255, 255, 255, 0.18);
  padding: 0px;
  margin: 0px;
}

.tf-create-item .dropzone .dropzone-click {
  padding: 20px 20px;
}

.tf-create-item .dropzone .fas {
  font-size: 80px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.31);
}

.tf-create-item #preview img {
  width: 100%;
}

#profile .nav-tabs {
  border-bottom: 1px solid #9001FF;
  margin: 20px 0px;
}

#profile .nav-tabs .nav-link {
  color: #fff;
  background: transparent;
  border: 5px solid transparent;
}

#profile .nav-tabs .nav-link:focus,
#profile .nav-tabs .nav-link:hover {
  color: #9001FF;
}

#profile .nav-tabs .nav-link.active,
#profile .nav-tabs .nav-item.show .nav-link {
  border-bottom: 5px solid #9001FF;
}

.tf-box-icon .sc-box-icon {
  background: #343444;
  border-radius: 15px;
  margin-bottom: 15px;
  padding: 15px;
}

.tf-box-icon .sc-box-icon img {
  width: 60px;
}

.about-section .col-img img {
  opacity: 0.24;
}

@media (min-width: 992px) {
  footer#footer .footer-menu {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

body {
  font-family: "Poppins", sans-serif;
}

.s-section {
  padding: 100px 0px;
}

.relative {
  position: relative;
}

.fl-item .fl-itm-img {
  height: 321px;
  -o-object-fit: cover;
     object-fit: cover;
}

.fl-item .avatar img {
  width: 44px;
  height: 44px;
  -o-object-fit: cover;
     object-fit: cover;
}

.gradient-text {
  background: #1879FF;
  background: linear-gradient(to right, #1879FF 0%, #870BFF 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.input-souv {
  background: transparent;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 9px 16px 9px 15px;
  border-radius: 100px !important;
  border: 1px solid #7A798A !important;
  margin-right: 19px;
  transition: all 0.3s ease;
}

.bg-dark {
  background: #040e2f !important;
}

.verification-tab {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 355;
  text-align: center;
  background: #14141f;
}

.verification-tab a {
  color: #9200ff;
}

@media (max-width: 991px) {
  .verification-tab p {
    font-size: 14px;
  }
}

.btn {
  border-radius: 30px;
}

.btn.btn-primary {
  background-color: #9001FF;
  border-color: #9001FF;
  color: #fff !important;
}

.btn.btn-primary:hover {
  color: #fff !important;
}

.btn.btn-default {
  background: #fafafa;
  border-color: #f1f1f1;
  color: #000;
}

.souv-modal .modal-body,
.souv-modal .modal-header {
  background-color: #040e2f;
}

.souv-modal .modal-body .btn,
.souv-modal .modal-header .btn {
  border-radius: 20px;
  width: 110px;
}

.souv-modal .modal-body p,
.souv-modal .modal-header p {
  margin: 20px 0px;
  text-align: center;
}

.btn-souv {
  padding: 10px 20px;
  background-color: #ccc;
  color: black;
}

.btn-souv.active {
  background-color: #9001FF;
  color: white;
}

.btn-souv:not(.active) {
  background-color: #ccc;
  color: black;
}

.pagi nav {
  margin: 0px auto;
  text-align: center;
}

.pagi .pagination .page-link,
.pagi .pagination .page-item.disabled .page-link {
  background: transparent;
  border: 2px solid #9001FF;
  color: #fff;
}

.pagi .pagination .page-item.active .page-link {
  border: 2px solid #9001FF;
  background: #9001FF;
}

#header_main .dropdown-menu a {
  color: #040e2f;
  font-weight: bold;
}

@media (max-width: 991px) {
  #header_main .flat-search-btn {
    margin-top: 5px;
  }
}

