@font-face {
    font-family: 'Bad Boys';
    src: url('../fonts/BadBoys.woff2') format('woff2'),
        url('../fonts/BadBoys.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Old London Alternate';
    src: url('../fonts/OldLondonAlternate.woff2') format('woff2'),
        url('../fonts/OldLondonAlternate.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Old London';
    src: url('../fonts/OldLondon.woff2') format('woff2'),
        url('../fonts/OldLondon.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Old London';
    src: url('../fonts/OldLondon.woff2') format('woff2'),
        url('../fonts/OldLondon.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Old London Alternate';
    src: url('../fonts/OldLondonAlternate.woff2') format('woff2'),
        url('../fonts/OldLondonAlternate.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primaryFont: 'Montserrat', sans-serif;
    --headingFont: 'Bad Boys';
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    background: #310634;
    overflow-x: hidden;
    color: #fff;
    font-family: var(--primaryFont);
}

p {
    margin-bottom: 0;
}

section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

figure {
    margin: 0 !important;
}

.sec-inner-hd{
    font-size: 54px !important;
}
.sec-inner-para {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
}

.btn {
    /* background: #fff; */
    padding: 12px 30px;
    margin-top: 24px;
    border-radius: 50px;
    font-weight: 500;
    font-style: 22px;
}

.btn-1 {
    background: #fff;
    color: #000;
}

.btn-1:hover {
    background: #1f1f1f;
    color: #fff;
}

::selection {
    background: #e6e6e6;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.headerMain {
    z-index: 999;
    position: absolute;
    width: 100%;
}

.stickystyle {
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
}

.scrolled .stickystyle {
    background-color: #3106349e;
    background: linear-gradient(23deg, rgba(4,0,37,0) 0%, rgba(49,6,52,0.3142390745360645) 61%, rgba(49,6,52,0.7035948168329832) 98%);
}

.phone-ic {
    display: block;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.menuBar {
    align-items: flex-start;
    justify-content: center;
}

.menuBar .navbar-collapse {
    flex-grow: inherit;
}

.menuBar .navbar-nav {
    display: flex;
    justify-content: center;
    padding: 25px 60px 0 40px;
}


.calltoaction {
    flex: 0 0 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0 0;
}

.calltoaction .btn {
    margin: 0 0px 0px 40px;
}

.logoheader {
    width: 180px;
    transition: all .3s ease-in-out;
}

.scrolled .logoheader {
    width: 110px;
}

.menuBar .nav-item .nav-link {
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0 55px;
  }

.menuBar .nav-item .nav-link:is(:focus-visible, :focus, :active),
.menuBar .nav-item:hover .nav-link {
    color: #fff;
    outline: none;
    border: none;
    box-shadow: none;
}

.menuBar .navbar-nav .dropdown-menu {
    position: static;
    background-color: #310634;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

.menuBar .dropdown-menu .dropdown-item {
    color: #fff;
    padding: 8px 20px;
    margin: 0;
}

.menuBar .dropdown-menu .dropdown-item:hover {
    color: #000;
}

.bannerSec {
    overflow: hidden;
}

.madusagif {
    position: absolute;
    top: 66%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
  }

  .madusagif .gifImg {
    width: 450px;
    margin: 0 auto;
  }

.bannerImage {
    height: 100vh;
    position: relative;
}

.bgImage {
    /* background-image: url(../img/bg-fornt.png); */
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.frontImage {
    background-image: url(../img/bg-fornt.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* mix-blend-mode: color-burn; */
}

.backImage {
    background-image: url(../img/bg-banner.jpg);
}

.shadowBg {
    background-image: url(../img/about-the-artist-shadow.png);
    position: absolute;
    top: 0;
    left: 0;
}

.madusaBg {
    background-image: url(../img/about-the-artist.jpg);
}

.Bannerheading h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--headingFont);
    letter-spacing: 0px;
    font-size: 120px;
    line-height: 90%;
}

.scroll_icon {
    position: absolute;
    left: 50%;
    bottom: 3%;
    transform: translateX(-50%);
}

.scroll_icon img {
    width: 50px;
    position: relative;
    object-fit: contain;
}

.overlaybanner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #310634;
    z-index: 2;
    opacity: 0;
}

.artistContentWrapper p,
.aboutContentWrapper p {
    margin: 0;
}

.artistContentWrapper h2,
.aboutContentWrapper h2 {
    font-family: var(--headingFont);
    letter-spacing: -2px;
    margin-bottom: 18px;
    font-size: 70px;
}


.wrapcontent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
  }

  .Bannerheading {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10%;
  }
  
.aboutContentWrapper {
    padding: 60px 0 0;
  }

.artistContentWrapper,
.aboutContentWrapper {
    text-align: center;
    position: relative;
}

.artistContentWrapper {
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    width: 100%;
}


.dividerpart {
    position: absolute;
    left: 50%;
    top: auto;
    right: auto;
    bottom: -100%;
    overflow: hidden;
    width: 1px;
    height: 260px;
  }

.vertical-divider {
    height: 100%;
    background-color: hsla(0, 0%, 100%, 0.6);
    width: 1px;
    display: block;
}

/* Service Sec */

.servicesSec {
    position: relative;
    height: 100vh;
    /* overflow: hidden; */
    /* perspective: 1500px; */
}

.servSec {
    height: 100vh;
    padding: 3vh 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    transform-style: preserve-3d;
    overflow: hidden;
}

.bgserv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: scale(1.2);
}

.servSec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-servback.png);
    background-size: cover;
    background-position: center right;
    z-index: 1;
}

.anmSec:nth-child(even) .servSec:before {
    background-position: center left;
    background-image: url(../img/bg-servbackleft.png);
}

.service-sec-01 {
    background-image: url(../img/serv01.jpg);
    background-position: center right;
}

.service-sec-02 {
    background-image: url(../img/serv02.jpg);
    background-position: center left;
}

.service-sec-03 {
    background-image: url(../img/serv03.jpg);
    background-position: center right;
}

.service-sec-04 {
    background-image: url(../img/serv04.jpg);
    background-position: center left;
}

.service-sec-05{
    background-image: url(../img/serv05.jpg);
    background-position: center left;
}

.service-sec-06{
    background-image: url(../img/serv06.jpg);
    background-position: center left;
}

.serv-content {
    position: relative;
    z-index: 2;
}

.anmSec:nth-child(even) .serv-content {
    text-align: right;
}

.serv-heading {
    font-size: 130px;
    font-family: var(--headingFont);
    transform: translateY(150px);
    opacity: 0;
}

.serv-para {
    font-size: 16px;
    transform: translateY(120px);
    opacity: 0;
}

.serv-list {
    margin: 10% 15px 10%;
    padding: 0 15px 0;
    transform: translateY(90px);
    opacity: 0;
}

.serv-list li {
    font-size: 18px;
    list-style: none;
    line-height: 150%;
    margin: 5px 0;
    padding: 5px 0;
    position: relative;
    
}

.serv-list li:before {
    content: '\ea53';
    position: absolute;
    font-family: remixicon !important;
    font-size: 34px;
    left: -35px;
}

.anmSec:nth-child(2n) .serv-list li:before {
    content: '\ea63';
    right: -30px;
    left: auto;
    font-size: 24px;
}

.serv-anch {
    font-size: 18px;
    color: #fff;
    transform: translateY(70px);
    opacity: 0;
    display: inline-block;
}

div#servicesWrapper {
    display: flex;
    height: 100%;
}

div#servicesWrapper figure {
    margin: 0;
    position: relative;
    transition: all 350ms ease-in;
    overflow: hidden;
    height: 100%;
  }

