@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800');

html,
body {
    background-image: url(../images/background/color-wave.svg);
    background-size: 1424.5px 1654.4px;
    background-position: bottom right -28px;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-color: #151418;
    font-family: 'Poppins', sans-serif;
    min-height: 100%;
    scroll-behavior: smooth;
}

html {
    height: 100%;
}

ul,
li {
    text-decoration: none;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-stretch: normal;
}

h1 {
    font-weight: bold;
    font-size: 80px;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
}

h2 {
    font-weight: bold;
    font-size: 65px;
    line-height: 1.54;
    letter-spacing: normal;
    color: #ffffff;
}

h3 {
    font-weight: 600;
    font-size: 60px;
    line-height: 1.67;
    letter-spacing: normal;
    color: #ffffff;
}

h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: normal;
    color: #ffffff;
}

h5 {
    font-weight: 550;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.08px;
    color: #ffffff;
}

h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: normal;
    color: #ffffff;
}

p {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: normal;
    color: #ffffff;
}

p.sub-label {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: normal;
    color: #ffffff;
}

.figcaption {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.07px;
    color: rgba(20, 20, 20, 0.5);
}

.h-90 {
    height: 90% !important;
}

.col-white {
    color: #ffffff;
}

.col-pure-blue {
    color: #00b9ff;
}

.col-bright-pink {
    color: #f833a8;
}

.col-pure-pink {
    color: #ff005c;
}

.col-dark-grey {
    color: #888888 !important;
}

.col-very-dark-grey {
    color: #707070;
}

.col-light-violet {
    color: #bb61ff;
}

.btn {
    font-weight: 500;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
}

