@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
         @import url('https://fonts.googleapis.com/css2?family=Pirata+One&display=swap');
@charset "utf-8";

/* CSS Document */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
input:focus {
    outline: none !important;
}

html {
    scroll-behavior: smooth;
}

ul,
ol {
    list-style: none;
}

img {
    max-width: 100%;
}

html,
body {
    height: 100%;
}

a:hover {
    text-decoration: none !important;
}

body {}

/* =====Header====== */
#header {
    float: left;
    width: 100%;
    position: relative;
}

.header_top {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.banner {
    float: left;
    width: 100%;
    background-image: url(../images/banner.jpg);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 80vh;
    display: flex;
}

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Stay on top */
    top: 0;
    right: 0;
    background-color: #ff940b;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

.header_top .logo {
    float: left;
    margin-top: 25px;
}

.header_right .menu_toggle span.icon-bar {
    width: 100%;
    height: 2px;
    float: left;
    margin-bottom: 5px;
    background: #ffffff;
}

.header_right .menu_toggle {
    width: 38px;
    /* background: #ffFfff; */
    border-radius: 4px;
    padding: 5px;
}

.header_right .menu_toggle span.icon-bar:last-child {
    margin-bottom: 0;
}

.header_right {
    float: right;
    margin-top: 25px;
}

.header_right .header_right_btn {
    float: left;
    border: 2px solid #ffffff;
    border-radius: 30px;
    color: #ffffff;
    padding: 7px 20px;
    font-size: 17px;
    /* font-weight: bold; */
    text-transform: uppercase;
    margin-top: 20px;
    margin-right: 20px;
    letter-spacing: 1px;
}

.header_right .menu_toggle {
    float: right;
    margin-top: 17px;
}

.header_right .header_right_btn:hover {
    background: #ffffff;
    color: #000000;
}

.header_right .header_right_btn {
    transition: all ease 0.3s;
}

.header_right .header_right_btn:hover {
    background: #ffffff;
    color: #000000;
}

.header_right .header_right_btn {
    transition: all ease 0.3s;
}

.banner_tag {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10%;
}

.banner_tag .banner_logo {
    float: left;
    width: 21%;
}

.banner_tag .banner_logo_txt {
    float: right;
    border-left: 2px solid #ffffff;
    margin-left: 15px;
    width: 34%;
}

.banner_tag .banner_logo_txt h1 {
    font-size: 88px;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 15px;
    line-height: 103px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 3px;
    margin: 0;
}

.banner_tag .banner_logo_txt h1 span {
    font-size: 132px;
}

.banner_tag p {
    font-size: 23px;
    color: #ffffff;
    padding-left: 15px;
    letter-spacing: 2.5px;
}

.sidenav a.closebtn {
    position: absolute;
    top: 8px;
    right: 25px;
    font-size: 37px;
    margin-left: 50px;
    /* background: #ffffff; */
    border-radius: 50%;
    text-align: center;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.sidenav .sidenav_inner a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 21px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
    text-align: left;
}

.sidenav.nav_show {
    width: 300px;
    padding-left: 30px;
    padding-right: 30px;
}

.sidenav_inner {
    float: left;
    width: 100%;
    margin-top: 25px;
    /* height: 100%; */
}

.sidenav .sidenav_inner a:before {
    content: "";
    position: absolute;
    width: 50px;
    background: #ffffff;
    height: 3px;
    left: -30px;
    top: 21px;
}

.book {
    /* position: fixed; */
    /* right: -117px; */
    /* transform: rotate(-90deg); */
    background: #ff940b;
    padding: 10px 30px;
    color: #ffffff;
    /* font-weight: bold; */
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    /* height: 50px; */
    /* z-index: 100; */
    /* top: 330px; */
    font-family: 'Spinnaker', sans-serif;
    float: left;
    margin-top: 38px;
    margin-left: 14px;
    position: relative;
    z-index: 99;
}

.book:hover,
.book:active,
.book:focus {
    color: #ffffff;
    text-decoration: none;
}

#exampleModal .modal-header,
#exampleModal1 .modal-header {
    background: #ff940b;
    border-radius: 6px 6px 0 0;
    text-align: center;
}

#exampleModal .modal-header button.close,
#exampleModal1 .modal-header button.close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #ffffff;
    opacity: 1;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    color: #ff940b;
}

#exampleModal .modal-header h5,
#exampleModal1 .modal-header h5 {
    color: #ffffff;
    font-size: 20px;
}

.banner {
    text-align: center;
}

.click_to_scroll {
    width: 110px;
    height: 110px;
    background: #ffffff;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    bottom: -29px;
    position: absolute;
    left: 45%;
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: calc(1 * 2);
    animation-iteration-count: calc(1 * 2);
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: calc(1 * 3);
    animation-iteration-count: calc(1 * 3);
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
    animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: calc(1s * 2);
    animation-delay: calc(1s * 2);
    -webkit-animation-delay: calc(var(--animate-delay) * 2);
    animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: calc(1s * 3);
    animation-delay: calc(1s * 3);
    -webkit-animation-delay: calc(var(--animate-delay) * 3);
    animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: calc(1s * 4);
    animation-delay: calc(1s * 4);
    -webkit-animation-delay: calc(var(--animate-delay) * 4);
    animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: calc(1s * 5);
    animation-delay: calc(1s * 5);
    -webkit-animation-delay: calc(var(--animate-delay) * 5);
    animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
    -webkit-animation-duration: calc(1s / 2);
    animation-duration: calc(1s / 2);
    -webkit-animation-duration: calc(var(--animate-duration) / 2);
    animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
    -webkit-animation-duration: calc(1s * 0.8);
    animation-duration: calc(1s * 0.8);
    -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
    animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
    -webkit-animation-duration: calc(1s * 2);
    animation-duration: calc(1s * 2);
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
    -webkit-animation-duration: calc(1s * 3);
    animation-duration: calc(1s * 3);
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: calc(var(--animate-duration) * 3);
}

@media print,
(prefers-reduced-motion: reduce) {
    .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }

    .animate__animated[class*='Out'] {
        opacity: 0;
    }
}

@-webkit-keyframes shakeY {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
}

@keyframes shakeY {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
}

.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY;
}

#about {
    float: left;
    width: 100%;
    height: auto;
    /* background: url(../images/about_us_bg.jpg); */
    padding: 80px 0;
}

#about h1 {
    float: left;
    width: 50%;
    text-align: right;
    margin-top: 50px;
    font-size: 70px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
}

#about h1 span {
    float: left;
    width: 100%;
}

#about h1 span b {
    font-size: 107px;
    font-weight: normal;
}

#about .about_right {
    float: right;
    width: 47%;
    border-left: 1px solid #1b1b1b;
    padding-left: 25px;
    margin-top: 50px;
    margin-bottom: 25px;
}

#about .about_right p {
    font-size: 15px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

#about .about_right h2 {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
}

#about .abt_bottom {
    float: left;
    width: 100%;
    text-align: center;
}

#about .abt_bottom h2 {
    display: inline-block;
    /* border-top: 1px solid #1b1b1b; */
    padding: 10px 25px;
    color: #1b1b1b;
    font-size: 38px;
    font-family: 'Anton', sans-serif;
    /* letter-spacing: 3px; */
    background: #ff940b;
}

#about .abt_bottom h2 span {
    color: #000000;
}