div#servicesWrapper figure figcaption {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    transition: all 350ms ease-in;
    letter-spacing: -2px;
    z-index: 99;
    display: flex;
    font-size: 26px;
    flex-direction: column;
    transform: translateY(150px);
}

div#servicesWrapper figure:hover figcaption {
    transform: translateY(0);
}

div#servicesWrapper figure img {
    object-fit: cover;
    height: 100vh;
    width: 100%;
    object-position: center;
    transition: all .2s;
    filter: brightness(70%);
}

div#servicesWrapper figure:hover img {
    transform: scale(1.03);
    transform-origin: center;
}

div#servicesWrapper figure::after {
    content: '';
    background: #00000060;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 350ms ease-in;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 8;
    opacity: 0;
}

div#servicesWrapper figure:hover::after {
    background: #00000000;
}

div#servicesWrapper figure figcaption a {
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: start;
}

div#servicesWrapper figure figcaption a i {
    font-size: 16px;
    line-height: 1.8;
}

.consultationSec {
    overflow: hidden;
    margin: 0;
}

.particlesWrapper {
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.particlesWrapper>h2 {
    font-family: var(--headingFont);
    font-size: 32px;
    text-transform: capitalize;
    letter-spacing: -1px;
}

.particle_img {
    width: 370px;
    opacity: .3;
}

.particle_img1 {
    left: -8%;
    top: -30%;
}

.particle_img3 {
    right: 25%;
    transform: scale(1);
    top: -10%;
}

.particle_img2 {
    left: 25%;
    top: 55%;
}

.particle_img4 {
    right: -5%;
    transform: scale(0.8);
    bottom: -50%;
}

.particle_leftimg,
.particle_rightimg {
    padding: 0;
}

.particle_leftimg img {
    height: 931px;
    right: -150px;
    position: relative;
}

.particle_rightimg img {
    left: 0;
    position: relative;
}

#preConsultSection>figure {
    position: relative;
    height: 100%;
}

