/*** 

====================================================================
      Fonts
====================================================================

***/


@import url('global.css');
@import url('preloader.css');
@import url('font-awesome.css');
@import url('simple-line-icons.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');

/* Grid Lines */
.grid-line-wrapper{
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
}

/*
.grid-line-wrapper .grid-line{
    position: relative;
    width: 20vw;
    height: 100%;
    border-right: 2px solid #f6f6f6;
}

.grid-line-wrapper .grid-line:last-child{
    border-color: transparent
}
*/


.grid-line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 25%;
  background: #ece3d4;
  overflow: hidden;
}
.grid-line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 178, 185, 0) 0%, #BF8C39 75%, #979797 100%);
  -webkit-animation: drop 7s 0s infinite;
          animation: drop 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.grid-line:nth-child(1) {
  margin-left: 0%;
}
.grid-line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.grid-line:nth-child(2) {
  margin-left: 25%;
}
.grid-line:nth-child(2)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.grid-line:nth-child(3) {
  margin-left: 50%;
}
.grid-line:nth-child(3)::after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.grid-line:nth-child(4) {
  margin-left: 75%;
}
.grid-line:nth-child(4)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

.loader{
    background-color: black;
    height: 100vh;
}


.modal h2,
.modal h3,
.modal h4,
.modal h5{
    color: #000000;
}


.visual-col{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%
}

.visual-col.lg-dir-reverse{
    flex-direction: row-reverse
}

.visual-col .visual-content.reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.visual-col .visual_media,
.visual-col .visual_content{
    flex: 1 100%
}

/* Site Styles */

.fixed-icons{
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 9;
    width: 25%;
    display: flex;
    justify-content: end;
}

.fixed-icons .icon{
    background-color: #ffffff;
    padding: 20px;
    margin: 0 1px;
}

.fixed-icons .icon:hover{
    box-shadow:0 20px 20px rgba(0,0,0,0.1)    
}

.brand-intro{
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    height: 100vh;
    
}

.brand-intro .logo-wrapper{
   
}

.brand-intro .logo-wrapper .logo{
    background-color: #c2a467;
    text-align: center;
    padding: 40px;
    height: 240px;
}
.brand-intro .logo-wrapper .logo img{
    width: 400px;
}

.brand-intro .intro-content-wrapper{
    display: flex;
    align-items: flex-end;
    height: auto;
}

.brand-intro .intro-content{
    background-color: #ffffff;
    padding: 80px 100px;
    height: auto;
}

.brand-intro .intro-content-wrapper .intro-text {
    font-size: 34px;
    color: #BF8C39;
}


.founder{
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    height: auto;
    background:#2e1f15 url(../img/vip-bg.jpg) no-repeat bottom;
    background-size: cover;
    margin: 100px 0;
}

.founder .fouder-visual{
    display: none;
    display: flex;
    justify-content: flex-end;
}

.founder .group-brief{
    display: flex;
    align-items: center;
    height: inherit;
    margin-left: 25%;
}

.founder .group-brief .brief-container{
    margin: 140px 0;
}

.founder .group-brief .title{
    margin: 0 0 40px 0;
}

.founder .group-brief .title .large{
    font-size: 80px;
}

.founder .cta-button{
    margin: 60px 0 0 0;
}

.brands{
    margin: 100px 0;
}

.brands .brand-title{
    width: 49.8%;
    margin: 0 auto;
    background: #ffffff;
    padding: 20px 0;
    text-align: center;
}

.brands .brand-title .title-text{
    font-size: 28px;
    color: #BF8C39;
    text-transform: uppercase;
    
}

.brands .brands-intro{
    width: 75%;
    margin: 0 auto;
}

.brands .brand-logos{
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 0 auto;
    gap:2px 1px;
}

.brands .brand-logos .brand-col{
    position: relative;
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 30px;
    background: #fff;
    flex: 1;
    border-top: solid 4px #ebe6de
}

/* .brands .brand-logos .brand-col::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 20%;
    border-right: solid 1px #eee0cb;
    right: 0;
} */

.brands .brand-logos .brand-col:hover{
      
    transform: translateY(-10px);
    transition:all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    box-shadow: 0 0 30px 20px rgba(0,0,0,0.05)
}

.brands .brand-logos .brand-col .brand-brief{
    display: none!important;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #7d7d7d;
    height: 120px;
    text-align: center;
    /* background: #f4f4f4; */
    /* border-radius: 10px; */
    display: flex;
    align-items: center;
    padding: 30px;
    border-top: solid 1px #fff5e6;
}

.brands .brand-logos .brand-col h2{
    font-size: 28px;
    color: #BF8C39;
}

.brands .brand-logos .client-logo{
    width: 300px;
    margin: 60px 0;
}


.contact-info{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color:transparent;
    padding: 80px;
    text-align: center;
    color: #BF8C39;
}

.contact-info .info-container{
    width: 50%;
    margin: 0 auto;
}