#gallery {
    float: left;
    width: 100%;
    padding: 50px 0;
    text-align: center;
    /* background: #000000 url(../images/about_us_bg.jpg); */
}

#gallery h1 {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 58px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 3px;
}

#gallery .imageGallery1 {
    float: left;
    width: 100%;
}

#gallery .gal_item {
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

#offer {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

#offer h1 {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 58px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 3px;
}

.offer_item {
    float: left;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #457cec;
    overflow: hidden;
    margin-bottom: 20px;
}

.offer_item .left {
    float: left;
    width: 60%;
}

.offer_item .right {
    float: right;
    width: 40%;
    height: 100%;
    min-height: 271px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #efefef;
    flex-direction: column;
    position: relative;
    text-align: left;
}

.offer_item .right .gt {
    float: left;
    width: 100%;
    color: #040404;
    font-size: 15px;
    font-weight: 500;
}

.offer_item .right .percentage {
    float: left;
    color: #457cec;
    display: inline-block;
}

.offer_item .right .percentage b {
    font-size: 23px;
    float: left;
}

.offer_item .right .percentage .off {
    font-size: 25px;
    float: left;
    line-height: 21px;
    text-transform: uppercase;
}

.offer_item .right .percentage span.num {
    float: left;
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
}

.offer_item .right:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    border: 2px solid #000000;
    border-radius: 100%;
    top: -55px;
    left: -33px;
    z-index: 1;
}

.offer_item .left {
    position: relative;
    z-index: 20;
}

.offer_item .right:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    border: 2px solid #000000;
    border-radius: 100%;
    bottom: -55px;
    right: -33px;
    z-index: 1;
}

.col-md-8 .offer_item .left {
    width: 28.5%;
}

.col-md-8 .offer_item .right {
    background: #ffffff;
    text-align: center;
    width: 69%;
    padding: 0 123px;
}

.col-md-8 .offer_item .right:before,
.col-md-8 .offer_item .right:after {
    display: none;
}

.col-md-8 .offer_item .right h1 {
    font-weight: normal !important;
    font-size: 28px !important;
    text-transform: none !important;
    margin-bottom: 0 !important;
}

.col-md-8 .offer_item .right h1 span {
    color: #286af1;
    font-size: 60px;
    font-weight: 500;
}

.offer_btn {
    border: 1px solid #457cec;
    color: #457cec;
    font-size: 16px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 40px;
    padding: 5px 15px;
    transition: all ease 0.3s;
}

.offer_btn:hover {
    background: #457cec;
    color: #ffffff;
}

#showroom {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

#showroom h1 {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 58px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 3px;
}

.sho_item {
    float: left;
    width: 100%;
    transition: all ease 0.3s;
    position: relative;
    margin-bottom: 15px;
}

.sho_item .hov a {
    color: #ffffff;
}

.sho_item .hov {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 93%;
    height: 91%;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    transition: all ease 0.3s;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(10px, 10px, 10px);
    border: 4px solid #ffffff;
}

.sho_item:hover .hov {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

#training {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

#training h1 {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 58px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 3px;
}

#training .left {
    float: left;
    width: 100%;
    border-radius: 100%;
    overflow: hidden;
    height: 266px;
    margin-top: 100px;
}

#training .right {
    float: left;
    width: 100%;
    /* text-align: left; */
}

#training .right p {
    font-size: 17px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

#training .right .more {
    float: left;
    font-size: 17px;
    border-radius: 30px;
    border: 2px solid #000000;
    color: #000000;
    padding: 7px 30px;
    transition: all ease 0.3s;
}

#training .right .more:hover {
    background: #000000;
    color: #ffffff;
}

#artist {
    float: left;
    width: 100%;
    background: url(../images/artist.jpg);
    padding: 50px 0;
    height: 960px;
    text-align: center;
}

#artist h1 {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 58px;
    color: #ffffff;
    font-family: 'Anton', sans-serif;
    letter-spacing: 3px;
}

.artist_box {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.artist_box .left {
    float: left;
    width: 20%;
}

.artist_box .right {
    float: right;
    width: 76%;
    text-align: left;
}

.artist_box .right h1 a {
    color: #ffffff;
    font-weight: normal;
    font-size: 24px;
}

.artist_box .right h1 {
    margin-bottom: 18px !important;
}

.artist_box .right p {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}

.artist_box:nth-child(even) .left {
    float: right;
}

.artist_box:nth-child(even) .right {
    float: left;
    text-align: right;
}

@font-face {
    font-family: 'sangi_serifregular';
    src: url('../fonts/sangi_serif_font-webfont.woff2') format('woff2'),
        url('../fonts/sangi_serif_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#footer {
    float: left;
    width: 100%;
    /* background: url(../images/footer_bg.jpg); */
    padding: 50px 0;
    height: 660px;
    text-align: center;
}

#footer h1 {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 58px;
    color: #000000;
    font-family: 'Anton', sans-serif;
    letter-spacing: 3px;
}

#footer .left {
    float: left;
    width: 100%;
    text-align: left;
}

#footer .left h4 {
    font-weight: bold;
    color: #000000;
}

#footer .left p {
    color: #000000;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}

div#map {
    float: left;
    width: 100%;
}

#footer .right {
    float: left;
    width: 100%;
    text-align: left;
}

#footer .right form {
    float: left;
    width: 100%;
}

#footer .right form input[type="text"],
#footer .right form input[type="email"],
#footer .right form input[type="tel"] {
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    color: #ffffff;
    background: none;
}

#footer .right form textarea {
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    color: #000000;
    background: none;
}

#footer .right form input[type="text"]::placeholder,
#footer .right form input[type="email"]::placeholder,
#footer .right form input[type="tel"]::placeholder {
    color: #000000;
}

#footer .right form textarea::placeholder {
    color: #000000;
}

#footer .right form input[type="submit"] {
    /* background: #000000; */
    border: 0;
    color: #ffffff;
    padding: 10px 40px;
    font-size: 17px;
    background: #ff940b;
    text-transform: uppercase;
}

.footer_bottom {
    float: left;
    width: 100%;
    background: #000000;
    padding: 13px;
}

.footer_bottom p {
    float: left;
    margin-bottom: 0;
    width: 50%;
    color: #ffffff;
}

.footer_bottom p a i {
    color: #ffffff;
}

.footer_bottom p.social {
    text-align: right;
}

.footer_bottom p.social a {
    margin-left: 10px;
}

.modal .modal-body .appo_form .form-control {
    box-shadow: none;
    height: auto;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    color: #000000;
}

.modal .modal-body .appo_form .form-control:focus {
    border-bottom: 1px solid #ff940b;
}

.modal .modal-body .appo_form {
    padding: 15px;
}

.modal .modal-body .appo_form .sb_btn {
    background: #ff940b;
    padding: 10px 25px;
    color: #ffffff;
    border-radius: 30px;
}

.header_top .logo img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.banner_tag p {
    position: absolute;
    max-width: 600px;
    bottom: 4px;
}

#gallery #owl-demo1 {
    display: block;
    float: left;
}

#showroom #owl-demo2 {
    display: block;
    float: left;
}

#gallery #owl-demo1 .item {
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

#showroom #owl-demo2 .item {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.sho_item img {
    width: 100%;
}

.modal .modal-body .appo_form .payment {
    width: 100%;
    text-align: center;
}

