@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Gilroy", sans-serif;
  font-size: 18.7px;
  line-height: 23.8px;
  padding-top: 10px;
  margin-top: -10px;
}

a {
  color: #6A6C6E;
}
a:hover {
  color: #6A6C6E;
}

.btn {
  border: 1.5px white solid;
  font-size: 16px;
  line-height: 19.55px;
  letter-spacing: 1.0115px;
  text-transform: uppercase;
  padding: 0.5355rem 1.4195rem 0.476rem;
  font-weight: 500;
}

.btn-outline-primary {
  color: white;
  border-color: white;
  background-color: transparent;
}
.btn-outline-primary:hover {
  color: white;
  border-color: white;
  background-color: transparent;
}

.container-fluid {
  max-width: 1632px;
  padding-right: 5.525%;
  padding-left: 5.525%;
}

/* Navigation */
nav {
  z-index: 10;
  padding-top: 1.25rem !important;
  padding-bottom: 1.05rem !important;
}
nav li {
  font-size: 14px;
  letter-spacing: 1.275px;
  color: black;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 500;
}
nav li:hover {
  font-weight: 800;
}
nav #menu .nav-item.social-icons span {
  color: white !important;
}
nav #menu .nav-item.social-icons span:hover {
  color: #6A6C6E !important;
}
nav #menu .nav-link {
  color: black;
}
nav #menu .nav-link.active {
  font-weight: 800;
}
nav #menu .social-icons a {
  text-decoration: none;
}
nav #menu .social-icons span {
  display: inline-block;
  color: black;
  font-size: 20.5px;
  margin-right: 22px;
}
nav #menu .social-icons span.last {

}

nav #menu .social-icons span:hover {
  color: #6A6C6E;
}

.navbar-brand {
  margin-right: 0;
}
.navbar-brand .icon-logo-horizontal {
  font-size: 34.5px;
}

.navbar-light .navbar-toggler {
  color: black;
  border: none;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler {
  color: white;
  border: none;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

header.scrolled {
  background-color: black !important;
  transition: background-color 200ms linear;
}
header.scrolled li a {
  color: white !important;
  font-weight: 400;
}
header.scrolled nav #menu .nav-link.active {
  font-weight: 600 !important;
}
header.scrolled nav #menu .nav-link:hover {
  font-weight: 600 !important;
}
header.scrolled .navbar-brand .logo-horizontal {
  fill: white !important;
}
header.scrolled .social-icons .icon-discord, header.scrolled .social-icons .icon-tiktok, header.scrolled .social-icons .icon-instagram, header.scrolled .social-icons .icon-twitter {
  color: white !important;
}
header.scrolled .social-icons .icon-discord:hover, header.scrolled .social-icons .icon-tiktok:hover, header.scrolled .social-icons .icon-instagram:hover, header.scrolled .social-icons .icon-twitter:hover {
  color: #A3A3A3 !important;
}

/* Hero */
#hero {
  height: 918px;
  position: absolute;
  z-index: -1;
  top: 0px;
  width: 100%;
}

#hero-text {
  margin-top: 216.75px;
}
#hero-text h1 {
  font-size: 54.4px;
  font-weight: 700;
  line-height: 57.8px;
}
#hero-text p {
  font-size: 20.4px;
  font-weight: 400;
  line-height: 28.9px;
  color: #6A6C6E;
}
#hero-text .cta {
  padding-top: 4.3rem;
}
#hero-text .register {
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
}
#hero-text h4 {
  font-weight: 800;
  font-size: 13.6px;
  margin-bottom: 35.7px;
  letter-spacing: 0.952px;
  line-height: 25.5px;
}
#hero-text a.btn-register img {
  height: 63.75px;
  width: 187px;
  transition: all 0.2s ease-in-out;
}
#hero-text a.btn-register:hover img {
  transform: scale(1.05);
}
#hero-text .join-discord {
  border-top: 1px solid black;
}
#hero-text .join-discord a {
  text-decoration: none;
  color: black;
}
#hero-text .join-discord a .join-community {
  transition: all 0.2s ease-in-out;
}
#hero-text .join-discord a .join-community .icon-logo-icon {
  padding-right: 9.35px;
  font-size: 49.3px;
  display: table-cell;
  vertical-align: middle;
}
#hero-text .join-discord a .join-community .icon-plus_sign {
  font-size: 21.25px;
  display: table-cell;
  vertical-align: middle;
}
#hero-text .join-discord a .join-community .icon-discord {
  padding-left: 8.5px;
  font-size: 36.55px;
  display: table-cell;
  vertical-align: middle;
}
#hero-text .join-discord a .join-community:hover {
  transform: scale(1.05);
}