#preConsultSection > figure > img:nth-child(1) {
    position: absolute;
    object-fit: cover;
    object-position: bottom right;
    right: -5%;
    bottom: 0;
  }

.consultContentWrapper {
    position: absolute;
    width: 100%;
    bottom: 15%;
    /*! height: 100vh; */
    display: flex;
    align-items: center;
  }

.consultContentWrapper h1 {
    font-size: 50px;
    margin-bottom: 12px;
    letter-spacing: -2px;
    font-family: var(--headingFont);
}

.consultContentWrapper p {
    width: 38vw;
}

.offerBox {
    padding: 0px 2px !important;
    /* border: 1px solid #e6e6e645; */
    position: relative;
    height: 50vh;
    overflow: hidden;
}

.offerBox:first-child,
.offerBox:nth-child(4) {
    border-left: none !important;
}

.offerBox:nth-child(3),
.offerBox:last-child {
    border-right: none !important;
}

.offerBox>img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.offerBox.offerBox_withtext {
    display: flex;
    align-items: start;
    padding: 56px !important;
    position: relative;
    overflow: hidden;
    width: 25%;
    height: 50vh;
    flex-direction: column;
    justify-content: center;
}

.offerBox.offerBox_withtext>h1 {
    font-family: var(--headingFont);
    font-size: 34px;
    text-transform: capitalize;
}

.offerbtnWrapper {
    position: absolute;
    bottom: 3rem;
}

.offerbtnWrapper {
    /* position: absolute;
    bottom: 2rem;
    left: 2rem; */
    transition: all 350ms ease-in;
    letter-spacing: -2px;
    z-index: 99;
    display: flex;
    font-size: 26px;
    flex-direction: column;
    transform: translateY(150px);
}

.offerbtnWrapper a {
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 1;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: start;
}

.offerBox.offerBox_withtext:hover .offerbtnWrapper {
    transform: translateY(0);
}

.offerBox:has(img) {
    overflow: hidden;
    transition: all 350ms ease-in;
}

.offerBox img {
    height: 100%;
    object-fit: cover;
}

.offerBox:has(img)::after {
    content: '';
    background: #00000065;
    position: absolute;
    height: 100%;
    display: block;
    transition: all 350ms ease-in;
    width: 100%;
    z-index: 9;
    left: 0;
    top: 0;
}

.offerBox:has(img):hover::after {
    opacity: 0;
    transition: all 350ms ease-in;
}

.offerBox:has(img):hover img {
    transform: scale(1.05);
}

.fadeLogos {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fadeLogos>img:nth-child(1) {
    position: relative;
    opacity: .5;
}

.fadeLogos>img:nth-child(2) {
    position: absolute;
}

#gallerySection .rightColumn,
#gallerySection .leftColumn {
    position: relative;
}

.imageWrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.galleryimage {
    position: relative;
    z-index: 99;
    pointer-events: none;
    padding: 20px;
    height: 50vh;
}

.leftColumn .galleryimage:nth-child(1) {
    top: 0;
    left: 0;
}

.leftColumn .galleryimage:nth-child(2) {
    right: 0;
    top: 0;
}

.leftColumn .galleryimage:nth-child(3) {
    top: 0;
    left: 0;
}

.rightColumn .galleryimage:nth-child(1) {
    left: 0;
    top: 0;
}

.rightColumn .galleryimage:nth-child(2) {
    right: 0;
    top: 0;
}

.rightColumn .galleryimage:nth-child(3) {
    left: 0;
    top: 0;
}

/* .btn-2 {
    margin: 0 !important;
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 12px 40px;
    font-size: 16px;
} */

.gallerybtnWrapper>.btn {
    margin: 0 !important;
    padding: 12px 42px;
    font-size: 16px;
}

.gallerybtnWrapper>.btn:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.gallerybtnWrapper>.btn:nth-child(2) {
    /* top: 50%; */
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    bottom: 0;
}

footer {
    /* height: 70vh; */
    padding: 60px 0 20px 0;
}

footer .vertical-divider {
    height: 10vw;
}

.footerContentWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footerContentWrapper>h4 {
    font-size: 16px;
    font-family: 'montserrat';
}

.Footerheading>h1 {
    font-size: 56px;
    font-family: var(--headingFont);
    margin: 0 0 18px;
}

a#goTopbtn {
    margin: 0;
    cursor: pointer;
    line-height: 2.4;
    color: #fff;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right:0;
}

a#goTopbtn::after {
    content: '';
    height: 1px;
    width: 0%;
    background: #fff;
    transition: all 350ms ease-in;
    position: absolute;
    bottom: 0;
    left: 0;
}

a#goTopbtn:hover::after {
    width: 100%;
}

.copyrightText p {
    font-size: 18px;
    opacity: 1;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    font-weight: 300;
}