.modal .modal-body .appo_form .payment img {
    display: inline-block;
    width: 55%;
    border: 4px solid #ff940b;
    margin-bottom: 15px;
}

.modal .modal-body .appo_form .payment p {
    width: 100%;
    font-size: 15px;
    padding: 0 140px;
}

.modal .modal-body .appo_form .payment p b {
    color: #ff940b;
}

.header_right ul.hed_social {
    float: left;
    min-width: 300px;
    text-align: left;
    margin-top: 11px;
}

.header_right ul.hed_social li {
    float: left;
}

.header_right ul.hed_social li a {
    float: left;
    padding: 5px;
    font-size: 21px;
    color: #ffffff;
}

.header_right ul.hed_social li a:hover {
    color: #ff940b;
}

.header_right ul.hed_social li a {
    transition: all ease 0.3s;
}

#about .about_right ul {
    padding-left: 15px;
    list-style: disc;
    text-align: left;
}

#gallery #owl-demo1 .item {
    object-fit: cover;
    height: 330px;
    overflow: hidden;
    border-radius: 10px;
}

#gallery #owl-demo1 .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform .5s ease;
}

#gallery #owl-demo1 .item img:hover {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari 3-8 */
    transform: scale(1.5);
    transform: scale(1.5);
}

#training .right .ser_box {
    float: left;
    width: 100%;
    padding: 15px;
    background-color: #00000087;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
    text-align: center;
    border-radius: 6px;
    color: #ffffff;
    min-height: 200px;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
    background-blend-mode: overlay;
}

#training .right .ser_box+.ser_box {
    margin-left: 15px;
}

#training .right .ser_box h3 {
    text-transform: uppercase;
    width: 100%;
    height: 160px;
    border: 2px solid #ff940b;
    border-radius: 6px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
    padding: 0 15px;
}

.modal#serModal1 .modal-header {
    background: #ff940b;
    border-radius: 6px 6px 0 0;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    padding: 6px 20px !important;
}

.modal#serModal1 .modal-header h5#exampleModalLabel {
    color: #ffffff;
    font-size: 20px;
}

.modal#serModal1 .modal-header button.close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #ffffff;
    opacity: 1;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    color: #ff940b;
}

#review {
    float: left;
    width: 100%;
    text-align: center;
}

#review h1 {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 58px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 3px;
}

#review .rev_div {
    float: left;
    width: 100%;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 15px;
    min-height: 315px;
}

.google {
    background-color: #960D00;
}

#review .rev_div .icon {
    display: inline-block;
    color: #ffffff;
    font-size: 79px;
}

#review .rev_div p {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
}

#review .rev_div p a {
    color: #ffffff;
}

#review .rev_div .star-rating {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #ffffff;
}

#review .rev_div h6 {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    color: #ff940b;
}

.facebook {
    background-color: #3c589a;
}

#review .rev_div span {
    float: left;
    width: 100%;
    color: #f9edbd;
    font-size: 18px;
}

#review .rev_div.facebook h6 {
    color: #ffffff;
}

.insta {
    background: #6D0078;
}

#review .rev_div.insta span {
    color: #fda500;
}

#review .rev_div.insta h6 {
    color: #ffffff;
}

.callwhatsapp {
    width: 55px;
    position: fixed;
    right: 15px;
    bottom: 50px;
    z-index: 999;
}

.reviewpage img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 50%;
}

.wid-a {
    width: 24%;
}

.wid-b {
    width: 75%;
}

.tatto {
    background-image: url(../images/w1.jpg);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.piercing {
    background-image: url(../images/piercing.jpg);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.romoveal {
    background-image: url(../images/romoveal.jpg);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.pmu {
    background-image: url(../images/pmu.jpeg);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

#slider {
    height: 100% !important;
}

#slider .owl-wrapper-outer {
    height: 84%;
}

#slider .owl-wrapper {
    height: 100%;
}

#slider .owl-item {
    height: 100%;
}

#slider img {
    height: 80vh;
    width: 100%;
    object-fit: cover;
}

.owl-theme .owl-controls {
    margin-top: 0px !important;
    position: relative;
    top: -80px;
}

.modal-header {
    background: #ff940b;
    border-radius: 6px 6px 0 0;
    text-align: center;
    color: #ffffff;
    font-size: 20px;

}

h5#exampleModalLabel {
    color: #ffffff;
    font-size: 20px;
}

.modal-header .close {
    position: relative;
    top: -23px;
}

.footer_bottom a {
    color: #b1b1b1;
    font-weight: bold;
}

.icon a {
    color: #ffffff;
}

.artist_box img {
    border-radius: 200px;
    width: 200px;
    height: 200px;
}

.card {
    /* background: #ffffff; */
    /* padding: 18px; */
    /* box-shadow: 0px 0px 5px 0px #0000002b; */
    /* border-radius: 10px; */
    /* margin-bottom: 24px; */
    /* overflow: hidden; */
}

.gir {
    background: #ffffff;
    padding: 18px;
    box-shadow: 0px 0px 5px 0px #0000002b;
    border-radius: 10px;
    margin-bottom: 24px;
    overflow: hidden;
}

.card img {
    /* height: 170px; */
    /* width: 100%; */
    object-fit: cover;
    border: 4px solid #ff940b;
    transition: transform .5s ease;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.card img:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    transform: scale(1.5);
}

#owl-demo11 .item {
    padding: 15px;
}

div#review-2 {
    /* background: #f3f3f3; */
    padding: 60px 0;
    /* margin: 50px 0 0; */
}

#review-2 .owl-controls.clickable {
    top: 0;
}

#review-2 img {
    border-radius: 10px;
    margin-bottom: 26px;
}

#review-2 p {
    width: 70%;
    margin: 0 auto;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 16px !important;
    padding-bottom: 30px;
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@charset "utf-8";

/* CSS Document */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
input:focus {
    outline: none !important;
}

html {
    scroll-behavior: smooth;
}

ul,
ol {
    list-style: none;
}

img {
    max-width: 100%;
}

html,
body {
    height: 100%;
}

a:hover {
    text-decoration: none !important;
}

body {}

/* =====Header====== */
#header {
    float: left;
    width: 100%;
    position: relative;
}

