/*!
Theme Name: 	Bootsrap on WordPress
Theme URI: 		https://shoutout4kids.com/
Description: 	Bootstrap 5 on Wordpress
Version: 		3.0.6
Author: 		Bilal Ahmad
Author URI: 	https://www.appflox.com
Tags: 			shout out, kids, videos
*/

:root {
  --app-bg: #fdf5f2;
  --pink: #F55F87;
  --blue: #4559b2;
  --blue-dark: #3D55AB;
  --light-blue: #3bbde1;
  --sky-blue: #178afc;
  --green: #14953a;
  --dark-green: #12878a;
  --purple: #4c14a6;
  --dark-blue: #0e6ca7;
  --pink-dark: #a2149a;
  --dark-red: #bd2850;
  --yellow: #f89e27;
  --yellow: #f89e27;
  --border: #d0cecd;
  --dark: #4e4e4e;
  --white: #ffffff;
  --black: #000000;
  --btn-circle: #69d2f2;
  --nav-toggle: #0074bd;

  --facebook: #2f67b2;
  --twitter: #00acee;
  --instagram: #cc2366;
  --youtube: #e52e27;
  --cart: #df152a;

  --font-family: "Ubuntu", sans-serif;

}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body {
  background-color: var(--app-bg);
  font-family: var(--font-family)!important;
  color: var(--dark);
}

.btn {
  font-weight: 500;
}

.navbar-right {
  order: 1;
}

.navbar-brand img {
  width: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--black);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--sky-blue);
}

.social-media li:not(:last-child) {
  margin-right: 5px;
}

.social-media li a {
  width: 28px;
  height: 28px;
  line-height: 27px;
  border-radius: 100%;
  display: block;
  text-align: center;
  color: var(--white);
}

.social-media li a i {
  font-size: 15px;
}

.social-media li.facebook a {
  background-color: var(--facebook);
}

.social-media li.twitter a {
  background-color: var(--twitter);
}

.social-media li.instagram a {
  background-color: var(--instagram);
}

.social-media li.youtube a {
  background-color: var(--youtube);
}

.social-media li.cart a {
  background-color: var(--cart);
}

.btn-blue {
  overflow: hidden;
  background-color: var(--light-blue);
  border-color: var(--light-blue);
  position: relative;
}

.btn-blue:after {
  content: '';
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--btn-circle);
  width: 100%;
  height: 50px;
  border-radius: 100%;
  z-index: 0;
}

.btn-blue span {
  position: relative;
  z-index: 1;
}

.auth-btn .btn {
  padding-left: 12px;
  padding-right: 12px;
}

.text-features h1,
.text-features h2,
.text-features h3,
.text-features h4 {
    color: var(--pink);
    text-transform: uppercase;
    text-align: center;
}

.hero h1,
.hero h3,
.hero h4 {
  margin-bottom: 20px;
}

.hero h3 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.hero h4 {
  margin-top: 40px;
}

.hero .w-80 {
  width: 80%;
  margin: auto;
}

.hero .autoComplete_wrapper {
  width: 100%;
}

.hero .autoComplete_wrapper > input {
  width: 100%;
  border-radius: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  height: 2.8rem;
  border: 0.05rem solid var(--border);
  background-image: none;
  color: var(--dark);
  background-color: transparent;
}

.autoComplete_wrapper>ul {
  top: 36px;
  border-radius: 0;
  box-shadow: none;
  border-color: var(--border);
}

.autoComplete_wrapper>ul>li {
  margin: 0;
  padding: .5rem 1rem;
  border-radius: 0;
}

.autoComplete_wrapper>ul>li:not(:last-child) {
  border-bottom: var(--border) 1px solid;
}

input::placeholder {
  color: rgba(0, 0, 0, 0.3)!important;
}

.hero .autoComplete_wrapper > input:focus {
  color: var(--dark);
  border: 0.06rem solid var(--border);
}

.hero-form .form-control {
  height: 2.8rem;
  padding-right: 1rem;
  padding-left: 1rem;
  background-color: transparent;
}