.arrow {
  border: solid white;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  width: 34px;
  height: 34px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

section {
  scroll-margin-top: 4rem;
}
section h2 {
  font-weight: 700;
  font-size: 49.3px;
}
section p.main {
  font-size: 18.7px;
  color: #6A6C6E;
  line-height: 25.5px;
}

/* Video */
#video {
  background-color: black;
  padding-top: 1.5rem;
  margin-top: 1rem;
}

/* Experience */
#experience {
  padding-top: 3.1rem;
}
#experience row {
  margin-bottom: 20px;
}
#experience div.highlight {
  max-width: 776px;
}
#experience div.default {
  cursor: pointer;
}
#experience div.default div {
  background: black;
  height: 61.2px;
  margin-top: -61.2px;
  z-index: 10;
  position: relative;
  border-bottom-right-radius: 2rem !important;
  border-bottom-left-radius: 2rem !important;
}
#experience div.default div span.title {
  font-size: 18px;
  font-weight: bolder;
  color: white;
  line-height: 64px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
#experience div.default div span.view {
  float: right;
  margin-right: 10px;
  margin-top: 21px;
}
#experience div.default div span.view .icon-plus_sign {
  color: white;
  font-size: 21.25px;
}
#experience div.default > img {
  border-radius: 2rem !important;
}
#experience .active {
  cursor: pointer;
  display: none;
}
#experience .active .icon-plus_sign {
  font-size: 21.25px;
  color: #414446 !important;
  transform: rotate(-45deg);
  margin-right: 1.6rem;
  margin-bottom: 1.5rem;
  display: block;
}
#experience .active > img {
  border-radius: 2rem !important;
}
#experience .active .content {
  top: 6.5rem;
  left: 0;
}
#experience .active .flip-text {
  padding-right: 6.3rem;
  margin-left: -0.7rem;
}
#experience .active h4 {
  font-size: 30.6px;
  font-weight: 700;
  color: white;
}
#experience .active p {
  font-size: 15.3px;
  color: white;
}
#experience .active h5 {
  font-size: 25.5px;
  font-weight: 700;
  color: white;
  margin-bottom: 0;
}
#experience .mixology .active .icon img {
  width: 53.55px;
  margin-right: 35.7px;
  margin-top: -4.25px;
}
#experience .community .active .icon img {
  width: 93.5px;
  margin-right: 19.55px;
  margin-top: -11.9px;
}
#experience .commitment .active .icon img {
  width: 69.7px;
  margin-right: 25.5px;
}
#experience .value .active .content {
  top: 2.975rem;
}
#experience .value .active .icon img {
  width: 76.5px;
  margin-right: 25.5px;
}

/* Cocktails */
#cocktails {
  padding-bottom: 8.2rem;
}
#cocktails .inner-wrapper {
  padding-top: 5.4rem;
  position: relative;
}
#cocktails #cocktail-video {
  z-index: -1;
  width: 52%;
  max-width: 770px;
  position: absolute;
  top: 10%;
  right: calc((100vw - 1400px)/2);
}
#cocktails .accordion {
  margin-top: 3.6rem;
  border-bottom: 1px solid black;
  padding-bottom: 0.5rem;
}
#cocktails .accordion-item {
  background-color: transparent;
  margin-top: 0.5rem;
  border: 0;
}
#cocktails .accordion-button {
  font-weight: 500;
  font-size: 30.6px;
  line-height: 32.3px;
  color: black;
  border-top: 1px solid black;
  padding: 1.36rem 0 0.425rem 0;
  background-color: transparent;
}
#cocktails .accordion-button::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25.6 26' style='enable-background:new 0 0 25.6 26%3B' xml:space='preserve'%3E%3Cpolygon points='25.6 11 14.8 11 14.8 0 10.8 0 10.8 11 0 11 0 15 10.8 15 10.8 26 14.8 26 14.8 15 25.6 15 '/%3E%3C/svg%3E");
}
#cocktails .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
#cocktails .accordion-button:not(.collapsed)::after {
  background-image: none;
}
#cocktails .accordion-body {
  padding: 0 6.375rem 1.955rem 0;
}
#cocktails .accordion-body p {
  font-weight: 400;
  font-size: 15.3px;
  line-height: 22.1px;
  color: black;
}