.header_top {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.banner {
    float: left;
    width: 100%;
    /*background-image: url(../images/banner.jpg);*/
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 80vh;
    display: flex;
}

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Stay on top */
    top: 0;
    right: 0;
    background-color: #ff940b;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

.header_top .logo {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.header_right .menu_toggle span.icon-bar {
    width: 100%;
    height: 2px;
    float: left;
    margin-bottom: 5px;
    background: #ffffff;
}

.header_right .menu_toggle {
    width: 29px;
    /* background: #ffFfff; */
    border-radius: 4px;
    padding: 5px;
}

.header_right .menu_toggle span.icon-bar:last-child {
    margin-bottom: 0;
}

.header_right {
    float: right;
    margin-top: 25px;
}

.header_right .header_right_btn {
    float: left;
    border: 2px solid #ffffff;
    border-radius: 30px;
    color: #ffffff;
    padding: 7px 20px;
    font-size: 17px;
    /* font-weight: bold; */
    text-transform: uppercase;
    margin-top: 20px;
    margin-right: 20px;
    letter-spacing: 1px;
}

.header_right .menu_toggle {
    float: right;
    margin-top: 13px;
}

.header_right .header_right_btn:hover {
    background: #ffffff;
    color: #000000;
}

.header_right .header_right_btn {
    transition: all ease 0.3s;
}

.header_right .header_right_btn:hover {
    background: #ffffff;
    color: #000000;
}

.header_right .header_right_btn {
    transition: all ease 0.3s;
}

.banner_tag {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10%;
}

.banner_tag .banner_logo {
    float: left;
    width: 21%;
}

.banner_tag .banner_logo_txt {
    float: right;
    border-left: 2px solid #ffffff;
    margin-left: 15px;
    width: 34%;
}

.banner_tag .banner_logo_txt h1 {
    font-size: 88px;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 15px;
    line-height: 103px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 3px;
    margin: 0;
}

.banner_tag .banner_logo_txt h1 span {
    font-size: 132px;
}

.banner_tag p {
    font-size: 23px;
    color: #ffffff;
    padding-left: 15px;
    letter-spacing: 2.5px;
}

.sidenav a.closebtn {
    position: absolute;
    top: 8px;
    right: 25px;
    font-size: 37px;
    margin-left: 50px;
    /* background: #ffffff; */
    border-radius: 50%;
    text-align: center;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.sidenav .sidenav_inner a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
    text-align: left;
}

.sidenav.nav_show {
    width: 300px;
    padding-left: 30px;
    padding-right: 30px;
}

.sidenav_inner {
    float: left;
    width: 100%;
    margin-top: 25px;
    /* height: 100%; */
}

.sidenav .sidenav_inner a:before {
    content: "";
    position: absolute;
    width: 50px;
    background: #ffffff;
    height: 3px;
    left: -30px;
    top: 21px;
}

.book {
    /* position: fixed; */
    /* right: -117px; */
    /* transform: rotate(-90deg); */
    background: #ff940b;
    padding: 10px 30px;
    color: #ffffff;
    /* font-weight: bold; */
    text-transform: uppercase;
    font-size: 14px;
    /* height: 50px; */
    /* z-index: 100; */
    /* top: 330px; */
    font-family: 'Spinnaker', sans-serif;
    float: left;
    margin-top: 28px;
    margin-left: 14px;
    position: relative;
    z-index: 99;
    border-radius: 30px;
}

.book:hover,
.book:active,
.book:focus {
    color: #ffffff;
    text-decoration: none;
}

#exampleModal .modal-header,
#exampleModal1 .modal-header {
    background: #ff940b;
    border-radius: 6px 6px 0 0;
    text-align: center;
}

#exampleModal .modal-header button.close,
#exampleModal1 .modal-header button.close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #ffffff;
    opacity: 1;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    color: #ff940b;
}

#exampleModal .modal-header h5,
#exampleModal1 .modal-header h5 {
    color: #ffffff;
    font-size: 20px;
}

.banner {
    text-align: center;
}

.click_to_scroll {
    width: 110px;
    height: 110px;
    background: #ffffff;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    bottom: -29px;
    position: absolute;
    left: 45%;
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: calc(1 * 2);
    animation-iteration-count: calc(1 * 2);
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: calc(1 * 3);
    animation-iteration-count: calc(1 * 3);
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
    animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: calc(1s * 2);
    animation-delay: calc(1s * 2);
    -webkit-animation-delay: calc(var(--animate-delay) * 2);
    animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: calc(1s * 3);
    animation-delay: calc(1s * 3);
    -webkit-animation-delay: calc(var(--animate-delay) * 3);
    animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: calc(1s * 4);
    animation-delay: calc(1s * 4);
    -webkit-animation-delay: calc(var(--animate-delay) * 4);
    animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: calc(1s * 5);
    animation-delay: calc(1s * 5);
    -webkit-animation-delay: calc(var(--animate-delay) * 5);
    animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
    -webkit-animation-duration: calc(1s / 2);
    animation-duration: calc(1s / 2);
    -webkit-animation-duration: calc(var(--animate-duration) / 2);
    animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
    -webkit-animation-duration: calc(1s * 0.8);
    animation-duration: calc(1s * 0.8);
    -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
    animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
    -webkit-animation-duration: calc(1s * 2);
    animation-duration: calc(1s * 2);
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
    -webkit-animation-duration: calc(1s * 3);
    animation-duration: calc(1s * 3);
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: calc(var(--animate-duration) * 3);
}

@media print,
(prefers-reduced-motion: reduce) {
    .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }

    .animate__animated[class*='Out'] {
        opacity: 0;
    }
}

@-webkit-keyframes shakeY {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
}

@keyframes shakeY {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
}

.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY;
}

#about {
    float: left;
    width: 100%;
    height: auto;
    /* background: url(../images/about_us_bg.jpg); */
    padding: 20px 0 50px;
}

#about h1 {
    float: left;
    width: 50%;
    text-align: right;
    margin-top: 50px;
    font-size: 70px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    padding-right: 3%;
}

#about h1 span {
    float: left;
    width: 100%;
}

#about h1 span b {
    font-size: 107px;
    font-weight: normal;
}

#about .about_right {
    float: right;
    width: 50%;
    border-left: 1px solid #1b1b1b;
    padding-left: 25px;
    margin-top: 50px;
    margin-bottom: 25px;
}

#about .about_right p {
    font-size: 15px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #000000;
}

#about .about_right h2 {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    margin-top: 0;
    color: #000000;
}

#about .abt_bottom {
    float: left;
    width: 100%;
    text-align: center;
}

#about .abt_bottom h2 {
    display: inline-block;
    /* border-top: 1px solid #1b1b1b; */
    padding: 10px 25px;
    color: #000000;
    font-size: 28px;
    /* font-family: 'Anton', sans-serif; */
    /* letter-spacing: 3px; */
    background: #ff940b;
    /* font-family: 'Raleway', sans-serif; */
    /* font-weight: 700; */
    font-family: 'Oswald', sans-serif;
}

#about .abt_bottom h2 span {
    color: #000000;
}

#gallery {
    float: left;
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background: url(../images/about_us_bg.jpg);
    /* background-attachment: fixed; */
}

#gallery h1 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 38px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 0px;
    color: #000000;
}

#gallery .imageGallery1 {
    float: left;
    width: 100%;
}

#gallery .gal_item {
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

#offer {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

#offer h1 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 38px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 0px;
    color: #000000;
}

.offer_item {
    float: left;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #457cec;
    overflow: hidden;
    margin-bottom: 20px;
}

.offer_item .left {
    float: left;
    width: 60%;
}

.offer_item .right {
    float: right;
    width: 40%;
    height: 100%;
    min-height: 271px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #efefef;
    flex-direction: column;
    position: relative;
    text-align: left;
}

.offer_item .right .gt {
    float: left;
    width: 100%;
    color: #040404;
    font-size: 15px;
    font-weight: 500;
}

.offer_item .right .percentage {
    float: left;
    color: #457cec;
    display: inline-block;
}

.offer_item .right .percentage b {
    font-size: 23px;
    float: left;
}

.offer_item .right .percentage .off {
    font-size: 25px;
    float: left;
    line-height: 21px;
    text-transform: uppercase;
}

.offer_item .right .percentage span.num {
    float: left;
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
}

.offer_item .right:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    border: 2px solid #000000;
    border-radius: 100%;
    top: -55px;
    left: -33px;
    z-index: 1;
}

.offer_item .left {
    position: relative;
    z-index: 20;
}

