@charset "UTF-8";
.button {
  border: 2px solid #222;
  font-size: 14px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  background-color: transparent;
  color: #222;
  padding: 14px 30px;
  max-width: fit-content;
  display: inline-block;
  align-self: center;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.button:hover {
  color: #fff;
  background-color: #E7C45D;
  border-color: #E7C45D;
}
.button:focus {
  color: #fff;
  background-color: #E7C45D;
}
.button:active {
  box-shadow: none;
}

a.link {
  text-decoration: underline;
  font-style: italic;
  color: #E7C45D;
}

.back-to-top {
  background: none;
  display: none;
  margin: 0;
  position: fixed;
  bottom: 83px;
  right: 23px;
  width: 35px;
  height: 35px;
  z-index: 100;
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
  background-color: rgba(9, 9, 9, 0.6);
  border-radius: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top i {
  font-size: 38px;
  position: relative;
  left: -1.5px;
  top: -1.5px;
}
.back-to-top:hover {
  opacity: 1;
}

h1,
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
  color: #141414;
}

.video-wrapper {
  text-align: center;
}

@media screen and (max-width: 760px) {
  .video-wrapper {
    position: relative;
    padding-top: 56.25%;
  }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#nav-wrapper .nav-container {
  /* The dropdown container */
  /* Dropdown button */
  /* Add a red background color to navbar links on hover */
  /* Dropdown content (hidden by default) */
  /* Links inside the dropdown */
  /* Add a grey background color to dropdown links on hover */
  /* Show the dropdown menu on hover */
}
#nav-wrapper .nav-container .dropdown {
  float: left;
  overflow: hidden;
}
#nav-wrapper .nav-container .dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #fff;
  padding: 14px 16px;
  background-color: inherit;
  font-family: "Raleway", sans-serif;
  /* Important for vertical align on mobile phones */
  margin: 0;
  /* Important for vertical align on mobile phones */
  font-weight: 700;
}
#nav-wrapper .nav-container .navbar a:hover,
#nav-wrapper .nav-container .dropdown:hover .dropbtn {
  background-color: #E7C45D;
}
#nav-wrapper .nav-container .dropdown-content {
  display: none;
  position: absolute;
  background-color: #E7C45D;
  color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#nav-wrapper .nav-container .dropdown-content a {
  float: none;
  color: #222;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  transition: 0.3s all ease;
}
#nav-wrapper .nav-container .dropdown-content a:hover {
  opacity: 0.8;
}
#nav-wrapper .nav-container .dropdown-content a:hover {
  background-color: #222;
}
#nav-wrapper .nav-container .dropdown:hover .dropdown-content {
  display: block;
}

#faq {
  display: grid;
  grid-template-rows: 1fr auto;
  background-color: #efefef;
  text-align: center;
}
#faq .faq-info {
  display: grid;
  grid-template: 1fr/repeat(3, 1fr);
  padding: 0 5%;
}
#faq .faq-info ul {
  list-style: none;
  padding: 0 5%;
}
#faq .faq-info ul p {
  padding: 10px;
}
#faq .faq-info ul h3 {
  text-align: center;
}
#faq .faq-info ul li {
  margin: 0.5em 0;
}
#faq .faq-info ul li a.toggle {
  text-align: left;
  display: block;
  border: 1px solid #bababa;
  color: #444;
  text-decoration: none;
  padding: 0.75em;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
#faq .faq-info ul li a.toggle:hover {
  background: rgba(0, 0, 0, 0.1);
}
#faq .faq-info ul li a.toggle.active {
  border-color: #b3b3b3;
  border-bottom: 1px solid #f1f1f1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: rgba(0, 0, 0, 0.07);
  color: #222;
  font-weight: 500;
}
#faq .faq-info ul li .inner {
  text-align: left;
  padding-left: 1em;
  overflow: hidden;
  display: none;
  line-height: 1.5em;
  border: 1px solid #b3b3b3;
  border-top: none;
  border-bottom-right-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
}
#faq .faq-info ul li .inner ul li {
  list-style: disc;
}
@media (max-width: 950px) {
  #faq .faq-info {
    grid-template: repeat(3, auto)/1fr;
  }
}