/* Team */
#team {
  padding-top: 4.6rem;
  padding-bottom: 2.6rem;
  background-color: #414446;
  z-index: 1;
}
#team a {
  cursor: default;
}
#team h2 {
  color: white;
}
#team p.main {
  color: #CCCCCC;
}
#team .members .member:hover h4 {
  color: white;
}
#team .members .member:hover h5 {
  color: white;
}
#team .members .member:hover .about {
  visibility: visible;
}
#team .who {
  border-left: 1px solid #CCCCCC;
}
#team .who h4 {
  font-size: 17.85px;
  line-height: 20.4px;
  letter-spacing: 1.785px;
  font-weight: 700;
  color: #A3A3A3;
  text-decoration: none;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
#team .who h5 {
  font-size: 15.3px;
  font-weight: 400;
  color: #A3A3A3;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
#team .about {
  border-left: 1px solid #CCCCCC;
  visibility: hidden;
}
#team .about p {
  font-size: 13.6px;
  line-height: 17.85px;
  color: #CCCCCC;
  padding-bottom: 0.8rem;
  padding-right: 1rem;
}

/* How it Works */
#how-it-works {
  padding-top: 4.7rem;
  padding-bottom: 9rem;
  overflow-x: hidden;
}
#how-it-works .mojito {
  z-index: -1;
  top: -4%;
  right: -4%;
}
#how-it-works .mint {
  z-index: -1;
}
#how-it-works .steps .contents {
  background-color: #6A6C6E;
  border-radius: 2rem;
  padding: 2.4rem 4rem;
  color: white;
  height: 100%;
}
#how-it-works .steps .contents img {
  transform: scale(0.85);
}
#how-it-works .steps .contents h3 {
  font-size: 30.6px;
  line-height: 30.6px;
  font-weight: 700;
  text-align: left;
  margin-top: 1.8rem;
  margin-bottom: 1.5rem;
}
#how-it-works .steps .contents a {
  color: white;
}
#how-it-works .steps .contents p {
  font-size: 15.3px;
  line-height: 22.1px;
  text-align: left;
  margin-bottom: 5rem;
  font-weight: 300;
}
#how-it-works .steps .contents a.btn {
  margin-bottom: 2.5rem;
}

/* FAQs */
#faqs {
  padding-top: 3.15rem;
  padding-bottom: 3.35rem;
}
#faqs ul {
  margin-top: 1.9rem;
}
#faqs .order-lg-last .play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #050404c9;

}
#faqs .order-lg-last .nft-image:hover .play-icon{
  color: #00000075;
}
#faqs .nav-tabs {
  border: none;
}
#faqs .nav-tabs .nav-link {
  color: white;
  font-size: 14.45px;
  font-weight: 500;
  line-height: 21.25px;
  letter-spacing: 1.0115px;
  text-transform: uppercase;
  border: none;
  padding: 0.595rem 0 0.544rem;
  margin-right: 1rem;
  width: 9.35rem;
  background-color: #A3A3A3;
}
#faqs .nav-tabs .nav-link.active {
  background-color: black;
}
#faqs .accordion-body {
  padding: 0 5rem 0.1rem 0;
  margin-left: 2.55rem;
}
#faqs .accordion-body p {
  font-weight: 400;
  font-size: 15.3px;
  line-height: 22.1px;
  color: black;
}
#faqs .accordion-body p a {
  color: black;
  font-style: italic;
}
#faqs .accordion-body p a:hover {
  color: black;
  font-style: italic;
}
#faqs .tab-content {
  margin-top: 2.5rem;
}
#faqs .accordion-item {
  margin-top: 0.5rem;
  border: 0;
}
#faqs .accordion-button {
  font-weight: 500;
  font-size: 20.4px;
  line-height: 32.3px;
  color: black;
  padding: 0;
}
#faqs .accordion-button::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25.6 26' style='enable-background:new 0 0 25.6 26%3B' xml:space='preserve'%3E%3Cpolygon fill='%23A3A3A3' points='25.6 11 14.8 11 14.8 0 10.8 0 10.8 11 0 11 0 15 10.8 15 10.8 26 14.8 26 14.8 15 25.6 15 '/%3E%3C/svg%3E");
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-size: 1rem;
  margin-right: 1.25rem;
  padding-right: 1.25rem;
  align-self: flex-start;
  padding-top: 0.55rem;
  margin-top: 0.4rem;
}
#faqs .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
#faqs .accordion-button:not(.collapsed)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='25.6' height='26' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' version='1.1'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Crect x='0' y='11'  fill='%23A3A3A3' height='4' width='25.6'/%3E%3C/g%3E%3C/svg%3E");
  padding-top: 0.9rem !important;
}
#faqs .accordion-button::after {
  background-image: none;
  width: 0;
  height: 0;
}
#faqs #faq-web3 p.main {
  font-size: 20.4px;
  color: #6A6C6E;
  font-weight: 500;
}
#faqs #faq-web3 div.more-info {
  padding-left: 0.8rem;
}
#faqs #faq-web3 div.articles {
  margin: 0;
  padding: 0;
  border-right: 1px black solid;
  width: 20%;
}
#faqs #faq-web3 div.video-shorts-1 {
  padding: 0 0.55rem 0 3.5rem;
  width: 27%;
}
#faqs #faq-web3 div.video-shorts-2 {
  border-right: 1px black solid;
  padding: 0 2rem 0 1.985rem;
  width: 27%;
}
#faqs #faq-web3 div.deeper-dives {
  padding: 0 0 0 3rem;
  width: 26%;
}
#faqs #faq-web3 h4.cat {
  font-size: 15.3px;
  line-height: 20.4px;
  color: black;
  font-weight: 700;
  letter-spacing: 1.071px;
  text-transform: uppercase;
}
#faqs #faq-web3 a {
  color: black;
  font-weight: 500;
}
#faqs #faq-web3 a .card {
  text-decoration: none;
}
#faqs #faq-web3 .card {
  border: 0;
  margin-right: 1rem;
}
#faqs #faq-web3 .card h4.card-title {
  font-size: 15.3px;
  line-height: 22.1px;
  color: black;
  font-weight: 500;
  text-transform: none;
  font-style: italic;
}
#faqs #faq-web3 .card h6.card-subtitle {
  font-size: 15.3px;
  line-height: 22.1px;
  color: black;
  font-weight: 500;
  text-transform: none;
  text-decoration: unset;
}
#faqs #faq-web3 .card .card-body {
  padding: 1rem 0;
}
#faqs #faq-web3 .info-card p {
  margin-top: 12px;
}
#faqs #faq-web3 img {
  border-radius: 1.5rem !important;
}