.offer_item .right:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    border: 2px solid #000000;
    border-radius: 100%;
    bottom: -55px;
    right: -33px;
    z-index: 1;
}

.col-md-8 .offer_item .left {
    width: 28.5%;
}

.col-md-8 .offer_item .right {
    background: #ffffff;
    text-align: center;
    width: 69%;
    padding: 0 123px;
}

.col-md-8 .offer_item .right:before,
.col-md-8 .offer_item .right:after {
    display: none;
}

.col-md-8 .offer_item .right h1 {
    font-weight: normal !important;
    font-size: 28px !important;
    text-transform: none !important;
    margin-bottom: 0 !important;
}

.col-md-8 .offer_item .right h1 span {
    color: #286af1;
    font-size: 60px;
    font-weight: 500;
}

.offer_btn {
    border: 1px solid #457cec;
    color: #457cec;
    font-size: 16px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 40px;
    padding: 5px 15px;
    transition: all ease 0.3s;
}

.offer_btn:hover {
    background: #457cec;
    color: #ffffff;
}

#showroom {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 80px;
    min-height: 400px;
}

#showroom h1 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 38px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 0px;
}

.sho_item {
    float: left;
    width: 100%;
    transition: all ease 0.3s;
    position: relative;
    margin-bottom: 15px;
}

.sho_item .hov a {
    color: #ffffff;
}

.sho_item .hov {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 93%;
    height: 91%;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    transition: all ease 0.3s;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(10px, 10px, 10px);
    border: 4px solid #ffffff;
}

.sho_item:hover .hov {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

#training {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0;
}

#training h1 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 38px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 0px;
    color: #000000;
}

#training .left {
    float: left;
    width: 100%;
    border-radius: 100%;
    overflow: hidden;
    height: 266px;
    margin-top: 100px;
}

#training .right {
    float: left;
    width: 100%;
    /* text-align: left; */
}

#training .right p {
    font-size: 17px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

#training .right .more {
    float: left;
    font-size: 17px;
    border-radius: 30px;
    border: 2px solid #000000;
    color: #000000;
    padding: 7px 30px;
    transition: all ease 0.3s;
}

#training .right .more:hover {
    background: #000000;
    color: #ffffff;
}

#artist {
    float: left;
    width: 100%;
    background: url(../images/artist.jpg);
    padding: 50px 0;
    height: 1120px;
    text-align: center;
    background-attachment: fixed;
}

#artist h1 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 38px;
    color: #ffffff;
    font-family: 'Anton', sans-serif;
    letter-spacing: 0px;
    /* margin: 0; */
}

.artist_box {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.artist_box .left {
    float: left;
    width: 24%;
}

.artist_box .right {
    float: right;
    width: 76%;
    text-align: left;
}

.artist_box .right h1 a {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    font-weight: bold;
}

.artist_box .right h1 {
    margin-bottom: 5px !important;
}

.artist_box .right p {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}

.artist_box:nth-child(even) .left {
    float: right;
}

.artist_box:nth-child(even) .right {
    float: left;
    text-align: right;
}

@font-face {
    font-family: 'sangi_serifregular';
    src: url('../fonts/sangi_serif_font-webfont.woff2') format('woff2'),
        url('../fonts/sangi_serif_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#footer {
    float: left;
    width: 100%;
    background: #ff940b;
    padding: 50px 0;
    height: 660px;
    text-align: center;
}

#footer h1 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 38px;
    color: #000000;
    font-family: 'Anton', sans-serif;
    letter-spacing: 0px;
}

#footer .left {
    float: left;
    width: 100%;
    height: 100%;
    text-align: left;
}

#footer .left h4 {
    font-weight: bold;
    color: #000000;
    display: none;
}

#footer .left p {
    color: #000000;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}

div#map {
    float: left;
    height: 100%;
    width: 100%;
}

iframe{
    height: 85%;
}

#footer .right {
    float: left;
    width: 100%;
    text-align: left;
}

#footer .right form {
    float: left;
    width: 100%;
}

#footer .right form input[type="text"],
#footer .right form input[type="email"],
#footer .right form input[type="tel"] {
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #000;
    color: #ffffff;
    background: none;
}

#footer .right form textarea {
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #000;
    color: #000000;
    background: none;
}

#footer .right form input[type="text"]::placeholder,
#footer .right form input[type="email"]::placeholder,
#footer .right form input[type="tel"]::placeholder {
    color: #000000;
}

#footer .right form textarea::placeholder {
    color: #000000;
}

#footer .right form input[type="submit"] {
    /* background: #000000; */
    border: 1px solid #000;
    color: #ffffff;
    padding: 10px 40px;
    font-size: 17px;
    background: #ff940b;
    text-transform: uppercase;
    border-radius: 30px;
}

.footer_bottom {
    float: left;
    width: 100%;
    background: #000000;
    padding: 13px;
}

.footer_bottom p {
    float: left;
    margin-bottom: 0;
    width: 50%;
    color: #ffffff;
}

.footer_bottom p a i {
    color: #ffffff;
}

.footer_bottom p.social {
    text-align: right;
}

.footer_bottom p.social a {
    margin-left: 10px;
}

.modal .modal-body .appo_form .form-control {
    box-shadow: none;
    height: auto;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    color: #000000;
}

.modal .modal-body .appo_form .form-control:focus {
    border-bottom: 1px solid #ff940b;
}

.modal .modal-body .appo_form {
    padding: 15px;
}

.modal .modal-body .appo_form .sb_btn {
    background: #ff940b;
    padding: 10px 25px;
    color: #ffffff;
    border-radius: 30px;
}

.header_top .logo img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.banner_tag p {
    position: absolute;
    max-width: 600px;
    bottom: 4px;
}

#gallery #owl-demo1 {
    display: block;
    float: left;
}

#showroom #owl-demo2 {
    display: block;
    float: left;
}

#gallery #owl-demo1 .item {
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

#showroom #owl-demo2 .item {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.sho_item img {
    width: 100%;
}

.modal .modal-body .appo_form .payment {
    width: 100%;
    text-align: center;
}

.modal .modal-body .appo_form .payment img {
    display: inline-block;
    width: 55%;
    border: 4px solid #ff940b;
    margin-bottom: 15px;
}

.modal .modal-body .appo_form .payment p {
    width: 100%;
    font-size: 15px;
    padding: 0 140px;
}

.modal .modal-body .appo_form .payment p b {
    color: #ff940b;
}

.header_right ul.hed_social {
    float: left;
    min-width: 300px;
    text-align: left;
    margin-top: 11px;
}

.header_right ul.hed_social li {
    float: left;
}

.header_right ul.hed_social li a {
    float: left;
    padding: 5px;
    font-size: 16px;
    color: #ffffff;
}

.header_right ul.hed_social li a:hover {
    color: #ff940b;
}

.header_right ul.hed_social li a {
    transition: all ease 0.3s;
}

#about .about_right ul {
    padding-left: 15px;
    list-style: disc;
    text-align: left;
    color: #000000;
}

#gallery #owl-demo1 .item {
    object-fit: cover;
    height: 330px;
    overflow: hidden;
    border-radius: 10px;
}

#gallery #owl-demo1 .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform .5s ease;
}

#gallery #owl-demo1 .item img:hover {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari 3-8 */
    transform: scale(1.5);
    transform: scale(1.5);
}