.bottmLine ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: right;
  }

.bottmLine ul li a{
    color: #fff;
    font-size: 18px;
    margin: 0 10px;
    text-decoration: none;
}

.madusascrollingSec {
    height: 100vh;
    display: flex;
    align-items: center;
  }

  .ctacontent {
    position: relative;
    z-index: 1;
    text-align: center;
  }

  .madusaLogoSec {
    height: 102vh;
    padding: 50px 0;
  }

  
.rightImage {
    right: -11%;
    width: 35%;
    bottom: -6%;
  }
  .scrollbgimg {
    position: absolute;
    z-index: -1;
  }
  .leftImage {
    width: 35%;
    left: 0;
    bottom: -15%;
  }
  .logomadusa {
    width: auto;
    height: 90vh;
  }

  .gallerySec {
    overflow: visible;
    border: 1px solid #e6e6e645;
    border-left: 0;
    border-right: 0;
    display: flex;
    align-items: center;
  }

  .verticallybd {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e6e6e645;
  }

  .rightColumn .verticallybd:last-child {
    right: 0;
  }

  .horizontalbd{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e6e6e645;
    z-index: 1;
  }

  .offerBox .verticallybd {
    right: 0;
    width: 2px;
    z-index: 1;
  }

  
.centerbd {
    left: 50%;
    transform: translateX(-50%);
  }
  .rightbd {
    right: 10%;
  }
  .leftbd {
    left: 10%;
  }


@media (min-width:1450px) {
    #preConsultSection > figure > img:nth-child(1) {
        right: -15%;
      }
      .artistContentWrapper p, .aboutContentWrapper p {
        font-size: 20px;
        line-height: 160%;
      }
      .footerContentWrapper > h4 {
        font-size: 24px;
      }
      .Footerheading>h1 {
        font-size: 76px;
      }
}


/* consult-sec-inner-css */

#preConsultSection.consult-sec-inner > figure > img:nth-child(1){
    right: 0% !important;
    bottom: -100px !important;
}
#preConsultSection.consult-sec-inner .sec-inner-para {
    width: 46vw !important;
}

/* about-us */
.about-us-inner .aboutContentWrapper {
    padding: 760px 0 0;
}

.wrapcontent.about-us-inner{
    top: 130% !important;
}
.abouttheartist-inner .serv-list {
    opacity: 1 !important;
    margin: 0% 15px 200% !important;
}


/* services-css */
.servicefrontImage{
    background-image: url("../img/service-banner.jpg");
}
.services-inner-sec h2 {
    font-size: 80px !important;
}

.services-inner-sec-two .sec-inner-hd {
    font-size: 130px !important;
}

.anmSec.arrowleft:nth-child(2n) .serv-list li:before {
    right: 175px !important;
    content: "\ea53" !important;
    font-size: 36px;
}

/* contact-us-css */
.contact-us-from{
    background-image: url("../img/contact-bg.png") !important;
    background-image: url(../img/bg-servbackleft.png);
    background-size: cover !important;
    width: 100%;
    height: 878px;
    background-repeat: no-repeat;
}
.contact-form input,
.contact-form textarea{
    border-radius: 2px;
    height: 80px;
    padding-left: 20px;
    border: 2px solid #e3e3e3;
    box-shadow: none;
    background: transparent;
    margin: 5px 0 30px;
}

.contact-form textarea{
    height: 100px !important;
    width: 100% !important;
    padding-top: 20px;
}

.contact-form textarea::placeholder{
    color: #fff;
    font-size: 18px;
}

.form-control.error {
    border-color: red !important
}

label.error {
    display: none !important
}

.contact-form .text strong {
    text-transform: uppercase
}

.contact-form input
.contact-form textarea{
    background-color: transparent !important;
    color: #555 !important;
}

.contact-form {
    text-align: center;
    margin-top: 60px;
}

.contact-content-box h2 {
    text-align: center;
    color: #fff !important;
    transform: translate(-100px, 0px) !important;
    font-size: 66px !important;
}
.contact-form input::placeholder {
    color: #fff !important;
    font-size: 18px;
}

/* about-us-css */

.aboutus-main {
    padding: 80vh 0 200px;
    height: 100%;
}

.about-us-content-wrapp .sec-inner-hd{
    margin: 0 0 30px;
    font-family: var(--headingFont);
}

.about-us-content-wrapp{
    text-align: center !important;
}

.aboutus-main p {
    margin-bottom: 25px !important;
    font-weight: 400;
}

.aboutTheArtist {
    padding: 180px 0 90px;
    text-align: center;
}

.aboutTheArtist p {
    font-size: 18px;
    line-height: 160%;
    margin: 0 0 15px;
}

.aboutTheArtist h2 {
    font-size: 50px;
    margin: 0 0 30px;
    font-family: var(--headingFont);
}