/* Get in the Mix */
#get-in-the-mix {
  padding-top: 4.7rem;
  padding-bottom: 2.5rem;
  background-color: #414446;
  color: white;
}
#get-in-the-mix h2 {
  margin-bottom: 2.4rem;
}
#get-in-the-mix .instagram-feed {
  padding-top: 10px;
}
#get-in-the-mix p {
  font-weight: 300;
}
#get-in-the-mix p.instagram-tag {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: -45px;
  margin-right: 32px;
  position: relative;
  z-index: 1;
}
#get-in-the-mix p.instagram-tag a {
  color: #CCCCCC;
  text-decoration: none;
}
#get-in-the-mix p.instagram-tag a:hover {
  color: white;
}
#get-in-the-mix p.instagram-tag a span {
  vertical-align: text-bottom;
  font-size: 21px;
  padding-right: 5px;
}
#get-in-the-mix .social {
  margin-top: 1.6rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px #A3A3A3 solid;
}
#get-in-the-mix .social a {
  display: inline-block;
  color: white;
  font-size: 30.6px;
  margin-right: 34px;
  text-decoration: none;
}
#get-in-the-mix .social a:hover {
  color: #6A6C6E;
}
#get-in-the-mix #mc-embedded-subscribe-form input {
  font-weight: 600;
  font-size: 12.75px;
  letter-spacing: 0.8925px;
  color: black;
  text-transform: uppercase;
  height: 49.3px;
  border: none;
  padding-left: 19.55px;
  padding-top: 11.05px;
  border-radius: unset;
}
#get-in-the-mix #mc-embedded-subscribe-form input::placeholder {
  color: black;
}

/* Footer */
footer {
  background-color: black;
  color: white;
}
footer a {
  text-decoration: none;
  color: white;
}
footer div.container-fluid {
  padding-top: 1.55rem;
  padding-bottom: 1.55rem;
}
footer ul.list-inline {
  font-size: 15px;
  font-weight: 200;
}
footer li.list-inline-item {
  padding-right: 1.5rem;
}
footer .copyright {
  font-size: 12px;
  line-height: 25px;
  font-weight: 200;
}
footer .icon-logo-primary {
  font-size: 102.6px;
  color: white;
}

.icon-minus_sign:before {
  content: "";
}

.icon-plus_sign:before {
  content: "";
}

.icon-logo-horizontal:before {
  content: "";
}

.icon-logo-primary:before {
  content: "";
}

.icon-logo-icon:before {
  content: "";
}

.icon-discord:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-tiktok:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