#training .right .ser_box {
    float: left;
    width: 100%;
    padding: 15px;
    background-color: #00000087;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
    text-align: center;
    border-radius: 6px;
    color: #ffffff;
    min-height: 200px;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
    background-blend-mode: overlay;
}

#training .right .ser_box+.ser_box {
    margin-left: 15px;
}

#training .right .ser_box h3 {
    text-transform: uppercase;
    width: 100%;
    height: 160px;
    border: 2px solid #ff940b;
    border-radius: 6px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
    padding: 0 15px;
}

.modal#serModal1 .modal-header {
    background: #ff940b;
    border-radius: 6px 6px 0 0;
    text-align: center;
}

.modal#serModal1 .modal-header h5#exampleModalLabel {
    color: #ffffff;
    font-size: 20px;
}

.modal#serModal1 .modal-header button.close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #ffffff;
    opacity: 1;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    color: #ff940b;
}

#review {
    float: left;
    width: 100%;
    text-align: center;
}

#review h1 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 38px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 0px;
}

#review .rev_div {
    float: left;
    width: 100%;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 15px;
    min-height: 315px;
}

.google {
    background-color: #f5f5f5;
}

#review .rev_div .icon {
    display: inline-block;
    color: #ffffff;
    font-size: 79px;
}

#review .rev_div p {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 18px;
}

#review .rev_div p a {
    color: #000000;
}

#review .rev_div .star-rating {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #ffc800;
}

#review .rev_div h6 {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    color: #ff940b;
}

.facebook {
    background-color: #f5f5f5;
}

#review .rev_div span {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 18px;
}

#review .rev_div.facebook h6 {
    color: #3c589a;
}

.insta {
    background: #f5f5f5;
}

#review .rev_div.insta span {
    color: #000000;
}

#review .rev_div.insta h6 {
    color: #de113b;
}

.callwhatsapp {
    width: 55px;
    position: fixed;
    right: 15px;
    bottom: 50px;
    z-index: 999;
}

.reviewpage img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 50%;
}

.wid-a {
    width: 24%;
}

.wid-b {
    width: 75%;
}

.tatto {
    background-image: url(../images/w1.jpg);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.piercing {
    background-image: url(../images/piercing.jpg);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.romoveal {
    background-image: url(../images/romoveal.jpg);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.pmu {
    background-image: url(../images/pmu.jpeg);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

#slider {
    height: 100% !important;
}

#slider .owl-wrapper-outer {
    height: 84%;
}

#slider .owl-wrapper {
    height: 100%;
}

#slider .owl-item {
    height: 100%;
}

#slider img {
    height: 80vh;
    width: 100%;
    object-fit: cover;
}

.owl-theme .owl-controls {
    margin-top: 0px !important;
    position: relative;
    top: -80px;
}

.modal-header {
    background: #ff940b;
    border-radius: 6px 6px 0 0;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    padding: 12px !important;
}

h5#exampleModalLabel {
    color: #ffffff;
    font-size: 20px;
}

.modal-header .close {
    position: relative;
    top: -23px;
}

.footer_bottom a {
    color: #b1b1b1;
    font-weight: bold;
}

.icon a {
    color: #ffffff;
}

.artist_box img {
    border-radius: 200px;
    width: 200px;
    height: 200px;
    border: 2px solid #ffffff;
    /* object-fit: cover; */
}

.card {
    /* background: #ffffff; */
    /* padding: 18px; */
    /* box-shadow: 0px 0px 5px 0px #0000002b; */
    /* border-radius: 10px; */
    /* margin-bottom: 24px; */
    /* overflow: hidden; */
    border: none;
}

.gir {
    background: #ffffff;
    padding: 0;
    box-shadow: 0px 0px 5px 0px #0000002b;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.card img {
    /* width: 100%; */
    object-fit: cover;
    border: none;
    transition: transform .5s ease;
}

.card img:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    transform: scale(1.5);
}

#owl-demo11 .item {
    padding: 15px;
}

div#review-2 {
    /* background: #f3f3f3; */
    padding: 60px 0;
    /* margin: 50px 0 0; */
}

#review-2 .owl-controls.clickable {
    top: 0;
}

#review-2 img {
    border-radius: 10px;
    margin-bottom: 26px;
    box-shadow: 0px 0px 5px 0px #0000004d;
    margin: 5px;
    margin-bottom: 15px;
}

#review-2 p {
    width: 70%;
    margin: 0 auto;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 16px !important;
    padding-bottom: 30px;
}

#review .rev_div .icon img {
    width: 70px;
}

.onlod_pop_warp {
    width: 100%;
    display: inline-block;
    padding: 5%;
    /* border: 1px solid #c97a03; */
    border-style: double;
    border-color: #c97a03;
    margin-top: 16px;
}

button.close {
    top: 4px;
    position: absolute;
    right: 7px;
    opacity: 1 !important;
    color: #000000;
}

.onlod_pop_warp h2 {
    font-family: 'Raleway', sans-serif;
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center;
    color: #000000;
}

.onlod_pop_warp form {
    padding-top: 10px;
}

.onlod_pop_warp form label {
    color: #000000;
    font-size: 14px;
    width: 100%;
    font-family: 'Raleway', sans-serif;
}

.onlod_pop_warp input {
    width: 100% !important;
    font-family: 'Raleway', sans-serif;
    border: 1px solid #cccccc;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 14px;
    border: none;
    border-bottom: 1px solid #cccccc;
}

.onlod_pop_warp form button.btn.btn-default {
    background: #ff940b;
    border: none;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border-radius: 30px;
}

#slider .owl-wrapper-outer .item {
    position: relative;
}

#slider .owl-wrapper-outer .item:after {
    content: "";
    position: absolute;
    width: 100%;
    background: #0000007d;
    height: 100%;
    top: 0;
    left: 0;
}

#owl-demo11 .item img {
    /* border: 1px solid #b7b7b7; */
    box-shadow: 0px 0px 6px 0px #00000047;
}

#owl-demo11 p {
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #000000;
    float: left;
    padding-top: 5px;
}

.inner_page_header .banner {
    display: none;
}

.inner_page_header .header_top {
    position: relative;
    background: #000000;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.book2 {
    border-radius: 30px;
}

.regis_tration button.btn.btn-primary {
    border-radius: 30px;
}

.regis_tration button.btn.btn-primary:hover {
    border-radius: 30px;
}

.regis_tration button#clear {
    border-radius: 30px;
}

button#clear-signature {
    border-radius: 30px !important;
}

button.btn.form-btn {
    border-radius: 30px !important;
}

.gfrr h5 {
    font-family: 'Raleway', sans-serif;
    margin-top: 0;
    padding-bottom: 0 !important;
    font-size: 20px;
    text-align: center;
    color: #000000 !important;
    text-transform: uppercase;
}

.inner_page_footer {
    display: none;
}

body.landing {
    padding: 0px !important;
}

.all_services {
    padding: 3px !important;
}

.all_services .card h3 {
    text-transform: uppercase;
    font-size: 18px;
    background: #ffffff;
    /* margin: 0px !important; */
    /* padding: 15px; */
    /* width: 90%; */
    /* margin: 0 auto; */
    /* position: relative; */
    /*    top: -28px;*/
    /* border: 1px solid #ff940b; */
    /* box-shadow: 0px 0px 5px 0px #00000042; */
    /* border-radius: 30px; */
}

#training p.text-left {
    font-size: 15px;
    /* margin-bottom: 30px; */
    float: left;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #000000;
}