.package-container {
  padding: 10px 30px;
  text-align: center;
}
.package-container #packages {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.package-container #packages .package {
  position: relative;
}
.package-container #packages .package .package-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.3em;
  display: inline-block;
}
.package-container #packages .package .package-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.package-container #packages .package .package-items .package-item {
  position: relative;
  width: 100%;
  max-width: 320px;
  padding: 10px;
  margin-bottom: 20px;
  transition: all linear 0.15s;
  margin: 0 auto;
}
.package-container #packages .package .package-items .package-item .content {
  height: 1px;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.package-container #packages .package .package-items .package-item .content.active {
  opacity: 0.6;
}
.package-container #packages .package .package-items .package-item .content .overlay-link {
  position: absolute;
  bottom: 0px;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  transition: all linear 0.15s;
}
.package-container #packages .package .package-items .package-item .item-label {
  color: #ffffff;
  font-size: 17px;
  line-height: 23px;
  text-align: left;
  z-index: 11;
  display: flex;
  align-items: center;
}
.package-container #packages .package .package-items .package-item .item-label .inner {
  padding: 10px 2px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.package-container #packages .package .package-items .package-item .item-label .inner .speaker-name {
  font-weight: bold;
  display: block;
  margin-bottom: 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid #E7C45D;
}
.package-container #packages .package .package-items .package-item:hover .buy-btn {
  opacity: 1;
}
.package-container #packages .package .package-items .package-item:hover .overlay-link {
  background-color: rgba(0, 0, 0, 0.4);
}
.package-container #packages .package .package-items .package-item:hover .overlay-link::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  background-color: white;
  padding: 10px;
  padding-left: 12px;
  border-radius: 50px;
  opacity: 0.8;
  color: #222222;
}

.asset .inplayer-preview-box {
  padding: 0;
  background: none;
  border: none;
}
.asset .inplayer-preview-box .inplayer-imageholder .inplayer-paywallexplain {
  display: none;
}
.asset .inplayer-preview-box .inplayer-itemdetails .inplayer-title h1,
.asset .inplayer-preview-box .inplayer-itemdetails .inplayer-title h2,
.asset .inplayer-preview-box .inplayer-itemdetails .inplayer-title h3,
.asset .inplayer-preview-box .inplayer-itemdetails .inplayer-title p {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-align: left;
  font-size: 1.5em;
  line-height: 1.3;
}
.asset .inplayer-preview-box .inplayer-itemdetails h1,
.asset .inplayer-preview-box .inplayer-itemdetails h2,
.asset .inplayer-preview-box .inplayer-itemdetails h3,
.asset .inplayer-preview-box .inplayer-itemdetails p {
  text-align: left;
  font-weight: 400;
}
.asset .inplayer-preview-box .inplayer-buybutton button {
  margin: 0;
  font-family: "Raleway", sans-serif;
}
.asset .inplayer-preview-box .inplayer-preview-footer {
  margin-top: 0;
  border: none;
}
.asset .inplayer-preview-box .inplayer-preview-footer a {
  color: #2f2f2f;
}
@media screen and (max-width: 700px) {
  .asset .inplayer-preview-box .inplayer-itemdetails {
    transform: initial;
    position: initial;
    color: #222;
    width: 100%;
    box-sizing: border-box;
    padding: 0 4%;
  }
  .asset .inplayer-preview-box .inplayer-itemdetails .inplayer-title h1,
.asset .inplayer-preview-box .inplayer-itemdetails .inplayer-title h2,
.asset .inplayer-preview-box .inplayer-itemdetails .inplayer-title h3,
.asset .inplayer-preview-box .inplayer-itemdetails .inplayer-title p {
    color: #222;
  }
  .asset .inplayer-preview-box .inplayer-buybutton {
    position: initial;
    width: 100%;
    padding: 0 4%;
    display: block;
    margin: 5px auto;
  }
}

@media screen and (max-width: 640px) {
  #player > div:first-of-type {
    width: 100% !important;
  }
}
.carousel-original .slick-arrow {
  z-index: 1;
  width: initial;
  height: initial;
}
.carousel-original .slick-arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 17px;
  background-color: #E7C45D;
  color: #111;
  padding: 10px;
  border-radius: 30px;
  width: 13px;
  height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-original .slick-arrow.slick-prev::before {
  content: "";
}
.carousel-original .slick-arrow.slick-next::before {
  content: "";
}
.carousel-original .slick-dots button::before {
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 610px) {
  .carousel-original {
    margin-bottom: 90px !important;
  }
  .carousel-original .slick-arrow.slick-prev {
    left: 30%;
    top: calc(100% + 40px);
  }
  .carousel-original .slick-arrow.slick-next {
    right: 30%;
    top: calc(100% + 40px);
  }
}
html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  background-color: #000000 ;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.section {
  padding: 30px 0;
}