.hero p {
  color: var(--pink);
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.all-characters {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.all-characters::-webkit-scrollbar {
  display: none;
}

.all-characters li {
  display: block;
  position: relative;
}

.all-characters li:not(:first-child) {
  margin-left: 20px;
}

.all-characters li a {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 160px;
  border-radius: 100%;
  overflow: hidden;
  border: var(--white) 2px solid;
}

.all-characters li a img {
  height: 160px;
}

.all-characters li.disable a {
  background-color: rgba(0, 0, 0, 0.6);
}

.all-characters li.disable span {
  color: rgba(0, 0, 0, 0.3);
}

.all-characters li.active a {
  border-color: var(--pink);
}

.all-characters li.active span {
  color: var(--pink);
}

.all-characters li span {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  white-space: nowrap;
  color: var(--dark);
}

.meet-out-stars-path-top,
.subscribe-path-top,
.footer-path-top {
  position: relative;
  top: 1px;
}

.meet-out-stars {
  background-color: var(--blue);
  padding: 0 0 100px;
}

.meet-out-stars h3 {
    color: var(--white);
}

.select2-container {
  width: 100%!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  text-align: left;
  font-size: 1rem;
  padding-left: 1rem;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: var(--border);
  background-color: transparent;
}

.select2-container .select2-selection--single {
  height: 2.8rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.7rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.7rem;
  width: 40px;
}

.select2-dropdown {
  border-radius: 0;
}

.select2-search__field {
  display: none;
}

.select2-search--dropdown {
  padding: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(255, 122, 122, .15);
  color: var(--dark);
}

.select2-results__option {
  padding: 10px 16px;
}

.btn-red {
  background-color: var(--dark-red);
  color: var(--white);
  text-shadow: 0px 1px 0 black;
}

.btn-red:hover {
  background-color: var(--pink);
  color: var(--white);
}

.splide__slide img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.splide__arrow--prev {
  left: -4em;
}

.splide__arrow--next {
  right: -4em;
}

.splide__pagination {
  bottom: -3.5em;
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: var(--white);
  opacity: 1;
}

.splide__pagination__page:hover,
.splide__pagination__page.is-active {
  transform: initial;
  background-color: var(--pink);
}

.splide__arrow svg {
  fill: var(--white);
}
.splide__arrow:hover svg {
  fill: var(--pink);
}

.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background: var(--dark);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.timeline-content {
  padding: 15px 15px;
  position: relative;
  background: inherit;
  width: 50%;
}

.timeline-content.left {
  left: 7px;
}

.timeline-content.right {
  left: 49.4%;
}

.timeline-content.right::after {
  left: -8px;
}

.timeline-content::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: var(--dark);
  z-index: 1;
}

.timeline-content.right::before {
  left: 8px;
}

.timeline-content .timeline-number {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 20px;
  padding: 9px 0;
  top: calc(50% - 20px);
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: var(--white);
  z-index: 1;
}

.timeline-content:nth-child(1) .timeline-number,
.timeline-content:nth-child(1):before {
    background-color: var(--sky-blue);
}

.timeline-content:nth-child(2) .timeline-number,
.timeline-content:nth-child(2):before {
    background-color: var(--green);
}

.timeline-content:nth-child(3) .timeline-number,
.timeline-content:nth-child(3):before {
    background-color: var(--purple);
}

.timeline-content:nth-child(4) .timeline-number,
.timeline-content:nth-child(4):before {
    background-color: var(--dark-green);
}

.timeline-content:nth-child(5) .timeline-number,
.timeline-content:nth-child(5):before {
    background-color: var(--pink-dark);
}

.timeline-content:nth-child(6) .timeline-number,
.timeline-content:nth-child(6):before {
    background-color: var(--yellow);
}

.timeline-content:nth-child(7) .timeline-number,
.timeline-content:nth-child(7):before {
    background-color: var(--dark-blue);
}

.timeline-content.left .timeline-number {
  right: 40px;
}

.timeline-content.right .timeline-number {
  left: 40px;
}

.timeline-content .content {
  position: relative;
}

.timeline-content .content h3 {
  font-size: 16px;
  font-weight: normal;
  color: var(--dark);
}

.timeline-content.left h3 {
  text-align: right;
  padding-right: 80px;
  text-transform: initial;
}

.timeline-content.right h3 {
  text-align: left;
  padding-left: 80px;
  text-transform: initial;
}

.subscribe {
  background-color: var(--blue);
}

.subscribe h3 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.subscribe .btn {
  text-transform: uppercase;
}

.bonus-features p {
  margin-top: 10px;
}

.bonus-features-list li {
  margin-top: 8px;
}

.bonus-features-list li span {
  margin-right: 8px;
}

.bonus-features-list li a {
  text-transform: uppercase;
  color: var(--dark);
  text-decoration: none;
}

.bonus-features-list li a:hover {
  color: var(--blue);
  text-decoration: underline;
}

.bonus-features-list li:hover span {
  color: var(--blue);
}

.testimonials-slider img {
  width: 180px;
  height: 180px;
  border-radius: 180px;
  margin: 0 auto;
  object-fit: cover;
}

.testimonials-slider .btn {
  background-color: var(--pink);
  text-transform: uppercase;
  color: var(--white);
  margin-top: 15px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 10px;
  text-shadow: 0 1px 0 black;
}

.testimonials-slider p {
  margin-top: 25px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-slider .slick-dots {
  bottom: -50px;
}

.slick-dots li button:before {
  font-size: 15px;
}

.slick-dots li.slick-active button:before {
  color: var(--pink);
  opacity: 1;
}

footer {
  background-color: var(--blue);
}

footer h4 {
  text-transform: uppercase;
  color: var(--white);
  font-size: 20px;
}

.footer-slider {
  margin-top: 30px;
  padding-right: 100px;
}

.footer-slider img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
}

.footer-slider p {
  color: var(--white);
  margin-top: 10px;
}

.footer-slider .slick-dots {
  bottom: -40px;
  right: 8%;
}

.footer-slider .slick-dots li button:before {
  color: var(--white);
  opacity: 1;
}

.footer-slider .slick-dots li.slick-active button:before {
  color: var(--pink);
}

.footer-links {
  margin-top: 25px;
}

.footer-links li {
  font-size: 16px;
  margin-top: 10px;
}

.footer-links li a {
  position: relative;
  color: var(--white);
  text-decoration: none;
  padding-left: 20px;
}

.footer-links li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--sky-blue);
  width: 8px;
  height: 8px;
  border-radius: 10px;
}