.contact-info .info-container .primary-number{
    width: auto;
    display: inline-flex;
    padding: 20px 60px;
    
}

.contact-info .info-container .primary-email{
    width: auto;
    display: inline-flex;
    padding: 20px 60px;
    
}

.contact-info .info-container .primary-number a,
.contact-info .info-container .primary-email a{
    font-family: var(--font-family-Forum);
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
}

.contact-info .info-container  a:hover{
    background-color:#ffffff;
}


.profile-modal .modal-body{
    padding: 0;
}

.profile-wrapper{
    position: relative;
    display: flex;
    justify-content: space-between
}

.profile-wrapper .profile-image{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100%;
    margin-right: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.profile-wrapper .profile-image img{
    width: 90%;
}

.profile-wrapper .profile-content{
    width: calc(100vw - 600px);
    height: auto;
    padding:100px 80px 80px 0;
    letter-spacing: 0.5px;
    text-align: justify
}

.profile-wrapper .profile-content .name {
    text-transform: uppercase;
}

.profile-wrapper .profile-content p{
    font-size: 14px;
}



    
@media (max-width:1024px){

    .brand-intro .logo-wrapper .logo img{
        width: 240px;
    }
    
    .about-us .visual-col{
        width:auto;
        flex-direction:column
    }
    
    
}

@media (max-width:768px){
    .about-us .visual-col .visual_media{
        width:auto;
        height:auto;
        margin:10px 30px;
    }
}



html:not(.body-menu-opened) .hamburger .top-bun {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
          animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

html:not(.body-menu-opened) .hamburger .meat {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
          animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

html:not(.body-menu-opened) .hamburger .bottom-bun {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
          animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}



@media (max-width:1024px){

   

    .founder .group-brief .brief-container{
        margin:80px 0;

    }

    .founder .group-brief .title{
        font-size:40px
    }

    .profile-wrapper{
        flex-direction: column;
    }

    .profile-wrapper .profile-image{
        position: relative;
        height: auto;
    }


    .profile-wrapper .profile-content{
        width: 100%;
        background-color: #ffffff;
        padding:60px 40px;
    }

    .modal .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
}
    
}

@media (max-width:480px){

    .brand-intro{
        grid-template-columns: 1fr;
    }

    .brand-intro .logo-wrapper .logo{
        height: 140px;
    }

    .brand-intro .logo-wrapper .logo img {
        width: 200px;
    }

    .brand-intro .intro-content{
        padding: 80px 50px;
    }

    .brand-intro .intro-content-wrapper .intro-text{
        font-size: 24px;
    }

    .founder{
        display: flex;
        flex-direction: column-reverse;
    }



    .founder .group-brief{
        margin: 0 15%;

    }

    .founder .group-brief .title .title-text{
        font-size: 32px;
    }

    .founder .group-brief .title .large{
        font-size: 60px;
        line-height: 1.2;
    }

    .founder .fouder-visual{
        overflow: hidden;
    }

    .founder .fouder-visual img{
        transform: scale(1.5) translateY(70px) translateX(-10%);
    }

    .brands .brand-title .title-text{
        padding: 5px 20px;
    }

    .brands .brand-title .title-text{
        font-size: 13px;
    }

    .brands .brand-logos{
       grid-template-columns: 1fr; 
    }

    .brands .brand-logos .brand-col{
        height: 140px;
        border-top: 0;
    }

    .contact-info .info-container{
        width: 90%;
    }

    .contact-info .info-container .primary-email{
        padding-left: 0;
        padding-right: 0;
    }

    .contact-info .info-container .primary-number a, .contact-info .info-container .primary-email a{
        font-size: 20px;
    }

    .fixed-icons{
        width: 100%;
        top: 10px;
        right: inherit;
        justify-content: center;
    }
}





/* SOUND & EQUALIZER */
.sound {
    position: fixed;
    right: 40px;
    bottom: 10px;
    z-index: 99999;
    display: flex;
    align-items: center;
}
.sound span {
  float: left;
  color: #77613d;
  font-size: 11px;
    letter-spacing: 2px;
  margin-right: 10px;
}
.sound .equalizer {
  float: left;
}
.sound .equalizer .holder {
  width: 23px;
  height: 10px;
  position: relative;
}


.equalizer {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
}

.equalizer span {
  background: #77613d;
  width: 1px;
  height: 1px;
  top: 50%;
  bottom: 0;
  left: 0%;
  transform: translateY(-50%);
  position: absolute;
  transition: height 0.2s linear;
}

.equalizer span:nth-child(1) {
  margin-left: 4px;
}

.equalizer span:nth-child(2) {
  margin-left: 8px;
}

.equalizer span:nth-child(4) {
  margin-left: 12px;
}

.equalizer span:nth-child(5) {
  margin-left: 16px;
}

.equalizer span:nth-child(6) {
  margin-left: 20px;
}

.equalizer.paused span {
  height: 6px !important;
}