/* ----- Color ----- */
.text-blue {
  color: #01A5C9 !important;
}

.btn-link {
  color: #01A5C9;
}

.bg-g {
  background-image: linear-gradient(218deg, #df6a58 0%, #c494ce 100%);
}
.bg-g-light {
  background-image: linear-gradient(to bottom, #f4f6ff, #f7f8ff, #fafaff, #fdfdff, #ffffff);
}
.bg-grey {
  background-color: #eee;
}
.bg-green {
  background-color: #538773 !important;
}
.bg-purple {
  background-color: #B771E5 !important;
}
.bg-red {
  background-color: #FF642A !important;
}
.bg-blue {
  background-color: #01A5C9 !important;
}
.list_spacing ul li:not(:last-child) {
  margin-bottom: 10px;
}
.z-index-99 {
  z-index: 99;
}

hr {
  border-color: #eee;
  opacity: 1;
}

h1, h2, h3 {
  font-weight: 500;
}

ul.d-flex {
  list-style-type: none;
}

.sub-heading {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .sub-heading {
    font-size: 14px;
  }
}

@media (max-width: 1600px) {
  h1, .h1 {
    font-size: 4rem;
  }

  h2, .h2 {
    font-size: 3rem;
    line-height: 3rem;
  }

  h3, .h3 {
    font-size: 2.4rem;
  }

  h4 {
    font-size: 2.2rem;
  }

  h5 {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  h6 {
    font-size: 1.4rem;
  }
}
.text-green {
  color: #538773;
}
.text-red {
  color: #FF642A;
}
.text-purple {
  color: #B771E5;
}

img {
  max-width: 100%;
}

body {
  font-family: "Jost", sans-serif;
  color: #000;
}

.h-100vh {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.h-175px {
  height: 175px !important;
}

@media (max-width: 767px) {
  .w-md-100 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .xs-h-100px {
    height: 100px !important;
  }
}

.btn.btn-gradient {
  background: linear-gradient(218deg, #df6a58 0%, #c494ce 100%);
  color: #fff !important;
  border: 1px solid transparent;
}

.btn.btn-gradient:hover, .btn.btn-gradient:focus {
  background: linear-gradient(218deg, #df6a58 0%, #c494ce 100%);
  color: #fff !important;
  border: 1px solid transparent;
}
.btn.btn-gradient:active {
  background: linear-gradient(218deg, #df6a58 0%, #c494ce 100%);
  color: #fff !important;
  border: 1px solid transparent;
}

.ms-minus-10px {
  margin-left: -10px;
}

.btn {
  padding: 10px 30px;
  border-radius: 7px;
}
.btn-purple {
  background-color: #B771E5;
  color: #fff;
}
.btn-purple:hover, .btn-purple:focus {
  border-color: #B771E5;
  color: #B771E5;
  background-color: transparent;
}
.btn-green {
  background-color: #538773;
  color: #fff;
}
.btn-green:hover, .btn-green:focus {
  border-color: #538773;
  color: #538773;
}

.btn-primary {
  background-color: #01A5C9 !important;
  border-color: #01A5C9 !important;
}
.btn-primary:hover, .btn-primary:active {
  background-color: #0685a1 !important;
  border-color: #0685a1 !important;
}

.btn-success, .badge.bg-success {
  background-color: #538773 !important;
  border-color: #538773 !important;
}
.btn-success:hover, .btn-success:active, .badge.bg-success:hover, .badge.bg-success:focus {
  background-color: #1f5741 !important;
  border-color: #538773 !important;
  color: #fff;
}

.btn-danger, .badge.bg-danger {
  background-color: #FF642A !important;
  border-color: #FF642A !important;
}
.btn-danger:hover, .btn-danger:active, .badge.bg-danger:hover, .badge.bg-danger:focus {
  background-color: #cc4c1d !important;
  border-color: #cc4c1d !important;
  color: #fff;
}

.badge-anchor {
  padding: 5px 8px;
  font-weight: 500;
  text-transform: uppercase;
}

/* ----- Border ----- */
@media (min-width: 768px) {
  .border-md-end {
    border-right: 1px solid #ddd;
  }
}

/* ----- Accordion ----- */
.sidebar label span {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar label .ti-plus {
  display: none;
}
label.collapsed .ti-minus {
  display: none;
}
.sidebar label.collapsed .ti-plus {
  display: block;
}
/* ----- ----- */
.tag-cloud a:hover, .tag-cloud a.active {
  box-shadow: none;
  color: #fff;
  background-color: #B771E5;
}

/* ----- Form ----- */
.form-control-small {
  padding: 6px 20px;
}
.form-check .form-check-input {
  width: 24px;
  height: 24px;
  padding: 0;
}
/* ----- Post ------ */
.post-content img {
  border-radius: 10px;
}

/* ----- Tab Style ----- */
.tab-style-08 ul {
  border-bottom: 1px solid #ddd;
}
.tab-style-08 ul .nav-item {
  border: none;
}
.tab-style-08 ul .nav-item .nav-link {
  background: #fff;
  border-radius: 0;
  padding: 15px;
  border: none;
  border-bottom: 2px solid transparent;
}
.tab-style-08 ul .nav-item .nav-link:hover, .tab-style-08 ul .nav-item .nav-link.active {
  color: #FF642A;
  border-bottom: 2px solid #FF642A;
}
@media (max-width: 991px) {
  .tab-style-08 ul .nav-item .nav-link {
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .tab-style-08 ul .nav-item .nav-link {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .tab-style-08 ul .nav-item {
    flex-basis: content !important;
  }
}

/* ----- Container -----*/
@media (min-width: 1600px) {
  .container {
    max-width: 1370px;
  }
}
/* ----- Header ----- */
.navbar.header-light .simple-dropdown .dropdown-menu.w-260 {
  width: 260px;
}
.home header .navbar-brand.logoForhome {
  display: none;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li:not(:last-child) a {
  border-bottom: 1px solid #eee;
}
.header_startup_search {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.header_startup_search span {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 7px;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #000;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}
.header_startup_search span i {
  color: #000;
  transition: all 0.3s ease;
}
.header_startup_search:hover span {
  background-color: #B771E5;
  border-color: #B771E5;
  color: #fff;
}
.header_startup_search:hover span i {
  color: #fff;
}

@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item.active .nav-link {
    opacity: 1;
  }
  .home  header:not(.sticky-active) .navbar-brand {
    display: none;
  }
  .home header:not(.sticky-active) .navbar-brand.logoForhome {
    display: block;
  }
  .home .header-light .navbar-nav > .nav-item > .nav-link {
    color: #fff;
  }
}

@media (max-width: 991px) {
  header .navbar-nav {
    display: flex !important;
    justify-content: center;
    padding: 0 !important;
  }
  header .navbar-nav > .dropdown .nav-link {
    padding-right: 25px !important;
  }
  .top-mob-space-margin {
    margin-top: 72px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  header .navbar-nav .nav-link {
    font-size: 13px !important;
  }
}
@media (max-width: 991px) {
  header .navbar-nav i.fa-angle-down {
    /* width: inherit !important; */
    height: inherit !important;
    top: 14px !important;
  }
}
/* ----- Hero ----- */
.hero-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 50px 0;
}
.hero-main-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-main-video video {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  object-fit: cover;
}

.video_wrap video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}
.video_wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
@media (max-width: 991px) {
  .hero-wrap {
    min-height: inherit;
  }
  .hero-wrap .top-space-margin {
    margin-top: 0 !important;
  }
}

/* ----- Home Overview ----- */
.home_overview_left {
  max-width: 720px;
  margin: auto;
  padding: 0 30px;
}

/* ----- Text Edtor Wrap ----- */
.text-editor-wrap p:last-child {
  margin-bottom: 0;
}

/* ----- Select2 ----- */
.select2-container--default .select2-selection--single {
  display: flex !important;
  align-items: center !important;
  border-bottom: 1px solid #999 !important;
  padding: 15px 5px !important;
  border-radius: 7px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 7px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #B771E5 !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  height: inherit !important;
  display: none !important; 
  align-items: center !important;
}
.select2-results__option:not(:last-child) {
  border-bottom: 1px solid #eee !important;
}
/* ---- Copy Currect Page Link ----- */
.copy-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 1.5rem;
  user-select: none;
}

.tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}

.tooltip.show {
  opacity: 1;
}

/* ----- Footer ----- */
footer .btn-link, footer a {
  color: #fff;
}
footer .btn-link:hover, footer .btn-link:focus, footer .btn-link:active, footer a:hover, footer a:focus, footer a:active {
  color: #B771E5;
}

/*# sourceMappingURL=custom.css.map */