/* Modals */
.modal .modal-content {
  background-color: #414446;
  padding-top: 1.3rem;
  padding-left: 3rem;
}
.modal .modal-title {
  font-size: 49.3px;
  font-weight: 700;
  color: white;
}
.modal .modal-header {
  border: 0;
}
.modal .modal-body {
  color: #FFFFFF;
  font-size: 15.3px;
  line-height: 22.1px;
  padding-right: 3rem;
  text-align: justify;
}
.modal .modal-body a {
  color: white;
  font-style: italic;
}
.modal .modal-footer {
  padding-top: 2rem;
  border: none;
}

/* Media Queries */
/* XXL Screen - Anything above 1400px is the default above */
/*@media (max-width: 1800px) {
	#hero-text {
		h1 {
  		font-size: 60px;
  		line-height: 64px;
		}
		p {
  		font-size: 22px;
  		line-height: 31px;
		}
		.cta {
  		padding-top: 6rem !important;
		}
	}
}*/
/*@media (max-width: 1700px) {
	#hero-text {
		h1 {
  		font-size: 56px;
  		line-height: 60px;
		}
		p {
  		font-size: 20px;
  		line-height: 29px;
		}
		.cta {
  		padding-top: 3.5rem !important;
		}
	}
	#experience {
		.mixology .active .icon img {
			width: 40px;
			margin-top: 0;
			margin-right: 0;
		}
		.community .active .icon img {
			width: 63.5px;
			margin-top: 0;
			margin-right: 0;
		}
		.commitment .active .icon img {
			width: 52px;
			margin-top: 0;
			margin-right: 0;
		}
		.value .active {
			.icon {
				margin-bottom: 1rem;
				img {
					width: 47px;
					margin-top: 0;
					margin-right: 0;
				}
			}
			.content {
  			top: 2.5rem;
			}
		}
		.active {
			h4 {
				font-size: 30px;
			}
			h5 {
				font-size: 26px;
			}
			.content {
				top: 2.5rem;
				.icon {
					width: 16.66667%;
				}
				p {
				  font-size: 15px;
  				line-height: 24px;
				}
			}
			.flip-text {
  			padding-right: 4.3rem;
				margin-left: 0;
				width: 83.333333%;
			}
		}
	}
	#cocktails #cocktail-video {
		top: 10%;
	}
}*/
/*@media (min-width: 1400px) and (max-width: 1699px) {
	#hero-text {
  	margin-top: 200px;
	}
}*/
/* Special fixes for intermediate stages */
@media (max-width: 1575px) {
  #cocktails #cocktail-video {
    right: 5.525%;
  }
}
@media (max-width: 1520px) {
  #hero-text {
    margin-top: 190px;
  }
  #hero-text h1 {
    font-size: 48px;
    line-height: 52px;
  }
  #hero-text p {
    font-size: 18px;
    line-height: 26px;
  }

  #experience .active .content {
    top: 4rem;
  }
  #experience .value .active .content {
    top: 2rem;
  }
}
@media (max-width: 920px) {
  #hero-text .cta {
    padding-top: 3rem;
  }
}
/* XLG Screen */
@media (min-width: 1200px) and (max-width: 1399px) {
  #hero-text .register {
    width: 32%;
  }
  #hero-text .join-discord {
    width: 21%;
  }
}
@media (max-width: 1399px) {
  #hero-text h1 {
    font-size: 44px;
    line-height: 48px;
  }
  #hero-text p {
    font-size: 16px;
    line-height: 24px;
  }

  #experience img.img-fluid {
    object-fit: cover;
    width: 100%;
    height: 460px;
  }
  #experience .title {
    font-size: 17px;
  }
  #experience .value .active .content {
    top: 2rem;
  }
  #experience div.default div span.view .plus-icon {
    height: 17px;
    width: 17px;
  }
  #experience .active .content {
    top: 3rem;
  }
  #experience .active .content .icon {
    margin-bottom: 2rem;
    width: 100%;
  }
  #experience .active .content .icon img {
    margin-right: 0;
    margin-top: 0;
  }
  #experience .active .content .flip-text {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-left: 0;
    width: 100%;
  }
  #experience .active .content .flip-text h4 {
    font-size: 30px;
    line-height: 34px;
  }
  #experience .active .content .flip-text p {
    font-size: 15px;
    line-height: 19px;
  }
  #experience .active .content .plus-icon {
    height: 20px;
    width: 20px;
    margin-bottom: 1.7rem;
  }

  #cocktails #cocktail-video {
    top: 18%;
  }
}
/* Mobile Menu - LG and smaller screen */
@media (max-width: 1199px) {
  nav li {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 50px;
  }

  nav #menu .navbar-nav .social-icons {
    margin-top: 1.1rem;
    padding-bottom: 100px;
  }
  nav #menu .nav-link {
    color: white;
    font-weight: 400;
  }
  nav #menu .nav-link.active {
    font-weight: 600;
  }
  nav #menu .nav-link:hover {
    font-weight: 600;
  }
  nav #menu .close {
    top: 0;
    right: 0;
    margin-top: 0.3rem;
    margin-right: 6.5%;
    transform: rotate(-45deg);
    cursor: pointer;
  }
  nav #menu .close .icon-plus_sign {
    font-size: 24px;
    color: #A3A3A3 !important;
    margin-right: 1.6rem;
    margin-bottom: 1.5rem;
    display: block;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
  }
  .navbar-collapse.collapsing {
    right: -85%;
    transition: height 300ms ease;
  }
  .navbar-collapse.show {
    right: 0;
    transition: right 300ms ease-in-out;
  }

  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: right 500ms ease-in-out;
  }

  .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  section {
    scroll-margin-top: 52px;
  }
}
/* LG Screen */
@media (min-width: 992px) and (max-width: 1199px) {
  #team .about p {
    padding-right: 3rem;
  }
}
@media (max-width: 1199px) {
  #hero {
    height: 550px;
  }

  #hero-text {
    margin-top: 155px;
  }
  #hero-text .cta {
    padding-top: 13%;
  }
  #hero-text .register, #hero-text .join-discord {
    border-top: 0;
  }

  #experience .active h4 {
    font-size: 26px;
    line-height: 30px;
  }
  #experience .active h5 {
    font-size: 22px;
  }
  #experience .active .content {
    top: 2rem;
  }
  #experience .active .content .icon {
    margin-bottom: 1rem;
  }

  #cocktails #cocktail-video {
    top: 25%;
  }

  #faqs .articles p {
    font-size: 18px;
  }
}
/* hero text - special */
@media (min-width: 992px) and (max-width: 1010px) {
  #hero-text .cta {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
}
/* MD Screen */
@media (min-width: 768px) and (max-width: 991px) {
  #cocktails .accordion-body {
    padding-right: 0;
  }

  #team .who h4 {
    font-size: 18px;
    line-height: 20.6px;
    letter-spacing: 1.8px;
  }
  #team .who h5 {
    font-size: 15.4px;
  }
  #team .about p {
    font-size: 13.7px;
  }

  #how-it-works .steps .step {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  #hero {
    height: 480px;
  }
  #hero .carousel-item img {
    object-position: center center;
  }

  #hero-text h1 {
    font-size: 40px;
    line-height: 36px;
  }
  #hero-text p {
    font-size: 16px;
    line-height: 20px;
    color: black;
  }
  #hero-text a.btn-register img {
    height: 52.5px;
    width: 154px;
  }

  #video {
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #experience div.highlight {
    max-width: none;
    float: none !important;
  }

  #cocktails {
    padding-bottom: 5rem;
    padding-top: 4.7rem;
  }
  #cocktails .inner-wrapper {
    position: static;
    padding-top: 0;
  }
  #cocktails #cocktail-video {
    z-index: -1;
    width: 100%;
    position: relative;
    margin: -3rem auto 0;
    top: 0;
    display: block;
    right: 0;
  }
  #cocktails .accordion {
    margin-top: -5rem;
  }

  #faqs {
    padding-top: 3.3rem;
    padding-bottom: 0.3rem;
  }
  #faqs ul {
    margin-top: 0;
  }
  #faqs .nav-tabs .nav-item {
    flex: 0 0 auto;
    width: 50%;
    padding: 0.4rem;
  }
  #faqs .nav-tabs .nav-item .nav-link {
    width: 100%;
  }
  #faqs .accordion {
    margin-top: 1.5rem;
  }
  #faqs #faq-web3 .divider {
    border-top: 1px black solid;
    margin-bottom: 1.5rem;
  }
  #faqs #faq-web3 img {
    border-radius: 1rem !important;
  }
  #faqs #faq-web3 div.articles {
    border-right: none;
    width: 100%;
  }
  #faqs #faq-web3 div.video-shorts-1 {
    padding: 0;
    width: 50%;
  }
  #faqs #faq-web3 div.video-shorts-2 {
    border-right: none;
    padding: 0;
    width: 50%;
  }
  #faqs #faq-web3 div.deeper-dives {
    padding: 0;
    width: 100%;
  }
  #faqs #faq-web3 .card {
    width: fit-content;
  }
  #faqs #faq-web3 .articles p span {
    padding-left: 5px;
  }

  #get-in-the-mix {
    padding-top: 0;
    margin-top: 0;
  }
  #get-in-the-mix .container-fluid {
    padding-top: 2.5rem !important;
    padding-bottom: 0.1rem !important;
  }
  #get-in-the-mix h2 {
    margin-bottom: 0.3rem;
  }
  #get-in-the-mix .social {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1.3rem;
  }
  #get-in-the-mix .instagram-feed {
    margin-top: 4rem;
  }

  .modal .modal-content {
    padding-left: 1.5rem;
  }
  .modal .modal-header {
    padding-bottom: 0;
  }
  .modal .modal-header .modal-title {
    font-size: 40px;
    line-height: 40px;
  }
  .modal .modal-body {
    font-size: 13px;
    line-height: 16px;
  }
}
/* hero text - special */
@media (min-width: 768px) and (max-width: 920px) {
  #hero-text .cta {
    padding-top: 3.2rem;
    padding-bottom: 0.5rem;
  }
}
/* Up to SM Screen */
@media (max-width: 767px) {
  .container-fluid {
    padding-right: 8%;
    padding-left: 8%;
  }

  .btn {
    font-size: 14px;
    line-height: 16px;
    padding: 0.6rem 1.3rem 0.4rem;
    min-width: 130px;
  }

  section h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 0.8rem;
  }
  section p.main {
    font-size: 16px;
    line-height: 20px;
    color: black;
  }

  header {
    line-height: 0.3rem;
  }

  nav .navbar-brand .logo-horizontal {
    height: 25.5px;
    width: 109px;
  }

  #hero {
    height: 320px;
  }

  #hero-text {
    margin-top: 344px;
  }
  #hero-text a.btn-register img {
    height: 52px;
    width: 154px;
  }
  #hero-text .cta {
    --bs-gutter-x: 0;
    padding-top: 0 !important;
  }
  #hero-text .cta .register {
    border-right: none;
  }
  #hero-text .cta h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 22px;
  }
  #hero-text .cta h4.cta-h4-2 {
    margin-top: 22px;
    margin-bottom: 0;
  }

  #join-discord {
    background-color: #EBEBEB;
  }
  #join-discord h4 {
    font-weight: 800;
    font-size: 13.6px;
    margin-bottom: 35.7px;
    letter-spacing: 0.952px;
    line-height: 25.5px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 22px;
  }
  #join-discord h4.cta-h4-2 {
    margin-top: 10px;
    margin-bottom: 0;
  }
  #join-discord a {
    text-decoration: none;
  }
  #join-discord a .join-community .icon-logo-icon {
    color: black;
    padding-right: 11px;
    font-size: 34.5px;
    display: table-cell;
    vertical-align: middle;
  }
  #join-discord a .join-community .icon-plus_sign {
    color: black;
    font-size: 17.25px;
    display: table-cell;
    vertical-align: middle;
  }
  #join-discord a .join-community .icon-discord {
    color: black;
    padding-left: 10px;
    font-size: 23px;
    display: table-cell;
    vertical-align: middle;
  }
  #join-discord a .join-community:hover {
    transform: scale(1.2);
  }

  #cocktails {
    padding-top: 3.1rem;
    padding-bottom: 3rem;
  }
  #cocktails #cocktail-video {
    margin-top: -2rem;
  }
  #cocktails .accordion {
    margin-top: -3rem;
  }
  #cocktails .accordion .accordion-button {
    font-size: 24px;
    line-height: 28px;
    padding: 0.6rem 0 0 0;
  }
  #cocktails .accordion .accordion-button:after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
  }
  #cocktails .accordion .accordion-body {
    padding: 0;
  }
  #cocktails .accordion .accordion-body p {
    font-size: 15px;
    line-height: 19px;
    padding-bottom: 1.1rem;
  }

  #team {
    background-color: transparent;
    padding-top: 0.6rem;
    padding-bottom: 0;
  }
  #team .container-fluid {
    background-color: #414446;
    padding-top: 2.5rem;
    padding-bottom: 2em;
  }
  #team p.main {
    color: white;
  }
  #team .members .member:hover h5 {
    color: #A3A3A3;
  }
  #team .info {
    position: relative;
  }
  #team .info .inner-wrapper {
    position: absolute;
    bottom: 0;
  }
  #team .info .inner-wrapper .who {
    border: 0;
  }
  #team .info .inner-wrapper .who h4 {
    color: white;
  }
  #team .info .inner-wrapper .who h5 {
    color: #A3A3A3;
    border-bottom: 1px #A3A3A3 solid;
    padding-bottom: 0.5rem;
    font-weight: 600;
  }
  #team .info .inner-wrapper .about {
    border: 0;
    padding-top: 0.6rem;
  }
  #team .info .inner-wrapper .about p {
    color: white;
    visibility: visible;
    padding-bottom: 0;
    padding-right: 0;
    margin-bottom: 0;
  }

  #how-it-works {
    padding-top: 3.1rem;
    padding-bottom: 3rem;
  }
  #how-it-works .mojito {
    margin-top: 10rem;
    width: 100%;
    top: 0;
    right: 0;
  }
  #how-it-works .mint {
    width: 150px;
  }
  #how-it-works .steps {
    margin-top: 8rem;
  }
  #how-it-works .steps .contents {
    padding: 1rem 2rem;
  }
  #how-it-works .steps .contents img {
    transform: scale(0.66);
  }
  #how-it-works .steps .contents h3 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  #how-it-works .steps .contents p {
    font-size: 15px;
    line-height: 19px;
  }
  #how-it-works .steps .contents a.btn {
    margin-bottom: 2rem;
  }

  #faqs {
    padding-top: 1.7rem;
  }
  #faqs .nav-tabs .nav-item .nav-link {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.91px;
  }
  #faqs .tab-content {
    margin-top: 1.5rem;
  }
  #faqs .accordion {
    margin-top: 1.5rem;
  }
  #faqs .accordion-item {
    margin-bottom: 1rem;
  }
  #faqs .accordion-button {
    font-size: 17px;
    line-height: 20px;
  }
  #faqs .accordion-button::before {
    width: 0.7rem;
    height: 0.7rem;
    background-size: 0.7rem;
    margin-right: 0rem;
    padding-right: 1.25rem;
    margin-top: 0.15rem !important;
  }
  #faqs .accordion-body {
    padding: 0;
    margin-left: 1.3rem;
  }
  #faqs .accordion-body p {
    font-size: 16px;
    line-height: 19px;
  }
  #faqs #faq-web3 p.main {
    font-size: 18px;
    line-height: 22px;
    color: black;
  }
  #faqs #faq-web3 h4.cat {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1.05px;
    margin-bottom: 1rem;
  }
  #faqs #faq-web3 .card h4.card-title {
    font-size: 13px;
    line-height: 16px;
  }
  #faqs #faq-web3 .card h6.card-subtitle {
    font-size: 13px;
    line-height: 16px;
  }
  #faqs #faq-web3 .articles p {
    font-size: 16px;
    line-height: 18px;
  }
  #faqs #faq-web3 .articles p span {
    padding-left: 3px;
  }

  #get-in-the-mix {
    padding-bottom: 0;
  }
  #get-in-the-mix p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
  }
  #get-in-the-mix .social a {
    font-size: 22.3px;
    margin-right: 20px;
  }
  #get-in-the-mix #mc-embedded-subscribe-form input {
    font-size: 12px;
    letter-spacing: 0.84px;
    height: 35px;
  }

  footer .icon-logo-primary {
    font-size: 70px;
  }
  footer ul.list-inline {
    font-size: 12px;
    font-weight: 500;
  }
  footer ul.list-inline .item-2 {
    padding-right: 0 !important;
  }
  footer .copyright {
    font-size: 11px;
    color: white;
    margin-top: 0.5rem;
  }
}
/* XS Screen */
@media (max-width: 575px) {
  #hero {
    height: 295px;
  }
  #hero .carousel-item img {
    object-position: right center;
  }

  #hero-text {
    margin-top: 319px;
  }

  #experience .value .active h5 {
    font-size: 19px;
  }

  #experience .active .content .flip-text h4 {
    font-size: 24px;
    line-height: 28px;
  }
  #experience .active .content .flip-text p {
    font-size: 14px;
    line-height: 17px;
  }

  #team .info .inner-wrapper .who h4 {
    font-size: 15px;
    line-spacing: 24px;
    letter-spacing: 1.5px;
  }
  #team .info .inner-wrapper .who h5 {
    font-size: 13px;
    line-height: 16px;
  }
  #team .info .inner-wrapper .about p {
    font-size: 13px;
    line-height: 16px;
  }

  #how-it-works .mojito {
    margin-top: 13rem;
  }

  #get-in-the-mix .instagram-feed {
    margin-top: 2rem;
  }
}