@media (max-width: 650px) {
  .section {
    padding: 50px 0;
  }
}
#nav-wrapper {
  color: #222;
  z-index: 100;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 50px;
}
#nav-wrapper .nav-container {
  width: 100%;
  display: flex;
  flex-direction: row;
}
#nav-wrapper .nav-container #menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin: 0;
  animation-duration: 0.5s;
}
#nav-wrapper .nav-container #menu li {
  display: inline;
  font-size: 16px;
  text-align: center;
  margin: 0 15px;
  font-weight: 700;
  transition: all 0.3s ease-out;
}
#nav-wrapper .nav-container #menu li a {
  color: #fff;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  transition: 0.3s all ease;
}
#nav-wrapper .nav-container #menu li a:hover {
  opacity: 0.8;
}
#nav-wrapper .nav-container .nav-logo {
  display: flex;
  align-items: center;
}
#nav-wrapper .nav-container .nav-logo .logo {
  width: 180px;
}
#nav-wrapper .nav-container .login-button {
  justify-self: flex-end;
}
@media (min-width: 790px) {
  #nav-wrapper .hamburger {
    display: none;
  }
}

@media (min-width: 790px) {
  #menu.animated {
    -ms-animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 789px) {
  #nav-wrapper {
    padding: 0;
  }
  #nav-wrapper .nav-container {
    position: relative;
    padding: 10px 20px;
  }
  #nav-wrapper .nav-container #menu {
    flex-direction: column;
    justify-content: center;
    padding: 0;
    position: fixed;
    background: #f7942f;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
  }
  #nav-wrapper .nav-container #menu li {
    margin: 20px 0;
  }
  #nav-wrapper .nav-container #menu.slideInDown {
    display: flex;
  }
}
#header {
  position: relative;
  background: url("../img/header.jpg");
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header.item-header {
  background: #f7942f;
}
#header.home-page::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#header .header-content {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 20px 50px;
  z-index: 2;
}
#header .header-content .text {
  text-align: center;
  padding: 50px 20px;
  align-self: center;
}
#header .header-content .text h1 {
  font-weight: 800;
  color: #fff;
  font-size: 2.5em;
}
@media (max-width: 1069px) {
  #header .header-content {
    align-items: normal;
  }
  #header .header-content .text {
    text-align: center;
  }
  #header .header-content .text h1 {
    font-size: 2em;
  }
}
@media (max-width: 800px) {
  #header .header-content {
    padding: 20px;
  }
}
@media (max-width: 700px) {
  #header .header-content .text {
    padding: 0;
  }
  #header .header-content .text h1 {
    font-size: 2em;
  }
}

#asset {
  background: linear-gradient(45deg, #c7c7c7, #eaeaea);
}
#asset .inplayer-preview-box {
  background: #fff;
  padding: 0;
}
@media (min-width: 600px) {
  #asset .inplayer-preview-box .inplayer-itemdetails {
    width: 66%;
    padding: 0 10px;
  }
}

@media (max-width: 1069px) {
  #asset {
    margin: 0;
  }
}
.package-container {
  background: #f7942f ;
  color: #fff !important;
}

#footer {
  background: #222;
  color: #fff;
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
}
#footer h2 {
  color: #fff;
}
#footer .f-left {
  text-align: left;
}
#footer .f-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#footer .f-right #ip {
  color: #fff;
  text-transform: uppercase;
  opacity: 0.4;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin: 0;
}
#footer .social-icons a {
  transition: 0.3s all ease;
}
#footer .social-icons a i {
  font-size: 22px;
  margin: 8px;
}
#footer .social-icons a:hover {
  opacity: 0.7;
}

@media (min-width: 950px) {
  #footer .f-right {
    align-items: flex-end;
  }
}
@media (max-width: 950px) {
  #footer {
    flex-direction: column;
  }
  #footer .f-left,
#footer .f-right {
    text-align: center;
    margin: 10px 0;
  }
  #footer .f-right img {
    margin: 10px auto;
  }
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #E7C45D !important;
}

.border-end {
  border-right: 1px solid #0000001e !important;
}

@media (max-width: 575px) {
  #pricingTable .row .col-sm-6:nth-child(1) {
    border-right: none !important;
    border-bottom: 1.5px solid #00000034;
  }
}