* {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Quicksand', sans-serif;
}

/* General */

a:hover {
  color: #fff;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background-color: #000;
}

::selection {
  color: #fff;
  background-color: #000;
}

/**
Fixing bootstrap columns for safari
 */
.row:before, .row:after{
 display: inline-block !important;
}

.btn-prime, .btn-prime:link, .btn-prime:visited {
  text-decoration: none;
  padding: 10px 15px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  border-radius: 0;
  border: 2px solid #f598a6;
  font-size: 24px;
  text-align: center;
}

.btn-prime:hover {
  opacity: .9;
  border: 2px solid transparent;
}

.btn-prime-dark {
  background-color: #f598a6;
  color: #fff;
}

.btn-prime-dark.focus, .btn-prime-dark:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

* :focus, .navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-prime.focus, .btn-prime:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-title {
  margin-bottom: 0;
  color: #272c32;
  font-weight: 600;
  line-height: 1.1;
}

.sub-heading {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #000;
}

.no-padding {
  padding: 0;
}

p {
  font-size: 17px;
  color: #1a1a1a;
}

section {
  padding: 70px 0;
}

strong {
  font-weight: 700;
}

.product {
  height: 500px;
}

#about .section-title, #testimonials .section-title, #author .section-title {
  font-size: 48px;
}

#buy .section-title {
  font-size: 40px;
  margin-bottom: 10px;
}

/* Modal */

.modal {
  background: rgba(0, 0, 0, 0.9);
}

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
}

#about button.close {
  margin-bottom: 30px;
  background: #fff;
  width: 49px;
  height: 49px;
}

.modal-content {
  background-color: transparent;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1140px;
    margin: 1.75rem auto;
  }
}

/* Navigation */

nav {
  -webkit-box-shadow: 2px 2px 5px 0 rgba(173, 173, 173, .2);
  box-shadow: 2px 2px 5px 0 rgba(173, 173, 173, .2);
}

.bg-dark {
  background-color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #3d4246;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #3d4246;
  opacity: .9;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #3d4246;
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: #3d4246;
  outline: 0;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #777;
}

.navbar-nav .dropdown-menu {
  left: auto;
  right: 0;
  border: 0;
  border-radius: 0;
  margin-top: 0;
}

.navbar-brand img {
  height: 40px;
}

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: #f598a6;
  background-color: #f598a6;
}

nav.navbar.navbar-expand-sm.bg-dark.navbar-dark.fixed-top {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
}

.navbar {
  padding: 0 1rem;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 10px 15px;
  font-size: 15px;
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #1a1a1a;
}

li.nav-item {
  line-height: 40px;
}

.buy-now {
  background-color: #f598a6;
  color: #fff !important;
}

/* End of Navigation */

/* Hero */

#hero {
  background-color: rgb(243, 243, 243);
  margin-top: 60px;
}

#hero .section-title {
  font-size: 38px;
}

#hero span {
  display: block;
}

#hero .product {
  height: 300px;
}

#hero .author-name {
  color: #aeb5be;
  font-style: italic;
  font-size: 21px;
  margin-top: 22px;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#hero .sub-heading {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #A27742;
}

/* End Of Hero */

/* About */

#about {
  text-align: center;
}

#about .sub-heading {
  font-size: 32px;
  color: #A27742;
}

#about .video {
  margin-top: 35px;
}

#about .btn-video {
  cursor: pointer;
}

#about .cta-container {
  margin-top: 30px;
}

/* End Of About */

/* Join */

#join {
  background-color: rgb(243, 243, 243);
}

#join .section-title {
  font-size: 26px;
  margin-bottom: 16px;
}

#join .section-title span {
  font-style: italic;
  font-weight: 600;
}

#join ul.list-grp {
  padding-left: 30px;
}

#join ul li {
  font-size: 17px;
  line-height: 29px;
  color: rgb(119, 119, 119);
}

#join .product {
  height: 235px;
}

/* End Of Join */

/* Testimonials */

#testimonials {
  background-color: #ccc;
}

#testimonials .section-title {
  margin-bottom: 30px;
}

button.carousel-control-prev, button.carousel-control-next {
  background-color: rgba(0, 0, 0, .7);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 4px solid #fff;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  height: 20px;
  width: 20px;
}

blockquote p {
  font-size: 30px;
}

.blockquote-footer {
  margin-top: 10px;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

/* End Of Testimonials */

/* Author */

#author {
  text-align: center;
}

#author img {
  height: 360px;
  margin-bottom: 30px;
}

#author .section-title {
  margin-bottom: 20px;
}

/* End Of Author */

/* Buy */

#buy {
  background-color: #FBEEEF;
}

#buy .product {
  height: 240px;
}

/* End Of Buy */

/* Purchase Options */

#purchase-options {
  text-align: center;
}