.services img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    /* border: 2px solid #fff; */
    float: right;
}

.services p {
    color: #fff;
}

.services h1 {
    color: #fff !important;
}

/*section.services {*/
/*    background: #000;*/
/*}*/
.service_warp {
    float: left;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    /* background: #1e1915 url(../images/about_us_bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background: url(../images/artist.jpg);
}

.service_inner {
    float: left;
    width: 100%;
    background: #3b393e;
    margin: 10px;
    padding: 50px;
    border-radius: 0;
    box-shadow: 0px 0px 10px 0px #00000036;
    /* border: 2px solid #fff; */
    /* background: url(../images/artist.jpg); */
    background-size: cover;
    background-position: center center;
    /* background: #1e1915 url(../images/about_us_bg.jpg); */
}

.service_inner .col-lg-3 {
    padding: 0px !important;
}

.service_contet {
    float: left;
    width: 100%;
    text-align: left;
    padding: 50px;
}

.service_contet h1 {
    font-family: 'Oswald', sans-serif !important;
    font-size: 30px !important;
    margin: 0;
}

.service_contet p {
    /* font-family: 'Oswald', sans-serif !important; */
    font-size: 20px !important;
    float: left;
    width: 100%;
    font-family: 'Spinnaker', sans-serif;
}

.service_contet a.book {
    margin: 0;
    background: #ff940b;
    /* border-radius: 0px; */
    /* border: 1px solid #fff; */
}

.par_t2 {
    background: #d1811a;
}

.service_inner:hover {
    /* background: #ff940b; */
}

h1.o_ser {
    color: #ffffff !important;
}

.off_on {
    display: none;
}

.shrink {
    position: fixed;
    background: #1e1915;
}

#footer .left a {
    color: #000000;
}

h1.service_titel {
    color: #fff !important;
}






#owl-demo .item img {
    border-radius: 14px;
}

.training_img {
    /*background-image: url(../images/tattoo.jpg);*/
    /* position: relative; */
    /* height: 309px; */
    /* border: 20px solid #ff940b; */
}

.training_img a {
    margin-left: 0px;
    /* position: absolute; */
    bottom: 20px;
    right: 20px;
    border-radius: 20px;
    float: left;
}

.training_img a img {
    border-radius: 15px;
}

.service_inner .service_contet {
    height: 400px;
    float: left;
}

.col-lg-12.services_inner {
    margin-bottom: 50px;
}

.services_inner:nth-child(even) .service_contet {
    float: right;
    text-align: left;
}
.services_inner:nth-child(even) .service_img{
    float: left;
}
.service_inner .service_img {
    float: right;
}
header .banner .owl-controls {
    top: -55px;
}

.blog_card .card-img-top {
    transition: none !important;
    transform: none !important;
}