.primary-btn {
    border: solid 2px #ffffff;
    color: #ffffff;
    background: transparent;
    border-radius: 10px;
    -moz-user-select: none;
    padding: 15px 41px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.primary-btn:hover {
    z-index: 2;
    color: #000000;
}

.primary-btn::before {
    color: #000000 !impoortant;
    border: solid 2px #ffffff;
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 120%;
    height: 120%;
    cursor: pointer;
    background-color: #ffffff;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0);
    border-radius: 0;
}

.primary-btn:hover::before {
    transform: scaleY(1);
    order: 2px solid transparent;
}

.primary-btn:focus,
.primary-btn:checked {
    color: #000000;
    border-color: #b2b2b2;
    background-color: #b2b2b2;
}

.secondary-btn {
    border: solid 2px #ff005c;
    color: #ffffff;
    background-color: #ff005c;
    border-radius: 10px;
    -moz-user-select: none;
    padding: 15px 25px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.secondary-btn:hover {
    z-index: 2;
    color: #ffffff;
    border: solid 2px #d8346f;
}

.secondary-btn::before {
    color: #ffffff;
    border: solid 2px #d8346f;
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 120%;
    height: 120%;
    cursor: pointer;
    background-color: #d8346f;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0);
    border-radius: 0;
}

.secondary-btn:hover::before {
    transform: scaleY(1);
    order: 2px solid transparent;
}

.secondary-btn:focus,
.secondary-btn:checked {
    color: #ffffff;
    border-color: #8f0d3c;
    background-color: #8f0d3c !important;
}

.submit-btn {
    border: solid 2px #7d26bd;
    color: #ffffff;
    background-color: #7d26bd;
    border-radius: 10px;
    -moz-user-select: none;
    padding: 18px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.submit-btn:hover {
    z-index: 2;
    color: #ffffff;
    border: solid 2px #b65ff6;
}

.submit-btn::before {
    color: #ffffff;
    border: solid 2px #b65ff6;
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 120%;
    height: 120%;
    cursor: pointer;
    background-color: #b65ff6;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0);
    border-radius: 0;
}

.submit-btn:hover::before {
    transform: scaleY(1);
    order: 2px solid transparent;
}

.submit-btn:focus,
.submit-btn:checked {
    color: #ffffff;
    border-color: #7a23ba;
    background-color: #7a23ba !important;
}

.booking-btn {
    border-radius: 10px;
    -moz-user-select: none;
    padding: 18px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.booking-btn:hover {
    z-index: 2;
}

.booking-btn::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 120%;
    height: 120%;
    cursor: pointer;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0);
    border-radius: 0;
}

.booking-btn:hover::before {
    transform: scaleY(1);
    order: 2px solid transparent;
}

.post-booking-btn {
    border: solid 2px #7d26bd;
    color: #ffffff;
    background-color: #7d26bd;
}

.post-booking-btn:hover {
    color: #ffffff;
    border: solid 2px #b65ff6;
}

.post-booking-btn::before {
    color: #ffffff;
    border: solid 2px #b65ff6;
    background-color: #b65ff6;
}

.post-booking-btn:focus,
.post-booking-btn:checked {
    color: #ffffff;
    border-color: #7a23ba;
    background-color: #7a23ba !important;
}

.studio-booking-btn {
    border: solid 2px #00b9ff;
    color: #ffffff;
    background-color: #00b9ff;
}

.studio-booking-btn:hover {
    color: #ffffff;
    border: solid 2px #00e4ff;
}

.studio-booking-btn::before {
    color: #ffffff;
    border: solid 2px #00e4ff;
    background-color: #00e4ff;
}

.studio-booking-btn:focus,
.studio-booking-btn:checked {
    color: #ffffff;
    border-color: #00b9ff;
    background-color: #00b9ff !important;
}

.outside-booking-btn {
    border: solid 2px #ff005c;
    color: #ffffff;
    background-color: #ff005c;
}

.outside-booking-btn:hover {
    color: #ffffff;
    border: solid 2px #ff009c;
}

.outside-booking-btn::before {
    color: #ffffff;
    border: solid 2px #ff009c;
    background-color: #ff009c;
}

.outside-booking-btn:focus,
.outside-booking-btn:checked {
    color: #ffffff;
    border-color: #ff005c;
    background-color: #ff005c !important;
}

.negative-column-margin-15 {
    margin-top: -15%;
}

.negative-column-margin-5 {
    margin-top: -5%;
}

.thumb-grow {
    transition: all .2s ease-in-out;
}

.thumb-grow:hover {
    transform: scale(1.07);
    text-decoration: none;
}

.thumb-grow-small {
    transition: all .2s ease-in-out;
}

.thumb-grow-small:hover {
    transform: scale(1.02);
    text-decoration: none;
}

/*========== Main menu ==========*/
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 2.5rem;
}

.navbar .navbar-nav a {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

/*========== Mobile menu ==========*/
.navbar-dark .navbar-toggler {
    padding: .75rem .75rem .25rem .75rem;
    border-color: rgb(21, 20, 24);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/*Soundwave*/
.soundwave {
    z-index: -1;
}

/*========== Hero Section ==========*/
.hero-section {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 45%;
}

.hero-section h1 {
    text-transform: uppercase;
}

/*========== Service Section ==========*/

/*Service Section heading*/
.service-section h2 {
    text-transform: uppercase;
}

/*Navigation Tabs*/
.nav-tabs {
    border-bottom: none;
}

.nav-tab-wrap {
    position: relative;
    padding: 6px;
    border-radius: 12px;
    background-color: #1d1c21;
}

.nav-tab-link-btn {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    position: relative;
    padding: 11px 24px;
    text-transform: uppercase;
}

.nav-tabs .nav-tab-link-btn.active:nth-child(1) {
    padding: 11px 24px;
    border-radius: 10px;
    background-color: #00b9ff;
    color: #ffffff;
}

.nav-tabs .nav-tab-link-btn.active:nth-child(2) {
    padding: 11px 24px;
    border-radius: 10px;
    background-color: #ff005c;
    color: #ffffff;
}

.nav-tabs .nav-tab-link-btn.active:nth-child(3) {
    padding: 11px 24px;
    border-radius: 10px;
    background-color: #9100ff;
    color: #ffffff;
}

.nav-tab-link-btn:nth-child(1):hover {
    text-decoration: none;
    color: #00b9ff;
}

.nav-tab-link-btn:nth-child(2):hover {
    text-decoration: none;
    color: #ff005c;
}

.nav-tab-link-btn:nth-child(3):hover {
    text-decoration: none;
    color: #9100ff;
}

.nav-tabs .nav-item.show .nav-tab-link-btn,
.nav-tabs .nav-tab-link-btn.active {
    color: none !important;
    background-color: none !important;
    border-color: transparent;
}

/*Tab content*/

.tab-content a.primary-btn {
    margin-top: 36px;
}

.tab-content a.tab-content-card-link:hover {
    text-decoration: none;
}

.tab-content .tab-content-card {
    margin: 15px 0px;
    position: relative;
    padding: 30px;
    border-radius: 30px;
    background-color: #1d1c21;
}

.tab-content .tab-content-card img.ico-info {
    position: absolute;
    top: 30px;
    right: 20px;
}

/*========== About us Section ==========*/
.about-section h2 {
    margin-bottom: 30;
    text-transform: uppercase;
}

.about-section p {
    margin-bottom: 20px;
    padding: 0px 40px;
}

.about-section h4 {
    text-align: center;
}

/*========== World Class Exposure Section ==========*/

.wce-section {
    padding-top: 300px;
    margin-top: -250px;
}

.wce-section h2 {
    line-height: 1.23;
    text-transform: uppercase;
}

/*========== Contact us Section ==========*/
/*Divider*/
.contact-section .divider-banner {
    position: relative;
}

.contact-section .divider-banner .divider-banner-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #151418 16%, rgba(21, 20, 24, 0) 81%);
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
}

.contact-section .divider-banner .divider-banner-img {
    height: 500px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}

/*Contact Info*/
.contact-section h2 {
    margin-bottom: 45px;
    text-transform: uppercase;
}

.contact-section .contact-info-link {
    border-radius: 18px;
    background-color: #1d1c21;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
}

.contact-section .contact-info-link .ico-80 {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.contact-section .contact-info a {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.contact-section .contact-info a:hover {
    text-decoration: none;
}

.contact-section .contact-social {
    margin-top: 45px;
}

.contact-section .contact-social .contact-social-link {
    margin-right: 15px;
    display: inline;
}

.contact-section .contact-social .contact-social-link a svg circle {
    fill: #1d1c21;
}

.contact-section .contact-social .contact-social-link a:hover svg circle {
    border: none;
    fill: #ffffff;
}

.contact-section .contact-social .contact-social-link a svg path {
    fill: #ffffff;
}

.contact-section .contact-social .contact-social-link a:hover svg path {
    fill: #ff005c;
}

/*Contact Form*/
.contact-section form {
    padding: 30px;
    border-radius: 30px;
    background-color: #1d1c21;
}

.contact-section form h4 {
    margin-top: 20px;
    margin-bottom: 55px;
}

.contact-section form label {
    color: #ffffff;
}

.contact-section form input {
    border: 2px solid #151418;
    padding: 26px 22px;
    border-radius: 10px;
    background-color: #151418;
}

:focus {
    outline: none !important;
    color: white !important;
}

input:focus {
    background-color: #151418 !important;
    color: white !important;
}

.form-control:focus {
    border-color: #151418;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white !important;
}

.quform-success-message {
	font-size: 18px !important;
	color: #2E7D00 !important;
	background-color: #D2FFB8 !important;
	border-radius: 10px !important;
	padding: 20px !important;
	margin-bottom: 30px;
}

/*Carousel*/
.carousel-container {
    position: absolute;
    right: 0px;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item {
    opacity: 1;
    background-color: white;
    padding: 30px;
    border-radius: 30px;
    height: 290px;
    width: 270px;
}

.owl-carousel .owl-item img {
    width: 200px;
    margin: 5% auto 0px auto;
}

.owl-carousel .owl-nav .owl-prev {
    margin: 20px 10px 0px 0px;
}

/*========== Footer Section ==========*/

.footer-section a.col-pure-pink:hover {
    color: #00b9ff;
    text-decoration: none;
}

/*========== Modals ==========*/

.modal-content {
    border-radius: 30px;
    background-color: #1d1c21;
}

.modal-header {
    padding: 16px 16px 10px 16px;
    border-bottom: none;
}

.modal-header .modal-title {
    padding: 7px 10px;
}

.modal-body {
    padding: 10px 16px 16px 16px;
}

.modal-body p.sub-label {
    text-transform: uppercase;
}

.modal-body .modal-counter-card {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #151418;
    border-radius: 30px;
}

.modal-body .modal-counter-card p.sub-label {
    margin-top: -20px;
}

.modal-footer {
    border-top: none;
}