#purchase-options .list li {
  list-style: none;
  text-align: center;
  margin-bottom: 5px;
}

#purchase-options .price1-card ul {
  margin-bottom: 61px;
}

.pricing1 {
  text-align: center;
  border: 2px solid #ddd;
}

.pricing1 .top {
  border-bottom: 2px solid #ddd;
  padding: 40px 0;
}

.pricing1 .bottom {
  padding: 40px;
}

/* Footer */

footer .top {
  padding: 42px 0;
}

.bottom-list-item:not(:last-child) {
  margin-right: 15px;
}

footer .top li.bottom-list-item {
  display: inline-block;
  list-style: none;
}

footer .top li.bottom-list-item a {
  color: rgb(102, 102, 102);
}

footer .top li.bottom-list-item a:hover {
  text-decoration: none;
  opacity: .85;
}

footer .bottom {
  padding-top: 20px;
}

footer .bottom-menu .bottom-logo {
  height: 30px;
}

/******************
Media Queries
******************/

@media screen and (min-width:1200px) {
  #hero .medium-screen {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media screen and (max-width:1199px) {
  #hero .section-title {
    font-size: 40px;
  }
  #hero span {
    display: inline-block;
  }
  #hero .author-name {
    margin-top: 8px;
  }
  .product {
    height: 400px;
    margin: 0 auto 30px;
  }
  #join .product, #buy .product {
    height: 200px;
  }
  #hero .product {
    height: 240px;
  }
  #buy .section-title {
    font-size: 28px;
  }
  .pricing1 img {
    width: 360px !important;
  }
  #purchase-options .price1-card ul {
    margin-bottom: 160px;
  }
}

@media screen and (max-width:991px) {
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
  }
  .navbar-brand img {
    height: 29px;
  }
  #hero {
    text-align: center;
  }
  #hero .cta-container {
    margin-top: 30px;
  }
  #about .section-title, #testimonials .section-title, #author .section-title, #buy .section-title {
    font-size: 44px;
  }
  .center-img {
    text-align: center;
  }
  .center-img img {
    margin-top: 30px;
    margin-bottom: 0;
  }
  #buy .center-img img {
    margin: 0 auto 30px;
  }
  #buy {
    text-align: center;
  }
  #hero .section-title {
    font-size: 40px;
  }
  #hero .sub-heading {
    font-size: 20px;
  }
  #hero .image-contaniner {
    text-align: center;
  }
  blockquote p {
    font-size: 22px;
  }
  .container {
    max-width: 100%;
  }
  #join .flex-container {
    display: initial;
  }
  #join .cta-container {
    text-align: center;
  }
  #join .content img {
    height: 350px;
    margin-top: 40px;
  }
  /* #join .content img {
    margin-top: 40px;
  } */
  #hero .product, #join .product, #buy .product {
    height: 350px;
  }
  #purchase-options .price1-card ul {
    margin-bottom: 20px;
  }
  #purchase-options {
    padding-bottom: 10px;
  }
  .price1-card {
    margin-bottom: 50px;
  }
}

@media screen and (max-width:767px) {
  .navbar-brand img {
    height: 46px;
  }
  nav .container {
    max-width: 100%;
  }
  .navbar {
    padding: .7rem 1rem 0;
  }
  .navbar-dark .navbar-toggler {
    margin-bottom: .7rem;
  }
  button.carousel-control-prev, button.carousel-control-next {
    display: none;
  }
  #hero .section-title {
    font-size: 30px;
  }
  #hero .product, #join .product, #buy .product {
    height: 300px;
  }
  section {
    padding: 50px 0;
  }
  footer .bottom-menu .bottom-logo {
    margin-bottom: 10px;
  }
}

@media screen and (max-width:600px) {
  p {
    font-size: 16px;
  }
  section {
    padding: 50px 0;
  }
  .btn-prime, .btn-prime:link, .btn-prime:visited {
    display: block;
  }
  .product {
    height: 200px;
    margin: 0 auto 30px;
  }
  #hero .product, #join .product, #buy .product {
    height: 150px;
  }
  #about .section-title, #testimonials .section-title, #author .section-title, #buy .section-title {
    font-size: 30px;
  }
  blockquote p {
    font-size: 18px;
  }
  #author img {
    height: 200px;
  }
  .btn-prime, .btn-prime:link, .btn-prime:visited {
    font-size: 18px;
  }
  #about .sub-heading {
    font-size: 20px;
  }
}

@media screen and (max-width:450px) {
  .pricing1 img {
    width: 300px !important;
  }
  #video #player, .fallback, body, html, iframe {
    height: 94% !important;
  }
  #join .content img {
    height: 210px;
  }
}

@media screen and (max-width:375px) {
  .pricing1 img {
    width: 232px !important;
  }
}