.footer-links p,
.footer-links i {
  color: var(--white);
}

footer .col-md-4:nth-child(2) {
  padding-left: 50px;
}
.payment-method li:not(:first-child) {
  margin-left: 10px;
}

.payment-method li img {
  width: 85px;
}

.copyright {
  padding: 30px 0;
  margin-top: 60px;
  background-color: var(--blue-dark);
}

.copyright p {
  color: var(--white);
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}

@media (max-width: 1199px) {
  .footer-slider {
    padding-right: 0;
  }
}

@media (max-width: 1024px) {
  .all-characters li a,
  .all-characters li a img {
    height: 141px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }

  .navbar-right {
    order: 0;
  }

  .auth-btn {
    position: absolute;
    top: 0;
    right: 15px;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-brand {
    padding: 0;
  }

  .navbar-brand img {
    width: 82px;
  }

  .navbar-toggler {
    position: absolute;
    top: 48px;
    right: 15px;
    width: 40px;
    height: 42px;
    cursor: pointer;
    border-color: #e0dad9;
    padding: 12px 26px;
    border-radius: 1px;
  }

  .navbar-toggler span {
    list-style: none;
    position: absolute;
    left: 6px;
    background: var(--nav-toggle);
    width: 41px;
    height: 5px;
    transform: translateY(-50%);
    transition: .3s;
    display: block
  }

  .navbar-toggler span:nth-of-type(1) {
    top: 20%;
  }

  .navbar-toggler span:nth-of-type(2) {
    top: 50%;
  }

  .navbar-toggler span:nth-of-type(3) {
    top: 80%;
  }

  .navbar-toggler.active span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  .navbar-toggler.active span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }

  .navbar-toggler.active span:nth-of-type(3) {
    left: -100%;
    opacity: 0;
  }

  .navbar-collapse {
    margin-top: 15px;
  }

  .navbar-nav {
    border-top: var(--border) 1px solid;
  }

  .navbar-nav .nav-item .nav-link {
    border-bottom: var(--border) 1px solid;
  }

  .all-characters li a,
  .all-characters li a img {
    height: 136px;
  }

}

