/*-- Variables --*/
:root {
  --color-primary: #059DFF;
  --color-primary-rgba: rgb(5, 157, 255);
  --color-primary-alt: #059DFF;
  --color-primary-light: #059DFF;
  --color-primary-lightest: #059DFF;
  --color-secondary: #FB5343;
  --color-tertiary: #6549D5;
  --color-tertiary-alt: #6549D5;
  --color-pink: #E33FA1;
  --color-light-green: #36C6F0;
  --color-primary-darker: #011827;
  --color-tertiary-darker: #150b40;
  --color-secondary-darker: #190301;
  --color-light-green-darker: #001f27;
  --color-pink-darker: #2f011d;
  --color-heading: #ffffff;
  --color-body: #acacac;
  --color-dark: #060606;
  --color-darker: rgba(6, 6, 6, 0.7);
  --color-darkest: rgba(0, 0, 0, 0.3);
  --color-black: #000000;
  --color-blacker: rgba(15, 15, 17, 0);
  --color-blackest: #0f0f11;
  --color-border: hsla(0,0%,100%,0.1);
  --color-lessdark: #1e1e1e;
  --color-gray: #65676B;
  --color-midgray: #878787;
  --color-light: #E4E6EA;
  --color-lighter: #CED0D4;
  --color-lightest: #F0F2F5;
  --color-white: #ffffff;
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-yellow: #ffff00;
  --color-green: #10b981;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --color-extra01: #666666;
  --color-extra02: #606770;
  --color-extra03: #FBFBFD;
  --color-extra04: #1A1A1A;
  --color-extra05: #242424;
  --color-extra06: #292a2d;
  --border-width: 2px;
  --radius-small: 6px;
  --radius: 10px;
  --radius-big: 16px;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --shadow-primary: 0 0 20px 5px rgba(251,83,67,0.2);
  --shadow-light: 1px 1px 6px rgba(0,0,0,0.25);
  --shadow-lighter: 4px 4px 20px 20px rgba(0,0,0,0.01);
  --transition: 0.3s;
  --transition-transform: transform .65s cubic-bezier(.23,1,.32,1);
  --font-primary: "Inter", sans-serif;
  --secondary-font: "Inter", sans-serif;
  --font-awesome: "Font Awesome 5 Pro";
  --font-size-b1: 18px;
  --font-size-b2: 16px;
  --font-size-b3: 14px;
  --font-size-b4: 12px;
  --line-height-b1: 1.67;
  --line-height-b2: 1.7;
  --line-height-b3: 1.6;
  --line-height-b4: 1.3;
  --h1: 56px;
  --h2: 44px;
  --h3: 36px;
  --h4: 24px;
  --h5: 18px;
  --h6: 16px;
}

/**
  * ---------------------------------------------
  * Custom Contribute Slider Style
  * ---------------------------------------------
  */
.custom-contribute-slider {
  display: flex;
  align-items: center;
  height: calc(100vh - 128px);
}
@media only screen and (max-width: 767px) {
  .custom-contribute-slider {
    padding: 60px 0;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-contribute-slider {
    padding-bottom: 70px;
  }
}
.custom-contribute-slider.slider-style-1 .inner .display-two {
  font-size: 54px;
}
@media only screen and (max-width: 575px) {
  .custom-contribute-slider.slider-style-1 .inner .display-two {
    font-size: 38px;
  }
}
.custom-contribute-slider.slider-style-1 .inner .description {
  font-size: var(--font-size-b2);
  font-weight: 300;
}
.custom-contribute-slider.slider-style-1 .banner-image {
  width: 80%;
}
@media (max-width: 768px) {
  .custom-contribute-slider.slider-style-1 .banner-image {
    width: 60%;
  }
}
.custom-contribute-slider .btn-group {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 767px) {
  .custom-contribute-slider .btn-group {
    justify-content: center;
  }
}
.custom-contribute-slider .share-section p {
  margin-bottom: 12px;
  font-size: var(--font-size-b2);
  color: var(--color-primary);
  font-weight: bold;
}
.custom-contribute-slider .share-section .button-group .btn-small {
  padding: 0 14px;
}
.custom-contribute-slider .thumbnail img {
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/**
  * ---------------------------------------------
  * Custom Contribute Slider Style
  * ---------------------------------------------
  */
/**
* ---------------------------------------------
* Custom Social Share
* ---------------------------------------------
*/
.custom-social-share .social-default {
  margin: -10px;
}
.custom-social-share .social-default li {
  margin: 8px;
}
.custom-social-share .social-default li a::after {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.custom-social-share .social-default li a:hover .feather-twitter, .custom-social-share .social-default li a:hover .feather-linkedin, .custom-social-share .social-default li a:hover .hackersnews {
  color: var(--color-white);
}
.custom-social-share .social-default.transparent-with-border li a::after {
  border-color: transparent;
}
.custom-social-share .social-share {
  display: flex;
  flex-direction: column;
}
.custom-social-share .social-share .btn {
  margin-top: -4px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-b3);
  color: #999;
  cursor: pointer;
  position: relative;
  border: 1px solid var(--color-border);
  color: var(--color-white);
}
.custom-social-share .social-share .btn .fa-share-alt {
  margin-right: 2px;
}
.custom-social-share .social-share .btn > i:hover {
  color: var(--color-primary);
}
.custom-social-share .social-share .btn:active:not(:focus-within) {
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2) inset;
}
.custom-social-share .social-share .btn:active:not(:focus-within) > i {
  transform: translate(0.8px, 0.8px);
}
.custom-social-share .social-share .social {
  box-shadow: 4px 2px 10px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50px;
  display: none;
  justify-content: space-between;
  background-color: var(--color-white);
  padding: 5px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .custom-social-share .social-share .social {
    right: 0px;
  }
}
.custom-social-share .social-share .toggle input[type=checkbox]:checked + .btn .social {
  animation: fadeIn 1s;
  display: flex;
}
.custom-social-share .social-share .toggle input[type=checkbox]:not(:checked) + .btn .social {
  animation: fadeOut 1s;
}
.custom-social-share .social-share .toggle input[type=checkbox]:checked + .btn .feather-more-horizontal {
  display: none;
}
.custom-social-share .social-share .toggle input[type=checkbox]:not(:checked) + .btn .feather-x {
  display: none;
}
.custom-social-share .social-share .social a {
  margin: 0 0;
  font-size: 2.2rem;
  color: #999 !important;
}
.custom-social-share .social-share .social a::after {
  background-color: transparent;
  border: 0 !important;
}
.custom-social-share .social-share .social a:hover {
  opacity: 0.8;
}
.custom-social-share .social-share input[type=checkbox] {
  display: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/**
  * ---------------------------------------------
  * Custom Social Share
  * ---------------------------------------------
  *//*# sourceMappingURL=contribute.css.map */