/*Header*/
         #header {
         float: left;
         width: 100%;
         position: relative;
         }
         .header-text{
         font-family: "Anton", sans-serif;
         font-weight: 100;
         font-style: normal;
         }
         .header_top {
         float: left;
         width: 100%;
         position: absolute;
         left: 0;
         top: 0;
         z-index: 999;
         }
         .banner {
         float: left;
         width: 100%;
         /*background-image: url(../images/banner.jpg);*/
         background-position: left top;
         background-size: cover;
         background-repeat: no-repeat;
         min-height: 80vh;
         display: flex;
         }
         .sidenav {
         height: 100%;
         /* 100% Full-height */
         width: 0;
         /* 0 width - change this with JavaScript */
         position: fixed;
         /* Stay in place */
         z-index: 1000;
         /* Stay on top */
         top: 0;
         right: 0;
         background-color: #ff940b;
         /* Black*/
         overflow-x: hidden;
         /* Disable horizontal scroll */
         padding-top: 60px;
         /* Place content 60px from the top */
         transition: 0.5s;
         /* 0.5 second transition effect to slide in the sidenav */
         }
         .header_top .logo {
         float: left;
         margin-top: 15px;
         margin-bottom: 15px;
         }
         .header_right .menu_toggle span.icon-bar {
         width: 100%;
         height: 2px;
         float: left;
         margin-bottom: 5px;
         background: #ffffff;
         }
         .header_right .menu_toggle {
         width: 29px;
         /* background: #ffFfff; */
         border-radius: 4px;
         padding: 5px;
         }
         .header_right .menu_toggle span.icon-bar:last-child {
         margin-bottom: 0;
         }
         .header_right {
         float: right;
         margin-top: 25px;
         }
         .header_right .header_right_btn {
         float: left;
         border: 2px solid #ffffff;
         border-radius: 30px;
         color: #ffffff;
         padding: 7px 20px;
         font-size: 17px;
         /* font-weight: bold; */
         text-transform: uppercase;
         margin-top: 20px;
         margin-right: 20px;
         letter-spacing: 1px;
         }
         .header_right .menu_toggle {
         float: right;
         margin-top: 13px;
         }
         .header_right .header_right_btn:hover {
         background: #ffffff;
         color: #000000;
         }
         .header_right .header_right_btn {
         transition: all ease 0.3s;
         }
         .header_right .header_right_btn:hover {
         background: #ffffff;
         color: #000000;
         }
         .header_right .header_right_btn {
         transition: all ease 0.3s;
         }
         /* Parallax Hero Section Styles */
         .parallax-hero {
         /* We remove background-image from here */
         min-height: 80vh;
         display: flex;
         align-items: center;
         justify-content: center;
         color: white;
         text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
         /* CRITICAL: These two create the "viewport" for the parallax */
         position: relative;
         overflow: hidden; 
         }
         /* This is the NEW background element */
         .parallax-bg {
         background-image: url('./images/back.jpg');
         background-position: center;
         background-repeat: no-repeat;
         background-size: cover;
         /* Position it behind everything */
         position: absolute;
         left: 0;
         width: 100%;
         z-index: 1;
         /* * KEY: Make it taller than the container and start it "above" the top.
         * This gives it room to move without showing a gap.
         */
         height: 140%; /* 100% + 40% extra room */
         top: -20%;    /* Start 20% above the top */
         /* Hint for the browser to make transforms smooth */
         will-change: transform;
         }
         /* The overlay, now on top of .parallax-bg */
         .parallax-hero::before {
         content: "";
         position: absolute;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         background-color: rgba(0, 0, 0, 0.7);
         z-index: 2; /* Above BG */
         }
         /* The content, on top of the overlay */
         .parallax-hero .container {
         position: relative;
         z-index: 3; /* Above overlay */
         }
         .parallax-hero h1 {
         font-size: 100px;
         font-weight: 700;
         text-transform: uppercase;
         }
         /* General styles (from previous code) */
         .section-icon {
         font-size: 3rem;
         color: var(--bs-primary);
         }
         .testimonial-card {
         background-color: #f8f9fa;
         border: none;
         border-radius: 10px;
         }
         .img-fluid-profile {
         width: 100px;
         height: 100px;
         object-fit: cover;
         border-radius: 50%;
         }
         /* ======== NEW IMAGE CARD STYLES ======== */
         .image-card-container {
         position: relative;
         }
         .video-card-overlay {
         position: absolute;
         bottom: -10%; /* Pulls the card down */
         right: -8%;  /* Pushes the card to the right */
         width: 65%;  /* Makes the card smaller */
         border-radius: 0.5rem; /* Bootstrap's .rounded-3 */
         box-shadow: 0 1rem 3rem rgba(0,0,0,0.175); /* Bootstrap's .shadow-lg */
         overflow: hidden; /* Keeps image corners rounded */
         border: 5px solid white; /* White border */
         display: block; /* Makes the 
         <a>
            tag a block */
            transition: all 0.3s ease-in-out;
            }
            .video-card-overlay:hover {
            transform: scale(1.05) rotate(1deg); /* Slight grow and tilt on hover */
            box-shadow: 0 1.5rem 4rem rgba(0,0,0,0.25);
            }
            .video-card-overlay img {
            display: block; /* Removes any bottom space on the image */
            }
            .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background-color: rgba(255, 255, 255, 0.85);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            backdrop-filter: blur(4px); /* Frosted glass effect */
            }
            .video-card-overlay:hover .play-button {
            background-color: rgba(255, 255, 255, 1);
            transform: translate(-50%, -50%) scale(1.1);
            }
            /* ... (your existing styles for parallax, cards, etc.) ... */
            /* ======== NEW SECTION STYLES ======== */
            /* Define a custom purple color */
            :root {
            --custom-purple: #000000; /* You can change this hex code */
            --custom-purple-light: #ffcd8d; /* A very light purple */
            }
            /* Override Bootstrap's primary color */
            .text-primary {
            color: var(--custom-purple) !important;
            }
            .btn-primary {
            background-color: var(--custom-purple);
            border-color: var(--custom-purple);
            }
            .btn-primary:hover {
            background-color: #ffc476; /* A darker purple */
            border-color: #ffc476;
            }
            /* Custom card styling */
            .points-card {
            border: 1px solid #e9ecef; /* Light border */
            border-radius: 0.5rem; /* Bootstrap's .rounded-3 */
            transition: all 0.3s ease;
            }
            .points-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
            }
            /* Highlighted card with purple background */
            .points-card.card-highlight {
            background-color: #ff940b9c;
            border-color: #ff940b9c;
            }
            /* Styling for the icon background */
            .icon-bg {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 0.5rem;
            background-color: #fff;
            color: var(--custom-purple);
            border: 1px solid #e9ecef;
            font-size: 1.25rem;
            }
            .card-highlight .icon-bg {
            background-color: rgba(255,255,255,0.7);
            }
            .li-num{
            background-color: #FF940B;
            }
            /* ======== BACKGROUND FOR FORM SECTION ======== */
            #join-now {
            background-image: 
            linear-gradient(rgba(0, 0, 0, 0.8), rgba(36, 32, 32, 0.8)),
            url('./images/tatoo-bg-img.webp');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            }
            .glass-form-container {
            background: rgba(255, 255, 255, 0.1); /* Semi-transparent white */
            backdrop-filter: blur(15px);         /* The blur effect */
            -webkit-backdrop-filter: blur(15px); /* Safari support */
            border-radius: 1rem;                 /* Rounded corners */
            padding: 2.5rem 2rem;                /* Inner spacing */
            border: 1px solid rgba(255, 255, 255, 0.2); /* Subtle border */
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3); /* Soft shadow */
            }
            /* Target the form elements inside the glass container */
            .glass-form .form-control,
            .glass-form .form-select {
            background: transparent !important; /* No background */
            border: none;                     /* No border */
            border-bottom: 2px solid rgba(255, 255, 255, 0.5); /* Bottom line */
            border-radius: 0;                 /* No rounded inputs */
            color: #fff !important;           /* White text */
            }
            /* Style for the input placeholders */
            .glass-form .form-control::placeholder {
            color: rgba(255, 255, 255, 0.6);
            opacity: 1; /* Override default opacity */
            }
            /* Style the icons in the input groups */
            .glass-form .input-group-text {
            background: transparent;
            border: none;
            border-bottom: 2px solid rgba(255, 255, 255, 0.5);
            border-radius: 0;
            color: rgba(255, 255, 255, 0.8); /* Icon color */
            font-size: 1.1rem;
            padding-right: 0.5rem; /* Space between icon and text */
            }
            /* Remove the blue shadow on focus */
            .glass-form .form-control:focus,
            .glass-form .form-select:focus {
            box-shadow: none;
            border-bottom-color: #fff; /* Highlight border on focus */
            }
            /* Style the form labels */
            .glass-form .form-label {
            text-align: left;
            display: block; /* Ensure it's not centered */
            margin-bottom: 0.25rem;
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.9);
            }
            /* New button style from your image */
            .btn-magenta {
            background-color: #ff940b; /* Hot pink/magenta */
            border: none;
            border-radius: 50px; /* Pill shape */
            padding: 0.75rem 2rem;
            font-weight: 600;
            color: #000000;
            transition: all 0.3s ease;
            }
            .btn-magenta:hover {
            background-color: #ffc476; /* Darker magenta */
            color: #000000;
            transform: scale(1.05);
            }
            .top_rap {
            width: 100%;
            /* margin: -15px auto 20px;
            box-shadow: 0px 0px 5px 0px #00000054; */
            border-radius: 15px;
            z-index: 999999999;
            position: relative;
            }
            .der img {
            padding: 10px;
            border: 2px solid #ff940b;
            }
            footer#footer {
            background: #ffffff !important;
            height: auto !important;
            }
            #footer .right form textarea {
            height: 110px;
            }
            #footer .right p {
            margin-bottom: 0;
            }
            #footer .right form#contactForm {
            padding-top: 20px;
            }
            .owl-carousel .item {
            background: #ffffff;
            padding: 0;
            border-radius: 0;
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            margin: 0 15px;
            }
            .owl-theme .owl-nav [class*='owl-'] {
            color: #ff940b;
            font-size: 2rem;
            margin: 5px;
            transition: 0.3s;
            }
            .owl-theme .owl-nav [class*='owl-']:hover {
            color: #fff;
            }
            .owl-theme .owl-dots .owl-dot span {
            background: #ff940b;
            }
            #owl-demo .item img {
            border-radius: 0 !important;
            }
            .owl-carousel .item h1 {
            font-size: 16px;
            color: #000;
            text-align: left;
            padding: 10px;
            }
            .owl-theme .owl-controls {
            top: 0 !important;
            }

div#pageLoadModal {
    z-index: 99999999999;
}

button.btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 1;
    font-size: 9px;
}

div#pageLoadModal label.form-label {
    font-size: 14px;
}

div#pageLoadModal input.form-control {
    font-size: 14px;
}

div#pageLoadModal select.form-select {
    font-size: 14px;
}
.highlight-box {
  background: #fff;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.highlight-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.section-title {
  font-weight: 700;
  letter-spacing: 0.5px;
}
.module-box {
  background: #fff;
  border: 1px solid #f0f0f0;
  transition: 0.3s ease;
}

.module-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.module-icon {
  font-size: 22px;
  line-height: 1;
}

.section-title {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.trainer-photo-wrapper {
  border-radius: 16px;
  height: 420px;
}

.trainer-photo-wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.trainer-stats li {
  font-size: 16px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.trainer-stats li span {
  font-size: 20px;
  margin-right: 10px;
}

.section-title {
  font-weight: 700;
  letter-spacing: 0.5px;
}




            @media (max-width: 768px) {
            .parallax-hero h1 {
            font-size: 40px;
            }
            .parallax-hero p {font-size: 20px;padding: 0 50px;}
            .top_rap {
            width: 100%;
            } make a responsive code
            }