@media (max-width: 767px) {
  .auth-btn .btn:first-child {
    width: 70px;
  }

  .auth-btn .btn:last-child {
    width: 112px;
  }

  .all-characters li a,
  .all-characters li a img {
    height: 142px;
  }

  .meet-out-stars-path-top {
    margin-top: 30px;
  }

  .meet-out-stars {
    padding-top: 20px;
  }

  .splide {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px!important;
  }

  .splide__arrow--prev {
    left: -3.3rem;
  }

  .splide__arrow--next {
    right: -3.3rem;
  }

  .how-it-works {
    margin-top: 30px;
  }

  .bonus-features p {
    text-align: center;
  }

  .bonus-features-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials {
    padding-top: 0!important;
  }

  footer {
    text-align: center;
    padding-top: 20px;
  }

  footer .col-md-4:last-child {
    margin-top: 40px;
  }

  .testimonials-slider img {
    width: 150px;
    height: 150px;
  }

  .footer-slider {
    max-width: 80%;
    margin-bottom: 80px!important;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-slider img {
    height: auto;
  }

  .footer-slider p {
    display: none;
  }

  .footer-slider .slick-list {
    margin: 0 -15px;
  }
  
  .footer-slider .slick-slide {
    margin: 0 15px;
  }

  .footer-slider .slick-dots {
    right: 0;
  }

  footer .col-md-4:nth-child(2) {
    padding-left: 15px;
  }

  .footer-links li,
  .payment-method {
    justify-content: center;
  }

  footer .social-media {
    margin-top: 40px;
  }

  footer .social-media li a {
    width: 36px;
    height: 36px;
    line-height: 35px;
    border: var(--white) 1px solid;
  }

  .social-media li:not(:last-child) {
    margin-right: 10px;
  }

  .social-media li a i {
    font-size: 18px;
  }

}

@media (max-width: 576px) {
  header .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    margin-top: 1rem!important;
  }

  .hero h1 {
    font-size: 19px;
  }

  .hero .w-80 {
    width: 100%;
  }

  .all-characters {
    justify-content: start !important;
  }

  .all-characters li a,
  .all-characters li a img {
    height: 125px;
  }

  .meet-out-stars {
    padding-bottom: 80px;
  }

  .splide__pagination {
    bottom: -3em;
  }
  
  .splide__slide img {
    height: auto;
  }

  .splide__arrow--prev {
    left: -2.7rem;
  }

  .splide__arrow--next {
    right: -2.7rem;
  }

  .timeline {
    margin-top: 1rem!important;
  }

  .timeline:after {
    display: none;
  }

  .timeline-content {
    width: 100%;
  }

  .timeline-content.left,
  .timeline-content.right {
    left: 0;
  }

  .how-it-works {
    padding-bottom: 1rem !important;
  }

  .bonus-features-list {
    padding-left: 0;
    padding-right: 0;
  }

  .subscribe h3 {
    font-size: 18px;
    line-height: 1.4;
  }

  .subscribe h3 span {
    display: none;
  }

  .footer-slider {
    max-width: 100%;
  }

  .footer-slider .slick-list {
    margin: 0 -8px;
  }

  .footer-slider .slick-slide {
    margin: 0 8px;
  }

  .copyright p {
    font-size: 13px;
  }

}